LICENSE
README.md
pyproject.toml
src/agent_bus/__init__.py
src/agent_bus/audit.py
src/agent_bus/chat_tui.py
src/agent_bus/cli.py
src/agent_bus/formatting.py
src/agent_bus/hooks.py
src/agent_bus/identity.py
src/agent_bus/init_cmd.py
src/agent_bus/migrations.py
src/agent_bus/paths.py
src/agent_bus/resolution.py
src/agent_bus/server.py
src/agent_bus/settings.py
src/agent_bus/storage.py
src/agent_bus/wake.py
src/agent_bus/clients/__init__.py
src/agent_bus/clients/agy.py
src/agent_bus/clients/base.py
src/agent_bus/clients/claude.py
src/agent_bus/clients/codex.py
src/agent_bus/clients/opencode.py
src/agent_group_mcp.egg-info/PKG-INFO
src/agent_group_mcp.egg-info/SOURCES.txt
src/agent_group_mcp.egg-info/dependency_links.txt
src/agent_group_mcp.egg-info/entry_points.txt
src/agent_group_mcp.egg-info/requires.txt
src/agent_group_mcp.egg-info/top_level.txt
tests/test_audit.py
tests/test_claims.py
tests/test_cli.py
tests/test_client_agy.py
tests/test_client_codex.py
tests/test_client_opencode.py
tests/test_compat.py
tests/test_formatting.py
tests/test_groups.py
tests/test_hook_stdin.py
tests/test_hooks.py
tests/test_identity.py
tests/test_init.py
tests/test_migrations.py
tests/test_resolution.py
tests/test_storage.py
tests/test_tools.py
tests/test_wake.py