Skip to main content

The Console

The DAEMI Console is an Angular web application served at ``. It's the primary interface for interacting with agents, running workflows, and managing your DAEMI installation.


Layout

┌─────────────────────────────────────────────────────────────┐
│ DAEMI [Sessions] [Workflows] [Settings] │ ← Topbar
├──────────────┬──────────────────────────────────────────────┤
│ │ │
│ Agent List │ Main Panel │
│ │ │
│ ● Koda │ (Session, Workflow Builder, │
│ ● Aria │ Settings, Memory Explorer, etc.) │
│ ● Tema │ │
│ │ │
└──────────────┴──────────────────────────────────────────────┘

The Console is divided into:

  • Topbar — main navigation between Sessions, Workflows, and Settings
  • Left sidebar — agent list (in Sessions view) or workflow list (in Workflows view)
  • Main panel — active session, workflow builder, or settings

Sessions View

The Sessions view is the default landing page. It shows:

  • Agent list (left) — all loaded agents and teams, with online status indicators
  • Active session (main) — the current conversation with the selected agent
  • Session switcher — tabs at the top of the main panel for switching between open sessions

Each session is isolated — different agents, different contexts, running simultaneously.

→ See Sessions for details on starting and managing sessions.


Workflows View

Click Workflows in the topbar to open the workflows section:

  • Workflow list (left) — all defined workflows with last-run status
  • Workflow builder (main) — create and edit workflows, view run history
  • Run panel — trigger runs, set inputs, view streaming output

→ See Building Workflows and Running Workflows.


Memory Explorer

Within any agent session, click the Memory icon (or press M) to open the memory side panel:

  • LTM tab — semantic search across the agent's long-term memory
  • STM tab — browse current session messages and context
  • Stats — total memory entries, last write time, collection sizes

Notifications

DAEMI surfaces run completions, errors, and system events in the notification tray (bell icon, topbar right). Unread count is badged.


Keyboard Shortcuts

ActionShortcut
New sessionCtrl+N
Switch sessionsCtrl+Tab
Focus message input/
Open memory panelM
Toggle sidebarCtrl+\
Open workflow builderCtrl+W
Open settingsCtrl+,

Go Deeper