# `ag-harness-cli`
Interactive command-line chat powered by the `ag-harness` model runtime.
Set the provider credentials, then start a chat:
```sh
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.