LICENSE
README.md
pyproject.toml
alloc_context.egg-info/PKG-INFO
alloc_context.egg-info/SOURCES.txt
alloc_context.egg-info/dependency_links.txt
alloc_context.egg-info/entry_points.txt
alloc_context.egg-info/requires.txt
alloc_context.egg-info/top_level.txt
alloccontext/__init__.py
alloccontext/__main__.py
alloccontext/config.py
alloccontext/horizon.py
alloccontext/status_report.py
alloccontext/timeutil.py
alloccontext/x402_production_check.py
alloccontext/x402_smoke_redact.py
alloccontext/ingest/__init__.py
alloccontext/ingest/cf_benchmarks.py
alloccontext/ingest/cf_history.py
alloccontext/ingest/coinbase_client.py
alloccontext/ingest/coinbase_portfolio.py
alloccontext/ingest/coingecko.py
alloccontext/ingest/coinmarketcap.py
alloccontext/ingest/env_keys.py
alloccontext/ingest/etf_flows.py
alloccontext/ingest/exchange_http.py
alloccontext/ingest/fear_greed.py
alloccontext/ingest/fred.py
alloccontext/ingest/http_errors.py
alloccontext/ingest/kalshi.py
alloccontext/ingest/kalshi_api.py
alloccontext/ingest/kalshi_client.py
alloccontext/ingest/kalshi_files.py
alloccontext/ingest/kalshi_state.py
alloccontext/ingest/kraken_client.py
alloccontext/ingest/kraken_portfolio.py
alloccontext/ingest/macro_calendar.py
alloccontext/ingest/macro_normalize.py
alloccontext/ingest/market_snapshots.py
alloccontext/ingest/outcome.py
alloccontext/ingest/parse_helpers.py
alloccontext/ingest/runner.py
alloccontext/ingest/exchange/__init__.py
alloccontext/ingest/exchange/coinbase_adapter.py
alloccontext/ingest/exchange/kraken_adapter.py
alloccontext/ingest/exchange/live.py
alloccontext/ingest/exchange/portfolio.py
alloccontext/ingest/exchange/registry.py
alloccontext/ingest/exchange/types.py
alloccontext/mcp/__init__.py
alloccontext/mcp/assets.py
alloccontext/mcp/bazaar.py
alloccontext/mcp/contracts.py
alloccontext/mcp/handlers.py
alloccontext/mcp/http.py
alloccontext/mcp/payment_middleware.py
alloccontext/mcp/server.py
alloccontext/mcp/staleness.py
alloccontext/mcp/validation.py
alloccontext/mcp/x402_bazaar_dynamic.py
alloccontext/mcp/x402_config.py
alloccontext/mcp/x402_pricing.py
alloccontext/mcp/x402_stables.py
alloccontext/rollup/__init__.py
alloccontext/rollup/band.py
alloccontext/rollup/breadth.py
alloccontext/rollup/cf_math.py
alloccontext/rollup/cluster.py
alloccontext/rollup/cluster_config.py
alloccontext/rollup/comparison.py
alloccontext/rollup/context.py
alloccontext/rollup/delta.py
alloccontext/rollup/etf.py
alloccontext/rollup/fear_greed.py
alloccontext/rollup/macro.py
alloccontext/rollup/portfolio.py
alloccontext/rollup/rebalance.py
alloccontext/rollup/regime.py
alloccontext/rollup/sentiment.py
alloccontext/rollup/snapshots.py
alloccontext/rollup/tape.py
alloccontext/store/__init__.py
alloccontext/store/db.py
alloccontext/store/jsonutil.py
alloccontext/store/meta.py
alloccontext/store/retention.py
alloccontext/store/status.py
tests/test_adr005_ingest.py
tests/test_backup_sqlite.py
tests/test_bump_version.py
tests/test_coinbase_portfolio.py
tests/test_context_snapshots.py
tests/test_db_schema.py
tests/test_deploy.py
tests/test_dev_stack.py
tests/test_etf.py
tests/test_exchanges_config.py
tests/test_fear_greed.py
tests/test_fred.py
tests/test_horizon.py
tests/test_ingest_outcome.py
tests/test_ingest_runner.py
tests/test_kalshi_api.py
tests/test_kraken_portfolio.py
tests/test_macro.py
tests/test_market_breadth.py
tests/test_mcp_assets_regime.py
tests/test_mcp_bazaar.py
tests/test_mcp_contracts.py
tests/test_mcp_freshness.py
tests/test_mcp_handlers.py
tests/test_mcp_health.py
tests/test_mcp_http_lifecycle.py
tests/test_mcp_live_portfolio.py
tests/test_mcp_server.py
tests/test_mcp_validation.py
tests/test_mcp_x402.py
tests/test_mcp_x402_http.py
tests/test_mcp_x402_pricing.py
tests/test_mcp_x402_stables.py
tests/test_qa_ingest_store.py
tests/test_rebalance.py
tests/test_rollup.py
tests/test_scaffold.py
tests/test_script_runtime.py
tests/test_security_hardening.py
tests/test_server_json.py
tests/test_snapshots_and_delta.py
tests/test_status_report.py
tests/test_workflows.py
tests/test_x402_bazaar_dynamic.py
tests/test_x402_production_check.py
tests/test_x402_smoke_redact.py