GET /api/public/items?mode=selected&take=30
GET /api/public/items?content_type=dynamic&source_category=regulator
GET /api/public/items?q=现金管理
GET /api/public/sources
对齐 aihot 的公开读取模式,Agent 可直接通过 API 获取动态、精选、分类和信源。
GET /api/public/items?mode=selected&take=30
GET /api/public/items?content_type=dynamic&source_category=regulator
GET /api/public/items?q=现金管理
GET /api/public/sources
动态类内容的 link_mode 为 external,Agent 和网页都应跳转 source_url。
人工整理内容的 link_mode 为 detail,读取站内详情页或 /api/articles/:slug。
精选内容会包含 recommendation_reason,用于解释为什么值得阅读。
人工内容沉淀读取 skills/content-ingest/SKILL.md。
自动动态采集脚本读取 config/sources.json,并通过 scripts/fetch-dynamics.mjs 写入 API。