-
Notifications
You must be signed in to change notification settings - Fork 7
feat: web-based UI for room sessions (FastAPI/React) #16
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
While the CLI wizard is functional for early-stage development and terminal lovers, it lacks the accessibility and visual flair needed for a broader audience. A dedicated web interface would allow for richer formatting (Markdown rendering), side-by-side agent views, and easier data visualizations.
Proposed Solution
- Develop a lightweight backend (e.g., FastAPI) that interacts with the
roomspackage via the programmatic API. - Build a modern frontend (e.g., React, Next.js, or Vue) to serve as a 'Room Manager'.
- Features should include:
- Visual Room Setup (Drag & Drop agents).
- Real-time streaming conversation view.
- History export / Snapshot management.
- Per-agent performance dashboards.
Alternatives Considered
None. A Web UI is the natural evolution for a mature orchestration framework.
Priority
Low 🟢
Additional Context
This is a major ecosystem milestone that effectively turns 'Rooms' from a terminal tool into a full-fledged application.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request