mirror of
https://github.com/primedigitaltech/market-assistant.git
synced 2026-07-22 08:01:34 +08:00
Add suggest_scenario_groups_llm: single call with excerpt corpus + existing label/triggers, parse scenarios JSON, merge into comment_scenario_groups (up to 40) before build_competitor_brief. Record in keyword_suggest_llm.json (schema_version 3). Skip with MA_SKIP_LLM_SCENARIO_SUGGEST. Update tests and analysis view hint. Made-with: Cursor
Market-Assistant 前端(Vue 3 + Vite)
启动命令
npm install
npm run dev
默认本地开发端口见终端提示。请先启动后端开发服务,以便 API 代理可用。
其他脚本
- npm run build — 生产构建
- npm run preview — 本地预览构建结果
项目说明
完整说明见上一级目录的 README。