|
|
|
Show HN: Agentu Minimalist Python AI agent framework
|
|
1 points
by init0
159 days ago
|
|
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/ |
|