A CLI tool to scaffold production-ready uAgents with best practices baked in
View the Project on GitHub tejus3131/create-agentverse-agent
A CLI tool to scaffold production-ready uAgents with best practices baked in — in seconds.
# No install required (like npx)
uvx create-agentverse-agent
# Or install globally
pip install create-agentverse-agent
create-agentverse-agent
Building agents with uAgents is powerful, but setting things up correctly every time is not trivial.
This tool solves that by generating a production-grade agent scaffold with:
| Feature | Description |
|---|---|
| ⚡ Parallel Processing | Async message handling out of the box |
| 🧠 Context Logging | Context-aware logging utilities |
| 📡 Progress Support | Built-in progress/status message support |
| 🩺 Health Protocol | Health & quota protocol included |
| 🤖 Agentverse Ready | Compatible with Agentverse deployment |
| 🧱 Clean Structure | Extensible, maintainable project layout |
| 🐳 Docker Ready | Docker & Compose templates included |
If you build agents more than once — this saves you time.
MIT License. See LICENSE for details.
Made with ❤️ by Tejus Gupta