CAPABILITY.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
abel_edge/__init__.py
abel_edge/_runtime_harden.py
abel_edge/cache_cli.py
abel_edge/cli.py
abel_edge/cli_support.py
abel_edge/config.py
abel_edge/graph_nodes.py
abel_edge/py.typed
abel_edge/scaffold.py
abel_edge.egg-info/PKG-INFO
abel_edge.egg-info/SOURCES.txt
abel_edge.egg-info/dependency_links.txt
abel_edge.egg-info/entry_points.txt
abel_edge.egg-info/requires.txt
abel_edge.egg-info/top_level.txt
abel_edge/dashboard/AGENTS.md
abel_edge/dashboard/__init__.py
abel_edge/dashboard/_helpers.py
abel_edge/dashboard/components.py
abel_edge/dashboard/generator.py
abel_edge/dashboard/live_overview.py
abel_edge/dashboard/portfolio.py
abel_edge/dashboard/price_overlay.py
abel_edge/dashboard/rows.py
abel_edge/dashboard/server.py
abel_edge/dashboard/story.py
abel_edge/dashboard/strategy_data.py
abel_edge/dashboard/templates/base.html
abel_edge/dashboard/templates/signal_demo.html
abel_edge/dashboard/templates/tracking.html
abel_edge/engine/AGENTS.md
abel_edge/engine/__init__.py
abel_edge/engine/adapter_registry.py
abel_edge/engine/backtest.py
abel_edge/engine/base.py
abel_edge/engine/cache.py
abel_edge/engine/decision_context.py
abel_edge/engine/feed_contract.py
abel_edge/engine/feed_loader.py
abel_edge/engine/ledger.py
abel_edge/engine/loader.py
abel_edge/engine/price_data.py
abel_edge/engine/runtime_contract.py
abel_edge/engine/signal_contract.py
abel_edge/engine/trader.py
abel_edge/plugins/AGENTS.md
abel_edge/plugins/__init__.py
abel_edge/plugins/abel/__init__.py
abel_edge/plugins/abel/auth.py
abel_edge/plugins/abel/client.py
abel_edge/plugins/abel/credentials.py
abel_edge/plugins/abel/discover.py
abel_edge/plugins/abel/prices.py
abel_edge/research/AGENTS.md
abel_edge/research/__init__.py
abel_edge/research/bto.py
abel_edge/research/cli.py
abel_edge/research/data_readiness.py
abel_edge/research/evaluate.py
abel_edge/research/handoff.py
abel_edge/research/probes.py
abel_edge/research/workspace.py
abel_edge/validation/AGENTS.md
abel_edge/validation/__init__.py
abel_edge/validation/_look_ahead_ast.py
abel_edge/validation/deferred_registry.yaml
abel_edge/validation/gate.py
abel_edge/validation/gate_logic.py
abel_edge/validation/look_ahead.py
abel_edge/validation/look_ahead_rules.md
abel_edge/validation/metrics.py
abel_edge/validation/position_ic.py
abel_edge/validation/profiles/crypto_daily.yaml
abel_edge/validation/profiles/equity_daily.yaml
abel_edge/validation/profiles/hft.yaml
examples/__init__.py
examples/causal_demo/__init__.py
examples/causal_demo/causal_graph.json
examples/causal_demo/engine.py
examples/feed_overlay_demo/__init__.py
examples/feed_overlay_demo/engine.py
examples/momentum_ml/__init__.py
examples/momentum_ml/engine.py
examples/sma_crossover/__init__.py
examples/sma_crossover/engine.py
strategies/__init__.py
strategies/ethusd_causal/__init__.py
strategies/ethusd_causal/causal_graph.json
strategies/ethusd_causal/engine.py
tests/test_abel_auth.py
tests/test_abel_client.py
tests/test_adapter_registry_runtime.py
tests/test_backtest_kernel.py
tests/test_cli.py
tests/test_cli_abel.py
tests/test_dashboard_layout.py
tests/test_data_contract_config.py
tests/test_data_contract_runtime.py
tests/test_decision_context.py
tests/test_engine_loader.py
tests/test_execution_run.py
tests/test_feed_overlay_example.py
tests/test_graph_nodes.py
tests/test_ledger.py
tests/test_look_ahead.py
tests/test_paper.py
tests/test_price_data.py
tests/test_probes.py
tests/test_research.py
tests/test_research_handoff.py
tests/test_runtime_harden.py
tests/test_structure.py
tests/test_triangle.py
tests/test_validation.py
tests/test_validation_baselines.py
tests/test_validation_contract.py