@xenosystem/agent-sdk 0.8.12 → 0.9.0

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/package.json CHANGED
@@ -1,209 +1,209 @@
1
- {
2
- "name": "@xenosystem/agent-sdk",
3
- "version": "0.8.12",
4
- "description": "XENO Agent SDK built from the same engine as XENO CODE",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js",
12
- "require": "./dist/index.cjs"
13
- },
14
- "./package.json": "./package.json",
15
- "./ui": {
16
- "types": "./dist/ui/index.d.ts",
17
- "import": "./dist/ui/index.js",
18
- "require": "./dist/ui/index.cjs"
19
- },
20
- "./providers": {
21
- "types": "./dist/providers/index.d.ts",
22
- "import": "./dist/providers/index.js",
23
- "require": "./dist/providers/index.cjs"
24
- },
25
- "./electron": {
26
- "types": "./dist/electron/index.d.ts",
27
- "import": "./dist/electron/index.js",
28
- "require": "./dist/electron/index.cjs"
29
- },
30
- "./session": {
31
- "types": "./dist/session/index.d.ts",
32
- "import": "./dist/session/index.js",
33
- "require": "./dist/session/index.cjs"
34
- },
35
- "./terminal": {
36
- "types": "./dist/terminal/index.d.ts",
37
- "import": "./dist/terminal/index.js",
38
- "require": "./dist/terminal/index.cjs"
39
- },
40
- "./mcp": {
41
- "types": "./dist/mcp/index.d.ts",
42
- "import": "./dist/mcp/index.js",
43
- "require": "./dist/mcp/index.cjs"
44
- },
45
- "./utils": {
46
- "types": "./dist/utils/index.d.ts",
47
- "import": "./dist/utils/index.js",
48
- "require": "./dist/utils/index.cjs"
49
- },
50
- "./control-plane": {
51
- "types": "./dist/control-plane/index.d.ts",
52
- "import": "./dist/control-plane/index.js",
53
- "require": "./dist/control-plane/index.cjs"
54
- },
55
- "./control-room": {
56
- "types": "./dist/control-room/index.d.ts",
57
- "import": "./dist/control-room/index.js",
58
- "require": "./dist/control-room/index.cjs"
59
- },
60
- "./agents": {
61
- "types": "./dist/agents/index.d.ts",
62
- "import": "./dist/agents/index.js",
63
- "require": "./dist/agents/index.cjs"
64
- },
65
- "./automation": {
66
- "types": "./dist/automation/index.d.ts",
67
- "import": "./dist/automation/index.js",
68
- "require": "./dist/automation/index.cjs"
69
- },
70
- "./artifacts": {
71
- "types": "./dist/artifacts/index.d.ts",
72
- "import": "./dist/artifacts/index.js",
73
- "require": "./dist/artifacts/index.cjs"
74
- },
75
- "./artifacts/browser": {
76
- "types": "./dist/artifacts/browser.d.ts",
77
- "import": "./dist/artifacts/browser.js",
78
- "require": "./dist/artifacts/browser.cjs"
79
- },
80
- "./skills": {
81
- "types": "./dist/skills/index.d.ts",
82
- "import": "./dist/skills/index.js",
83
- "require": "./dist/skills/index.cjs"
84
- },
85
- "./hooks": {
86
- "types": "./dist/hooks/index.d.ts",
87
- "import": "./dist/hooks/index.js",
88
- "require": "./dist/hooks/index.cjs"
89
- },
90
- "./governance": {
91
- "types": "./dist/governance/index.d.ts",
92
- "import": "./dist/governance/index.js",
93
- "require": "./dist/governance/index.cjs"
94
- },
95
- "./intelligence": {
96
- "types": "./dist/intelligence/index.d.ts",
97
- "import": "./dist/intelligence/index.js",
98
- "require": "./dist/intelligence/index.cjs"
99
- },
100
- "./sharing": {
101
- "types": "./dist/sharing/index.d.ts",
102
- "import": "./dist/sharing/index.js",
103
- "require": "./dist/sharing/index.cjs"
104
- },
105
- "./hosted": {
106
- "types": "./dist/hosted/index.d.ts",
107
- "import": "./dist/hosted/index.js",
108
- "require": "./dist/hosted/index.cjs"
109
- },
110
- "./oracle": {
111
- "types": "./dist/oracle/index.d.ts",
112
- "import": "./dist/oracle/index.js",
113
- "require": "./dist/oracle/index.cjs"
114
- },
115
- "./research": {
116
- "types": "./dist/research/index.d.ts",
117
- "import": "./dist/research/index.js",
118
- "require": "./dist/research/index.cjs"
119
- },
120
- "./recipes": {
121
- "types": "./dist/recipes/index.d.ts",
122
- "import": "./dist/recipes/index.js",
123
- "require": "./dist/recipes/index.cjs"
124
- },
125
- "./soul": {
126
- "types": "./dist/soul/index.d.ts",
127
- "import": "./dist/soul/index.js",
128
- "require": "./dist/soul/index.cjs"
129
- }
130
- },
131
- "files": [
132
- "dist",
133
- "native/mxc",
134
- "ownership",
135
- "README.md",
136
- "LICENSE"
137
- ],
138
- "license": "UNLICENSED",
139
- "publishConfig": {
140
- "access": "public"
141
- },
142
- "homepage": "https://xenostudio.ai",
143
- "repository": {
144
- "type": "git",
145
- "url": "git+https://github.com/XENO-CORPORATION/xeno-agent-sdk.git"
146
- },
147
- "bugs": {
148
- "url": "https://xenostudio.ai/contact"
149
- },
150
- "scripts": {
151
- "build": "node scripts/build-sdk.mjs",
152
- "typecheck": "tsc --noEmit -p tsconfig.json",
153
- "typecheck:tests": "tsc --noEmit -p tsconfig.tests.json",
154
- "typecheck:compat": "tsc6 --noEmit -p tsconfig.json && tsc6 --noEmit -p tsconfig.tests.json",
155
- "lint": "eslint .",
156
- "compliance:provenance": "node scripts/provenance-guard.mjs",
157
- "compliance:licenses": "node scripts/license-inventory.mjs --write",
158
- "compliance:ownership": "node ownership/audit.mjs --repo sdk --root . --write",
159
- "compliance:ownership:artifacts": "node ownership/audit.mjs --repo sdk --root . --write --artifacts",
160
- "compliance:encoding": "node scripts/verify-encoding-integrity.mjs --verify",
161
- "compliance:release-actions": "node scripts/verify-release-actions.mjs",
162
- "compliance:observability": "node scripts/write-observability-report.mjs --write",
163
- "compliance": "npm run compliance:provenance && npm run compliance:licenses && npm run compliance:ownership && npm run compliance:encoding && npm run compliance:release-actions && npm run compliance:observability",
164
- "test": "npm run build && node --test --test-concurrency=1 \"tests/**/*.test.*\"",
165
- "test:media": "npm run build && node --test tests/xeno-deflate.test.mjs tests/xeno-png.test.mjs tests/xeno-jpeg.test.mjs tests/xeno-gif.test.mjs tests/xeno-vp8.test.mjs tests/xeno-webp.test.mjs tests/xeno-svg.test.mjs tests/read-image-preview.test.mjs tests/external-media-coverage-fuzz.test.mjs",
166
- "test:media:external": "npm run build && node scripts/run-external-media-corpora.mjs",
167
- "test:media:fuzz": "npm run build && node scripts/fuzz-external-media.mjs --duration-ms 60000",
168
- "test:media:fuzz:coverage": "npm run build && node scripts/fuzz-external-media-coverage.mjs --duration-ms 300000",
169
- "test:ui:browser": "npm run build && node scripts/run-ui-browser-smoke.mjs",
170
- "test:e2e": "npm run build && node --test tests/e2e.test.ts",
171
- "test:release": "npm run build && node scripts/run-release-smoke.mjs",
172
- "test:stress": "npm run build && node --test tests/agent-loop-parallel.test.mjs tests/agentic-runtime.test.mjs tests/orchestration.test.mjs tests/tool-result-transport.test.mjs",
173
- "test:prod": "npm run build && node --test tests/permissions-project-state.test.mjs tests/agentic-runtime.test.mjs tests/e2e.test.ts",
174
- "test:containment": "npm run build && node --test tests/policy-enforcer.test.mjs tests/platform-process-containment.test.mjs tests/windows-process-containment.test.mjs tests/containment-certification.test.mjs",
175
- "test:containment:native": "npm run build && node scripts/run-containment-conformance.mjs",
176
- "containment:approve": "npm run build && node scripts/sign-containment-approval.mjs",
177
- "containment:certify": "npm run build && node scripts/sign-containment-certification.mjs",
178
- "test:context-compaction": "npm run build && node --test tests/context-recovery.test.mjs tests/ported-context-manager.test.mjs",
179
- "test:provider-conformance": "npm run build && node --test tests/direct-provider.test.mjs tests/provider-injection.test.mjs tests/provider-conformance.test.mjs tests/tool-schema-projection.test.mjs && node scripts/write-provider-conformance-report.mjs",
180
- "test:provider-live": "npm run build && node --test tests/provider-live.test.mjs",
181
- "test:app-server-v2": "npm run build && node --test tests/app-server.test.mjs tests/app-server-v2.test.mjs tests/app-server-v2-client.test.mjs && node scripts/write-app-server-v2-conformance-report.mjs",
182
- "test:observability": "npm run build && node --test tests/telemetry.test.mjs && node scripts/benchmark-observability.mjs --write && npm run compliance:observability",
183
- "test:runtime-coordination": "npm run build && node --test tests/shutdown-coordination.test.mjs tests/version-contract.test.mjs",
184
- "test:tool-schema-conformance": "npm run build && node --test tests/json-schema-2020-12.test.mjs tests/tool-input-validation.test.mjs tests/tool-schema-projection.test.mjs",
185
- "test:tool-failure-guard": "npm run build && node --test tests/tool-integrity.test.mjs",
186
- "test:package-candidate": "npm run test:release",
187
- "test:release-evidence": "node --test tests/release-certification.test.mjs tests/release-gate-observability.test.mjs",
188
- "compliance:runtime-platform": "node scripts/collect-runtime-platform-evidence.mjs",
189
- "test:ga:engineering": "npm run typecheck && npm run compliance && npm run test:runtime-coordination && npm run test:tool-schema-conformance && npm run test:tool-failure-guard && npm run test:containment && npm run test:context-compaction && npm run test:provider-conformance && npm run test:app-server-v2 && npm run test:observability && npm run test:package-candidate && npm run test:release-evidence",
190
- "test:ga": "npm run test:ga:engineering && node scripts/verify-release-version.mjs --manifest package.json --require-unused --require-greater-than-latest && node scripts/verify-sdk-ga-evidence.mjs",
191
- "bench:coding-tools": "npm run build && node scripts/run-benchmark.mjs",
192
- "prepublishOnly": "npm run build && npm run typecheck"
193
- },
194
- "devDependencies": {
195
- "@eslint/js": "^9.39.4",
196
- "@types/node": "^22.12.0",
197
- "@typescript/native": "npm:typescript@^7.0.2",
198
- "eslint": "^9.39.4",
199
- "tsup": "^8.5.1",
200
- "typescript": "npm:@typescript/typescript6@^6.0.2",
201
- "typescript-eslint": "^8.61.0"
202
- },
203
- "engines": {
204
- "node": ">=20.0.0"
205
- },
206
- "overrides": {
207
- "esbuild": "0.28.1"
208
- }
209
- }
1
+ {
2
+ "name": "@xenosystem/agent-sdk",
3
+ "version": "0.9.0",
4
+ "description": "XENO Agent SDK built from the same engine as XENO CODE",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs"
13
+ },
14
+ "./package.json": "./package.json",
15
+ "./ui": {
16
+ "types": "./dist/ui/index.d.ts",
17
+ "import": "./dist/ui/index.js",
18
+ "require": "./dist/ui/index.cjs"
19
+ },
20
+ "./providers": {
21
+ "types": "./dist/providers/index.d.ts",
22
+ "import": "./dist/providers/index.js",
23
+ "require": "./dist/providers/index.cjs"
24
+ },
25
+ "./electron": {
26
+ "types": "./dist/electron/index.d.ts",
27
+ "import": "./dist/electron/index.js",
28
+ "require": "./dist/electron/index.cjs"
29
+ },
30
+ "./session": {
31
+ "types": "./dist/session/index.d.ts",
32
+ "import": "./dist/session/index.js",
33
+ "require": "./dist/session/index.cjs"
34
+ },
35
+ "./terminal": {
36
+ "types": "./dist/terminal/index.d.ts",
37
+ "import": "./dist/terminal/index.js",
38
+ "require": "./dist/terminal/index.cjs"
39
+ },
40
+ "./mcp": {
41
+ "types": "./dist/mcp/index.d.ts",
42
+ "import": "./dist/mcp/index.js",
43
+ "require": "./dist/mcp/index.cjs"
44
+ },
45
+ "./utils": {
46
+ "types": "./dist/utils/index.d.ts",
47
+ "import": "./dist/utils/index.js",
48
+ "require": "./dist/utils/index.cjs"
49
+ },
50
+ "./control-plane": {
51
+ "types": "./dist/control-plane/index.d.ts",
52
+ "import": "./dist/control-plane/index.js",
53
+ "require": "./dist/control-plane/index.cjs"
54
+ },
55
+ "./control-room": {
56
+ "types": "./dist/control-room/index.d.ts",
57
+ "import": "./dist/control-room/index.js",
58
+ "require": "./dist/control-room/index.cjs"
59
+ },
60
+ "./agents": {
61
+ "types": "./dist/agents/index.d.ts",
62
+ "import": "./dist/agents/index.js",
63
+ "require": "./dist/agents/index.cjs"
64
+ },
65
+ "./automation": {
66
+ "types": "./dist/automation/index.d.ts",
67
+ "import": "./dist/automation/index.js",
68
+ "require": "./dist/automation/index.cjs"
69
+ },
70
+ "./artifacts": {
71
+ "types": "./dist/artifacts/index.d.ts",
72
+ "import": "./dist/artifacts/index.js",
73
+ "require": "./dist/artifacts/index.cjs"
74
+ },
75
+ "./artifacts/browser": {
76
+ "types": "./dist/artifacts/browser.d.ts",
77
+ "import": "./dist/artifacts/browser.js",
78
+ "require": "./dist/artifacts/browser.cjs"
79
+ },
80
+ "./skills": {
81
+ "types": "./dist/skills/index.d.ts",
82
+ "import": "./dist/skills/index.js",
83
+ "require": "./dist/skills/index.cjs"
84
+ },
85
+ "./hooks": {
86
+ "types": "./dist/hooks/index.d.ts",
87
+ "import": "./dist/hooks/index.js",
88
+ "require": "./dist/hooks/index.cjs"
89
+ },
90
+ "./governance": {
91
+ "types": "./dist/governance/index.d.ts",
92
+ "import": "./dist/governance/index.js",
93
+ "require": "./dist/governance/index.cjs"
94
+ },
95
+ "./intelligence": {
96
+ "types": "./dist/intelligence/index.d.ts",
97
+ "import": "./dist/intelligence/index.js",
98
+ "require": "./dist/intelligence/index.cjs"
99
+ },
100
+ "./sharing": {
101
+ "types": "./dist/sharing/index.d.ts",
102
+ "import": "./dist/sharing/index.js",
103
+ "require": "./dist/sharing/index.cjs"
104
+ },
105
+ "./hosted": {
106
+ "types": "./dist/hosted/index.d.ts",
107
+ "import": "./dist/hosted/index.js",
108
+ "require": "./dist/hosted/index.cjs"
109
+ },
110
+ "./oracle": {
111
+ "types": "./dist/oracle/index.d.ts",
112
+ "import": "./dist/oracle/index.js",
113
+ "require": "./dist/oracle/index.cjs"
114
+ },
115
+ "./research": {
116
+ "types": "./dist/research/index.d.ts",
117
+ "import": "./dist/research/index.js",
118
+ "require": "./dist/research/index.cjs"
119
+ },
120
+ "./recipes": {
121
+ "types": "./dist/recipes/index.d.ts",
122
+ "import": "./dist/recipes/index.js",
123
+ "require": "./dist/recipes/index.cjs"
124
+ },
125
+ "./soul": {
126
+ "types": "./dist/soul/index.d.ts",
127
+ "import": "./dist/soul/index.js",
128
+ "require": "./dist/soul/index.cjs"
129
+ }
130
+ },
131
+ "files": [
132
+ "dist",
133
+ "native/mxc",
134
+ "ownership",
135
+ "README.md",
136
+ "LICENSE"
137
+ ],
138
+ "license": "UNLICENSED",
139
+ "publishConfig": {
140
+ "access": "public"
141
+ },
142
+ "homepage": "https://xenostudio.ai",
143
+ "repository": {
144
+ "type": "git",
145
+ "url": "git+https://github.com/XENO-CORPORATION/xeno-agent-sdk.git"
146
+ },
147
+ "bugs": {
148
+ "url": "https://xenostudio.ai/contact"
149
+ },
150
+ "scripts": {
151
+ "build": "node scripts/build-sdk.mjs",
152
+ "typecheck": "tsc --noEmit -p tsconfig.json",
153
+ "typecheck:tests": "tsc --noEmit -p tsconfig.tests.json",
154
+ "typecheck:compat": "tsc6 --noEmit -p tsconfig.json && tsc6 --noEmit -p tsconfig.tests.json",
155
+ "lint": "eslint .",
156
+ "compliance:provenance": "node scripts/provenance-guard.mjs",
157
+ "compliance:licenses": "node scripts/license-inventory.mjs --write",
158
+ "compliance:ownership": "node ownership/audit.mjs --repo sdk --root . --write",
159
+ "compliance:ownership:artifacts": "node ownership/audit.mjs --repo sdk --root . --write --artifacts",
160
+ "compliance:encoding": "node scripts/verify-encoding-integrity.mjs --verify",
161
+ "compliance:release-actions": "node scripts/verify-release-actions.mjs",
162
+ "compliance:observability": "node scripts/write-observability-report.mjs --write",
163
+ "compliance": "npm run compliance:provenance && npm run compliance:licenses && npm run compliance:ownership && npm run compliance:encoding && npm run compliance:release-actions && npm run compliance:observability",
164
+ "test": "npm run build && node --test --test-concurrency=1 \"tests/**/*.test.*\"",
165
+ "test:media": "npm run build && node --test tests/xeno-deflate.test.mjs tests/xeno-png.test.mjs tests/xeno-jpeg.test.mjs tests/xeno-gif.test.mjs tests/xeno-vp8.test.mjs tests/xeno-webp.test.mjs tests/xeno-svg.test.mjs tests/read-image-preview.test.mjs tests/external-media-coverage-fuzz.test.mjs",
166
+ "test:media:external": "npm run build && node scripts/run-external-media-corpora.mjs",
167
+ "test:media:fuzz": "npm run build && node scripts/fuzz-external-media.mjs --duration-ms 60000",
168
+ "test:media:fuzz:coverage": "npm run build && node scripts/fuzz-external-media-coverage.mjs --duration-ms 300000",
169
+ "test:ui:browser": "npm run build && node scripts/run-ui-browser-smoke.mjs",
170
+ "test:e2e": "npm run build && node --test tests/e2e.test.ts",
171
+ "test:release": "npm run build && node scripts/run-release-smoke.mjs",
172
+ "test:stress": "npm run build && node --test tests/agent-loop-parallel.test.mjs tests/agentic-runtime.test.mjs tests/orchestration.test.mjs tests/tool-result-transport.test.mjs",
173
+ "test:prod": "npm run build && node --test tests/permissions-project-state.test.mjs tests/agentic-runtime.test.mjs tests/e2e.test.ts",
174
+ "test:containment": "npm run build && node --test tests/policy-enforcer.test.mjs tests/platform-process-containment.test.mjs tests/windows-process-containment.test.mjs tests/containment-certification.test.mjs",
175
+ "test:containment:native": "npm run build && node scripts/run-containment-conformance.mjs",
176
+ "containment:approve": "npm run build && node scripts/sign-containment-approval.mjs",
177
+ "containment:certify": "npm run build && node scripts/sign-containment-certification.mjs",
178
+ "test:context-compaction": "npm run build && node --test tests/context-recovery.test.mjs tests/ported-context-manager.test.mjs",
179
+ "test:provider-conformance": "npm run build && node --test tests/direct-provider.test.mjs tests/provider-injection.test.mjs tests/provider-conformance.test.mjs tests/tool-schema-projection.test.mjs && node scripts/write-provider-conformance-report.mjs",
180
+ "test:provider-live": "npm run build && node --test tests/provider-live.test.mjs",
181
+ "test:app-server-v2": "npm run build && node --test tests/app-server.test.mjs tests/app-server-v2.test.mjs tests/app-server-v2-client.test.mjs && node scripts/write-app-server-v2-conformance-report.mjs",
182
+ "test:observability": "npm run build && node --test tests/telemetry.test.mjs && node scripts/benchmark-observability.mjs --write && npm run compliance:observability",
183
+ "test:runtime-coordination": "npm run build && node --test tests/shutdown-coordination.test.mjs tests/version-contract.test.mjs",
184
+ "test:tool-schema-conformance": "npm run build && node --test tests/json-schema-2020-12.test.mjs tests/tool-input-validation.test.mjs tests/tool-schema-projection.test.mjs",
185
+ "test:tool-failure-guard": "npm run build && node --test tests/tool-integrity.test.mjs",
186
+ "test:package-candidate": "npm run test:release",
187
+ "test:release-evidence": "node --test tests/release-certification.test.mjs tests/release-gate-observability.test.mjs",
188
+ "compliance:runtime-platform": "node scripts/collect-runtime-platform-evidence.mjs",
189
+ "test:ga:engineering": "npm run typecheck && npm run compliance && npm run test:runtime-coordination && npm run test:tool-schema-conformance && npm run test:tool-failure-guard && npm run test:containment && npm run test:context-compaction && npm run test:provider-conformance && npm run test:app-server-v2 && npm run test:observability && npm run test:package-candidate && npm run test:release-evidence",
190
+ "test:ga": "npm run test:ga:engineering && node scripts/verify-release-version.mjs --manifest package.json --require-unused --require-greater-than-latest && node scripts/verify-sdk-ga-evidence.mjs",
191
+ "bench:coding-tools": "npm run build && node scripts/run-benchmark.mjs",
192
+ "prepublishOnly": "npm run build && npm run typecheck"
193
+ },
194
+ "devDependencies": {
195
+ "@eslint/js": "^9.39.4",
196
+ "@types/node": "^22.12.0",
197
+ "@typescript/native": "npm:typescript@^7.0.2",
198
+ "eslint": "^9.39.4",
199
+ "tsup": "^8.5.1",
200
+ "typescript": "npm:@typescript/typescript6@^6.0.2",
201
+ "typescript-eslint": "^8.61.0"
202
+ },
203
+ "engines": {
204
+ "node": ">=20.0.0"
205
+ },
206
+ "overrides": {
207
+ "esbuild": "0.28.1"
208
+ }
209
+ }