Pawan (पवन) - Self-Healing CLI Coding Agent
Core library for the Pawan coding agent. Provides:
- Agent: Tool-calling loop engine with multi-provider LLM support
- Tools: File operations, bash execution, git, search
- Healing: Automatic detection and repair of compilation errors, test failures, warnings
- Config: TOML-based configuration with provider/model management
Architecture
pawan-core(this crate): Library with zero dirmacs dependenciespawan-cli: Binary with TUI and CLI interface
Quick Start