Instant containerized development with Claude Code, Anthropic API integration, and intelligent agent orchestration
PyPI • Documentation • GitHub
# Install Python package from PyPI
uv tool install cuti
# Launch Docker development environment with Claude
cuti container
That's it! You now have a fully configured AI-powered coding environment with:
- ✅ Claude Code CLI pre-configured with Anthropic integration
- ✅ Persistent authentication for Claude API across sessions
- ✅ Python 3.11, Node.js 20, and essential dev tools
- ✅ Custom prompt showing
cuti:~/path $
- ✅ Auto-mounts current directory for seamless workflow
The Docker container provides isolated, reproducible AI-assisted development with Claude Code terminal integration.
Build with multiple AI models and intelligent task management:
- Multi-agent orchestration - Claude API, Gemini integration
- Command queuing system with priority execution
- Web UI dashboard - Launch with
cuti web
- Smart rate limiting - Automatic retry & backoff
- Task automation - Built-in todo system for AI agents
- Claude version switching - Easy CLI version management
Perfect for AI-powered development, automation workflows, and LLM orchestration.
A beautiful static website with all documentation is available in the website/
folder. To view it locally:
cd website
python3 serve.py
# Open http://localhost:8000 in your browser
The website can be hosted on any static hosting service (GitHub Pages, Netlify, Vercel, etc.). See website/README.md for details.
Guide | Description |
---|---|
Docker Container Setup | Complete containerized environment guide |
Claude Authentication | Anthropic API & Claude CLI setup |
Claude Account Switching | Manage multiple Claude accounts |
Claude API Keys | Anthropic & AWS Bedrock API key management |
Task Management | AI agent todo system |
Rate Limit Handling | Smart API throttling & retry logic |
Note: This project is under active development. Contributions welcome!
uv install -e .
Submit PRs to GitHub | Report issues in Issues
Apache 2.0 - See LICENSE
PyPI • Issues • Contribute