1.0 KiB
1.0 KiB
Minimal Compatibility Mode
Use this mode when Python scripts are unavailable or model capability is limited.
Goal
Maximize success rate and correctness with minimal token and logic complexity.
Rules
- Read at most 3 recent reports for the same ticker.
- Use minimal sources:
- one official disclosure source
- one reliable market data source (Yahoo Finance acceptable)
- Keep output short and deterministic.
- Still include one self-improvement action from prior misses.
Minimal Output Schema
recommendation: Buy/Hold/Sell/Watchpred_close_t1: point estimateprev_pred_close_t1: if available, elseN/Aprev_actual_close_t1: if available, elseN/A/pendingAE,APE: if available, elseN/Aimprovement_actions: exactly 1 itemstatus:ok|pending_data|blocked
Minimal Source Checklist
- Official disclosure page (exchange/regulator/IR)
- Market quote page (for example Yahoo Finance quote)
If the two sources conflict on critical values, set confidence to Low.