Skip to content

Agents UI

The Agents page shows all configured agents as cards with:

  • Avatar and name
  • Archetype badge
  • Model and provider
  • Last active timestamp
  • Marketplace badge (for agents installed from the marketplace)

Click an agent card to open that agent in chat. Use the edit button to open the workspace editor. Click New Agent to start the Awakening experience.

Agents can be deleted with a slide-to-delete gesture on their card.

The Awakening experience is a cinematic onboarding flow for creating a new agent. Clicking New Agent redirects to /awakening?force=true, which loads a full-screen 3D experience (served as static files).

A quick awakening variant is available at /awakening/quick for faster agent creation without the full cinematic sequence.

  1. Welcome

    An animated orb pulses on screen with the heading “Awakening…” and a brief introduction. Click Begin to start creating your agent, or Skip to use defaults.

  2. Name your agent

    Enter a display name for your new Snippbot and optionally provide your own name. The name is checked for availability in real time.

  3. Choose an avatar

    Pick or upload an avatar image for the agent using the avatar picker.

  4. Choose an archetype

    Twelve archetypes appear as animated cards. You can select up to three to create a blended personality. Click to toggle selection.

    ArchetypeDescription
    Personal CompanionClosest digital friend, confidant, and emotional support
    Professional AssistantExecutive-level secretary, organized, anticipates needs
    ResearcherDeep diver, curious explorer, knowledge synthesizer
    Teacher / MentorPatient guide, explains concepts, grows understanding
    Creative PartnerBrainstormer, muse, collaborator on artistic endeavors
    Coach / MotivatorAccountability, motivation, pushing toward goals
    Technical ExpertDeep technical knowledge, code review, architecture
    Entrepreneur PartnerBusiness strategist, idea validator, MVP builder
    Health / WellnessSupportive presence for health, habits, mindfulness
    Accountability PartnerKeeps you on track, follows up, celebrates wins
    Thinking PartnerThink through complex problems, brainstorm solutions
    Something UniqueDescribe exactly who you need (custom free-text)

    If you select “Something Unique,” a text field appears to describe your custom archetype.

  5. Review profile

    A generated personality profile shows editable attributes (Core Drive, Communication Style, Strength, Approach, Values) and a summary sentence. You can edit any attribute inline or regenerate the profile.

  6. Configure voice

    Select a TTS provider and voice for the agent. You can preview voices before confirming.

  7. Getting-to-know-you questions

    The agent asks three personalized questions generated from your chosen archetype(s). Answer each one to help the agent understand how to work with you. Each answer is followed by a short reflection from the agent.

  8. Evolution preference

    Choose how the agent should grow over time:

    • Evolve freely — grow and change based on your journey together
    • Stay focused — remain specialized in this role
    • Check with me — ask before making significant changes
  9. Complete

    A summary screen shows the agent’s name, archetype(s), and a greeting. Click Begin our journey to create the agent and open it in chat.

The edit page provides a two-panel layout for editing agent workspace files:

Lists the editable workspace files that define the agent’s personality and behavior:

FilePurpose
PERSONA.mdCore identity and philosophy
PROFILE.mdRole and communication style
USER.mdInformation about the human user
BEHAVIORS.mdHow to act and memory rules
SKILLS.mdAvailable capabilities
IDLE.mdProactive behavior directives

Click any file to edit it in the right panel:

  • Edit/Preview toggle — switch between raw markdown and rendered preview
  • Save with Cmd+S shortcut or the Save button
  • Changes take effect immediately

At the top of the edit page you can:

  • Click the avatar to upload a new image (with crop modal)
  • Configure the voice settings (TTS provider and voice selection)
  • Delete the agent (with confirmation)