create-agno-agent
v0.1.0
Published
Create a new Agno Agent project with a single command
Maintainers
Readme
create-agno-agent
🚀 Create a new Agno Agent project with a single command
npx create-agno-agent my-projectFeatures
- Interactive Mode: Select templates and configure your project step by step
- Non-interactive Mode: Use
--yesfor CI/CD or scripted setups - Template Selection: Choose from GitHub Agent, Research Team, or Customer Workflow
- Zero Git History: Clean project without upstream git history
Usage
# Interactive mode
npx create-agno-agent my-project
# Non-interactive with all templates
npx create-agno-agent my-project --yes
# Select a specific template
npx create-agno-agent my-project --template github-agentTemplates
| Template | Description |
| ------------------- | ------------------------------------------------ |
| github-agent | GitHub repository analyzer with memory and tools |
| research-team | Multi-agent deep research coordination |
| customer-workflow | Customer service workflow with RAG |
Development
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm run test
# Watch mode for development
npm run devLicense
MIT
