pawan-core 0.2.1

Pawan (पवन) — Core library: agent, tools, config, healing
Documentation

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 dependencies
  • pawan-cli: Binary with TUI and CLI interface

Quick Start

pawan                    # Interactive TUI mode
pawan heal               # Auto-fix compilation issues
pawan task "description" # Execute a coding task
pawan run "prompt"       # Headless single-prompt execution