learn-claude-code/agents
Zhang 6511c98631
Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159)
- 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>
2026-04-01 21:00:47 +08:00
..
__init__.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s01_agent_loop.py Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159) 2026-04-01 21:00:47 +08:00
s02_tool_use.py Reapply "Merge pull request #128 from jimpablo/improve-output-format" 2026-03-29 23:26:49 +08:00
s03_todo_write.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s04_subagent.py Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159) 2026-04-01 21:00:47 +08:00
s05_skill_loading.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s06_context_compact.py fix s06:some model textblock may not be the first element (#156) 2026-04-01 21:00:25 +08:00
s07_task_system.py Simplify task graph to single-source blockedBy (PR #127) 2026-03-29 23:56:39 +08:00
s08_background_tasks.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s09_agent_teams.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s10_team_protocols.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s11_autonomous_agents.py Merge pull request #123: prevent task claiming race condition in s11 2026-03-29 23:57:14 +08:00
s12_worktree_task_isolation.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s_full.py Fix s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results 2026-03-30 00:09:37 +08:00