(map: Record<string, AbstractAgent>)
| 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); |