@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.
- package/dist/agent.d.ts +1 -1
- package/dist/index.d.ts +696 -3
- package/dist/index.js +1195 -2
- package/dist/index.js.map +1 -1
- package/dist/{types-afLuHk1G.d.ts → types-jr_EFhrD.d.ts} +1 -1
- package/package.json +3 -1
|
@@ -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,
|
|
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.
|
|
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"
|