nexus-prime 4.8.2 → 4.10.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 (162) hide show
  1. package/README.md +36 -14
  2. package/dist/agents/adapters/mcp.d.ts.map +1 -1
  3. package/dist/agents/adapters/mcp.js +421 -41
  4. package/dist/agents/adapters/mcp.js.map +1 -1
  5. package/dist/agents/adapters.d.ts +3 -1
  6. package/dist/agents/adapters.d.ts.map +1 -1
  7. package/dist/agents/adapters.js +13 -3
  8. package/dist/agents/adapters.js.map +1 -1
  9. package/dist/architects/bootstrap.d.ts +2 -0
  10. package/dist/architects/bootstrap.d.ts.map +1 -1
  11. package/dist/architects/bootstrap.js +136 -6
  12. package/dist/architects/bootstrap.js.map +1 -1
  13. package/dist/architects/convergence/queue.d.ts.map +1 -1
  14. package/dist/architects/convergence/queue.js +12 -0
  15. package/dist/architects/convergence/queue.js.map +1 -1
  16. package/dist/architects/db/client.d.ts +22 -3
  17. package/dist/architects/db/client.d.ts.map +1 -1
  18. package/dist/architects/db/client.js +81 -6
  19. package/dist/architects/db/client.js.map +1 -1
  20. package/dist/architects/db/schema.d.ts +1 -1
  21. package/dist/architects/db/schema.d.ts.map +1 -1
  22. package/dist/architects/db/schema.js +1 -0
  23. package/dist/architects/db/schema.js.map +1 -1
  24. package/dist/architects/mcp-tools.d.ts.map +1 -1
  25. package/dist/architects/mcp-tools.js +11 -1
  26. package/dist/architects/mcp-tools.js.map +1 -1
  27. package/dist/architects/relay/messenger.d.ts.map +1 -1
  28. package/dist/architects/relay/messenger.js +18 -4
  29. package/dist/architects/relay/messenger.js.map +1 -1
  30. package/dist/architects/types.d.ts +2 -0
  31. package/dist/architects/types.d.ts.map +1 -1
  32. package/dist/cli-setup.d.ts.map +1 -1
  33. package/dist/cli-setup.js +10 -7
  34. package/dist/cli-setup.js.map +1 -1
  35. package/dist/cli.js +256 -109
  36. package/dist/cli.js.map +1 -1
  37. package/dist/core/types.d.ts +3 -0
  38. package/dist/core/types.d.ts.map +1 -1
  39. package/dist/dashboard/contract.d.ts +11 -0
  40. package/dist/dashboard/contract.d.ts.map +1 -0
  41. package/dist/dashboard/contract.js +49 -0
  42. package/dist/dashboard/contract.js.map +1 -0
  43. package/dist/dashboard/index.html +241 -35
  44. package/dist/dashboard/server.d.ts +10 -0
  45. package/dist/dashboard/server.d.ts.map +1 -1
  46. package/dist/dashboard/server.js +273 -51
  47. package/dist/dashboard/server.js.map +1 -1
  48. package/dist/engines/automation-runtime.d.ts +9 -3
  49. package/dist/engines/automation-runtime.d.ts.map +1 -1
  50. package/dist/engines/automation-runtime.js +51 -41
  51. package/dist/engines/automation-runtime.js.map +1 -1
  52. package/dist/engines/client-bootstrap.d.ts +2 -2
  53. package/dist/engines/client-bootstrap.d.ts.map +1 -1
  54. package/dist/engines/client-bootstrap.js +100 -22
  55. package/dist/engines/client-bootstrap.js.map +1 -1
  56. package/dist/engines/event-bus.d.ts +10 -1
  57. package/dist/engines/event-bus.d.ts.map +1 -1
  58. package/dist/engines/event-bus.js +37 -6
  59. package/dist/engines/event-bus.js.map +1 -1
  60. package/dist/engines/federation.d.ts.map +1 -1
  61. package/dist/engines/federation.js.map +1 -1
  62. package/dist/engines/guardrails-bridge.d.ts +2 -0
  63. package/dist/engines/guardrails-bridge.d.ts.map +1 -1
  64. package/dist/engines/guardrails-bridge.js +22 -1
  65. package/dist/engines/guardrails-bridge.js.map +1 -1
  66. package/dist/engines/hook-runtime.d.ts +9 -3
  67. package/dist/engines/hook-runtime.d.ts.map +1 -1
  68. package/dist/engines/hook-runtime.js +49 -39
  69. package/dist/engines/hook-runtime.js.map +1 -1
  70. package/dist/engines/instruction-gateway.d.ts.map +1 -1
  71. package/dist/engines/instruction-gateway.js +5 -4
  72. package/dist/engines/instruction-gateway.js.map +1 -1
  73. package/dist/engines/memory-background.d.ts.map +1 -1
  74. package/dist/engines/memory-background.js +0 -7
  75. package/dist/engines/memory-background.js.map +1 -1
  76. package/dist/engines/memory.d.ts +64 -2
  77. package/dist/engines/memory.d.ts.map +1 -1
  78. package/dist/engines/memory.js +482 -80
  79. package/dist/engines/memory.js.map +1 -1
  80. package/dist/engines/middleware-pipeline.d.ts.map +1 -1
  81. package/dist/engines/middleware-pipeline.js +1 -2
  82. package/dist/engines/middleware-pipeline.js.map +1 -1
  83. package/dist/engines/orchestrator.d.ts +19 -0
  84. package/dist/engines/orchestrator.d.ts.map +1 -1
  85. package/dist/engines/orchestrator.js +227 -53
  86. package/dist/engines/orchestrator.js.map +1 -1
  87. package/dist/engines/peer-connectors.d.ts +1 -1
  88. package/dist/engines/peer-connectors.d.ts.map +1 -1
  89. package/dist/engines/peer-connectors.js +1 -9
  90. package/dist/engines/peer-connectors.js.map +1 -1
  91. package/dist/engines/runtime-assets.d.ts +16 -0
  92. package/dist/engines/runtime-assets.d.ts.map +1 -1
  93. package/dist/engines/runtime-assets.js +75 -0
  94. package/dist/engines/runtime-assets.js.map +1 -1
  95. package/dist/engines/runtime-health.d.ts +91 -0
  96. package/dist/engines/runtime-health.d.ts.map +1 -0
  97. package/dist/engines/runtime-health.js +129 -0
  98. package/dist/engines/runtime-health.js.map +1 -0
  99. package/dist/engines/runtime-registry.d.ts +12 -1
  100. package/dist/engines/runtime-registry.d.ts.map +1 -1
  101. package/dist/engines/runtime-registry.js +6 -5
  102. package/dist/engines/runtime-registry.js.map +1 -1
  103. package/dist/engines/runtime-supervisor.d.ts +32 -0
  104. package/dist/engines/runtime-supervisor.d.ts.map +1 -0
  105. package/dist/engines/runtime-supervisor.js +137 -0
  106. package/dist/engines/runtime-supervisor.js.map +1 -0
  107. package/dist/engines/skill-runtime.d.ts +8 -2
  108. package/dist/engines/skill-runtime.d.ts.map +1 -1
  109. package/dist/engines/skill-runtime.js +34 -23
  110. package/dist/engines/skill-runtime.js.map +1 -1
  111. package/dist/engines/workflow-runtime.d.ts +9 -3
  112. package/dist/engines/workflow-runtime.d.ts.map +1 -1
  113. package/dist/engines/workflow-runtime.js +29 -20
  114. package/dist/engines/workflow-runtime.js.map +1 -1
  115. package/dist/engines/workspace-resolver.d.ts +54 -0
  116. package/dist/engines/workspace-resolver.d.ts.map +1 -0
  117. package/dist/engines/workspace-resolver.js +274 -0
  118. package/dist/engines/workspace-resolver.js.map +1 -0
  119. package/dist/engines/worktree-health.d.ts.map +1 -1
  120. package/dist/engines/worktree-health.js +15 -3
  121. package/dist/engines/worktree-health.js.map +1 -1
  122. package/dist/index.d.ts +46 -0
  123. package/dist/index.d.ts.map +1 -1
  124. package/dist/index.js +319 -31
  125. package/dist/index.js.map +1 -1
  126. package/dist/phantom/runtime.d.ts +15 -0
  127. package/dist/phantom/runtime.d.ts.map +1 -1
  128. package/dist/phantom/runtime.js +87 -19
  129. package/dist/phantom/runtime.js.map +1 -1
  130. package/dist/postinstall-bootstrap.js +4 -2
  131. package/dist/postinstall-bootstrap.js.map +1 -1
  132. package/dist/synapse/bootstrap.d.ts +2 -0
  133. package/dist/synapse/bootstrap.d.ts.map +1 -1
  134. package/dist/synapse/bootstrap.js +26 -4
  135. package/dist/synapse/bootstrap.js.map +1 -1
  136. package/dist/synapse/db/client.d.ts +22 -3
  137. package/dist/synapse/db/client.d.ts.map +1 -1
  138. package/dist/synapse/db/client.js +81 -6
  139. package/dist/synapse/db/client.js.map +1 -1
  140. package/dist/synapse/db/schema.d.ts +1 -1
  141. package/dist/synapse/db/schema.d.ts.map +1 -1
  142. package/dist/synapse/db/schema.js +4 -2
  143. package/dist/synapse/db/schema.js.map +1 -1
  144. package/dist/synapse/field-reports/ledger.d.ts.map +1 -1
  145. package/dist/synapse/field-reports/ledger.js +3 -1
  146. package/dist/synapse/field-reports/ledger.js.map +1 -1
  147. package/dist/synapse/field-reports/restorer.d.ts.map +1 -1
  148. package/dist/synapse/field-reports/restorer.js +44 -1
  149. package/dist/synapse/field-reports/restorer.js.map +1 -1
  150. package/dist/synapse/mcp-tools.d.ts.map +1 -1
  151. package/dist/synapse/mcp-tools.js +11 -1
  152. package/dist/synapse/mcp-tools.js.map +1 -1
  153. package/dist/synapse/sorties/runner.d.ts.map +1 -1
  154. package/dist/synapse/sorties/runner.js +11 -1
  155. package/dist/synapse/sorties/runner.js.map +1 -1
  156. package/dist/synapse/sorties/scheduler.d.ts +1 -0
  157. package/dist/synapse/sorties/scheduler.d.ts.map +1 -1
  158. package/dist/synapse/sorties/scheduler.js +18 -1
  159. package/dist/synapse/sorties/scheduler.js.map +1 -1
  160. package/dist/synapse/types.d.ts +2 -0
  161. package/dist/synapse/types.d.ts.map +1 -1
  162. package/package.json +2 -2
package/README.md CHANGED
@@ -122,7 +122,7 @@ Use `nexus_plan_execution` only when you explicitly want the ledger before mutat
122
122
 
123
123
  ### 1. The re-reading loop → Session Bootstrap
124
124
  **Problem:** Without persistent context, agents re-read everything from scratch on every turn. 99%+ of tokens spent on orientation, not problem-solving.
125
- **How:** `nexus_session_bootstrap` recovers memory, catalog health, source mix, and recommended next step before any work begins. `nexus_orchestrate` owns decomposition, asset selection, execution, and verification.
125
+ **How:** `nexus_session_bootstrap` recovers memory, repo identity, catalog health, source mix, and recommended next step before any work begins. `nexus_orchestrate` owns decomposition, asset selection, execution, and verification, while keeping candidate files and runtime truth clamped to the resolved repo root.
126
126
  **Proof:** Runtime ledgers, worker plans, and selection audits persisted into runtime truth.
127
127
 
128
128
  ### 2. Files read without question → Ghost Pass + Token Budgeting
@@ -132,7 +132,7 @@ Use `nexus_plan_execution` only when you explicitly want the ledger before mutat
132
132
 
133
133
  ### 3. Memory that grows but never learns → Memory Fabric
134
134
  **Problem:** Memory accumulates without decay. Old notes outrank recent updates. No mechanism for deciding what's ephemeral vs. durable.
135
- **How:** The memory control plane applies fact extraction, reconciliation, quarantine, and vault projection on top of SQLite + graph base. Memories are scored, contradictions detected, and stale facts fade. A compaction sentinel flushes working memory to durable storage before context window compaction. Background maintenance runs on a 5-minute cycle for entropy-based expiration and deduplication.
135
+ **How:** The memory control plane applies fact extraction, reconciliation, quarantine, and vault projection on top of SQLite + graph base. Memories are scored, contradictions detected, and stale facts fade. A compaction sentinel flushes working memory to durable storage before context window compaction. Background maintenance now runs in bounded hygiene passes, exposes schema and purge backlog, and keeps quarantined noise from overwhelming the dashboard graph.
136
136
  **Proof:** Dashboard exposes memory health, scope, trace, and shared-worker context.
137
137
 
138
138
  ### 4. RAG as prompt stuffing → Session-First RAG Gate
@@ -304,13 +304,13 @@ Operator-facing entrypoints and expert control surfaces.
304
304
 
305
305
  | Name | Surface | Purpose | Notes |
306
306
  | --- | --- | --- | --- |
307
- | nexus_session_bootstrap | core MCP | Recover session context, memory stats, catalog health, and next-step guidance. | Default first call for non-trivial work. |
308
- | nexus_orchestrate | core MCP | Plan, select assets, execute through worktree-backed runtime, and persist truth. | Default raw-prompt execution path. |
307
+ | nexus_session_bootstrap | core MCP | Recover session context, memory stats, repo identity, catalog health, and next-step guidance. | Default first call for non-trivial work. |
308
+ | nexus_orchestrate | core MCP | Plan, select assets, execute through worktree-backed runtime, and persist truth. | Default raw-prompt execution path with repo-scoped candidate selection and compact runtime surfaces. |
309
309
  | nexus_plan_execution | planning MCP | Inspect the planner ledger before mutation. | Used when operators want a pre-run ledger. |
310
310
  | nexus_recall_memory / nexus_memory_stats / nexus_store_memory | memory MCP | Inspect and persist durable learnings. | Feeds the memory fabric and handoff flow. |
311
311
  | nexus_optimize_tokens | optimization MCP | Generate a token-saving reading plan before broad file inspection. | Mandatory before reading 3+ files from client-visible intent. |
312
312
  | nexus_mindkit_check / nexus_ghost_pass / nexus_spawn_workers | safety + runtime MCP | Run governance preflight, refactor pre-flight analysis, and explicit swarm control. | Mindkit and ghost-pass are required lifecycle checks for risky or multi-file mutation. |
313
- | nexus_memory_export / import / backup / maintain / trace | memory portability MCP | Export, restore, maintain, and inspect local-first memory bundles. | Supports backup/resume and OpenClaw-oriented bridge packs. |
313
+ | nexus_memory_export / import / backup / maintain / trace | memory portability MCP | Export, restore, maintain, and inspect local-first memory bundles. | Supports backup/resume, explicit hygiene inspection, and OpenClaw-oriented bridge packs. |
314
314
  | nexus_list_skills / workflows / hooks / automations / specialists / crews | catalog MCP | Expose what the runtime can activate. | Used for explicit operator control and diagnostics. |
315
315
  | nexus_run_status / nexus_federation_status / nexus_session_dna | runtime truth MCP | Inspect persisted run state, federation status, and handoff DNA. | Session DNA generation is mandatory before ending a meaningful session. |
316
316
 
@@ -355,11 +355,11 @@ Core architecture layers that shape execution, memory, and visibility.
355
355
  | Name | Surface | Purpose | Notes |
356
356
  | --- | --- | --- | --- |
357
357
  | Knowledge Fabric | runtime subsystem | Balances repo, memory, RAG, patterns, and runtime traces into one execution bundle. | Feeds planner, packet, and worker context. |
358
- | Memory Control Plane | runtime subsystem | Reconciles facts with add/update/merge/delete/quarantine semantics and vault projection. | Local-first memory remains inspectable and portable. |
358
+ | Memory Control Plane | runtime subsystem | Reconciles facts with add/update/merge/delete/quarantine semantics and vault projection. | Local-first memory remains inspectable, portable, and bounded by hygiene/purge visibility. |
359
359
  | Worktree Doctor | runtime subsystem | Prunes stale git worktree metadata and records worktree health ahead of execution. | Protects nexus_orchestrate and verifier lanes from stale temp state. |
360
360
  | Source-Aware Token Budget | runtime subsystem | Allocates token budget across repo, memory, RAG, patterns, and runtime traces. | Persists selected and dropped context. |
361
361
  | Bootstrap Manifest Truth | runtime subsystem | Tracks configured client bootstrap artifacts independently from active heartbeats. | Supports installed vs active truth in the dashboard. |
362
- | Artifact Selection Audit | runtime subsystem | Explains why skills/workflows/crews/specialists were selected or rejected. | Persists auditable selection rationale. |
362
+ | Artifact Selection Audit | runtime subsystem | Explains why skills/workflows/crews/specialists were selected or rejected. | Persists auditable selection rationale, selection policy, and blocked reasons. |
363
363
  | Bundled assets: 109 skills · 64 workflows · 9 hooks · 5 automations · 7 crews · 139 specialists | runtime subsystem | Summarizes the current bundled runtime inventory. | Detailed lists live in the runtime catalog section and dashboard catalog view. |
364
364
 
365
365
  </details>
@@ -630,15 +630,37 @@ Inventory Snapshot: 109 skills · 64 workflows · 9 hooks · 5 automations · 7
630
630
  ## 📜 Release History
631
631
 
632
632
  <details open>
633
- <summary><b>v4.8.0</b> · 2026-03-31 · Seamless Intelligence Upgradesmarter runtime routing, durable memory controls, and governed work graphs</summary>
633
+ <summary><b>v4.10.0</b> · 2026-04-01 · Control Plane Recoverytruthful catalogs, bounded memory repair, and fast MCP startup</summary>
634
634
 
635
- - **Bootstrap truth for Codex and MCP clients**: Managed docs and bootstrap detection now describe `nexus_session_bootstrap` and `nexus_orchestrate` as MCP tool invocations, not shell commands.
636
- - **Runtime intelligence surfaces**: Scheduled automations, execution presets, session search, and governed skill distribution/promotion now extend the operator control plane.
637
- - **Durable control-plane governance**: Work claims, scoped approvals, and scoped budgets now preserve ancestry and lease semantics across missions and operatives.
638
- - **Memory control upgrades**: Actor-scoped memory CRUD, history, feedback, and retention hints now complement the existing project-aware memory engine.
639
- - **Channel ingress contract**: Slack, Telegram, and Feishu/Lark mappings now have a normalized gateway surface for thread identity, artifacts, and status exchange.
635
+ - **Truthful catalog health**: `.agents/*` is now canonical, `.agent/*` is treated as legacy fallback, and runtime health only degrades when selected assets actually fail to resolve.
636
+ - **Bounded memory hygiene**: Automatic and manual hygiene now expose schema state, purge backlog, quarantine backlog, and bounded repair passes instead of silently accumulating stale noise.
637
+ - **Fast MCP readiness**: `nexus-prime mcp` reaches stdio readiness before the heaviest bootstrap/orchestrator work finishes, while deferred startup continues in the background.
638
+ - **Safer orchestration**: Repo identity, candidate-file selection, guardrail staging, and dashboard/runtime truth now stay repo-scoped and explicit about why assets were selected or blocked.
640
639
 
641
- Full notes: [releases/v4.8.0.md](./releases/v4.8.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
640
+ Full notes: [releases/v4.10.0.md](./releases/v4.10.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
641
+ </details>
642
+
643
+ <details>
644
+ <summary><b>v4.9.0</b> · 2026-04-01 · Release QA Hardening — repo-root upgrade safety, truthful degraded startup, and deterministic ship gates</summary>
645
+
646
+ - **Repo-root upgrade safety**: Synapse and Architects now follow the resolved runtime storage plan, migrate stale schemas in place when possible, and quarantine broken local DBs into workspace-scoped fallback storage instead of crashing startup.
647
+ - **Truthful degraded diagnostics**: `nexus_runtime_health`, `nexus_doctor`, `nexus_autofix`, `nexus-prime status`, and the terminal cockpit now surface requested vs active engine roots, fallback state, and quarantine paths consistently.
648
+ - **Bounded operator reads**: Runtime run artifacts are workspace-scoped, so `status`, `doctor`, and dashboard health no longer inherit slow global temp history from unrelated runs.
649
+ - **Deterministic release QA**: Release smoke now covers stale-schema repo boots, broken-engine degraded doctor paths, corrupt vocabulary repair, and dashboard startup after fallback using isolated fixtures.
650
+
651
+ Full notes: [releases/v4.9.0.md](./releases/v4.9.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
652
+ </details>
653
+
654
+ <details>
655
+ <summary><b>v4.8.2</b> · 2026-04-01 · Runtime Truth Stabilization — unified health, safer bootstrap state, and operator repair flows</summary>
656
+
657
+ - **Unified runtime truth**: Dashboard health, MCP diagnostics, and the terminal cockpit now read from the same runtime envelope instead of maintaining split compatibility logic.
658
+ - **Workspace-safe bootstrap state**: Bootstrap manifests, instruction packets, and engine fallback paths now resolve from the workspace context instead of drifting to ambient cwd or first-run `/tmp` state.
659
+ - **Operator repair surfaces**: `nexus_runtime_health`, `nexus_doctor`, `nexus_autofix`, `nexus_memory_hygiene`, plus matching CLI commands now expose safer diagnostics and self-healing flows.
660
+ - **Dashboard contract hardening**: Creator-only investor telemetry stays permission-gated, unknown routes stay JSON-safe, compatible listeners reuse correctly, and idle Architects worklists render explicitly.
661
+ - **Control-plane resilience**: Synapse ledger storage now follows the same fallback root as the DB, and code-review gates no longer fail a good run just because one verifier worktree went stale.
662
+
663
+ Full notes: [releases/v4.8.2.md](./releases/v4.8.2.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
642
664
  </details>
643
665
 
644
666
  <details>
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../../src/agents/adapters/mcp.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAuF5C,KAAK,cAAc,GAAG,YAAY,GAAG,MAAM,CAAC;AAE5C,KAAK,iBAAiB,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC,CAAC;AA2TF,qBAAa,UAAW,YAAW,OAAO;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAG,KAAK,CAAU;IACtB,SAAS,UAAS;IAClB,MAAM,EAAE,MAAM,EAAE,CAAM;IAEtB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,QAAQ,CAAC,CAAa;IAC9B,OAAO,CAAC,SAAS,CAA4C;IAC7D,OAAO,CAAC,UAAU,CAAoB;IACtC,OAAO,CAAC,OAAO,CAAC,CAAkB;IAClC,OAAO,CAAC,eAAe,CAAyB;IAChD,OAAO,CAAC,oBAAoB,CAAgG;IAC5H,OAAO,CAAC,qBAAqB,CAAK;IAClC,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,kBAAkB,CAAqB;IAE/C,OAAO,CAAC,cAAc;IA6BtB,OAAO,CAAC,oBAAoB;IAsB5B,OAAO,CAAC,eAAe;IAqEvB,OAAO,CAAC,GAAG;;IAqBX,OAAO,CAAC,gBAAgB;IA4BxB,WAAW,CAAC,KAAK,EAAE,UAAU;IAI7B,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,yBAAyB;IAqFjC,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,qBAAqB;IAiB7B,OAAO,CAAC,yBAAyB;IA2CjC,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,YAAY;YAON,mBAAmB;IA0DjC,OAAO,CAAC,+BAA+B;IAMvC,OAAO,CAAC,uBAAuB;IA0B/B,OAAO,CAAC,2BAA2B;IAqBnC,OAAO,CAAC,uBAAuB;IAkC/B,cAAc,CAAC,OAAO,GAAE,cAAsC,GAAG,iBAAiB,EAAE;IAIpF,OAAO,CAAC,oBAAoB;IAu8B5B,OAAO,CAAC,iBAAiB;YAyGX,cAAc;IAsuE5B,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;IAItC,OAAO,CAAC,IAAI;IAmBN,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAOxB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAoB3B,IAAI,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC;IAYlD,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;CAOzC"}
1
+ {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../../src/agents/adapters/mcp.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AA+F5C,KAAK,cAAc,GAAG,YAAY,GAAG,MAAM,CAAC;AAK5C,KAAK,iBAAiB,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC,CAAC;AAkYF,qBAAa,UAAW,YAAW,OAAO;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAG,KAAK,CAAU;IACtB,SAAS,UAAS;IAClB,MAAM,EAAE,MAAM,EAAE,CAAM;IAEtB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,QAAQ,CAAC,CAAa;IAC9B,OAAO,CAAC,SAAS,CAA4C;IAC7D,OAAO,CAAC,UAAU,CAAoB;IACtC,OAAO,CAAC,OAAO,CAAC,CAAkB;IAClC,OAAO,CAAC,eAAe,CAAyB;IAChD,OAAO,CAAC,oBAAoB,CAAgG;IAC5H,OAAO,CAAC,qBAAqB,CAAK;IAClC,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,kBAAkB,CAAqB;IAE/C,OAAO,CAAC,cAAc;IA6BtB,OAAO,CAAC,oBAAoB;IAsB5B,OAAO,CAAC,eAAe;IAqEvB,OAAO,CAAC,GAAG;;IAqBX,OAAO,CAAC,gBAAgB;IA4BxB,WAAW,CAAC,KAAK,EAAE,UAAU;IAI7B,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,yBAAyB;IAqFjC,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,4BAA4B;IAWpC,OAAO,CAAC,qBAAqB;IAiB7B,OAAO,CAAC,yBAAyB;IA2CjC,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,YAAY;YAON,mBAAmB;IA0DjC,OAAO,CAAC,+BAA+B;IAMvC,OAAO,CAAC,uBAAuB;IA0B/B,OAAO,CAAC,2BAA2B;IAqBnC,OAAO,CAAC,uBAAuB;IAkC/B,cAAc,CAAC,OAAO,GAAE,cAAsC,GAAG,iBAAiB,EAAE;IAIpF,OAAO,CAAC,oBAAoB;IAg/B5B,OAAO,CAAC,iBAAiB;YAuGX,cAAc;IAq/E5B,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;IAItC,OAAO,CAAC,IAAI;IAmBN,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAOxB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAoB3B,IAAI,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC;IAYlD,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI;CAOzC"}