agentson
149039a904
feat: implement pre-market planner with Gemini integration (issue #83)
PreMarketPlanner generates DayPlaybook via single Gemini API call per market:
- Structured JSON prompt with scan candidates + strategic context
- Cross-market context (KR reads US scorecard, US reads KR scorecard)
- Robust JSON parser with markdown fence stripping
- Unknown stock filtering (only scanner candidates allowed)
- MAX_SCENARIOS_PER_STOCK enforcement
- Defensive playbook on failure (HOLD + stop-loss)
- Empty playbook when no candidates (safe, no trades)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 21:35:57 +09:00
..
2026-02-04 02:08:48 +09:00
2026-02-04 09:29:25 +09:00
2026-02-04 19:13:07 +09:00
2026-02-05 09:28:10 +09:00
2026-02-05 01:09:34 +09:00
2026-02-04 14:12:29 +09:00
2026-02-04 18:06:34 +09:00
2026-02-04 15:47:53 +09:00
2026-02-04 18:35:55 +09:00
2026-02-04 16:45:16 +09:00
2026-02-06 00:48:23 +09:00
2026-02-04 09:29:25 +09:00
2026-02-08 21:00:04 +09:00
2026-02-08 21:35:57 +09:00
2026-02-04 09:29:25 +09:00
2026-02-08 20:41:20 +09:00
2026-02-06 00:48:23 +09:00
2026-02-08 02:06:16 +09:00
2026-02-05 18:54:42 +09:00
2026-02-08 21:25:16 +09:00
2026-02-04 18:35:55 +09:00
2026-02-05 01:09:34 +09:00