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-cliAfter installing, authenticate with your Humuter account:
bash
humuter loginCommands#
| Command | Description |
|---|---|
| humuter login | Authenticate with your account |
| humuter agents | List all your agents |
| humuter chat <agent_id> | Start a chat session with an agent |
| humuter credits | Check your credit balance |
| humuter keys | Manage API keys |
| humuter tui | Launch the interactive TUI |
| humuter logout | Sign 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#
| Key | Action |
|---|---|
| Tab | Switch between panels |
| Enter | Send message / Select agent |
| Ctrl+C | Exit |
| Ctrl+N | New conversation |
The TUI auto-refreshes your agent list and credit balance. Use it for quick testing and debugging.