Metadata-Version: 2.4
Name: ai-bootstrap
Version: 2.1.1
Summary: AI-powered project scaffolding with requirement analysis
Project-URL: Homepage, https://github.com/yourusername/ai-bootstrap
Author-email: Soham Chaudhari <sohamrc0@gmail.com>
License: MIT
Requires-Python: >=3.9
Requires-Dist: anthropic
Requires-Dist: asyncio
Requires-Dist: copier
Requires-Dist: jinja2
Requires-Dist: langchain-anthropic
Requires-Dist: langchain-community
Requires-Dist: langchain-core
Requires-Dist: langchain-mistralai
Requires-Dist: langchain-openai
Requires-Dist: nest-asyncio
Requires-Dist: openai
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: typer[all]
Description-Content-Type: text/markdown

# Use AI to automatically plan and generate your project
ai-bootstrap create --chat

# Specify AI provider (default is OpenAI)
ai-bootstrap create --chat --planner-provider anthropic



# Test the AI planner functionality
ai-bootstrap test-ai-planner --description "I want to build a PDF analysis chatbot"

# Test with different provider
ai-bootstrap test-ai-planner --provider anthropic --description "Create a multi-agent research system"


# Use the traditional interactive wizard
ai-bootstrap create

# Or specify options manually
ai-bootstrap create --type rag --name my-rag-system
