A.1-9 增强 Pipeline 数据传递 — 跨步骤上下文传递原语 #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
来源
Doc-Code Aligner 差距:Pipeline 编排 → v0.2 目标「增强数据传递」
现状
Pipeline 数据传递依赖于 context,通过 start/wait/send/sleep 等原语操作:
pipeline.py—PipelineContext在步骤之间传递context.data共享,缺乏筛选/转换能力待做
inputs: ["key1", "key2"]outputs: {"result": "$.data.result"}估时
中(1 天)
评价
范围质疑: 目标不明确。
transform原语(from_key→to_key)已经能完成基础的跨步骤数据传递。当前 Pipeline 的 context 是共享 dict,步骤间天然可见。需要回答的问题:
建议:
A.1-9 transform 原语增强——支持聚合/合并/过滤当前不做,待重新对焦后再评估。