Claudia is a command-line tool that uses DeepSeek's language models to implement code changes in your git repository based on natural language task descriptions.
pip install claudia-agentexport DEEPSEEK_API_KEY=your_key_hereclaudia
clauda agent # For a classic agent experienceSpeed and cost. About two orders of magnitude cheaper than claude.
- Python 3.10+
- A DeepSeek API key (
DEEPSEEK_API_KEYenvironment variable) - Git
- Universal Ctags (for project analysis)