fabro/crates/coding-agent-loop
Bryan Helmkamp 6a53634b05 Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution
Add the core infrastructure for a programmable agentic coding loop:

- Core tool executors (read_file, write_file, edit_file, shell, grep, glob)
- Project doc discovery (AGENTS.md, provider-specific files, 32KB budget)
- Provider profiles: Anthropic (200K ctx), OpenAI (128K ctx, v4a apply_patch),
  Gemini (1M ctx) with provider-specific system prompts
- Subagent system with spawn/wait/close, depth limiting
- Parallel tool execution via futures::join_all when provider supports it
- Context window awareness with 80% threshold warning events

163 tests passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:57:49 -04:00
..
src Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution 2026-02-20 12:57:49 -04:00
Cargo.toml Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution 2026-02-20 12:57:49 -04:00