- Implemented full ReAct loop in agent.py with 20 iteration limit - Added Anthropic provider using httpx (no SDK dependency) - Created complete tool system: read, write, edit, bash - Added session management with JSONL format - Updated README with usage examples - Fixed tool registry imports and methods - All core functionality working |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bash.py | ||
| edit.py | ||
| read.py | ||
| registry.py | ||
| write.py | ||