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

Method reflect

packages/core/src/engine.ts:45–45  ·  view source on GitHub ↗

One-shot deep-thinking LLM call (used by the reflection feature).

(prompt: string)

Source from the content-addressed store, hash-verified

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>;
46}
47
48export interface EngineOverrides {

Callers 1

resolvePendingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected