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

Method propagate

packages/core/src/engine.ts:42–42  ·  view source on GitHub ↗
(input: AnalyzeInput)

Source from the content-addressed store, hash-verified

40
41export interface Engine {
42 propagate(input: AnalyzeInput): Promise<AnalyzeResult>;
43 streamEvents(input: AnalyzeInput, signal?: AbortSignal): AsyncIterable<RunEvent>;
44 /** One-shot deep-thinking LLM call (used by the reflection feature). */
45 reflect(prompt: string): Promise<string>;

Callers 2

engine.test.tsFile · 0.80
analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected