Chat
The Chat tab inside Org lets you talk directly to your agents. It supports multi-turn conversations, streaming responses, skill execution, and full message history.
How it works
Chat connects to the Hybrix gateway and routes your messages to the assigned agent. The agent processes your input, optionally executes skills (like shell commands or web searches), and streams the response back in real time.
Each conversation maintains full context — the agent remembers everything said in the current session. You can start new conversations or continue existing ones from the chat history sidebar.
Features
| Feature | Description |
|---|---|
| Streaming responses | See agent responses appear token-by-token in real time |
| Skill execution | Agents can run skills mid-conversation and show results inline |
| Tool streaming | Watch agent tool calls execute with live progress indicators |
| Message history | Full conversation history persisted and searchable |
| Agent switching | Switch between different agents within the same chat interface |
| Multi-modal input | Send text, images, and files to agents that support them |
Accessing Chat
Chat is a sub-tab within the Org page. Navigate to Org → Chat from the main navigation, or go directly:
bash
# Direct URL
http://localhost:3000/chat
# Or via CLI
hybrix chat "Hello, what can you do?"When signed in, the Chat link also appears directly in the top navigation bar for quick access.