CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
agents/__init__.py
agents/ahf_simulator.py
agents/ai_client.py
agents/backtester.py
agents/backtester_v7.py
agents/debate_arena.py
agents/deep_macro.py
agents/llm_analyzer.py
agents/macro_analyzer.py
agents/memory.py
agents/registry.py
agents/risk_constitution.py
agents/signal_engine.py
agents/signal_engine_v7.py
agents/signal_engine_v9.py
agents/statistics.py
agents/stock_picker.py
agents/universe.py
finclaw_ai.egg-info/PKG-INFO
finclaw_ai.egg-info/SOURCES.txt
finclaw_ai.egg-info/dependency_links.txt
finclaw_ai.egg-info/entry_points.txt
finclaw_ai.egg-info/requires.txt
finclaw_ai.egg-info/top_level.txt
src/__init__.py
src/agents/__init__.py
src/agents/base.py
src/agents/momentum.py
src/agents/value.py
src/analytics/__init__.py
src/analytics/metrics.py
src/analytics/regime.py
src/analytics/rolling.py
src/backtesting/__init__.py
src/backtesting/benchmark.py
src/backtesting/monte_carlo.py
src/backtesting/multi_timeframe.py
src/backtesting/walk_forward.py
src/dashboard/__init__.py
src/dashboard/signals.py
src/data/__init__.py
src/data/prices.py
src/exchange/__init__.py
src/exchange/paper.py
src/optimization/__init__.py
src/optimization/optimizer.py
src/pipeline/__init__.py
src/pipeline/cache.py
src/pipeline/multi_source.py
src/pipeline/validator.py
src/portfolio/__init__.py
src/portfolio/rebalancer.py
src/reports/__init__.py
src/reports/backtest_report.py
src/risk/__init__.py
src/risk/portfolio_risk.py
src/risk/position_sizing.py
src/risk/stop_loss.py
src/risk/var_calculator.py
src/strategies/__init__.py
src/strategies/combiner.py
src/strategies/mean_reversion.py
src/strategies/momentum_jt.py
src/strategies/pairs_trading.py
src/strategies/trend_following.py
src/strategies/value_momentum.py
strategies/strategy_spec.py
tests/conftest.py
tests/test_asset_selector.py
tests/test_backtester.py
tests/test_cli.py
tests/test_deep_qa.py
tests/test_engine.py
tests/test_exhaustive.py
tests/test_macro.py
tests/test_mcp.py
tests/test_new_sectors.py
tests/test_picker.py
tests/test_registry.py
tests/test_signal_engine.py
tests/test_stock_picker.py
tests/test_strategy.py
tests/test_universe.py
tests/test_v120.py
tests/test_v130.py