Files
analysis_claude_code/learn-claude-code/agents/__init__.py
2026-06-16 00:10:35 +08:00

4 lines
203 B
Python

# agents/ - Harness implementations (s01-s12) + full reference (s_full)
# Each file is self-contained and runnable: python agents/s01_agent_loop.py
# The model is the agent. These files are the harness.