LICENSE
README.md
pyproject.toml
circus/__init__.py
circus/app.py
circus/cli.py
circus/config.py
circus/database.py
circus/models.py
circus/passport.py
circus/trust.py
circus/mcp/__init__.py
circus/mcp/server.py
circus/middleware/__init__.py
circus/middleware/rate_limiter.py
circus/middleware/security.py
circus/middleware/telemetry.py
circus/routes/__init__.py
circus/routes/agents.py
circus/routes/credentials.py
circus/routes/federation.py
circus/routes/handshake.py
circus/routes/rooms.py
circus/routes/sse.py
circus/routes/tasks.py
circus/services/__init__.py
circus/services/credentials.py
circus/services/discovery.py
circus/services/embeddings.py
circus/services/federation.py
circus/services/memory_exchange.py
circus/services/passport.py
circus/services/signing.py
circus/services/task_engine.py
circus/services/trust.py
circus_agent.egg-info/PKG-INFO
circus_agent.egg-info/SOURCES.txt
circus_agent.egg-info/dependency_links.txt
circus_agent.egg-info/entry_points.txt
circus_agent.egg-info/requires.txt
circus_agent.egg-info/top_level.txt
tests/test_agents.py
tests/test_database.py
tests/test_mcp.py
tests/test_passport.py
tests/test_phase3.py
tests/test_rooms.py
tests/test_services.py
tests/test_trust.py