README.md
pyproject.toml
src/convos_runtime/__init__.py
src/convos_runtime/admin_onboarding.py
src/convos_runtime/build_info.py
src/convos_runtime/cli.py
src/convos_runtime/config.py
src/convos_runtime/context_initialization.py
src/convos_runtime/models.py
src/convos_runtime/operations.py
src/convos_runtime/prompt_library.py
src/convos_runtime/reliability.py
src/convos_runtime/runtime.py
src/convos_runtime/sample_networks.py
src/convos_runtime/service.py
src/convos_runtime/web.py
src/convos_runtime.egg-info/PKG-INFO
src/convos_runtime.egg-info/SOURCES.txt
src/convos_runtime.egg-info/dependency_links.txt
src/convos_runtime.egg-info/entry_points.txt
src/convos_runtime.egg-info/requires.txt
src/convos_runtime.egg-info/top_level.txt
src/convos_runtime/agents/__init__.py
src/convos_runtime/agents/base.py
src/convos_runtime/agents/codex_repo.py
src/convos_runtime/agents/command.py
src/convos_runtime/agents/environment.py
src/convos_runtime/agents/fake.py
src/convos_runtime/agents/http.py
src/convos_runtime/channels/__init__.py
src/convos_runtime/channels/base.py
src/convos_runtime/channels/local_jsonl.py
src/convos_runtime/prompts/codex-context-refresh.md
src/convos_runtime/prompts/codex-existing-session.md
src/convos_runtime/prompts/codex-read-only.md
src/convos_runtime/prompts/codex-turn.md
src/convos_runtime/prompts/codex-workspace-write.md
src/convos_runtime/prompts/collaboration.md
src/convos_runtime/prompts/participant.md
src/convos_runtime/prompts/public-audience.md
src/convos_runtime/prompts/trusted-audience.md
src/convos_runtime/storage/__init__.py
src/convos_runtime/storage/schema.py
src/convos_runtime/storage/sqlite_store.py
src/convos_runtime/web_assets/__init__.py
src/convos_runtime/web_assets/app.js
src/convos_runtime/web_assets/index.html
src/convos_runtime/web_assets/styles.css
tests/test_admin_onboarding.py
tests/test_agent_adapters.py
tests/test_build_info.py
tests/test_cli.py
tests/test_context_authorization.py
tests/test_context_initialization.py
tests/test_dispatch_recovery.py
tests/test_idempotency.py
tests/test_local_chat_app.py
tests/test_local_runtime_flow.py
tests/test_native_session_continuity.py
tests/test_operations.py
tests/test_reliability_controls.py
tests/test_room_lifecycle.py
tests/test_sample_networks.py
tests/test_service.py
tests/test_session_mapping.py
tests/test_storage_migration.py
tests/test_store_attachment.py
tests/test_web_api.py