Skip to main content

Vite-style scaffolding CLI for Agentic AI Python projects

Project description

create-agent-app

Scaffold production-ready Agentic AI Python projects in seconds.

Quick Demo

CLI demo placeholder

Replace this placeholder with your real terminal GIF before publishing.

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.0.tar.gz (17.4 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.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: create_agent_app-0.1.0.tar.gz
  • Upload date:
  • Size: 17.4 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.0.tar.gz
Algorithm Hash digest
SHA256 05d4ae639dda8340524e2f5ac550e8f6746f48df0926bdd4ee686eaf821ecf7c
MD5 296013a951bd121a007a19f6c219cce3
BLAKE2b-256 df8fba47e8cefe56a6578f6dde94afaaa074d58d196d0c67f8f5b2f574641162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for create_agent_app-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3673894341797e2bd492297479df59ce361dfa41a94088b3c88f3da66a30d6d1
MD5 8bfb76f6b8ff789ba2f9c08d9e4d229c
BLAKE2b-256 ca6f409bcfcfe8b064dd6c5c14389857e35c44d05b44b42e6905ae38449a266c

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