Skip to content
Back to site

Your First Agent

A Agent is a persistent AI agent with its own identity, memory, and tools. Unlike disposable chat sessions, an Agent remembers every conversation and builds knowledge over time.

  1. Open Hivekeep in your browser (default: http://localhost:3000)
  2. Complete onboarding with Queenie (set up your admin account and first AI provider)
  3. Click New Agent in the sidebar
  4. Give it a name, description, and optionally a system prompt
  5. Choose an AI model from your configured providers
  6. Start chatting
PropertyDescription
NameDisplay name (e.g. “Research Assistant”)
DescriptionWhat this Agent does
System promptInstructions, personality, expertise domain
ModelWhich AI model to use (can be changed anytime)
AvatarVisual identity (auto-generated or custom)

Every conversation is automatically stored. Agents extract important facts into long-term memory and can recall them later using vector similarity + full-text search.

When a conversation gets long, Hivekeep automatically summarizes older messages to stay within token limits. Original messages are always preserved: compacting is non-destructive and reversible.

Agents come with 100+ built-in tools out of the box: web search, memory management, file handling, sub-agent delegation, cron jobs, and more. See Tools for the full list.

Agents can talk to each other, delegate tasks to sub-agents, and work on cron schedules. They’re not isolated chatbots, they’re a team.