@openserv-labs/client 2.0.1 → 2.0.2

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/provision.js CHANGED
@@ -369,7 +369,7 @@ async function provisionWorkflow(client, agentId, agentName, config) {
369
369
  // syncInternal() handles x402 wallet injection, integration connection resolution,
370
370
  // and auto-generates sequential edges when none are provided
371
371
  const workflow = await client.workflows.create({
372
- name: `${workflowName} Workflow`,
372
+ name: workflowName,
373
373
  goal: config.goal,
374
374
  agentIds: config.agentIds,
375
375
  triggers: [config.trigger],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openserv-labs/client",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "OpenServ Platform Client - Manage agents, workflows, tasks, and triggers via the OpenServ API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",