MCPcopy Create free account
hub / github.com/Qinbf/groundmap / createExploreState

Function createExploreState

tools/debug-console/lib/mode-augment.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209export function createExploreState(): ExploreState {
210 return { bfsDone: false };
211}
212
213export async function* exploreAugment(
214 triggerCall: { name: string; args: Record<string, unknown> },

Callers 1

runAgentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected