@tangle-network/agent-runtime 0.15.1 → 0.16.1

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.
@@ -396,4 +396,4 @@ interface KnowledgeReadinessDecision {
396
396
  nonBlockingGapIds: string[];
397
397
  }
398
398
 
399
- export type { AgentBackendInput as A, KnowledgeReadinessDecision as K, RuntimeStreamEvent as R, AgentExecutionBackend as a, AgentBackendContext as b, AgentTaskSpec as c, RunAgentTaskOptions as d, AgentTaskRunResult as e, RunAgentTaskStreamOptions as f, AgentTaskRunSummary as g, AgentRuntimeEvent as h, AgentTaskStatus as i, RuntimeSessionStore as j, RuntimeSession as k, AgentAdapter as l, AgentKnowledgeProvider as m, AgentRuntimeEventSink as n, AgentTaskContext as o };
399
+ export type { AgentBackendInput as A, KnowledgeReadinessDecision as K, RuntimeStreamEvent as R, AgentExecutionBackend as a, AgentBackendContext as b, RunAgentTaskOptions as c, AgentTaskRunResult as d, RunAgentTaskStreamOptions as e, AgentTaskRunSummary as f, AgentTaskSpec as g, AgentRuntimeEvent as h, AgentTaskStatus as i, RuntimeSessionStore as j, RuntimeSession as k, AgentAdapter as l, AgentKnowledgeProvider as m, AgentRuntimeEventSink as n, AgentTaskContext as o };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.15.1",
3
+ "version": "0.16.1",
4
4
  "description": "Reusable runtime lifecycle for domain-specific agents.",
5
5
  "homepage": "https://github.com/tangle-network/agent-runtime#readme",
6
6
  "repository": {
@@ -47,16 +47,11 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@biomejs/biome": "^2.4.0",
50
- "@cloudflare/vitest-pool-workers": "^0.8.71",
51
- "@cloudflare/workers-types": "^4.20260522.1",
52
50
  "@tangle-network/sandbox": "0.1.2",
53
- "@types/better-sqlite3": "^7.6.13",
54
51
  "@types/node": "^25.6.0",
55
- "better-sqlite3": "^12.10.0",
56
52
  "tsup": "^8.0.0",
57
53
  "typescript": "^5.7.0",
58
- "vitest": "^3.0.0",
59
- "wrangler": "^4.94.0"
54
+ "vitest": "^3.0.0"
60
55
  },
61
56
  "engines": {
62
57
  "node": ">=20"
@@ -70,7 +65,6 @@
70
65
  "dev": "tsup --watch",
71
66
  "test": "vitest run",
72
67
  "test:watch": "vitest",
73
- "test:workers": "vitest run -c vitest.workers.config.ts",
74
68
  "lint": "biome check src tests examples",
75
69
  "lint:fix": "biome check --write src tests examples",
76
70
  "typecheck": "tsc --noEmit"