YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

agent-starter

Scaffold AI agent projects with ready-to-use templates.

Quick Start

# List available templates
python -m agent_starter list

# Generate a new agent project
python -m agent_starter generate <template> <project_name>

# Examples
python -m agent_starter generate basic my-bot
python -m agent_starter generate advanced cool-agent

Templates

Template Description
basic Minimal agent with a main loop and tools
advanced Agent with memory, tools, and event loop

Python API

from agent_starter import generate_agent_project
generate_agent_project(template='basic', project_name='my-agent')

License

MIT

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support