I built this as a learning playground for agentic AI.
Most existing tools felt heavy for understanding the basics, so I wanted something that:
- runs entirely on a laptop
- uses local models only
- keeps the code small and readable
- helps understand agent sequencing without framework abstractions
This isn’t a production framework and is not trying to compete with LangChain or AutoGen.
It is meant to be a first step for learning and experimentation.
sutralabs•1h ago
Most existing tools felt heavy for understanding the basics, so I wanted something that: - runs entirely on a laptop - uses local models only - keeps the code small and readable - helps understand agent sequencing without framework abstractions
This isn’t a production framework and is not trying to compete with LangChain or AutoGen. It is meant to be a first step for learning and experimentation.
Feedback welcome.