agent-swarm-kit 1.1.34 → 1.1.35

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/build/index.cjs CHANGED
@@ -20305,7 +20305,7 @@ const startPipeline = beginContext(async (clientId, pipelineName, swarmName, pay
20305
20305
  });
20306
20306
  await Chat.beginChat(clientId, swarmName);
20307
20307
  swarm$1.sessionValidationService.validate(clientId, METHOD_NAME$d);
20308
- swarm$1.pipelineValidationService.validate(clientId, METHOD_NAME$d);
20308
+ swarm$1.pipelineValidationService.validate(pipelineName, METHOD_NAME$d);
20309
20309
  const agentName = await swarm$1.swarmPublicService.getAgentName(METHOD_NAME$d, clientId, swarmName);
20310
20310
  const { execute, callbacks } = swarm$1.pipelineSchemaService.get(pipelineName);
20311
20311
  let isError = false;
package/build/index.mjs CHANGED
@@ -20303,7 +20303,7 @@ const startPipeline = beginContext(async (clientId, pipelineName, swarmName, pay
20303
20303
  });
20304
20304
  await Chat.beginChat(clientId, swarmName);
20305
20305
  swarm$1.sessionValidationService.validate(clientId, METHOD_NAME$d);
20306
- swarm$1.pipelineValidationService.validate(clientId, METHOD_NAME$d);
20306
+ swarm$1.pipelineValidationService.validate(pipelineName, METHOD_NAME$d);
20307
20307
  const agentName = await swarm$1.swarmPublicService.getAgentName(METHOD_NAME$d, clientId, swarmName);
20308
20308
  const { execute, callbacks } = swarm$1.pipelineSchemaService.get(pipelineName);
20309
20309
  let isError = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",