Fundamental_Analysis/services
Lv, Qi 03b53aed71 feat: Refactor Analysis Context Mechanism and Generic Worker
- Implemented Unified Context Mechanism (Task 20251127):
  - Decoupled intent (Module) from resolution (Orchestrator).
  - Added ContextResolver for resolving input bindings (Manual Glob/Auto LLM).
  - Added IOBinder for managing physical paths.
  - Updated GenerateReportCommand to support explicit input bindings and output paths.

- Refactored Report Worker to Generic Execution (Task 20251128):
  - Removed hardcoded financial DTOs and specific formatting logic.
  - Implemented Generic YAML-based context assembly for better LLM readability.
  - Added detailed execution tracing (Sidecar logs).
  - Fixed input data collision bug by using full paths as context keys.

- Updated Tushare Provider to support dynamic output paths.
- Updated Common Contracts with new configuration models.
2025-11-28 20:11:17 +08:00
..
alphavantage-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
api-gateway feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
common-contracts feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
data-persistence-service feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
finnhub-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
mock-provider-service feat: fix error propagation in report-generator and workflow-orchestrator 2025-11-27 23:07:42 +08:00
report-generator-service feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
tushare-provider-service feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
workflow-orchestrator-service feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00
yfinance-provider-service feat: Refactor Analysis Context Mechanism and Generic Worker 2025-11-28 20:11:17 +08:00