1dffaae822
feat: Phase 2 — web server, REST API, WebSocket/SSE, UI [v0.2.0]
...
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 >
2026-05-04 08:50:04 +03:00
96b6f061f3
chore: update task board — Phase 1 complete
...
All 7 Phase 1 tasks done:
- deps: pydantic, pytest, [web] optional deps
- models: Pydantic v2 data models
- events: EventEmitter + event types
- api-client: APIClient class refactor
- tools: ToolRegistry class + Windows compat
- engine: DiscussionEngine with event-driven architecture
- config-cli: config.py extraction + CLI refactor
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-04 00:34:20 +03:00
52e77bb50c
feat: v2 plan — remove autogen/crewai, add tasks and wiki
...
- Remove autogen and crewai backends (focus on custom only)
- Simplify CLI: remove --backend flag
- Remove optional deps from pyproject.toml
- Add .tasks/ with 7 tasks for Phase 1 refactor
- Add .wiki/concepts/meeting-room-v2.md with architecture plan
- Update .wiki/index.md and .tasks/STATUS.md
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-03 23:42:39 +03:00
5ed79a2e95
chore: bootstrap project structure
...
- .wiki/ with canonical Karpathy layout (CLAUDE.md, index, log, overview, raw)
- .tasks/ with canonical STATUS.md board
- CLAUDE.md with skill triggers
- Bootstrap manifest in .wiki/concepts/
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-03 23:12:18 +03:00