feat(engine,dashboard): expose workflow authoring tools to chat and planning agents

This commit is contained in:
gsxdsm
2026-06-04 22:54:49 -07:00
parent d8ff8db759
commit 8a5fa66def
12 changed files with 201 additions and 13 deletions

View File

@@ -10,6 +10,11 @@ export {
createWorkflowListTool,
createWorkflowGetTool,
createWorkflowSelectTool,
createWorkflowCreateTool,
createWorkflowUpdateTool,
createWorkflowDeleteTool,
createTraitListTool,
createWorkflowAuthoringTools,
taskCreateParams,
taskDocumentReadParams,
taskDocumentWriteParams,