@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.
- package/dist/candidate-execution/index.js +2 -2
- package/dist/{chunk-HKMKUESZ.js → chunk-37V4KQDC.js} +79 -79
- package/dist/chunk-37V4KQDC.js.map +1 -0
- package/dist/{chunk-5BT2NMML.js → chunk-FTXM7Q7P.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/intelligence.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-HKMKUESZ.js.map +0 -1
- /package/dist/{chunk-5BT2NMML.js.map → chunk-FTXM7Q7P.js.map} +0 -0
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
verifyBytes,
|
|
46
46
|
verifyMaterializedWorkspace,
|
|
47
47
|
withinCandidateCleanupDeadline
|
|
48
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
55
|
+
} from "./chunk-37V4KQDC.js";
|
|
56
56
|
import {
|
|
57
57
|
InMemoryRuntimeSessionStore,
|
|
58
58
|
createIterableBackend,
|
package/dist/intelligence.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-runtime",
|
|
3
|
-
"version": "0.94.
|
|
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": {
|