ag-harness-cli 0.15.6

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
ag-harness-cli-0.15.6 is not a library.

ag-harness-cli

Interactive command-line chat powered by the ag-harness model runtime.

Set the provider credentials, then start a chat:

MODEL_API_KEY=your-key cargo run -p ag-harness-cli -- run muse-spark-1.2

The package keeps the executable name ag-harness. The current directory is readable by the model by default. Use --read-dir <DIR> to choose another root; files read beneath it are sent to the configured provider. Use --provider <muse|kimi|qwen> to select a provider. Muse uses MODEL_API_KEY and the optional MODEL_API_BASE_URL; Kimi uses KIMI_API_KEY and KIMI_BASE_URL; Qwen uses DASHSCOPE_API_KEY and DASHSCOPE_BASE_URL. --base-url overrides the corresponding URL variable.

Run cargo run -p ag-harness-cli -- --help for commands.