Documentation
Documentation
It’s a terminal agent! LLMs yap enough and I won’t belabor the point.
Getting Started
uv pip install cecli-dev
# Change directory into your codebase
cd /to/your/project
# Claude 5 Sonnet
cecli --model claude-sonnet-5 --api-key anthropic=<key>
# Gemini 3.5 Flash
cecli --model gemini/gemini-3.5-flash-preview --api-key gemini=<key>
# GPT-5.6 Luna
cecli --model openai/gpt-5.6-luna --api-key openai=<key>
# DeepSeek V4 Flash
cecli --model deepseek/deepseek-v4-flash --api-key deepseek=<key>
More Information
Documentation
Everything you need to get started and make the most of cecli.
Community & Resources
Connect with other users and find additional resources.