The ecosystem at a glance
| Piece | What it is |
|---|---|
| Studio | Where you create and manage agents and workspace settings. |
| InsightHub | Where you structure documents and explore them in conversation. |
| Core & Runtime | The inference and orchestration layer. Core is the SDK: inference pipeline (shields, generation, tools, memory, empathy engine), multi-provider LLM connectors, a unified tool layer (MCP, Llama Stack, built-ins, A2A), and the agent registry. Runtime is the FastAPI service that runs it: inference API, multi-channel connectors (Slack, WhatsApp, Email), and CloudEvents-based event orchestration. |
| Twyd | The knowledge service behind document ingestion and search used when answers must stay close to your files. |
The agent lifecycle
When you build an agent in Studio, here’s what happens end-to-end:- You configure an agent in Studio.
- That configuration is stored in the Runtime Registry.
- When someone chats — in Studio, InsightHub, or a connected channel (Slack, WhatsApp, Email) — the Runtime loads that configuration and runs it through the Core inference pipeline end to end.
- Usage and health show up in the observability setup your team configured; Studio is the usual place to review agent-focused metrics.
Next steps
Ecosystem overview
See every service, its port, and what it does.
Installation
Get the stack running locally with Docker Compose.