@tangle-network/agent-runtime 0.94.8 → 0.94.9

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.
@@ -45,7 +45,7 @@ import {
45
45
  verifyBytes,
46
46
  verifyMaterializedWorkspace,
47
47
  withinCandidateCleanupDeadline
48
- } from "./chunk-HKMKUESZ.js";
48
+ } from "./chunk-37V4KQDC.js";
49
49
 
50
50
  // src/candidate-execution/builder.ts
51
51
  import { verifyCodeSurface } from "@tangle-network/agent-eval/campaign";
@@ -1624,4 +1624,4 @@ export {
1624
1624
  captureAgentCandidateWorkspaceFiles,
1625
1625
  createAgentCandidateWorkspacePort
1626
1626
  };
1627
- //# sourceMappingURL=chunk-5BT2NMML.js.map
1627
+ //# sourceMappingURL=chunk-FTXM7Q7P.js.map
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  createProtectedAgentCandidateModelPort,
8
8
  disposePreparedAgentCandidateExecution,
9
9
  recoverExpiredAgentCandidateExecution
10
- } from "./chunk-5BT2NMML.js";
10
+ } from "./chunk-FTXM7Q7P.js";
11
11
  import {
12
12
  mcpToolsForRuntimeMcp,
13
13
  mcpToolsForRuntimeMcpSubset
@@ -52,7 +52,7 @@ import {
52
52
  prepareAgentCandidateExecution,
53
53
  sealAgentCandidateBundle,
54
54
  verifyAgentCandidateBundle
55
- } from "./chunk-HKMKUESZ.js";
55
+ } from "./chunk-37V4KQDC.js";
56
56
  import {
57
57
  InMemoryRuntimeSessionStore,
58
58
  createIterableBackend,
@@ -13,7 +13,7 @@ import {
13
13
  prepareAgentCandidateExecution,
14
14
  sealAgentCandidateBundle,
15
15
  verifyAgentCandidateBundle
16
- } from "./chunk-HKMKUESZ.js";
16
+ } from "./chunk-37V4KQDC.js";
17
17
  import {
18
18
  runAnalystLoop
19
19
  } from "./chunk-QDSOD7RC.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.94.8",
3
+ "version": "0.94.9",
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": {