picogent-py/picogent/tools
Markov b096096f93 Complete PicoGent implementation with ReAct agent loop
- 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
2026-02-22 23:18:59 +01:00
..
__init__.py Initial implementation of PicoGent - minimal AI coding agent 2026-02-22 23:18:02 +01:00
bash.py Initial implementation of PicoGent - minimal AI coding agent 2026-02-22 23:18:02 +01:00
edit.py Initial implementation of PicoGent - minimal AI coding agent 2026-02-22 23:18:02 +01:00
read.py Initial implementation of PicoGent - minimal AI coding agent 2026-02-22 23:18:02 +01:00
registry.py Complete PicoGent implementation with ReAct agent loop 2026-02-22 23:18:59 +01:00
write.py Initial implementation of PicoGent - minimal AI coding agent 2026-02-22 23:18:02 +01:00