feat: project prepared authoring conversation

This commit is contained in:
lda
2026-07-11 06:41:26 +07:00 Verified
parent 4f41f84005
commit 01c52ea9bc
3 changed files with 198 additions and 32 deletions
+7 -1
View File
@@ -2,7 +2,8 @@ export type WorkflowToolName =
| "inspectDeployment"
| "startRun"
| "resumeIssueReview"
| "readRunTrace";
| "readRunTrace"
| "runWorkflowCommand";
export type PresentationToolName =
| "selectWorkflowNode"
@@ -41,6 +42,11 @@ export const AGENT_TOOLS = {
kind: "workflow",
description: "Read trace frames for the completed report run.",
},
runWorkflowCommand: {
name: "runWorkflowCommand",
kind: "workflow",
description: "Run one public wf CLI operation in the prepared authoring trace.",
},
selectWorkflowNode: {
name: "selectWorkflowNode",
kind: "presentation",