mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-20 00:11:34 +00:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||