CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README_EN.md
SECURITY.md
pyproject.toml
docs/ADAPTER.md
docs/API.md
docs/INTEGRATION.md
docs/SKILL_SYNC.md
docs/architecture.md
docs/design/COLOR-PALETTE.md
docs/design/DESIGN-SPEC.md
docs/design/DESIGN-sprint1.md
docs/design/DESIGN-sprint2.md
docs/design/DESIGN-sprint3.md
docs/design/pypi-readme-structure.md
docs/design/static-intro-page-design.md
docs/design/web-viewer/WEB-VIEWER-SPEC.md
docs/design/web-viewer/animation-spec.md
docs/design/web-viewer/component-spec.md
docs/design/web-viewer/mobile-spec.md
docs/design/web-viewer/share-interaction-spec.md
docs/discussions/rt_91f05a5c_roundtable-release-plan.md
docs/discussions/web-viewer-discussion.md
docs/tech-designs/roundtable-web-viewer-tech-design.md
src/agent_roundtable.egg-info/PKG-INFO
src/agent_roundtable.egg-info/SOURCES.txt
src/agent_roundtable.egg-info/dependency_links.txt
src/agent_roundtable.egg-info/requires.txt
src/agent_roundtable.egg-info/top_level.txt
src/roundtable/__init__.py
src/roundtable/core.py
src/roundtable/db.py
src/roundtable/demo.py
src/roundtable/exceptions.py
src/roundtable/formatter.py
src/roundtable/models.py
src/roundtable/notify.py
src/roundtable/py.typed
src/roundtable/schema.py
src/roundtable/web_helpers.py
src/roundtable/web_publisher.py
src/roundtable/adapters/__init__.py
src/roundtable/adapters/base.py
src/roundtable/adapters/generic.py
src/roundtable/adapters/hermes.py
src/roundtable/adapters/simple.py
src/roundtable/web/ecosystem.config.cjs
src/roundtable/web/index.html
src/roundtable/web/server.mjs
src/roundtable/web/theme.css
src/roundtable/web/viewer.css
tests/test_core.py
tests/test_core_coverage.py
tests/test_core_web_integration.py
tests/test_db.py
tests/test_notify.py
tests/test_web_publisher.py