tandem-tui 0.1.1

Terminal user interface for the Tandem engine
tandem-tui-0.1.1 is not a library.

tandem-tui

Rust crate for the Tandem terminal UI binary (tandem-tui).

Build

From the workspace root:

cargo build -p tandem-tui

Run

Start the engine in one terminal:

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

Start the TUI in another terminal:

cargo run -p tandem-tui

Verify Before Publishing

cargo check -p tandem-tui
cargo package -p tandem-tui

Related Packages

  • npm wrapper (prebuilt binaries): packages/tandem-tui
  • Engine crate: engine (tandem-ai)

Documentation