@tangle-network/agent-runtime 0.12.1 → 0.13.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.
@@ -387,4 +387,4 @@ interface KnowledgeReadinessDecision {
387
387
  nonBlockingGapIds: string[];
388
388
  }
389
389
 
390
- 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 };
390
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.12.1",
3
+ "version": "0.13.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": {
@@ -48,7 +48,9 @@
48
48
  "devDependencies": {
49
49
  "@biomejs/biome": "^2.4.0",
50
50
  "@tangle-network/sandbox": "0.1.2",
51
+ "@types/better-sqlite3": "^7.6.13",
51
52
  "@types/node": "^25.6.0",
53
+ "better-sqlite3": "^12.10.0",
52
54
  "tsup": "^8.0.0",
53
55
  "typescript": "^5.7.0",
54
56
  "vitest": "^3.0.0"