gambi-tui
v0.3.4
Published
Interactive terminal dashboard for Gambi - monitor and manage shared LLMs on your local network
Maintainers
Readme
gambi-tui
Interactive terminal dashboard for Gambi — monitor and manage shared LLMs on your local network.
Built with OpenTUI (React for terminal).
Installation
Requires Bun.
bun add -g gambi-tuiUsage
gambi-tui # Connect to localhost:3000
gambi-tui --hub http://192.168.1.100:3000 # Connect to remote hubFeatures
- Serve Hub — Start/stop a local Gambi hub
- Create Room — Create rooms on the hub
- Join Room — Join as a participant with your LLM endpoint
- List Rooms — Browse available rooms
- Monitor — Real-time dashboard with participants, activity logs, and metrics via SSE
Programmatic Usage
import { startTUI } from "gambi-tui";
await startTUI({ hubUrl: "http://localhost:3000" });