Run the whole graph to completion (or terminal failure).
(graph: TaskGraph, signal?: AbortSignal)
| 140 | decompose(goal: string, signal?: AbortSignal): Promise<TaskGraph>; |
| 141 | /** Run the whole graph to completion (or terminal failure). */ |
| 142 | execute(graph: TaskGraph, signal?: AbortSignal): Promise<ExecutionReport>; |
| 143 | } |
| 144 | |
| 145 | export interface TaskGraph { |
no outgoing calls
no test coverage detected