Commit Graph

6 Commits

Author SHA1 Message Date
CrazyBoyM
a66558a8df Reapply "Merge pull request #128 from jimpablo/improve-output-format"
This reverts commit a879813eac.
2026-03-29 23:26:49 +08:00
CrazyBoyM
a879813eac Revert "Merge pull request #128 from jimpablo/improve-output-format"
This reverts commit 86f7ac1410, reversing
changes made to 3b9b87f027.
2026-03-29 23:17:45 +08:00
jimpablo
8dfbe98db7 Improve tool output readability
Separate tool name and output for better readability.

Before:
> read_file: anthropic>=0.25.0
python-dotenv>=1.0.0

After:
> read_file:
anthropic>=0.25.0
python-dotenv>=1.0.0
2026-03-24 21:46:02 +08:00
CrazyBoyM
a9c71002d2 the model is the agent, the code is the harness
Comprehensive rewrite establishing the harness engineering narrative
across the entire repository.

README (EN/ZH/JA): added "The Model IS the Agent" manifesto with
historical proof (DQN, OpenAI Five, AlphaStar, Tencent Jueyu),
"What an Agent Is NOT" critique, harness engineer role definition,
"Why Claude Code" as masterclass in harness design, and universe
vision. Consistent framing: model = driver, harness = vehicle.

docs (36 files, 3 languages): injected one-line "Harness layer"
callout after the motto in every session document (s01-s12).

agents (13 Python files): added harness framing comment before
each module docstring.

skills/agent-philosophy.md: full rewrite aligned with harness
narrative.
2026-03-18 01:19:34 +08:00
Gaarahan
aaa93bcfc4 fix(agents): print final assistant response in s02-s12 (#39) 2026-02-28 00:10:39 +08:00
CrazyBoyM
c6a27ef1d7 feat: build an AI agent from 0 to 1 -- 11 progressive sessions
- 11 sessions from basic agent loop to autonomous teams
- Python MVP implementations for each session
- Mental-model-first docs in en/zh/ja
- Interactive web platform with step-through visualizations
- Incremental architecture: each session adds one mechanism
2026-02-21 17:02:43 +08:00