@tangle-network/agent-runtime 0.102.1 → 0.102.2

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.js CHANGED
@@ -1,8 +1,8 @@
1
- import "./chunk-KPHTCHQ4.js";
1
+ import "./chunk-QCXD7NHM.js";
2
2
  import "./chunk-Q2JSAVQ3.js";
3
3
  import {
4
4
  createSandboxForSpec
5
- } from "./chunk-6MR4IJRW.js";
5
+ } from "./chunk-ZUCUAFVF.js";
6
6
  import "./chunk-DPEUKJRO.js";
7
7
  import "./chunk-ROILMKDL.js";
8
8
  import "./chunk-UPWGXKXB.js";
@@ -8,7 +8,7 @@ import {
8
8
  DELEGATION_STATUS_DESCRIPTION,
9
9
  DELEGATION_STATUS_INPUT_SCHEMA,
10
10
  DELEGATION_STATUS_TOOL_NAME
11
- } from "./chunk-6MR4IJRW.js";
11
+ } from "./chunk-ZUCUAFVF.js";
12
12
 
13
13
  // src/mcp/openai-tools.ts
14
14
  function buildTool(name, description, parameters) {
@@ -45,4 +45,4 @@ export {
45
45
  mcpToolsForRuntimeMcp,
46
46
  mcpToolsForRuntimeMcpSubset
47
47
  };
48
- //# sourceMappingURL=chunk-KJ2Q4T7F.js.map
48
+ //# sourceMappingURL=chunk-EKUMRQNR.js.map
@@ -16,7 +16,7 @@ import {
16
16
  } from "./chunk-LJLG734E.js";
17
17
  import {
18
18
  supervise
19
- } from "./chunk-6MR4IJRW.js";
19
+ } from "./chunk-ZUCUAFVF.js";
20
20
 
21
21
  // src/knowledge/activation.ts
22
22
  import { sha256DigestSchema } from "@tangle-network/agent-interface";
@@ -471,4 +471,4 @@ export {
471
471
  runKnowledgeImprovementJob,
472
472
  buildKnowledgeImprovementExperimentBundles
473
473
  };
474
- //# sourceMappingURL=chunk-CI7WS6S2.js.map
474
+ //# sourceMappingURL=chunk-J6V6DWWS.js.map
@@ -13,7 +13,7 @@ import {
13
13
  probeSandboxCapabilities,
14
14
  runLoop,
15
15
  supervise
16
- } from "./chunk-6MR4IJRW.js";
16
+ } from "./chunk-ZUCUAFVF.js";
17
17
  import {
18
18
  observe,
19
19
  refine,
@@ -4980,4 +4980,4 @@ export {
4980
4980
  computeFindingId,
4981
4981
  makeFinding
4982
4982
  };
4983
- //# sourceMappingURL=chunk-KPHTCHQ4.js.map
4983
+ //# sourceMappingURL=chunk-QCXD7NHM.js.map
@@ -5,10 +5,10 @@ import {
5
5
  definePersona,
6
6
  runPersonified,
7
7
  worktreeFanout
8
- } from "./chunk-KPHTCHQ4.js";
8
+ } from "./chunk-QCXD7NHM.js";
9
9
  import {
10
10
  createExecutorRegistry
11
- } from "./chunk-6MR4IJRW.js";
11
+ } from "./chunk-ZUCUAFVF.js";
12
12
  import {
13
13
  runAnalystLoop
14
14
  } from "./chunk-FD2MBMOH.js";
@@ -196,4 +196,4 @@ export {
196
196
  runLoopRunnerCli,
197
197
  parseLoopRunnerArgv
198
198
  };
199
- //# sourceMappingURL=chunk-RTB3TC73.js.map
199
+ //# sourceMappingURL=chunk-SCOHHMKU.js.map
@@ -1789,7 +1789,6 @@ ${folded}` : folded;
1789
1789
  for await (const chunk of parseSseChatStream(res.body)) {
1790
1790
  if (chunk.content) {
1791
1791
  turnText += chunk.content;
1792
- yield { kind: "iteration" };
1793
1792
  }
1794
1793
  if (chunk.toolCall) toolCalls.push(chunk.toolCall);
1795
1794
  if (chunk.usage) {
@@ -1806,6 +1805,7 @@ ${folded}` : folded;
1806
1805
  cleanup();
1807
1806
  }
1808
1807
  turns += 1;
1808
+ yield { kind: "iteration" };
1809
1809
  if (turnText) lastText = turnText;
1810
1810
  if (inbox.pending() === 0) break;
1811
1811
  }
@@ -5084,4 +5084,4 @@ export {
5084
5084
  workerFromBackend,
5085
5085
  supervise
5086
5086
  };
5087
- //# sourceMappingURL=chunk-6MR4IJRW.js.map
5087
+ //# sourceMappingURL=chunk-ZUCUAFVF.js.map