-
Notifications
You must be signed in to change notification settings - Fork 11
[待开发]后端 runtime 与 compiler 支持挂载 LLM tool_mode #930
Copy link
Copy link
Closed
Labels
area:backendBackend API, service, repository, or runtime workBackend API, service, repository, or runtime workarea:runtimeRuntime and execution behaviorRuntime and execution behaviorarea:workflowWorkflow authoring and orchestration UXWorkflow authoring and orchestration UXchild-issueChild implementation issueChild implementation issuecontractContract or API semantics changeContract or API semantics changegrade:g3Cross-domain decision or implementation workCross-domain decision or implementation worklevel:l2Epic / workstream issueEpic / workstream issueneeds-backendNeeds backend workNeeds backend workneeds-qaNeeds QA or acceptance validationNeeds QA or acceptance validationparent-issueParent tracking issueParent tracking issuephase:readyIssue is shaped and ready for implementationIssue is shaped and ready for implementationpriority:p2Medium priorityMedium priorityrisk:highHigh risk if implemented incorrectlyHigh risk if implemented incorrectlysize:mMedium implementation and review sizeMedium implementation and review sizetype:featureFeature or new capabilityFeature or new capability
Metadata
Metadata
Assignees
Labels
area:backendBackend API, service, repository, or runtime workBackend API, service, repository, or runtime workarea:runtimeRuntime and execution behaviorRuntime and execution behaviorarea:workflowWorkflow authoring and orchestration UXWorkflow authoring and orchestration UXchild-issueChild implementation issueChild implementation issuecontractContract or API semantics changeContract or API semantics changegrade:g3Cross-domain decision or implementation workCross-domain decision or implementation worklevel:l2Epic / workstream issueEpic / workstream issueneeds-backendNeeds backend workNeeds backend workneeds-qaNeeds QA or acceptance validationNeeds QA or acceptance validationparent-issueParent tracking issueParent tracking issuephase:readyIssue is shaped and ready for implementationIssue is shaped and ready for implementationpriority:p2Medium priorityMedium priorityrisk:highHigh risk if implemented incorrectlyHigh risk if implemented incorrectlysize:mMedium implementation and review sizeMedium implementation and review sizetype:featureFeature or new capabilityFeature or new capability
Type
Fields
Give feedbackNo fields configured for issues without a type.
Parent issue: #929
Root issue: #928
Issue 元数据
[待开发]后端 runtime 与 compiler 支持挂载 LLM tool_modelevel:l2,Epic / Workstreamgrade:g3type:feature,area:runtime,area:backend,area:workflow,level:l2,grade:g3,priority:p2,risk:high,size:m,phase:ready,contract,needs-backend,needs-qa,parent-issue,child-issue已确认事实
tool_mode: "agent" | "fusion"是 authoring source of truth。目标
让后端 compiler/runtime 能识别并执行挂载 LLM 的两种模式:智能接管继续保持既有 callback/resume 能力;Fusion 评审关闭外部工具和外部 callback,并支持 panel 到普通 LLM judge 的受控并行 fan-in。
范围
验收证据
visible_internal_llm_toolscallback/resume 行为不回退。执行边界
api/crates/orchestration-runtime/src/compiler/*,api/crates/orchestration-runtime/src/execution_engine/visible_internal_llm_tools*,api/crates/orchestration-runtime/src/execution_engine/*callbacks*。生命周期
phase:ready