Commit graph

9 commits

Author SHA1 Message Date
Xinlu Lai
e4edd82c8c
Merge pull request #88 from wbxl2000/main
优化中文翻译: 保留英文专有名词
2026-03-30 00:04:18 +08:00
CrazyBoyM
5f2b0f205e Simplify task graph to single-source blockedBy (PR #127)
Remove unused blocks field and add_blocks parameter. The LLM never
used add_blocks in practice, making it dead code that taught a
misleading bidirectional pattern. Replace with remove_blocked_by
for dependency rewiring. Single-source-of-truth with blockedBy only.
2026-03-29 23:56:39 +08:00
copilot-swe-agent[bot]
4fc9ff65a3 Merge remote-tracking branch 'upstream/main' into copilot/resolve-code-branch-conflicts
# Conflicts:
#	README-zh.md
#	docs/zh/s01-the-agent-loop.md
#	docs/zh/s04-subagent.md
2026-03-19 03:00:25 +00: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
copilot-swe-agent[bot]
13409478ef Optimize Chinese translations: preserve English proper nouns (Skills, Agent, Subagent, Context Compact, etc.)
Co-authored-by: wbxl2000 <57169560+wbxl2000@users.noreply.github.com>
2026-03-16 14:23:59 +00:00
CrazyBoyM
4f39ee4512 fix session doc 2026-02-27 02:19:54 +08:00
CrazyBoyM
665831c774 better doc 2026-02-27 01:11:57 +08:00
CrazyBoyM
aea8844bac add worktree & up task、teammate etc 2026-02-24 01:44:44 +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