CLI#

The Humuter CLI lets you manage agents, chat, and monitor usage from the terminal. It includes a full TUI (Terminal User Interface) for interactive sessions.

Installation#

bash
pip install humuter-cli

After installing, authenticate with your Humuter account:

bash
humuter login

Commands#

CommandDescription
humuter loginAuthenticate with your account
humuter agentsList all your agents
humuter chat <agent_id>Start a chat session with an agent
humuter creditsCheck your credit balance
humuter keysManage API keys
humuter tuiLaunch the interactive TUI
humuter logoutSign out

TUI (Terminal User Interface)#

Launch the full interactive interface with humuter tui. The TUI provides a rich interface for managing agents and chatting.

Keyboard Shortcuts#

KeyAction
TabSwitch between panels
EnterSend message / Select agent
Ctrl+CExit
Ctrl+NNew conversation
The TUI auto-refreshes your agent list and credit balance. Use it for quick testing and debugging.