MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / execute

Method execute

src/orchestration/protocol.ts:142–142  ·  view source on GitHub ↗

Run the whole graph to completion (or terminal failure).

(graph: TaskGraph, signal?: AbortSignal)

Source from the content-addressed store, hash-verified

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
145export interface TaskGraph {

Callers 15

git-tools.test.tsFile · 0.65
web-search.test.tsFile · 0.65
codegraph.test.tsFile · 0.65
task-tool.test.tsFile · 0.65
executeMethod · 0.65

Implementers 1

Orchestratorsrc/orchestration/engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected