Skip to Content
Create your first agentChat with the agent

Chat with the agent

hiveloom chat support-bot

A 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) → type

Same agent, same conversation history, richer UI.

Troubleshooting

  • Silent hang after > — the LLM provider is slow or unreachable. Check hiveloom logs for provider errors.
  • 401 unauthorized from 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 inspect hiveloom compaction-log for 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.