- Extend run_portfolio to save Holding Reviews, Risk Metrics, PM Decision, and Execution Result from final state - Add run_trade_execution method for resuming trade execution from a saved PM decision without re-running the full portfolio graph - Update run_auto skip logic to check for execution result (not just decision) and resume from saved decision when available - Gitignore uv.lock and untrack it from version control Co-Authored-By: Oz <oz-agent@warp.dev> |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| candidate_prioritizer.py | ||
| config.py | ||
| exceptions.py | ||
| models.py | ||
| portfolio_states.py | ||
| report_store.py | ||
| repository.py | ||
| risk_evaluator.py | ||
| risk_metrics.py | ||
| supabase_client.py | ||
| trade_executor.py | ||