agentx-sdk 0.6.8 → 0.6.9

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.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentx-sdk",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "AgentX SDK - Standalone TypeScript agent library with streaming, tools, memory, knowledge (RAG), and skills",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,6 +20,7 @@
20
20
  "test": "vitest run",
21
21
  "test:watch": "vitest",
22
22
  "test:coverage": "vitest run --coverage",
23
+ "test:mutation": "stryker run",
23
24
  "lint": "eslint .",
24
25
  "lint:fix": "eslint . --fix",
25
26
  "lint:deadcode": "knip",
@@ -52,6 +53,9 @@
52
53
  "@commitlint/cli": "^19.8.1",
53
54
  "@commitlint/config-conventional": "^19.8.1",
54
55
  "@eslint/js": "^9.39.4",
56
+ "@stryker-mutator/core": "^9.6.1",
57
+ "@stryker-mutator/typescript-checker": "^9.6.1",
58
+ "@stryker-mutator/vitest-runner": "^9.6.1",
55
59
  "@types/better-sqlite3": "^7.6.0",
56
60
  "@types/node": "^25.6.0",
57
61
  "@vitest/coverage-v8": "^3.2.4",