Skip to main content

Vite-style CLI scaffolder for production-grade Agentic AI projects in Python

Project description

create-agent-app

Scaffold production-ready Agentic AI Python projects in seconds.

Quick Demo

create-agent-app demo

Install

pip install create-agent-app

For local development:

pip install -e .

Usage

create-agent-app my-agent-project

The CLI prompts for:

  • template (single_agent, multi_agent, rag_agent)
  • LLM provider (Groq, Gemini, Azure OpenAI, Ollama)
  • model name (provider-specific)

Then it generates a complete project folder and prints next steps.

Template Comparison

Template Best For Generated Architecture
single_agent One assistant with tool-calling LangGraph single-node loop + ToolNode
multi_agent Staged workflows (research + writing) Supervisor + worker agents (researcher, writer)
rag_agent Document-grounded answers ChromaDB + local embeddings + retriever tool + agent

LLM Provider Setup

Set values in the generated .env file:

Provider Required Keys
Groq GROQ_API_KEY, LLM_PROVIDER=groq, MODEL_NAME=...
Gemini GEMINI_API_KEY, LLM_PROVIDER=gemini, MODEL_NAME=...
Azure OpenAI AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, optional AZURE_OPENAI_DEPLOYMENT, LLM_PROVIDER=azure, MODEL_NAME=...
Ollama OLLAMA_BASE_URL (default http://localhost:11434), LLM_PROVIDER=ollama, MODEL_NAME=...

Development

pip install -e .[dev]
python -m build
twine check dist/*

Contributing

  1. Fork the repository.
  2. Create a feature branch.
  3. Run local checks and verify generated templates.
  4. Open a pull request with a clear summary and sample scaffold output.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_agent_app-0.1.2.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

create_agent_app-0.1.2-py3-none-any.whl (69.5 kB view details)

Uploaded Python 3

File details

Details for the file create_agent_app-0.1.2.tar.gz.

File metadata

  • Download URL: create_agent_app-0.1.2.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.1

File hashes

Hashes for create_agent_app-0.1.2.tar.gz
Algorithm Hash digest
SHA256 fca06771e095ca1ea38b913741a7f1c021c451ef2386bf6c27b326ab9a948db2
MD5 262f607498308284481a17b863137c09
BLAKE2b-256 0ea29ecb35ea559edc800fde7f9f4c73fd8d6655447f2fceee160db8dc415fa7

See more details on using hashes here.

File details

Details for the file create_agent_app-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for create_agent_app-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8559009c68508eb0c8ae92e875a592de8e494b62f6790feb9caa76240ee3be05
MD5 80dd6f90f329c70fa3d23ef9b89df19c
BLAKE2b-256 a3426bbd883fb6b2355118252b758c723f9e97cf178edd5b870502d624132f1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page