@spectrum-ts/terminal
v9.3.1
Published
Terminal (tuichat) provider for spectrum-ts — chat with your agent from the command line.
Readme
@spectrum-ts/terminal
Terminal provider for spectrum-ts — chat with your agent from the command line via the standalone tuichat binary (auto-downloaded on first use).
Install
bun add spectrum-ts @spectrum-ts/terminalUse
import { Spectrum } from "spectrum-ts";
import { terminal } from "@spectrum-ts/terminal";
const spectrum = Spectrum({ providers: [terminal] });See the spectrum-ts documentation for the full guide.
