MCPcopy
hub / github.com/CopilotKit/CopilotKit / setAgents

Method setAgents

packages/angular/src/lib/agent.spec.ts:170–173  ·  view source on GitHub ↗
(map: Record<string, AbstractAgent>)

Source from the content-addressed store, hash-verified

168 };
169
170 setAgents(map: Record<string, AbstractAgent>) {
171 this.#agents.set(map);
172 this.core = { ...this.core, agents: map };
173 }
174
175 setRuntimeConnectionStatus(value: CopilotKitCoreRuntimeConnectionStatus) {
176 this.#runtimeConnectionStatus.set(value);

Callers 1

agent.spec.tsFile · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected