Design System

AI Team Collaboration

Agent Interface

Chat with agents. Monitor workflows. Track costs.
4 agents | 4 workflow patterns | 9 algorithms

Active Agents

4

Workflows Run

2

Total Cost

$0.1569

Algorithms

9

Design Explorations

Discovered Data Shapes

Building these mockups to discover data types needed:

AgentProfile

  • id, name, agentType
  • status (ACTIVE|INACTIVE|ARCHIVED)
  • mindset, description, model
  • capabilities[], drivers[], character

Conversation

  • id, title, agentId
  • messages[] (role, content, createdAt)
  • createdAt, updatedAt

WorkChartResult

  • id, name, pattern
  • stages[] (agent, status, cost, tokens)
  • totalDurationMs, totalCostUsd
  • success, startedAt, completedAt

Algorithm

  • id, name, category
  • domain, description
  • inputShape, outputShape
  • version, complexity