@evolvingmachines/sdk 0.0.55 → 0.0.57

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,126 +1,40 @@
1
1
  {
2
2
  "name": "@evolvingmachines/sdk",
3
- "version": "0.0.55",
4
- "keywords": [
5
- "ai",
6
- "agents",
7
- "orchestration",
8
- "sandbox",
9
- "e2b",
10
- "daytona",
11
- "modal",
12
- "gpu",
13
- "claude code",
14
- "codex",
15
- "gemini cli",
16
- "qwen code",
17
- "automation",
18
- "evolve-sdk"
19
- ],
3
+ "version": "0.0.57",
4
+ "description": "Renamed: this package is now @evolvingmachines/evolve. This name re-exports it at the same version.",
20
5
  "homepage": "https://github.com/evolving-machines-lab/evolve",
21
6
  "repository": {
22
7
  "type": "git",
23
8
  "url": "git+https://github.com/evolving-machines-lab/evolve.git"
24
9
  },
25
10
  "type": "module",
26
- "main": "dist/index.cjs",
27
- "types": "dist/index.d.ts",
11
+ "bin": {
12
+ "evolve": "bin/evolve.js"
13
+ },
14
+ "main": "index.cjs",
15
+ "types": "index.d.ts",
28
16
  "license": "Apache-2.0",
29
17
  "files": [
30
- "dist",
31
- "LICENSE"
18
+ "index.cjs",
19
+ "index.mjs",
20
+ "index.d.ts",
21
+ "bin",
22
+ "LICENSE",
23
+ "harness-capabilities.json",
24
+ "hosted-error-codes.json"
32
25
  ],
33
26
  "exports": {
34
27
  ".": {
35
- "types": "./dist/index.d.ts",
36
- "import": "./dist/index.js",
37
- "require": "./dist/index.cjs"
38
- }
28
+ "types": "./index.d.ts",
29
+ "import": "./index.mjs",
30
+ "require": "./index.cjs"
31
+ },
32
+ "./harness-capabilities.json": "./harness-capabilities.json"
39
33
  },
40
34
  "scripts": {
41
- "build": "tsup --minify",
42
- "dev": "tsup src/index.ts --watch",
43
- "type-check": "tsc --noEmit",
44
- "test": "npm run test:unit && npm run test:integration",
45
- "pretest:unit": "npm run build",
46
- "test:unit": "tsx tests/unit/semaphore.test.ts && tsx tests/unit/swarm-concurrency.test.ts && tsx tests/unit/swarm-verify.test.ts && tsx tests/unit/swarm-retry-verify.test.ts && tsx tests/unit/prompt-construction.test.ts && tsx tests/unit/observability-metadata.test.ts && tsx tests/unit/skills-integration.test.ts && tsx tests/unit/auth-config.test.ts && tsx tests/unit/browser-config.test.ts && tsx tests/unit/integrations-config.test.ts && tsx tests/unit/managed-secrets.test.ts && tsx tests/unit/plugins-config.test.ts && tsx tests/unit/session-runtime.test.ts && tsx tests/unit/cost-api.test.ts && tsx tests/unit/storage-config.test.ts && tsx tests/unit/checkpoint-tar.test.ts && tsx tests/unit/checkpoint-errors.test.ts && tsx tests/unit/checkpoint-flows.test.ts && tsx tests/unit/checkpoint-dx.test.ts && tsx tests/unit/checkpoint-edge-cases.test.ts && tsx tests/unit/kimi-parser.test.ts && tsx tests/unit/kimi-mcp.test.ts && tsx tests/unit/opencode-parser.test.ts && tsx tests/unit/droid-parser.test.ts && tsx tests/unit/droid-mcp.test.ts && tsx tests/unit/provider-parity.test.ts && tsx tests/unit/storage-client.test.ts && tsx tests/unit/sessions-client.test.ts",
47
- "test:unit:parity": "tsx tests/unit/provider-parity.test.ts",
48
- "test:unit:semaphore": "tsx tests/unit/semaphore.test.ts",
49
- "test:unit:swarm": "tsx tests/unit/swarm-concurrency.test.ts",
50
- "test:unit:verify": "tsx tests/unit/swarm-verify.test.ts",
51
- "test:unit:retry": "tsx tests/unit/swarm-retry-verify.test.ts",
52
- "test:unit:prompts": "tsx tests/unit/prompt-construction.test.ts",
53
- "test:unit:observability": "tsx tests/unit/observability-metadata.test.ts",
54
- "test:unit:skills": "tsx tests/unit/skills-integration.test.ts",
55
- "test:unit:auth": "tsx tests/unit/auth-config.test.ts",
56
- "test:unit:browser": "tsx tests/unit/browser-config.test.ts",
57
- "test:unit:integrations": "tsx tests/unit/integrations-config.test.ts",
58
- "test:unit:managed-secrets": "tsx tests/unit/managed-secrets.test.ts",
59
- "test:unit:plugins": "tsx tests/unit/plugins-config.test.ts",
60
- "test:unit:storage-config": "tsx tests/unit/storage-config.test.ts",
61
- "test:unit:checkpoint-tar": "tsx tests/unit/checkpoint-tar.test.ts",
62
- "test:unit:checkpoint-errors": "tsx tests/unit/checkpoint-errors.test.ts",
63
- "test:unit:checkpoint-flows": "tsx tests/unit/checkpoint-flows.test.ts",
64
- "test:unit:checkpoint-dx": "tsx tests/unit/checkpoint-dx.test.ts",
65
- "test:unit:checkpoint-edge-cases": "tsx tests/unit/checkpoint-edge-cases.test.ts",
66
- "test:unit:storage-client": "tsx tests/unit/storage-client.test.ts",
67
- "test:unit:sessions-client": "tsx tests/unit/sessions-client.test.ts",
68
- "test:unit:kimi-parser": "tsx tests/unit/kimi-parser.test.ts",
69
- "test:unit:kimi-mcp": "tsx tests/unit/kimi-mcp.test.ts",
70
- "pretest:integration": "npm run build",
71
- "test:integration": "npm run test:01",
72
- "test:integration:all": "npm run test:01 && npm run test:02 && npm run test:03 && npm run test:04 && npm run test:05 && npm run test:06 && npm run test:07 && npm run test:08 && npm run test:09 && npm run test:10 && npm run test:11 && npm run test:12 && npm run test:13 && npm run test:14 && npm run test:15 && npm run test:24",
73
- "test:01": "tsx tests/integration/01-all-agents-parallel.ts",
74
- "test:02": "tsx tests/integration/02-execute-command-streaming.ts",
75
- "test:03": "tsx tests/integration/03-file-operations.ts",
76
- "test:04": "tsx tests/integration/04-session-lifecycle.ts",
77
- "test:05": "tsx tests/integration/05-workspace-config.ts",
78
- "test:06": "tsx tests/integration/06-observability.ts",
79
- "test:07": "tsx tests/integration/07-background-timeouts.ts",
80
- "test:08": "tsx tests/integration/08-network.ts",
81
- "test:09": "tsx tests/integration/09-advanced-features.ts",
82
- "test:10": "tsx tests/integration/10-swarm-abstractions.ts",
83
- "test:11": "tsx tests/integration/11-schema-validation.ts",
84
- "test:12": "tsx tests/integration/12-swarm-verify.ts",
85
- "test:13": "tsx tests/integration/13-pipeline-abstractions.ts",
86
- "test:14": "tsx tests/integration/14-byok-direct-mode.ts",
87
- "test:15": "tsx tests/integration/15-oauth-mode.ts",
88
- "test:20": "tsx tests/integration/20-storage-checkpoints.ts",
89
- "test:21": "tsx tests/integration/21-storage-restore-fidelity.ts",
90
- "test:22": "tsx tests/integration/22-storage-dx.ts",
91
- "test:23": "tsx tests/integration/23-storage-edge-cases.ts",
92
- "test:24": "tsx tests/integration/24-kimi-gateway-hello.ts",
93
- "test:26": "tsx tests/integration/26-storage-full-surface.ts",
94
- "test:claude": "tsx tests/integration/01-all-agents-parallel.ts claude",
95
- "test:codex": "tsx tests/integration/01-all-agents-parallel.ts codex",
96
- "test:gemini": "tsx tests/integration/01-all-agents-parallel.ts gemini",
97
- "test:qwen": "tsx tests/integration/01-all-agents-parallel.ts qwen"
35
+ "prepack": "node scripts/stage.mjs"
98
36
  },
99
37
  "dependencies": {
100
- "@agentclientprotocol/sdk": "^0.5.1",
101
- "@evolvingmachines/e2b": "^0.0.55",
102
- "@evolvingmachines/daytona": "^0.0.55",
103
- "@evolvingmachines/modal": "^0.0.55",
104
- "ajv": "^8.17.1",
105
- "p-map": "^7.0.2",
106
- "zod": "^3.24.0",
107
- "zod-to-json-schema": "^3.25.0"
108
- },
109
- "peerDependencies": {
110
- "@aws-sdk/client-s3": "^3.0.0",
111
- "@aws-sdk/s3-request-presigner": "^3.0.0"
112
- },
113
- "peerDependenciesMeta": {
114
- "@aws-sdk/client-s3": {
115
- "optional": true
116
- },
117
- "@aws-sdk/s3-request-presigner": {
118
- "optional": true
119
- }
120
- },
121
- "devDependencies": {
122
- "@types/node": "^22.15.18",
123
- "tsup": "^8.4.0",
124
- "typescript": "^5.8.3"
38
+ "@evolvingmachines/evolve": "0.0.57"
125
39
  }
126
40
  }