This project is built with a goal to learn and teach how agentic harness works. So i created very minimalistic agentic development harness. You need to set up ANTHROPIC_API_KEY to in the environment to run it.
It support command(s) to open the hood.
/visualize command displays history of tools call and agent/llm communication
Read mini_agent/cli.py and mini_agent/agent_loop.py to understand how agentic loop works