Files
agent-park/docs/integrations/n8n/workflows/README.md
T

33 lines
1.7 KiB
Markdown

# Workflow Specs
这里存放 8 条已核查生产流程的仓库内说明文件。
作用:
- 给 AI 和工程协作者提供“单流程级别”的说明,而不是只看总表
- 固定每条流程的触发方式、数据源、关键节点、写入位置、仓库触点和边界
- 当 n8n 流程有变更时,可以快速定位应该更新哪一份说明
## 索引
1. [1 Topic项目计划新增](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/01-topic-discovery.md)
2. [2 每日Github Trending项目计划新增](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/02-github-trending-discovery.md)
3. [3 项目分析入库(多源)](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/03-project-ingestion-multi-source.md)
4. [4 GitHub Star 每日刷新](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/04-github-star-refresh.md)
5. [5 项目描述向量化](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/05-project-description-vectorization.md)
6. [6 RAG项目搜索](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/06-rag-project-search.md)
7. [7 前沿信号聚合(多源+AI Agent过滤)](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/07-signals-aggregation.md)
8. [8 项目标签重置](D:/Code/AI/agent-park/docs/integrations/n8n/workflows/08-project-tag-reset.md)
## 使用规则
- `registry.json` 记录的是映射和契约
- `workflows/*.md` 记录的是流程结构和职责
- [DATAFLOW.md](D:/Code/AI/agent-park/docs/integrations/n8n/DATAFLOW.md) 记录的是全链路视图
建议在每次生产流程改动后同时更新:
1. 对应 `workflows/*.md`
2. [registry.json](D:/Code/AI/agent-park/docs/integrations/n8n/registry.json)
3. `pnpm n8n:context`