tandem-ai 0.1.2

Tandem engine service and CLI binary
tandem-ai-0.1.2 is not a library.

tandem-ai (tandem-engine)

Rust crate for the Tandem engine service and CLI binary (tandem-engine).

Build

From the workspace root:

cargo build -p tandem-ai

Run

Start the HTTP/SSE engine server:

cargo run -p tandem-ai -- serve --hostname 127.0.0.1 --port 39731

Run a one-off prompt:

cargo run -p tandem-ai -- run "What is the capital of France?"

List available providers:

cargo run -p tandem-ai -- providers

Verify Before Publishing

cargo check -p tandem-ai

cargo package -p tandem-ai

Related Packages

  • npm wrapper (prebuilt binaries): packages/tandem-engine
  • TUI crate: crates/tandem-tui

Documentation