Upgrade README to product-grade with 7-step analysis showcase and real report format

- Redesign README with polished badges, structured report preview, collapsible config sections
- Update sample report to match actual 7-step deep analysis output (trade signal, event positions, long/short, info gap, historical pattern, asymmetry score)
- Add new whale trade report (US x Iran diplomatic meeting)
- Update signals database with latest data

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
SII-leiyu
2026-05-05 00:11:10 +08:00
co-authored by Claude Opus 4.6
parent 9eab3485a1
commit 3de7cd3373
7 changed files with 526 additions and 218 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ class LLMAnalyzer:
call_kwargs = {
"model": self.settings.llm_model,
"messages": messages,
"max_tokens": 4096,
"max_tokens": 8192,
}
if tool_schemas and not is_last_round:
call_kwargs["tools"] = tool_schemas