Streaming Chat In Rust
Prompt:
Use nxusKit to add streaming chat to this Rust CLI.Starter fixture: examples/fixtures/starters/rust-cli/
Expected behavior:
- Inspect
Cargo.tomlandsrc/main.rsbefore editing. - Consult the
streamingrow in the nxusKit example index. - Prefer Community Edition paths.
- Add a small CLI that supports a no-secret smoke path such as loopback or local Ollama.
- Read cloud-provider credentials only from environment variables.
Verification:
cargo checkcargo run -- "Say hello from nxusKit streaming."Good result:
- The project builds.
- The command prints streamed content or a clear local-provider prerequisite.
- No credential is requested in chat.