MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / BuildGraphOptions

Interface BuildGraphOptions

packages/workflow/src/graph.ts:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51export interface BuildGraphOptions {
52 selectedAnalysts?: AnalystKey[];
53}
54
55type Compiled = ReturnType<StateGraph<typeof GraphState.State>["compile"]>;
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected