mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-05-09 19:53:17 +00:00
- agents/s01_agent_loop.py: Add FileNotFoundError/OSError handling in run_bash() - agents/s04_subagent.py: Same fix + use .get() for block.input['prompt'] (consistent with .get() already used for 'description' on line 157) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| s01_agent_loop.py | ||
| s02_tool_use.py | ||
| s03_todo_write.py | ||
| s04_subagent.py | ||
| s05_skill_loading.py | ||
| s06_context_compact.py | ||
| s07_task_system.py | ||
| s08_background_tasks.py | ||
| s09_agent_teams.py | ||
| s10_team_protocols.py | ||
| s11_autonomous_agents.py | ||
| s12_worktree_task_isolation.py | ||
| s_full.py | ||