LICENSE
README.md
pyproject.toml
quant_swarm.egg-info/PKG-INFO
quant_swarm.egg-info/SOURCES.txt
quant_swarm.egg-info/dependency_links.txt
quant_swarm.egg-info/entry_points.txt
quant_swarm.egg-info/requires.txt
quant_swarm.egg-info/top_level.txt
swarm_mcp/__init__.py
swarm_mcp/access.py
swarm_mcp/envelope.py
swarm_mcp/mcp_compat.py
swarm_mcp/metering.py
swarm_mcp/plans.py
swarm_mcp/redaction.py
swarm_mcp/relay.py
swarm_mcp/request_context.py
swarm_mcp/server_meta.py
swarm_mcp/telemetry.py
swarm_mcp/tool_runner.py
swarm_mcp/tournament_runner.py
swarm_mcp/vendor_path.py
swarm_mcp/cache/__init__.py
swarm_mcp/cache/bars.py
swarm_mcp/cache/db.py
swarm_mcp/cache/enrich.py
swarm_mcp/cache/freshness.py
swarm_mcp/cache/rate_limit.py
swarm_mcp/data/champion_genome.json
swarm_mcp/servers/__init__.py
swarm_mcp/servers/data_server.py
swarm_mcp/servers/gym_server.py
swarm_mcp/servers/http_server.py
swarm_mcp/servers/warden_server.py
swarm_mcp/tools/__init__.py
swarm_mcp/tools/data_tools.py
swarm_mcp/tools/gym_tools.py
swarm_mcp/tools/tournament_tools.py
swarm_mcp/tools/warden_tools.py
swarm_mcp/vendored/__init__.py
swarm_mcp/vendored/alpha/__init__.py
swarm_mcp/vendored/alpha/bars_fetch.py
swarm_mcp/vendored/alpha/guardrails_path.py
swarm_mcp/vendored/alpha/microstructure.py
swarm_mcp/vendored/alpha/order_checks.py
swarm_mcp/vendored/alpha/gym/__init__.py
swarm_mcp/vendored/alpha/gym/panel.py
swarm_mcp/vendored/alpha/gym/policy_head.py
swarm_mcp/vendored/alpha/gym/regime.py
swarm_mcp/vendored/alpha/gym/simulator.py
swarm_mcp/vendored/alpha/shared/__init__.py
swarm_mcp/vendored/alpha/shared/swing_screens.py
swarm_mcp/vendored/guardrails/LICENSE.md
swarm_mcp/vendored/guardrails/__init__.py
swarm_mcp/vendored/guardrails/budget.py
swarm_mcp/vendored/guardrails/fill_model.py
swarm_mcp/vendored/guardrails/gates.py
swarm_mcp/vendored/guardrails/genome_schema.json
swarm_mcp/vendored/guardrails/genome_schema.py
swarm_mcp/vendored/guardrails/objective.py
swarm_mcp/vendored/guardrails/provenance.py
swarm_mcp/vendored/guardrails/tiers.py
tests/test_access_gate.py
tests/test_audit_features.py
tests/test_build_features.py
tests/test_cache_determinism.py
tests/test_derived_tools.py
tests/test_entitlements.py
tests/test_floors_parity.py
tests/test_gym_tools.py
tests/test_ip_boundary.py
tests/test_no_lookahead_port.py
tests/test_no_order_paths.py
tests/test_offline_mode.py
tests/test_order_checks_parity.py
tests/test_pins.py
tests/test_redaction.py
tests/test_registry_metadata.py
tests/test_relay.py
tests/test_remote_http.py
tests/test_sizing_parity.py
tests/test_tier_refusal_port.py
tests/test_tournament.py