How to Use It Well
- Setup time ~15 minutes (pip/dotnet install + follow the Quick Start tutorial)
- Two supported stacks called out in the README: Python and .NET
- GitHub stars + forks (verified): see Source & Thanks
Treat agent frameworks like application frameworks: start from an official quickstart, lock in your model/tool boundaries, then add evals, telemetry, and permission controls before shipping.
FAQ
Q: Is it only for prototypes? A: The README positions it for production-grade agents and workflows; still validate your own safety and eval gates.
Q: Can I use only Python? A: Yes. The README shows Python installation via pip; .NET is optional depending on your stack.
Q: Where do I start? A: Use the official documentation and Quick Start linked in the README, then adapt the sample pattern to your domain.