Chat with the agent
hiveloom chat support-botA stdin/stdout conversation loop. Type a message, press Enter, get a reply. Conversation context is maintained across turns within the session.
Exit with Ctrl-C, Ctrl-D, or /exit.
Example session
$ hiveloom chat support-bot
Chatting with support-bot (Ctrl-C to exit)
you: Hi, what are you?
I'm a friendly product-support agent for Hiveloom. I can help you with
questions about installing, running, or configuring your Hiveloom instance.
How can I help?
you: How do I add a markdown skill?
…Interactive TUI alternative
From inside hiveloom:
Main menu → Chat → (pick agent) → typeSame agent, same conversation history, richer UI.
Troubleshooting
- Silent hang after
>— the LLM provider is slow or unreachable. Checkhiveloom logsfor provider errors. 401 unauthorizedfrom the provider — credential is invalid. Rotate it per the Credentials page.context length exceeded— your conversation is longer than the model’s window. Start a new session, or inspecthiveloom compaction-logfor compaction signals.
Your first agent is running. Next: connect it to an MCP client so Claude Desktop and Cursor can use it as a tool source.
Next: Discover the MCP endpoint.