@tensoreq/cli
v0.7.1
Published
TensorEQ CLI — the session-first agent terminal for the TensorEQ model gateway. Zero-dependency; runs on Windows, macOS and Linux with Node 18+.
Maintainers
Readme
TensorEQ CLI
The session-first agent terminal for the TensorEQ model gateway — sign in, route models, and reach MCP tools from any shell. Zero dependencies; needs only Node.js 18+.
Install
npm install -g @tensoreq/cliThen run it from any shell:
tensoreqRun without installing
From the TensorEQ repo:
| Method | Command |
|---|---|
| npm script | npm run TensorEQ |
| Windows PowerShell | node .\tools\teq-cli.js |
| Linux / macOS | node tools/teq-cli.js |
First commands
Type / for the live command menu. A few to start:
/login googleor/login github— sign in/models·/use <model>— list and switch models/mcp status— Model Context Protocol bridge/capabilities·/help
Ctrl+C to quit.
