create-agentverse-agent

A CLI tool to scaffold production-ready uAgents with best practices baked in

View the Project on GitHub tejus3131/create-agentverse-agent

create-agentverse-agent

Fetch.ai PyPI PyPI - Python Version License CI

A CLI tool to scaffold production-ready uAgents with best practices baked in — in seconds.


🚀 Quick Start

# No install required (like npx)
uvx create-agentverse-agent

# Or install globally
pip install create-agentverse-agent
create-agentverse-agent

🎯 Why This Exists

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

📚 Documentation


👥 Who Is This For?

If you build agents more than once — this saves you time.



📄 License

MIT License. See LICENSE for details.


Made with ❤️ by Tejus Gupta