# pawan
Pawan (पवन) — CLI coding agent with pluggable LLM backends, 29 tools, and cross-session memory.
## Install
```bash
cargo install pawan
```
## Features
- **Multi-model** — NVIDIA NIM, Ollama, OpenAI, MLX backends
- **29 tools** in 3 tiers (Core: file ops, Standard: git/search, Extended: web/MCP)
- **Ratatui TUI** with interleaved content blocks (tool calls inline with text)
- **MCP client** via rmcp — connect to any MCP server
- **Eruka memory** — cross-session context via Eruka integration
- **Thinking modes** — per-model dispatch (Qwen, Gemma, Mistral, DeepSeek)
## Usage
```bash
# Interactive mode
pawan
# With a specific model
pawan --model qwen/qwen3.5-122b-a10b
# Execute a task
pawan -e "fix the failing test in src/lib.rs"
```
## License
MIT