@copilotkit/web-inspector 1.55.3 → 1.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -527,6 +527,9 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
527
527
  onAgentsChanged: ({ agents }) => {
528
528
  this.processAgentsChanged(agents);
529
529
  },
530
+ onAgentRunStarted: ({ agent }) => {
531
+ if (agent === null || agent === void 0 ? void 0 : agent.agentId) this.subscribeToAgent(agent);
532
+ },
530
533
  onContextChanged: ({ context }) => {
531
534
  this.contextStore = this.normalizeContextStore(context);
532
535
  this.requestUpdate();