LICENSE
README.md
pyproject.toml
agentchatbus/__init__.py
agentchatbus/cli.py
agentchatbus/stdio_main.py
agentchatbus.egg-info/PKG-INFO
agentchatbus.egg-info/SOURCES.txt
agentchatbus.egg-info/dependency_links.txt
agentchatbus.egg-info/entry_points.txt
agentchatbus.egg-info/requires.txt
agentchatbus.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/config.py
src/content_filter.py
src/main.py
src/mcp_server.py
src/stdio_main.py
src/thread_creation_service.py
src/db/__init__.py
src/db/crud.py
src/db/database.py
src/db/models.py
src/static/bus.png
src/static/index.html
src/static/css/main.css
src/static/js/shared-agent-status.js
src/static/js/shared-agents.js
src/static/js/shared-api.js
src/static/js/shared-chat.js
src/static/js/shared-message-renderer.js
src/static/js/shared-modals.js
src/static/js/shared-nav-sidebar.js
src/static/js/shared-search.js
src/static/js/shared-sse.js
src/static/js/shared-theme.js
src/static/js/shared-threads.js
src/static/js/shared-tooltip.js
src/static/js/shared-ui-agent.js
src/static/js/shared-utils.js
src/static/js/components/acb-admin-switch-card.js
src/static/js/components/acb-agent-status-item.js
src/static/js/components/acb-agent-status-shell.js
src/static/js/components/acb-compose-shell.js
src/static/js/components/acb-confirm-dialog.js
src/static/js/components/acb-empty-state.js
src/static/js/components/acb-filter-actions.js
src/static/js/components/acb-filter-row.js
src/static/js/components/acb-icon-button.js
src/static/js/components/acb-input-dialog.js
src/static/js/components/acb-message-tail-meta.js
src/static/js/components/acb-modal-shell.js
src/static/js/components/acb-thread-context-menu.js
src/static/js/components/acb-thread-filter-shell.js
src/static/js/components/acb-thread-header.js
src/static/js/components/acb-thread-item.js
src/tools/dispatch.py
tests/test_admin_coordinator_loop.py
tests/test_admin_decision_api.py
tests/test_agent_attention_mechanisms.py
tests/test_agent_capabilities.py
tests/test_agent_registry.py
tests/test_bus_connect.py
tests/test_content_filter_unit.py
tests/test_context_vars.py
tests/test_conv_timeout_unit.py
tests/test_database_safety_contract.py
tests/test_e2e.py
tests/test_export_markdown.py
tests/test_http_base_url_contract.py
tests/test_image_flow.py
tests/test_image_paste.py
tests/test_legacy_schema_required_columns.py
tests/test_metrics.py
tests/test_msg_edit.py
tests/test_msg_get.py
tests/test_msg_return_format.py
tests/test_msg_sync_unit.py
tests/test_msg_wait_coordination_prompt.py
tests/test_multi_agent_chat_scenarios.py
tests/test_quality_gate.py
tests/test_rate_limit_unit.py
tests/test_reactions_priority.py
tests/test_reply_threading.py
tests/test_search.py
tests/test_search_integration.py
tests/test_security_hardening.py
tests/test_structured_metadata.py
tests/test_sysprompt.py
tests/test_thread_pagination.py
tests/test_thread_settings_v2.py
tests/test_thread_templates.py
tests/test_thread_updated_at_migration.py
tests/test_threads_archived.py
tests/test_timeout_handling.py
tests/test_token_exposure.py
tests/test_upload_hardening.py
tests/test_upload_path.py