create-agentverse-agent

A CLI tool to scaffold production-ready uAgents with a Postgres-backed multipod runtime.

Edit src/agent/handler.py, agent.yml, .env, and AGENTVERSE.md in generated projects. The runtime under src/runtime/ is wired for you.


Quick Start

uvx create-agentverse-agent -d
cd my-agent
uv sync
make test

What You Get

Feature Description
Postgres Runtime Work queue, session locks, idempotency
Chat + Payment Protocols with rate limits and ACL
Payments FET, Stripe, Skyfire (configurable)
Agentverse Smart registration on startup
Dual Config agent.yml + .env
AGENTVERSE.md Profile readme published on registration
Makefile db, test, run, down
Docker Compose for local Postgres + agent

Documentation



MIT License — Tejus Gupta


This site uses Just the Docs, a documentation theme for Jekyll.