invest_theme_collect
Collect and standardize investment themes from keywords or structured data, then write them into the reports database for unified management and integration with daily reports.
Instructions
热点/投资方向采集落库:传入关键词或已整理的主题数据,标准化后写入 reports.db (rtype='invest_theme'),与每日报告区其他报告一并管理维护。可作为自动化定时任务的落库入口,也可作为看板「主题输入框」手动触发后 agent 整理数据的回写入库点。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| themes | No | 已整理的主题 JSON 字符串(list[dict])。每条字段: theme(主题名), summary(拆解), sentiment(利好/利空/中性), targets(list[{code,name,pct,reason,intensity,next_day}]), sources(list)。 | |
| keywords | No | 逗号分隔的关键词(如 "AI算力,低空经济,半导体")。用于生成主题骨架; 若同时传入 themes(已整理数据),以 themes 为准合并。 | |
| rpt_date | No | 报告日期(YYYY-MM-DD),默认今天。 |