AI Team Collaboration
Agent Interface
Chat with agents. Monitor workflows. Track costs.
4 agents | 4 workflow patterns | 9 algorithms
Active Agents
4Workflows Run
2Total Cost
$0.1569Algorithms
9Design 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