ingest_event
Submit financial news articles to a normalized event ledger for severity and symbol classification, enabling committee RAG recall. Idempotent ingestion prevents duplicate entries.
Instructions
把你(宿主 agent)搜到的财经新闻投喂进事件账本:后端 LLM 归一化 → severity/symbol 判级 → 入库 → 供委员会 RAG 召回。你有比自托管爬虫强得多的 搜索能力(含中文源)——看到与用户持仓相关的新闻就喂进来,尤其 A 股/区域 市场(爬虫盲区)。幂等:同 url / 同 claim 重发不重复入账。需后端 LLM key。 ingested_by 报你自己的身份(如 "hermes")——溯源用,与 source(新闻来源)语义不同。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | Yes | ||
| source | No | ||
| snippet | No | ||
| ingested_by | No | host-agent | |
| published_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |