Small Rust CLI agent using an OpenAI-compatible chat completions API.
Copy .env.example to .env and fill in:
API_KEY=...
CHAT_COMPLETIONS_URL=https://api.deepseek.com/chat/completionsRun:
cargo runSee docs/architecture.md for the planned harness design.
cargo fmt --check
cargo clippy -- -D warnings
cargo test