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:

FilePurposeWriter
IDENTITY.mdWho the agent is — persona, role, voice, core behaviors. Frozen during a session for cache stability.You; agent via identity_patch (gated by Evolution Mode)
USER.mdWhat the agent knows about you — preferences, projects, communication style.You; agent via user_note
NOTES.mdThe agent’s running observations — conventions, discoveries, what worked.You; agent via memory_note (Phase 7 reflection writes here too)
IDLE.mdProactive behavior directives — when and how the agent reaches out.You

If you migrated an agent from the v1 workspace (PERSONA/PROFILE/BEHAVIORS/SKILLS), the originals are preserved in _archive_v1/ and can be browsed from the editor’s Archived (v1) section in the sidebar — read-only, so you can copy wording forward without losing the source of truth.

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
  • Manual edits take effect immediately. Agent-written changes via memory_note / user_note / identity_patch apply at the start of the next session (new conversation) so the in-flight system prompt stays cache-stable

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)