@igniter-js/agents 0.1.12 → 0.1.13

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.
@@ -216,8 +216,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
216
216
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
217
217
  "ctx.mcp.name": z.ZodString;
218
218
  "ctx.mcp.type": z.ZodEnum<{
219
- stdio: "stdio";
220
219
  http: "http";
220
+ stdio: "stdio";
221
221
  }>;
222
222
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
223
223
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -229,8 +229,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
229
229
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
230
230
  "ctx.mcp.name": z.ZodString;
231
231
  "ctx.mcp.type": z.ZodEnum<{
232
- stdio: "stdio";
233
232
  http: "http";
233
+ stdio: "stdio";
234
234
  }>;
235
235
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
236
236
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -252,8 +252,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
252
252
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
253
253
  "ctx.mcp.name": z.ZodString;
254
254
  "ctx.mcp.type": z.ZodEnum<{
255
- stdio: "stdio";
256
255
  http: "http";
256
+ stdio: "stdio";
257
257
  }>;
258
258
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
259
259
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -265,8 +265,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
265
265
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
266
266
  "ctx.mcp.name": z.ZodString;
267
267
  "ctx.mcp.type": z.ZodEnum<{
268
- stdio: "stdio";
269
268
  http: "http";
269
+ stdio: "stdio";
270
270
  }>;
271
271
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
272
272
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -216,8 +216,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
216
216
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
217
217
  "ctx.mcp.name": z.ZodString;
218
218
  "ctx.mcp.type": z.ZodEnum<{
219
- stdio: "stdio";
220
219
  http: "http";
220
+ stdio: "stdio";
221
221
  }>;
222
222
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
223
223
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -229,8 +229,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
229
229
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
230
230
  "ctx.mcp.name": z.ZodString;
231
231
  "ctx.mcp.type": z.ZodEnum<{
232
- stdio: "stdio";
233
232
  http: "http";
233
+ stdio: "stdio";
234
234
  }>;
235
235
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
236
236
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -252,8 +252,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
252
252
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
253
253
  "ctx.mcp.name": z.ZodString;
254
254
  "ctx.mcp.type": z.ZodEnum<{
255
- stdio: "stdio";
256
255
  http: "http";
256
+ stdio: "stdio";
257
257
  }>;
258
258
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
259
259
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
@@ -265,8 +265,8 @@ declare const IgniterAgentTelemetryEvents: _igniter_js_telemetry.IgniterTelemetr
265
265
  "ctx.agent.scopeId": z.ZodOptional<z.ZodString>;
266
266
  "ctx.mcp.name": z.ZodString;
267
267
  "ctx.mcp.type": z.ZodEnum<{
268
- stdio: "stdio";
269
268
  http: "http";
269
+ stdio: "stdio";
270
270
  }>;
271
271
  "ctx.mcp.toolCount": z.ZodOptional<z.ZodNumber>;
272
272
  "ctx.mcp.durationMs": z.ZodOptional<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniter-js/agents",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Type-safe AI agent framework for Igniter.js with MCP integration, custom toolsets, and memory system",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",