@tangle-network/agent-runtime 0.90.0 → 0.91.0

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.
Files changed (57) hide show
  1. package/dist/agent.d.ts +1 -1
  2. package/dist/agent.js +4 -4
  3. package/dist/analyst-loop.d.ts +1 -1
  4. package/dist/{chunk-4WXGK6GV.js → chunk-7ON74BQO.js} +2 -2
  5. package/dist/{chunk-4IBAMGBE.js → chunk-AD7JW4QG.js} +420 -23
  6. package/dist/chunk-AD7JW4QG.js.map +1 -0
  7. package/dist/{chunk-7LO5GMAO.js → chunk-CMYMTRGA.js} +14 -5
  8. package/dist/chunk-CMYMTRGA.js.map +1 -0
  9. package/dist/{chunk-XQEISTK2.js → chunk-DWWII6N2.js} +2 -2
  10. package/dist/{chunk-XMOU4WEY.js → chunk-FF77IBQM.js} +15 -3
  11. package/dist/chunk-FF77IBQM.js.map +1 -0
  12. package/dist/{chunk-MHK62APK.js → chunk-IOUUITQA.js} +3 -3
  13. package/dist/{chunk-UD4BHQMI.js → chunk-IVGYLCFH.js} +2 -2
  14. package/dist/{chunk-UD4BHQMI.js.map → chunk-IVGYLCFH.js.map} +1 -1
  15. package/dist/{chunk-74SBMDTO.js → chunk-JRS3YSRZ.js} +2 -2
  16. package/dist/{chunk-QSNSMJSZ.js → chunk-NC66AM3S.js} +1487 -1481
  17. package/dist/chunk-NC66AM3S.js.map +1 -0
  18. package/dist/{completion-gate-BDaBP8dd.d.ts → completion-gate-DkAnUmpb.d.ts} +2 -2
  19. package/dist/{coordination-DxHduZg7.d.ts → coordination-rRj5hjJK.d.ts} +5 -5
  20. package/dist/environment-provider.d.ts +2 -2
  21. package/dist/index.d.ts +915 -18
  22. package/dist/index.js +5742 -33
  23. package/dist/index.js.map +1 -1
  24. package/dist/intelligence.d.ts +227 -83
  25. package/dist/intelligence.js +259 -166
  26. package/dist/intelligence.js.map +1 -1
  27. package/dist/knowledge.d.ts +6 -6
  28. package/dist/knowledge.js +4 -4
  29. package/dist/lifecycle.d.ts +2 -2
  30. package/dist/lifecycle.js +2 -2
  31. package/dist/{local-harness-sI0S_XNA.d.ts → local-harness-dcD5WTTr.d.ts} +3 -0
  32. package/dist/{loop-runner-bin-D3GmB2Ru.d.ts → loop-runner-bin-DTbZVGfM.d.ts} +2 -2
  33. package/dist/loop-runner-bin.d.ts +6 -6
  34. package/dist/loop-runner-bin.js +5 -5
  35. package/dist/loops.d.ts +16 -256
  36. package/dist/loops.js +30 -4
  37. package/dist/mcp/bin.js +4 -4
  38. package/dist/mcp/index.d.ts +9 -9
  39. package/dist/mcp/index.js +6 -6
  40. package/dist/{mcp-serve-verifier-FL7-ZEb_.d.ts → mcp-serve-verifier-XsX8rkB9.d.ts} +12 -1
  41. package/dist/{openai-tools-D0xmzo0y.d.ts → openai-tools-C4ZfUD4L.d.ts} +1 -1
  42. package/dist/profiles.d.ts +1 -1
  43. package/dist/structural-rollout-MwlpgQ-6.d.ts +446 -0
  44. package/dist/{supervise-BpCdssu0.d.ts → supervise-DPmYPk0j.d.ts} +3 -3
  45. package/dist/{types-Dnk189QA.d.ts → types-SyuwunY_.d.ts} +1 -1
  46. package/dist/{types-DAJQRIUD.d.ts → types-eMNgWgFi.d.ts} +2 -2
  47. package/dist/{worktree-fanout-CfRXYmgV.d.ts → worktree-fanout-BDFQIO-Y.d.ts} +234 -234
  48. package/package.json +6 -7
  49. package/skills/build-with-agent-runtime/SKILL.md +20 -17
  50. package/dist/chunk-4IBAMGBE.js.map +0 -1
  51. package/dist/chunk-7LO5GMAO.js.map +0 -1
  52. package/dist/chunk-QSNSMJSZ.js.map +0 -1
  53. package/dist/chunk-XMOU4WEY.js.map +0 -1
  54. /package/dist/{chunk-4WXGK6GV.js.map → chunk-7ON74BQO.js.map} +0 -0
  55. /package/dist/{chunk-XQEISTK2.js.map → chunk-DWWII6N2.js.map} +0 -0
  56. /package/dist/{chunk-MHK62APK.js.map → chunk-IOUUITQA.js.map} +0 -0
  57. /package/dist/{chunk-74SBMDTO.js.map → chunk-JRS3YSRZ.js.map} +0 -0
@@ -1,5 +1,5 @@
1
- import { L as LocalHarness } from './local-harness-sI0S_XNA.js';
2
- import { c as Executor } from './types-DAJQRIUD.js';
1
+ import { L as LocalHarness } from './local-harness-dcD5WTTr.js';
2
+ import { c as Executor } from './types-eMNgWgFi.js';
3
3
 
4
4
  /**
5
5
  *
@@ -1,12 +1,12 @@
1
- import { E as ExecutorFactory, e as ExecutorRegistry, i as Spend, A as Agent, S as Scope, a as ResultBlobStore, B as Budget } from './types-DAJQRIUD.js';
1
+ import { E as ExecutorFactory, h as ExecutorRegistry, e as Spend, A as Agent, S as Scope, a as ResultBlobStore, B as Budget } from './types-eMNgWgFi.js';
2
2
  import { AgentProfile } from '@tangle-network/agent-interface';
3
3
  import { U as UiLens, a as UiFinding, C as CoderTask } from './substrate-DO2GHNg2.js';
4
- import { S as SandboxClient, E as ExecCtx, e as LoopTraceEmitter, c as LoopTraceEvent, A as AgentRunSpec } from './types-Dnk189QA.js';
4
+ import { S as SandboxClient, E as ExecCtx, f as LoopTraceEmitter, d as LoopTraceEvent, A as AgentRunSpec } from './types-SyuwunY_.js';
5
5
  import { BackendType, SandboxEvent, SandboxInstance } from '@tangle-network/sandbox';
6
6
  import { AgentEvalError } from '@tangle-network/agent-eval';
7
7
  import { b as ToolSpec, R as RouterConfig } from './router-client-DJImUDlm.js';
8
- import { G as GitRunner, a as WorktreeCheckRunner, D as DeliverableSpec } from './completion-gate-BDaBP8dd.js';
9
- import { L as LocalHarness } from './local-harness-sI0S_XNA.js';
8
+ import { G as GitRunner, a as WorktreeCheckRunner, D as DeliverableSpec } from './completion-gate-DkAnUmpb.js';
9
+ import { L as LocalHarness } from './local-harness-dcD5WTTr.js';
10
10
  import { ProviderExecutorOptions, AgentEnvironmentProviderRegistry } from './environment-provider.js';
11
11
  import { AgentEnvironmentProvider } from '@tangle-network/agent-interface/environment-provider';
12
12
 
@@ -717,7 +717,7 @@ interface EvalRunEvent {
717
717
  interface EvalRunsExportConfig {
718
718
  /** Bearer key — tenant is resolved server-side from it. Reads TANGLE_API_KEY. */
719
719
  apiKey?: string;
720
- /** Intelligence base. Reads INTELLIGENCE_BASE env, else prod. */
720
+ /** Intelligence base. Reads TANGLE_INTELLIGENCE_URL env, else prod. */
721
721
  base?: string;
722
722
  /** Idempotency-Key header (e.g. the runId) — safe retries + upsert. */
723
723
  idempotencyKey?: string;
@@ -2,8 +2,8 @@ import { AgentProfile, AgentProfileValidationResult } from '@tangle-network/agen
2
2
  import { CreateAgentEnvironmentInput, AgentTurnInput, AgentEnvironmentProvider, AgentEnvironmentCapabilities, AgentProfileRef } from '@tangle-network/agent-interface/environment-provider';
3
3
  export { AgentEnvironment, AgentEnvironmentCapabilities, AgentEnvironmentEvent, AgentEnvironmentProvider, AgentEnvironmentQuery, AgentEnvironmentStatus, AgentEnvironmentSummary, AgentProfileRef, AgentSession, AgentSessionRef, AgentSessionStatus, AgentTurnInput, AgentTurnResult, CheckpointRef, CheckpointRequest, CreateAgentEnvironmentInput, ExecRequest, ExecResult, ForkRequest, PlacementInfo, ResourceRequest, WorkspaceRequest } from '@tangle-network/agent-interface/environment-provider';
4
4
  import { CreateSandboxOptions, BackendType } from '@tangle-network/sandbox';
5
- import { R as Runtime, E as ExecutorFactory } from './types-DAJQRIUD.js';
6
- import { S as SandboxClient } from './types-Dnk189QA.js';
5
+ import { R as Runtime, E as ExecutorFactory } from './types-eMNgWgFi.js';
6
+ import { S as SandboxClient } from './types-SyuwunY_.js';
7
7
  import '@tangle-network/agent-eval';
8
8
 
9
9
  /** Provider object or registry name accepted by runtime provider adapters.