feat: 完成stub
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type LocalWorkflowTaskState = any;
|
||||
export const killWorkflowTask: any = (() => {}) as any;
|
||||
export const skipWorkflowAgent: any = (() => {}) as any;
|
||||
export const retryWorkflowAgent: any = (() => {}) as any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type MonitorMcpTaskState = any;
|
||||
export const killMonitorMcp: any = (() => {}) as any;
|
||||
export const killMonitorMcpTasksForAgent: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user