You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Quick Analysis** - Trigger stock analysis via API; the Home page also provides a Market Review button that starts a background market recap in Docker/server mode
926
926
- **Real-time Progress** - Analysis task status updates in real-time, supports parallel tasks; the regular stock-analysis path now prefers LiteLLM streaming during the LLM stage and pushes finer-grained `message/progress` updates through task SSE
927
927
- **Backtest Validation** - Evaluate historical analysis accuracy, query direction win rate and simulated returns
928
928
- **API Documentation** - Visit `/docs` for Swagger UI
@@ -932,6 +932,7 @@ FastAPI provides RESTful API service for configuration management and triggering
932
932
| Endpoint | Method | Description |
933
933
|------|------|------|
934
934
| `/api/v1/analysis/analyze` | POST | Trigger stock analysis |
935
+
| `/api/v1/analysis/market-review` | POST | Trigger a background market review; request body may pass `{"send_notification": true}` |
935
936
| `/api/v1/analysis/tasks` | GET | Query task list |
936
937
| `/api/v1/analysis/tasks/stream` | GET (SSE) | Subscribe to realtime task updates |
937
938
| `/api/v1/analysis/status/{task_id}` | GET | Query task status |
0 commit comments