Console Overview
Console Overview
Section titled “Console Overview”The Console is Agiwo’s self-hosted control plane. It combines a FastAPI backend with a web UI for operator-facing workflows.
What it does
Section titled “What it does”- manages agent configs
- creates and routes sessions
- projects scheduler state and traces
- exposes REST and SSE APIs
- supports Docker-managed deployment
Runtime model
Section titled “Runtime model”The Console is session-first:
- choose or create an agent config
- create a session for that agent
- send session input
- let the scheduler decide whether to submit, enqueue, or steer the root runtime
This keeps the SDK as execution truth while the Console remains the operator-facing projection and control surface.
Positioning
Section titled “Positioning”- self-hosted and operator-facing
- useful for internal workflows
- optional relative to the SDK
- currently includes Feishu as the built-in channel integration