docs: rename s19 to integrated harness

This commit is contained in:
Haoran
2026-07-31 03:35:17 +08:00
parent 2d69019342
commit 4a14529774
28 changed files with 70 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
s19: Comprehensive Agent — all course mechanisms in one loop.
s19: Integrated Harness — many mechanisms in one loop.
Run: python s19_comprehensive/code.py
Need: pip install anthropic python-dotenv pyyaml + .env with ANTHROPIC_API_KEY
@@ -2259,7 +2259,7 @@ def async_event_loop(history: list, context: dict):
if __name__ == "__main__":
CLI_ACTIVE = True
print("s19: comprehensive agent")
print("s19: integrated harness")
print("Enter a question, press Enter to send. Type q to quit.\n")
history = []
context = update_context({}, [])