ARCHITECTURE.md
CHANGELOG.md
LICENSE.md
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/SECURITY_BASELINE.md
docs/THREAT_MODEL.md
spec/asyncapi.yaml
spec/error-codes.md
spec/examples/auth_challenge.json
spec/examples/auth_response.json
spec/examples/broadcast.json
spec/examples/bye.json
spec/examples/channels.json
spec/examples/channels_ok.json
spec/examples/custom.unknown-pass-through.json
spec/examples/error.auth-failed.json
spec/examples/hello.agent-with-label.json
spec/examples/hello.agent.json
spec/examples/kick.json
spec/examples/kick_ok.json
spec/examples/list.json
spec/examples/list_ok.json
spec/examples/msg.custom.json
spec/examples/msg.text.json
spec/examples/ping.json
spec/examples/pong.json
spec/examples/publish.json
spec/examples/send.direct.json
spec/examples/shutdown.json
spec/examples/shutdown_ok.json
spec/examples/subscribe.json
spec/examples/subscribe_ok.json
spec/examples/unsubscribe.json
spec/examples/unsubscribe_ok.json
spec/examples/welcome.json
spec/schemas/auth_challenge.json
spec/schemas/auth_response.json
spec/schemas/broadcast.json
spec/schemas/bye.json
spec/schemas/channels.json
spec/schemas/channels_ok.json
spec/schemas/custom.json
spec/schemas/error.json
spec/schemas/hello.json
spec/schemas/kick.json
spec/schemas/kick_ok.json
spec/schemas/list.json
spec/schemas/list_ok.json
spec/schemas/msg.json
spec/schemas/ping.json
spec/schemas/pong.json
spec/schemas/publish.json
spec/schemas/send.json
spec/schemas/shutdown.json
spec/schemas/shutdown_ok.json
spec/schemas/subscribe.json
spec/schemas/subscribe_ok.json
spec/schemas/unsubscribe.json
spec/schemas/unsubscribe_ok.json
spec/schemas/welcome.json
src/inter_agent/__init__.py
src/inter_agent/py.typed
src/inter_agent/core/__init__.py
src/inter_agent/core/adapter_control.py
src/inter_agent/core/auth.py
src/inter_agent/core/channels.py
src/inter_agent/core/client.py
src/inter_agent/core/config.py
src/inter_agent/core/errors.py
src/inter_agent/core/kick.py
src/inter_agent/core/list.py
src/inter_agent/core/publish.py
src/inter_agent/core/router.py
src/inter_agent/core/send.py
src/inter_agent/core/server.py
src/inter_agent/core/shared.py
src/inter_agent/core/shutdown.py
src/inter_agent/core/status.py
src/inter_agent/core/tls.py
src/inter_agent/core/transport.py
src/inter_agent_core.egg-info/PKG-INFO
src/inter_agent_core.egg-info/SOURCES.txt
src/inter_agent_core.egg-info/dependency_links.txt
src/inter_agent_core.egg-info/entry_points.txt
src/inter_agent_core.egg-info/requires.txt
src/inter_agent_core.egg-info/top_level.txt