@tangle-network/agent-runtime 0.93.0 → 0.93.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.
@@ -34,7 +34,7 @@ import {
34
34
  terminalRecord,
35
35
  usdToNanos,
36
36
  withinCandidateCleanupDeadline
37
- } from "./chunk-26WCEARH.js";
37
+ } from "./chunk-OX3QRJOA.js";
38
38
 
39
39
  // src/candidate-execution/builder.ts
40
40
  import { verifyCodeSurface } from "@tangle-network/agent-eval/campaign";
@@ -961,4 +961,4 @@ export {
961
961
  createProtectedAgentCandidateModelPort,
962
962
  recoverExpiredAgentCandidateExecution
963
963
  };
964
- //# sourceMappingURL=chunk-3VU2OWOY.js.map
964
+ //# sourceMappingURL=chunk-XDSWWUKE.js.map
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  createProtectedAgentCandidateModelPort,
5
5
  disposePreparedAgentCandidateExecution,
6
6
  recoverExpiredAgentCandidateExecution
7
- } from "./chunk-3VU2OWOY.js";
7
+ } from "./chunk-XDSWWUKE.js";
8
8
  import {
9
9
  mcpToolsForRuntimeMcp,
10
10
  mcpToolsForRuntimeMcpSubset
@@ -53,7 +53,7 @@ import {
53
53
  prepareAgentCandidateExecution,
54
54
  sealAgentCandidateBundle,
55
55
  verifyAgentCandidateBundle
56
- } from "./chunk-26WCEARH.js";
56
+ } from "./chunk-OX3QRJOA.js";
57
57
  import {
58
58
  InMemoryRuntimeSessionStore,
59
59
  createIterableBackend,
@@ -12,7 +12,7 @@ import {
12
12
  prepareAgentCandidateExecution,
13
13
  sealAgentCandidateBundle,
14
14
  verifyAgentCandidateBundle
15
- } from "./chunk-26WCEARH.js";
15
+ } from "./chunk-OX3QRJOA.js";
16
16
  import "./chunk-FDJ7AHXG.js";
17
17
  import {
18
18
  runAnalystLoop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.93.0",
3
+ "version": "0.93.1",
4
4
  "description": "Shared task-lifecycle skeleton for agents: a recursive loop kernel for chat turns, one-shot tasks, and multi-attempt loops, with trace capture and eval-gated self-improvement. Domain behavior lives in adapters; scoring and ship-gates in @tangle-network/agent-eval.",
5
5
  "homepage": "https://github.com/tangle-network/agent-runtime#readme",
6
6
  "repository": {