Show HN: Agentu Minimalist Python AI agent framework
After building dozens of agents, I kept hitting the same wall.
So I built agentu.
The core is simple: → >> chains steps sequentially → & runs them in parallel
But it's grown into a full stack:
- Sessions: stateful conversations with automatic context - Evaluation: test your agents before production - Observability: real-time dashboard, metrics, tracing - Skills: domain expertise that loads on-demand - Tool Search: scale to 100s of tools without context bloat - MCP Integration: Model Context Protocol support
`pip install agentu`
https://pypi.org/project/agentu/
No comments yet.