Metadata-Version: 2.1
Name: agent-starter
Version: 1.0.0
Summary: AI agent templates — scaffold AI agent projects with one command
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# agent-starter

Scaffold AI agent projects with one command. Includes 5 battle-tested templates:

- **bare** — minimal Python package structure
- **fastapi** — FastAPI web app template
- **discord_bot** — Discord bot with slash commands
- **headless_bot** — Headless browser bot (playwright/camofox)
- **title** — Title generation with context injection

```bash
pip install agent-starter
agent-starter init --template headless_bot --name my-bot
```
