mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-07 13:00:59 +08:00
1. Complex natural language → AI chat (not regex analyze) '拓维信息这个股怎么样帮我写策略' now goes to AI, not broken regex 2. Agent auto-loads AI client from store on startup - Scans AIModel configs, creates MCP client from first available - No manual injection needed 3. Added start.sh for one-command startup (backend + frontend) Routing logic: - /analyze BTC (simple, ≤3 words) → structured analyze - Complex sentences → AI chat with full context - This is the key insight: regex can't parse natural language, AI can