- .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>
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
---
|
|
title: meeting-room overview
|
|
type: overview
|
|
updated: 2026-05-03
|
|
---
|
|
|
|
# meeting-room — overview
|
|
|
|
Multi-agent discussion framework — an interactive workspace where AI agents debate problems and produce structured artifacts.
|
|
|
|
## What it does
|
|
|
|
Meeting-room is the "office" in the `.meeting-room/` org structure. It runs multi-agent roundtable discussions (Moderator, Skeptic, Idea Generator, Analyst) and supports interactive brainstorm sessions with a CSO (Chief Strategy Officer) agent.
|
|
|
|
## Key components
|
|
|
|
- **Brainstorm** — 1:1 discussion with CSO for raw idea exploration
|
|
- **Roundtable** — multi-agent discussion with configurable participants, models, and tools
|
|
- **Setup** — interactive pre-discussion configuration (participants, models, agenda, artifacts)
|
|
- **Artifacts** — structured output: tasks → `.tasks/`, knowledge → `.wiki/`, decisions → markdown
|
|
|
|
## Tech stack
|
|
|
|
- Python 3.11+, httpx, pyyaml
|
|
- Custom backend (round-robin agent orchestration with tool support)
|
|
- OpenAI-compatible API (multi-provider: RouterAI, Ollama Cloud, etc.)
|
|
- Planned: FastAPI + WebSocket for Web UI |