MCPcopy Create free account
hub / github.com/cedriking/spark / context

Method context

src/module/module-instance.ts:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 get context(): ModuleContext<S> {
23 return {
24 agentId: this.moduleManager.agentId,
25 allAgentIds: this.moduleManager.allAgentIds,
26 actionDictionary: this.moduleManager.actions,
27 state: this.state,
28 };
29 }
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected