AsyncEventBridge bridges sync EventEmitter to asyncio consumers. FastAPI app with session management, discussion control, roles/providers. WebSocket for real-time events + inject, SSE for read-only streaming. Minimal dark-theme HTML/JS UI. `meeting-room serve` CLI subcommand. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2.2 KiB
2.2 KiB
Task Board
Updated: 2026-05-04
🟢 v2-p2-async-bridge — AsyncEventBridge: sync EventEmitter → asyncio.Queue
Status: done Where I stopped: Complete Next action: N/A
🟢 v2-p2-fastapi-app — FastAPI app + REST API (sessions, start, inject, roles, providers)
Status: done Where I stopped: Complete Next action: N/A
🟢 v2-p2-websocket-sse — WebSocket + SSE streaming endpoints
Status: done Where I stopped: Complete Next action: N/A
🟢 v2-p2-web-ui — Minimal HTML/CSS/JS frontend
Status: done Where I stopped: Complete Next action: N/A
🟢 v2-p2-serve-command — meeting-room serve CLI subcommand
Status: done Where I stopped: Complete Next action: N/A
🟢 v2-p1-deps — Обновить зависимости (pydantic, pytest, [web])
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-models — Pydantic модели данных (ProviderConfig, RoleConfig, Session и др.)
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-events — EventEmitter и типы событий
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-api-client — Рефактор APIClient (класс вместо глобалов)
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-tools — Рефактор ToolRegistry (класс, Windows-совместимость)
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-engine — DiscussionEngine (emit вместо print)
Status: done Branch: feat/v2-phase1-core-refactor
🟢 v2-p1-config-cli — config.py + CLI рефактор + deprecation shim
Status: done Branch: feat/v2-phase1-core-refactor