LICENSE
README.md
pyproject.toml
clause/__init__.py
clause/adapters/__init__.py
clause/adapters/base.py
clause/adapters/kalshi.py
clause/adapters/limitless.py
clause/adapters/polymarket.py
clause/adapters/predictit.py
clause/agents/__init__.py
clause/agents/discovery.py
clause/agents/markdown.py
clause/agents/middleware.py
clause/agents/routes.py
clause/alerts/__init__.py
clause/alerts/deliver.py
clause/alerts/detect.py
clause/alerts/rules.py
clause/alerts/telegram.py
clause/analytics/__init__.py
clause/analytics/execution.py
clause/analytics/zero_copy.py
clause/api/__init__.py
clause/api/auth.py
clause/api/crossvenue_routes.py
clause/api/execution_routes.py
clause/api/keys_middleware.py
clause/api/main.py
clause/archive/__init__.py
clause/archive/recorder.py
clause/archive/verify.py
clause/chain/__init__.py
clause/chain/adapters.py
clause/chain/events.py
clause/chain/rpc.py
clause/content/__init__.py
clause/content/findings.py
clause/content/formats.py
clause/content/longform.py
clause/content/publish.py
clause/content/render.py
clause/content/pieces/__init__.py
clause/content/pieces/eighty_four_cent_outcome.py
clause/evidence/__init__.py
clause/evidence/bundle.py
clause/evidence/scorecard.py
clause/execution/__init__.py
clause/execution/capacity.py
clause/execution/consolidated.py
clause/execution/copy.py
clause/execution/edge.py
clause/execution/liquidity.py
clause/execution/markout.py
clause/execution/orders.py
clause/execution/passive.py
clause/execution/risk.py
clause/execution/router.py
clause/execution/schedule.py
clause/execution/scorecard.py
clause/execution/screen.py
clause/execution/strategy.py
clause/ingest/__init__.py
clause/ingest/stream.py
clause/matching/__init__.py
clause/matching/canonical.py
clause/matching/criteria_match.py
clause/matching/crossvenue.py
clause/matching/equivalence.py
clause/mcp/__init__.py
clause/mcp/server.py
clause/net/__init__.py
clause/net/budget.py
clause/net/cache.py
clause/net/ratelimit.py
clause/polymarket/__init__.py
clause/polymarket/client.py
clause/resolution/__init__.py
clause/resolution/lifecycle.py
clause/resolution/schema.py
clause/resolution/store.py
clause/resolution/tracker.py
clause/search/__init__.py
clause/search/markets.py
clause/service/__init__.py
clause/service/execution_service.py
clause/service/wallet_report.py
clause/store/__init__.py
clause/store/backend.py
clause/store/db.py
clause/store/joblock.py
clause/store/prices.py
clause/store/schema.sql
clause/terms/__init__.py
clause/terms/criteria.py
clause/terms/extract.py
clause/terms/normalise.py
clause/tools/__init__.py
clause/tools/explain.py
clause_mcp.egg-info/PKG-INFO
clause_mcp.egg-info/SOURCES.txt
clause_mcp.egg-info/dependency_links.txt
clause_mcp.egg-info/entry_points.txt
clause_mcp.egg-info/requires.txt
clause_mcp.egg-info/top_level.txt
tests/test_across_route.py
tests/test_agent_discovery.py
tests/test_alerts.py
tests/test_archive_absent.py
tests/test_archive_memory.py
tests/test_archive_verify.py
tests/test_backup.py
tests/test_client.py
tests/test_copy.py
tests/test_crossvenue.py
tests/test_deploy_units.py
tests/test_evidence.py
tests/test_explain_route.py
tests/test_findings.py
tests/test_follow_costs.py
tests/test_formats.py
tests/test_golden.py
tests/test_health.py
tests/test_joblock.py
tests/test_kalshi_book.py
tests/test_limitless_authorisation.py
tests/test_longform.py
tests/test_markout.py
tests/test_novig.py
tests/test_pieces.py
tests/test_predictit.py
tests/test_publish.py
tests/test_publishable.py
tests/test_resolution.py
tests/test_scale.py
tests/test_scheduling.py
tests/test_search.py
tests/test_tools.py
tests/test_wallet_analysis.py