Metadata-Version: 2.4
Name: claudia-agent
Version: 1.16.0
Summary: Add your description here
Author-email: Irae Hueck Costa <mail@irae.me>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llm>=0.31
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Dist: questionary>=2.1.1
Requires-Dist: rich>=15.0.0
Dynamic: license-file

# Claudia

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.

## 1. Install
```bash
pip install claudia-agent
```

## 2. Configure
```bash
export DEEPSEEK_API_KEY=your_key_here
```

## 3. Use

```bash
claudia
clauda agent  # For a classic agent experience
```

## Why?
Speed and cost. About two orders of magnitude cheaper than claude.


## Requirements

- Python 3.10+
- A DeepSeek API key (`DEEPSEEK_API_KEY` environment variable)
- Git
- Universal Ctags (for project analysis)
