@open-mercato/cli 0.7.1-develop.7193.1.910a5b0a1e → 0.7.1-develop.7194.1.ab4fc81f82

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 (169) hide show
  1. package/.turbo/turbo-build.log +6 -2
  2. package/dist/agentic/github-copilot/copilot-instructions.md.template +37 -0
  3. package/dist/agentic/github-copilot/instructions/entity-guard.instructions.md +27 -0
  4. package/dist/agentic/github-copilot/instructions/generated-guard.instructions.md +10 -0
  5. package/dist/agentic/github-copilot/mcp.json.example +13 -0
  6. package/dist/agentic/guides/module-facts.json +11527 -283
  7. package/dist/agentic/guides/module-facts.v2.json +11527 -283
  8. package/dist/agentic/guides/modules/agent_orchestrator/acl-features.md +31 -0
  9. package/dist/agentic/guides/modules/agent_orchestrator/active-extension-bindings.md +12 -0
  10. package/dist/agentic/guides/modules/agent_orchestrator/ai-agents.md +12 -0
  11. package/dist/agentic/guides/modules/agent_orchestrator/ai-tools-mcp-capabilities.md +13 -0
  12. package/dist/agentic/guides/modules/agent_orchestrator/backend-pages.md +28 -0
  13. package/dist/agentic/guides/modules/agent_orchestrator/cli-commands.md +14 -0
  14. package/dist/agentic/guides/modules/agent_orchestrator/contribution-resolutions.md +49 -0
  15. package/dist/agentic/guides/modules/agent_orchestrator/di-registrations-rich.md +42 -0
  16. package/dist/agentic/guides/modules/agent_orchestrator/di-service-tokens.md +24 -0
  17. package/dist/agentic/guides/modules/agent_orchestrator/domain-commands.md +28 -0
  18. package/dist/agentic/guides/modules/agent_orchestrator/encryption.md +20 -0
  19. package/dist/agentic/guides/modules/agent_orchestrator/entities.md +31 -0
  20. package/dist/agentic/guides/modules/agent_orchestrator/events.md +38 -0
  21. package/dist/agentic/guides/modules/agent_orchestrator/exact-override-targets.md +122 -0
  22. package/dist/agentic/guides/modules/agent_orchestrator/host-extension-points.md +10 -0
  23. package/dist/agentic/guides/modules/agent_orchestrator/index.md +31 -0
  24. package/dist/agentic/guides/modules/agent_orchestrator/owned-contract-module-metadata.md +11 -0
  25. package/dist/agentic/guides/modules/agent_orchestrator/setup.md +11 -0
  26. package/dist/agentic/guides/modules/agent_orchestrator/umes-contributions.md +49 -0
  27. package/dist/agentic/guides/modules/agent_orchestrator/umes-hosts.md +61 -0
  28. package/dist/agentic/guides/modules/agent_orchestrator/workers.md +14 -0
  29. package/dist/agentic/guides/modules/ai_assistant/di-registrations-rich.md +3 -2
  30. package/dist/agentic/guides/modules/ai_assistant/di-service-tokens.md +2 -1
  31. package/dist/agentic/guides/modules/ai_assistant/exact-override-targets.md +3 -2
  32. package/dist/agentic/guides/modules/ai_assistant/index.md +1 -1
  33. package/dist/agentic/guides/modules/api_docs/index.md +1 -1
  34. package/dist/agentic/guides/modules/api_keys/index.md +1 -1
  35. package/dist/agentic/guides/modules/attachments/index.md +1 -1
  36. package/dist/agentic/guides/modules/audit_logs/index.md +1 -1
  37. package/dist/agentic/guides/modules/auth/index.md +1 -1
  38. package/dist/agentic/guides/modules/business_rules/index.md +1 -1
  39. package/dist/agentic/guides/modules/catalog/index.md +1 -1
  40. package/dist/agentic/guides/modules/channel_apns/index.md +1 -1
  41. package/dist/agentic/guides/modules/channel_discord/index.md +1 -1
  42. package/dist/agentic/guides/modules/channel_expo/index.md +1 -1
  43. package/dist/agentic/guides/modules/channel_fcm/index.md +1 -1
  44. package/dist/agentic/guides/modules/channel_gmail/index.md +1 -1
  45. package/dist/agentic/guides/modules/channel_imap/index.md +1 -1
  46. package/dist/agentic/guides/modules/channel_resend/index.md +1 -1
  47. package/dist/agentic/guides/modules/channel_ses/index.md +1 -1
  48. package/dist/agentic/guides/modules/checkout/index.md +1 -1
  49. package/dist/agentic/guides/modules/communication_channels/index.md +1 -1
  50. package/dist/agentic/guides/modules/configs/index.md +1 -1
  51. package/dist/agentic/guides/modules/content/index.md +1 -1
  52. package/dist/agentic/guides/modules/currencies/index.md +1 -1
  53. package/dist/agentic/guides/modules/customer_accounts/cli-commands.md +11 -0
  54. package/dist/agentic/guides/modules/customer_accounts/exact-override-targets.md +5 -4
  55. package/dist/agentic/guides/modules/customer_accounts/index.md +3 -2
  56. package/dist/agentic/guides/modules/customer_accounts/setup.md +1 -1
  57. package/dist/agentic/guides/modules/customers/contribution-resolutions.md +1 -0
  58. package/dist/agentic/guides/modules/customers/exact-override-targets.md +1 -0
  59. package/dist/agentic/guides/modules/customers/incoming-installed-contributions.md +3 -0
  60. package/dist/agentic/guides/modules/customers/index.md +2 -2
  61. package/dist/agentic/guides/modules/customers/umes-contributions.md +1 -0
  62. package/dist/agentic/guides/modules/dashboards/index.md +1 -1
  63. package/dist/agentic/guides/modules/data_sync/index.md +1 -1
  64. package/dist/agentic/guides/modules/design_system/index.md +1 -1
  65. package/dist/agentic/guides/modules/devices/index.md +1 -1
  66. package/dist/agentic/guides/modules/dictionaries/index.md +1 -1
  67. package/dist/agentic/guides/modules/directory/index.md +1 -1
  68. package/dist/agentic/guides/modules/documents/index.md +1 -1
  69. package/dist/agentic/guides/modules/entities/index.md +1 -1
  70. package/dist/agentic/guides/modules/eudr/index.md +1 -1
  71. package/dist/agentic/guides/modules/events/index.md +1 -1
  72. package/dist/agentic/guides/modules/feature_toggles/index.md +1 -1
  73. package/dist/agentic/guides/modules/gateway_stripe/index.md +1 -1
  74. package/dist/agentic/guides/modules/generators/index.md +1 -1
  75. package/dist/agentic/guides/modules/inbox_ops/index.md +1 -1
  76. package/dist/agentic/guides/modules/integrations/index.md +1 -1
  77. package/dist/agentic/guides/modules/messages/index.md +1 -1
  78. package/dist/agentic/guides/modules/notifications/index.md +1 -1
  79. package/dist/agentic/guides/modules/onboarding/index.md +1 -1
  80. package/dist/agentic/guides/modules/payment_gateways/index.md +1 -1
  81. package/dist/agentic/guides/modules/perspectives/index.md +1 -1
  82. package/dist/agentic/guides/modules/phone_calls/index.md +1 -1
  83. package/dist/agentic/guides/modules/planner/index.md +1 -1
  84. package/dist/agentic/guides/modules/portal/index.md +1 -1
  85. package/dist/agentic/guides/modules/progress/index.md +1 -1
  86. package/dist/agentic/guides/modules/push_notifications/index.md +1 -1
  87. package/dist/agentic/guides/modules/query_index/index.md +1 -1
  88. package/dist/agentic/guides/modules/record_locks/index.md +1 -1
  89. package/dist/agentic/guides/modules/resources/index.md +1 -1
  90. package/dist/agentic/guides/modules/sales/index.md +1 -1
  91. package/dist/agentic/guides/modules/scheduler/index.md +1 -1
  92. package/dist/agentic/guides/modules/search/index.md +1 -1
  93. package/dist/agentic/guides/modules/security/index.md +1 -1
  94. package/dist/agentic/guides/modules/seeds/cli-commands.md +14 -0
  95. package/dist/agentic/guides/modules/seeds/exact-override-targets.md +14 -0
  96. package/dist/agentic/guides/modules/seeds/index.md +14 -0
  97. package/dist/agentic/guides/modules/seeds/owned-contract-module-metadata.md +11 -0
  98. package/dist/agentic/guides/modules/shipping_carriers/index.md +1 -1
  99. package/dist/agentic/guides/modules/sso/index.md +1 -1
  100. package/dist/agentic/guides/modules/staff/index.md +1 -1
  101. package/dist/agentic/guides/modules/storage_s3/index.md +1 -1
  102. package/dist/agentic/guides/modules/sync_akeneo/index.md +1 -1
  103. package/dist/agentic/guides/modules/sync_excel/index.md +1 -1
  104. package/dist/agentic/guides/modules/system_status_overlays/index.md +1 -1
  105. package/dist/agentic/guides/modules/tillio/index.md +1 -1
  106. package/dist/agentic/guides/modules/translations/index.md +1 -1
  107. package/dist/agentic/guides/modules/warranty_claims/index.md +1 -1
  108. package/dist/agentic/guides/modules/webhooks/index.md +1 -1
  109. package/dist/agentic/guides/modules/wms/index.md +1 -1
  110. package/dist/agentic/guides/modules/workflows/acl-features.md +11 -1
  111. package/dist/agentic/guides/modules/workflows/active-extension-bindings.md +4 -1
  112. package/dist/agentic/guides/modules/workflows/ai-tools-mcp-capabilities.md +17 -0
  113. package/dist/agentic/guides/modules/workflows/backend-pages.md +3 -0
  114. package/dist/agentic/guides/modules/workflows/contribution-resolutions.md +24 -0
  115. package/dist/agentic/guides/modules/workflows/di-registrations-rich.md +11 -7
  116. package/dist/agentic/guides/modules/workflows/di-service-tokens.md +11 -7
  117. package/dist/agentic/guides/modules/workflows/domain-commands.md +11 -0
  118. package/dist/agentic/guides/modules/workflows/entities.md +2 -0
  119. package/dist/agentic/guides/modules/workflows/events.md +14 -8
  120. package/dist/agentic/guides/modules/workflows/exact-override-targets.md +45 -10
  121. package/dist/agentic/guides/modules/workflows/frontend-pages.md +2 -0
  122. package/dist/agentic/guides/modules/workflows/incoming-installed-contributions.md +17 -0
  123. package/dist/agentic/guides/modules/workflows/index.md +15 -12
  124. package/dist/agentic/guides/modules/workflows/notifications.md +2 -0
  125. package/dist/agentic/guides/modules/workflows/setup.md +1 -1
  126. package/dist/agentic/guides/modules/workflows/umes-contributions.md +24 -0
  127. package/dist/agentic/guides/modules/workflows/umes-hosts.md +14 -6
  128. package/dist/agentic/guides/modules/workflows/workers.md +4 -1
  129. package/dist/agentic/guides/reference-module-facts.json +2 -2
  130. package/dist/agentic/guides/reference-modules/example/index.md +1 -1
  131. package/dist/agentic/guides/upstream/AGENTS.md +3 -1
  132. package/dist/agentic/guides/upstream/manifest.json +2 -2
  133. package/dist/agentic/shared/ai/harness/design-system-inventory.json +118 -106
  134. package/dist/agentic/shared/ai/harness/source-link-inventory.json +8 -8
  135. package/dist/lib/agentic-init.js +4 -0
  136. package/dist/lib/agentic-init.js.map +2 -2
  137. package/dist/lib/agentic-setup.js +19 -5
  138. package/dist/lib/agentic-setup.js.map +2 -2
  139. package/dist/lib/generators/extensions/agent-files.js +913 -0
  140. package/dist/lib/generators/extensions/agent-files.js.map +7 -0
  141. package/dist/lib/generators/extensions/index.js +2 -0
  142. package/dist/lib/generators/extensions/index.js.map +2 -2
  143. package/dist/lib/generators/index.js +3 -1
  144. package/dist/lib/generators/index.js.map +2 -2
  145. package/dist/lib/generators/module-registry.js +40 -11
  146. package/dist/lib/generators/module-registry.js.map +2 -2
  147. package/dist/lib/generators/route-collisions.js +35 -0
  148. package/dist/lib/generators/route-collisions.js.map +7 -0
  149. package/dist/lib/generators/web-research-adapters.js +95 -0
  150. package/dist/lib/generators/web-research-adapters.js.map +7 -0
  151. package/dist/mercato.js +5 -2
  152. package/dist/mercato.js.map +2 -2
  153. package/package.json +6 -6
  154. package/src/__tests__/agent-files.test.ts +199 -0
  155. package/src/__tests__/mercato.test.ts +14 -0
  156. package/src/lib/__tests__/agentic-init.test.ts +11 -0
  157. package/src/lib/__tests__/agentic-setup.ownership.test.ts +5 -0
  158. package/src/lib/agentic-init.ts +4 -0
  159. package/src/lib/agentic-setup.ts +30 -5
  160. package/src/lib/generators/__tests__/agent-files-extension.test.ts +477 -0
  161. package/src/lib/generators/__tests__/module-facts.bc-guard.test.ts +25 -8
  162. package/src/lib/generators/__tests__/route-collisions.test.ts +155 -0
  163. package/src/lib/generators/extensions/agent-files.ts +1332 -0
  164. package/src/lib/generators/extensions/index.ts +2 -0
  165. package/src/lib/generators/index.ts +1 -0
  166. package/src/lib/generators/module-registry.ts +66 -17
  167. package/src/lib/generators/route-collisions.ts +57 -0
  168. package/src/lib/generators/web-research-adapters.ts +133 -0
  169. package/src/mercato.ts +4 -1
@@ -0,0 +1,31 @@
1
+ # agent_orchestrator — ACL features
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## ACL features (21)
6
+
7
+ | Feature | Source |
8
+ |---|---|
9
+ | agent_orchestrator.agents.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
10
+ | agent_orchestrator.agents.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
11
+ | agent_orchestrator.agents.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
12
+ | agent_orchestrator.proposals.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
13
+ | agent_orchestrator.proposals.dispose | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
14
+ | agent_orchestrator.trace.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
15
+ | agent_orchestrator.trace.correct | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
16
+ | agent_orchestrator.eval.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
17
+ | agent_orchestrator.eval.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
18
+ | agent_orchestrator.eval.export | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
19
+ | agent_orchestrator.guardrail.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
20
+ | agent_orchestrator.guardrail.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
21
+ | agent_orchestrator.context.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
22
+ | agent_orchestrator.identity.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
23
+ | agent_orchestrator.identity.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
24
+ | agent_orchestrator.identity.tokens | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
25
+ | agent_orchestrator.processes.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
26
+ | agent_orchestrator.processes.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
27
+ | agent_orchestrator.processes.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
28
+ | agent_orchestrator.web_search | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
29
+ | agent_orchestrator.web_fetch | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
30
+
31
+ <!-- end module facts section: agent_orchestrator/acl-features -->
@@ -0,0 +1,12 @@
1
+ # agent_orchestrator — Active extension bindings
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Active extension bindings
6
+
7
+ | Activation | Kind | Host | Contribution kinds | Phases | Bridge | Source |
8
+ |---|---|---|---|---|---|---|
9
+ | entity:agent_orchestrator.agent_run:mutation-guard | mutation-guard | entity:agent_orchestrator.agent_run @agent_orchestrator | mutation-guard | — | — | [api/agents/[id]/run/route.ts:139](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/api/agents/[id]/run/route.ts#L139) |
10
+ | entity:agent_orchestrator.process_execution:mutation-guard | mutation-guard | entity:agent_orchestrator.process_execution @agent_orchestrator | mutation-guard | — | — | [api/processes/[id]/executions/route.ts:119](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/api/processes/[id]/executions/route.ts#L119) |
11
+
12
+ <!-- end module facts section: agent_orchestrator/active-extension-bindings -->
@@ -0,0 +1,12 @@
1
+ # agent_orchestrator — AI agents
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## AI agents
6
+
7
+ | ID / path | Source |
8
+ |---|---|
9
+ | deals.health_check | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
10
+ | demo-deal-1 | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
11
+
12
+ <!-- end module facts section: agent_orchestrator/ai-agents -->
@@ -0,0 +1,13 @@
1
+ # agent_orchestrator — AI tools / MCP capabilities
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## AI tools / MCP capabilities
6
+
7
+ | ID / path | Source |
8
+ |---|---|
9
+ | agent_orchestrator.load_skill | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
10
+ | agent_orchestrator.run_skill_script | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
11
+ | agent_orchestrator.submit_outcome | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
12
+
13
+ <!-- end module facts section: agent_orchestrator/ai-tools-mcp-capabilities -->
@@ -0,0 +1,28 @@
1
+ # agent_orchestrator — Backend pages
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Backend pages
6
+
7
+ | ID / path | Source |
8
+ |---|---|
9
+ | /backend/agents | [backend/agents/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/agents/page.tsx) |
10
+ | /backend/agents/[id] | [backend/agents/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/agents/[id]/page.tsx) |
11
+ | /backend/audit | [backend/audit/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/audit/page.tsx) |
12
+ | /backend/audit/by-instigator/[humanUserId] | [backend/audit/by-instigator/[humanUserId]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/audit/by-instigator/[humanUserId]/page.tsx) |
13
+ | /backend/caseload | [backend/caseload/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/caseload/page.tsx) |
14
+ | /backend/caseload/[proposalId] | [backend/caseload/[proposalId]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/caseload/[proposalId]/page.tsx) |
15
+ | /backend/eval-cases/[id] | [backend/eval-cases/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/eval-cases/[id]/page.tsx) |
16
+ | /backend/eval-runs/[id] | [backend/eval-runs/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/eval-runs/[id]/page.tsx) |
17
+ | /backend/overview | [backend/overview/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/overview/page.tsx) |
18
+ | /backend/playground | [backend/playground/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/playground/page.tsx) |
19
+ | /backend/processes | [backend/processes/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/page.tsx) |
20
+ | /backend/processes/[id] | [backend/processes/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/[id]/page.tsx) |
21
+ | /backend/processes/definitions | [backend/processes/definitions/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/definitions/page.tsx) |
22
+ | /backend/processes/definitions/[id] | [backend/processes/definitions/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/definitions/[id]/page.tsx) |
23
+ | /backend/settings/auto-approval | [backend/settings/auto-approval/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/settings/auto-approval/page.tsx) |
24
+ | /backend/settings/web-search | [backend/settings/web-search/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/settings/web-search/page.tsx) |
25
+ | /backend/traces | [backend/traces/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/traces/page.tsx) |
26
+ | /backend/traces/[id] | [backend/traces/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/traces/[id]/page.tsx) |
27
+
28
+ <!-- end module facts section: agent_orchestrator/backend-pages -->
@@ -0,0 +1,14 @@
1
+ # agent_orchestrator — CLI commands
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## CLI commands
6
+
7
+ | ID / path | Source |
8
+ |---|---|
9
+ | rebuild-processes | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
10
+ | seed-demo | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
11
+ | eval | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
12
+ | token-usage | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
13
+
14
+ <!-- end module facts section: agent_orchestrator/cli-commands -->
@@ -0,0 +1,49 @@
1
+ # agent_orchestrator — Contribution resolutions
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Contribution resolutions
6
+
7
+ | Contribution | Target | Resolution | Activations | Source |
8
+ |---|---|---|---|---|
9
+ | agent_orchestrator:process-event-trigger | wildcard:* | wildcard | — | [subscribers/process-event-trigger.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-event-trigger.ts) |
10
+ | agent_orchestrator:process-proposal-created | event:agent_orchestrator.proposal.created @agent_orchestrator | capability-only | — | [subscribers/process-proposal-created.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-created.ts) |
11
+ | agent_orchestrator:process-proposal-disposed | event:agent_orchestrator.proposal.disposed @agent_orchestrator | capability-only | — | [subscribers/process-proposal-disposed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-disposed.ts) |
12
+ | agent_orchestrator:process-run-completed | event:agent_orchestrator.run.completed @agent_orchestrator | capability-only | — | [subscribers/process-run-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-completed.ts) |
13
+ | agent_orchestrator:process-run-ingested | event:agent_orchestrator.run.ingested @agent_orchestrator | capability-only | — | [subscribers/process-run-ingested.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-ingested.ts) |
14
+ | agent_orchestrator:process-workflow-cancelled | event:workflows.instance.cancelled @workflows | capability-only | — | [subscribers/process-workflow-cancelled.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-cancelled.ts) |
15
+ | agent_orchestrator:process-workflow-completed | event:workflows.instance.completed @workflows | capability-only | — | [subscribers/process-workflow-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-completed.ts) |
16
+ | agent_orchestrator:process-workflow-failed | event:workflows.instance.failed @workflows | capability-only | — | [subscribers/process-workflow-failed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-failed.ts) |
17
+ | agent_orchestrator:process-workflow-milestone | event:workflows.instance.milestone_reached @workflows | capability-only | — | [subscribers/process-workflow-milestone.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-milestone.ts) |
18
+ | agent_orchestrator:process-workflow-started | event:workflows.instance.started @workflows | capability-only | — | [subscribers/process-workflow-started.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-started.ts) |
19
+ | agent_orchestrator:proposal-disposed-notification-clear | event:agent_orchestrator.proposal.disposed @agent_orchestrator | capability-only | — | [subscribers/proposal-disposed-notification-clear.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-disposed-notification-clear.ts) |
20
+ | agent_orchestrator:proposal-pending-notification | event:agent_orchestrator.proposal.created @agent_orchestrator | capability-only | — | [subscribers/proposal-pending-notification.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-pending-notification.ts) |
21
+ | agent_orchestrator.agent_principal.registered.browser | event:agent_orchestrator.agent_principal.registered @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
22
+ | agent_orchestrator.artifact.captured.browser | event:agent_orchestrator.artifact.captured @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
23
+ | agent_orchestrator.artifact.promoted.browser | event:agent_orchestrator.artifact.promoted @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
24
+ | agent_orchestrator.delegation_grant.revoked.browser | event:agent_orchestrator.delegation_grant.revoked @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
25
+ | agent_orchestrator.eval_case_run.completed.browser | event:agent_orchestrator.eval_case_run.completed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
26
+ | agent_orchestrator.eval_case_run.started.browser | event:agent_orchestrator.eval_case_run.started @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
27
+ | agent_orchestrator.eval_suite_run.completed.browser | event:agent_orchestrator.eval_suite_run.completed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
28
+ | agent_orchestrator.guardrail.tripped.browser | event:agent_orchestrator.guardrail.tripped @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
29
+ | agent_orchestrator.injection.caseload-nav-badge@backend:nav:badges | widget-spot:backend:nav:badges | optional-target-missing | — | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
30
+ | agent_orchestrator.injection.task-proposal-draft@workflows.task.detail:context | widget-spot:workflows.task.detail:context | optional-target-missing | — | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
31
+ | agent_orchestrator.injection.task-proposal-link@data-table:workflows.tasks.list:row-actions | widget-spot:data-table:workflows.tasks.list:row-actions @workflows | bound | widget-spot:data-table:workflows.tasks.list:row-actions:widget-injection-consumer | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
32
+ | agent_orchestrator.process.execution.completed.browser | event:agent_orchestrator.process.execution.completed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
33
+ | agent_orchestrator.process.execution.failed.browser | event:agent_orchestrator.process.execution.failed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
34
+ | agent_orchestrator.process.execution.started.browser | event:agent_orchestrator.process.execution.started @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
35
+ | agent_orchestrator.process.updated.browser | event:agent_orchestrator.process.updated @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
36
+ | agent_orchestrator.proposal.created.browser | event:agent_orchestrator.proposal.created @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
37
+ | agent_orchestrator.proposal.disposed.browser | event:agent_orchestrator.proposal.disposed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
38
+ | agent_orchestrator.proposal.ready.browser | event:agent_orchestrator.proposal.ready @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
39
+ | agent_orchestrator.run.completed.browser | event:agent_orchestrator.run.completed @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
40
+ | agent_orchestrator.run.ingested.browser | event:agent_orchestrator.run.ingested @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
41
+ | agent_orchestrator.run.progress.browser | event:agent_orchestrator.run.progress @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
42
+ | agent_orchestrator.web_search.progress.browser | event:agent_orchestrator.web_search.progress @agent_orchestrator | capability-only | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
43
+ | ai:agent_orchestrator.load_skill | module:agent_orchestrator.load_skill | capability-only | — | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
44
+ | ai:agent_orchestrator.run_skill_script | module:agent_orchestrator.run_skill_script | capability-only | — | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
45
+ | ai:agent_orchestrator.submit_outcome | module:agent_orchestrator.submit_outcome | capability-only | — | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
46
+ | ai:deals.health_check | module:deals.health_check | capability-only | — | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
47
+ | ai:demo-deal-1 | module:demo-deal-1 | capability-only | — | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
48
+
49
+ <!-- end module facts section: agent_orchestrator/contribution-resolutions -->
@@ -0,0 +1,42 @@
1
+ # agent_orchestrator — DI registrations (rich)
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## DI registrations (rich)
6
+
7
+ | Token | Kind | Lifetime | Injection | Provider | Source |
8
+ |---|---|---|---|---|---|
9
+ | agentAuthMdService | function | scoped | — | — | [di.ts:123](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L123) |
10
+ | AgentContextBundle | value | — | — | — | [di.ts:86](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L86) |
11
+ | agentContextResolver | function | scoped | — | — | [di.ts:155](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L155) |
12
+ | AgentCorrection | value | — | — | — | [di.ts:77](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L77) |
13
+ | AgentDelegationGrant | value | — | — | — | [di.ts:88](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L88) |
14
+ | agentDelegationGrantService | function | scoped | — | — | [di.ts:110](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L110) |
15
+ | agentDocumentIngestService | function | scoped | — | — | [di.ts:170](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L170) |
16
+ | agentDocumentOcrProvider | function | scoped | — | — | [di.ts:162](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L162) |
17
+ | AgentEvalAssertion | value | — | — | — | [di.ts:79](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L79) |
18
+ | AgentEvalCase | value | — | — | — | [di.ts:78](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L78) |
19
+ | AgentEvalCaseRun | value | — | — | — | [di.ts:81](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L81) |
20
+ | AgentEvalResult | value | — | — | — | [di.ts:82](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L82) |
21
+ | AgentEvalSuiteRun | value | — | — | — | [di.ts:80](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L80) |
22
+ | AgentGuardrailCheck | value | — | — | — | [di.ts:84](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L84) |
23
+ | AgentGuardrailSet | value | — | — | — | [di.ts:85](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L85) |
24
+ | AgentMetricRollup | value | — | — | — | [di.ts:83](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L83) |
25
+ | AgentPrincipal | value | — | — | — | [di.ts:87](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L87) |
26
+ | agentPrincipalService | function | scoped | — | — | [di.ts:95](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L95) |
27
+ | AgentProposal | value | — | — | — | [di.ts:74](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L74) |
28
+ | AgentRun | value | — | — | — | [di.ts:73](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L73) |
29
+ | agentRunSessionStore | function | scoped | — | — | [di.ts:145](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L145) |
30
+ | agentRuntime | function | scoped | proxy | — | [di.ts:131](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L131) |
31
+ | AgentSpan | value | — | — | — | [di.ts:75](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L75) |
32
+ | agentTokenService | function | scoped | — | — | [di.ts:105](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L105) |
33
+ | AgentToolCall | value | — | — | — | [di.ts:76](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L76) |
34
+ | agentWorkflowBridge | function | scoped | proxy | — | [di.ts:173](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L173) |
35
+ | agentWorkspaceManager | function | singleton | — | — | [di.ts:149](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L149) |
36
+ | dispositionService | function | scoped | — | — | [di.ts:137](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L137) |
37
+ | guardrailService | function | scoped | — | — | [di.ts:140](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L140) |
38
+ | ProcessDefinition | value | — | — | — | [di.ts:89](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L89) |
39
+ | ProcessInstance | value | — | — | — | [di.ts:90](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L90) |
40
+ | webSearchEngineFactory | function | scoped | — | — | [di.ts:169](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L169) |
41
+
42
+ <!-- end module facts section: agent_orchestrator/di-registrations-rich -->
@@ -0,0 +1,24 @@
1
+ # agent_orchestrator — DI service tokens
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## DI service tokens
6
+
7
+ | Token | Source |
8
+ |---|---|
9
+ | agentPrincipalService | [di.ts:95](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L95) |
10
+ | agentTokenService | [di.ts:105](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L105) |
11
+ | agentDelegationGrantService | [di.ts:110](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L110) |
12
+ | agentAuthMdService | [di.ts:123](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L123) |
13
+ | agentRuntime | [di.ts:131](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L131) |
14
+ | dispositionService | [di.ts:137](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L137) |
15
+ | guardrailService | [di.ts:140](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L140) |
16
+ | agentRunSessionStore | [di.ts:145](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L145) |
17
+ | agentWorkspaceManager | [di.ts:149](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L149) |
18
+ | agentContextResolver | [di.ts:155](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L155) |
19
+ | agentDocumentOcrProvider | [di.ts:162](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L162) |
20
+ | webSearchEngineFactory | [di.ts:169](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L169) |
21
+ | agentDocumentIngestService | [di.ts:170](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L170) |
22
+ | agentWorkflowBridge | [di.ts:173](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L173) |
23
+
24
+ <!-- end module facts section: agent_orchestrator/di-service-tokens -->
@@ -0,0 +1,28 @@
1
+ # agent_orchestrator — Domain commands
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Domain commands
6
+
7
+ | ID | Metadata | Source |
8
+ |---|---|---|
9
+ | agent_orchestrator.artifact.capture | — | [commands/artifacts.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/artifacts.ts) |
10
+ | agent_orchestrator.artifact.promote | — | [commands/artifacts.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/artifacts.ts) |
11
+ | agent_orchestrator.corrections.create | — | [commands/corrections.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/corrections.ts) |
12
+ | agent_orchestrator.evalCases.approve | — | [commands/corrections.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/corrections.ts) |
13
+ | agent_orchestrator.evalCases.archive | — | [commands/corrections.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/corrections.ts) |
14
+ | agent_orchestrator.evalCases.createFromRun | — | [commands/corrections.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/corrections.ts) |
15
+ | agent_orchestrator.evalRuns.cancel | — | [commands/evalRuns.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/evalRuns.ts) |
16
+ | agent_orchestrator.evalRuns.complete | — | [commands/evalRuns.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/evalRuns.ts) |
17
+ | agent_orchestrator.evalRuns.start | — | [commands/evalRuns.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/evalRuns.ts) |
18
+ | agent_orchestrator.grants.revoke | — | [commands/grants.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/grants.ts) |
19
+ | agent_orchestrator.processes.startExecution | — | [commands/processes.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/processes.ts) |
20
+ | agent_orchestrator.proposals.create | — | [commands/proposals.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/proposals.ts) |
21
+ | agent_orchestrator.proposals.dispose | — | [commands/dispose.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/dispose.ts) |
22
+ | agent_orchestrator.runs.complete | — | [commands/runs.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/runs.ts) |
23
+ | agent_orchestrator.runs.create | — | [commands/runs.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/runs.ts) |
24
+ | agent_orchestrator.runs.fail | — | [commands/runs.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/runs.ts) |
25
+ | agent_orchestrator.runs.toggleFlag | — | [commands/runActions.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/runActions.ts) |
26
+ | agent_orchestrator.trace.ingest | — | [commands/trace.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/commands/trace.ts) |
27
+
28
+ <!-- end module facts section: agent_orchestrator/domain-commands -->
@@ -0,0 +1,20 @@
1
+ # agent_orchestrator — Encryption
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Encryption
6
+
7
+ | ID | Metadata | Source |
8
+ |---|---|---|
9
+ | agent_orchestrator:agent_eval_case | fields=expected, input | [encryption.ts:22](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L22) |
10
+ | agent_orchestrator:agent_eval_case_run | fields=error_message | [encryption.ts:31](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L31) |
11
+ | agent_orchestrator:agent_eval_result | fields=evidence | [encryption.ts:36](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L36) |
12
+ | agent_orchestrator:agent_eval_suite_run | fields=summary | [encryption.ts:44](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L44) |
13
+ | agent_orchestrator:agent_proposal | fields=payload | [encryption.ts:14](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L14) |
14
+ | agent_orchestrator:agent_run | fields=input, output | [encryption.ts:4](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L4) |
15
+ | agent_orchestrator:agent_run_artifact | fields=caption | [encryption.ts:87](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L87) |
16
+ | agent_orchestrator:agent_tool_call | fields=request_summary, response_summary | [encryption.ts:51](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L51) |
17
+ | agent_orchestrator:process_definition | fields=input_defaults | [encryption.ts:60](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L60) |
18
+ | agent_orchestrator:process_instance | fields=failure_reason, input, subject_title | [encryption.ts:72](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L72) |
19
+
20
+ <!-- end module facts section: agent_orchestrator/encryption -->
@@ -0,0 +1,31 @@
1
+ # agent_orchestrator — Entities
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Entities
6
+
7
+ | Entity ID | Class | Table | Editable | CustomFields | Source |
8
+ |---|---|---|---|---|---|
9
+ | agent_orchestrator:agent_run | AgentRun | agent_runs | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
10
+ | agent_orchestrator:agent_span | AgentSpan | agent_spans | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
11
+ | agent_orchestrator:agent_tool_call | AgentToolCall | agent_tool_calls | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
12
+ | agent_orchestrator:agent_correction | AgentCorrection | agent_corrections | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
13
+ | agent_orchestrator:agent_eval_case | AgentEvalCase | agent_eval_cases | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
14
+ | agent_orchestrator:agent_eval_assertion | AgentEvalAssertion | agent_eval_assertions | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
15
+ | agent_orchestrator:agent_eval_result | AgentEvalResult | agent_eval_results | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
16
+ | agent_orchestrator:agent_metric_rollup | AgentMetricRollup | agent_metric_rollups | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
17
+ | agent_orchestrator:agent_run_session | AgentRunSession | agent_run_sessions | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
18
+ | agent_orchestrator:agent_guardrail_check | AgentGuardrailCheck | agent_guardrail_checks | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
19
+ | agent_orchestrator:agent_guardrail_set | AgentGuardrailSet | agent_guardrail_sets | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
20
+ | agent_orchestrator:agent_principal | AgentPrincipal | agent_principals | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
21
+ | agent_orchestrator:agent_delegation_grant | AgentDelegationGrant | agent_delegation_grants | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
22
+ | agent_orchestrator:agent_proposal | AgentProposal | agent_proposals | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
23
+ | agent_orchestrator:agent_context_bundle | AgentContextBundle | agent_context_bundles | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
24
+ | agent_orchestrator:process_definition | ProcessDefinition | process_definitions | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
25
+ | agent_orchestrator:process_instance | ProcessInstance | process_instances | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
26
+ | agent_orchestrator:agent_setting | AgentSetting | agent_settings | yes | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
27
+ | agent_orchestrator:agent_run_artifact | AgentRunArtifact | agent_run_artifacts | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
28
+ | agent_orchestrator:agent_eval_suite_run | AgentEvalSuiteRun | agent_eval_suite_runs | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
29
+ | agent_orchestrator:agent_eval_case_run | AgentEvalCaseRun | agent_eval_case_runs | no | no | [data/entities.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/data/entities.ts) |
30
+
31
+ <!-- end module facts section: agent_orchestrator/entities -->
@@ -0,0 +1,38 @@
1
+ # agent_orchestrator — Events
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Events (28)
6
+
7
+ | ID | Category | Entity | Browser transport | Source |
8
+ |---|---|---|---|---|
9
+ | agent_orchestrator.run.created | lifecycle | run | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
10
+ | agent_orchestrator.run.completed | lifecycle | run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
11
+ | agent_orchestrator.proposal.created | lifecycle | proposal | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
12
+ | agent_orchestrator.proposal.disposed | lifecycle | proposal | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
13
+ | agent_orchestrator.proposal.ready | lifecycle | proposal | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
14
+ | agent_orchestrator.run.ingested | lifecycle | run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
15
+ | agent_orchestrator.run.evaluated | lifecycle | run | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
16
+ | agent_orchestrator.proposal.corrected | lifecycle | proposal | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
17
+ | agent_orchestrator.eval_case.created | lifecycle | eval_case | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
18
+ | agent_orchestrator.eval_case.approved | lifecycle | eval_case | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
19
+ | agent_orchestrator.eval_suite_run.started | lifecycle | eval_suite_run | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
20
+ | agent_orchestrator.eval_suite_run.completed | lifecycle | eval_suite_run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
21
+ | agent_orchestrator.eval_case_run.started | lifecycle | eval_case_run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
22
+ | agent_orchestrator.eval_case_run.completed | lifecycle | eval_case_run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
23
+ | agent_orchestrator.guardrail.tripped | lifecycle | guardrail | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
24
+ | agent_orchestrator.delegation_grant.revoked | lifecycle | delegation_grant | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
25
+ | agent_orchestrator.agent_principal.registered | lifecycle | agent_principal | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
26
+ | agent_orchestrator.process_definition.created | crud | process_definition | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
27
+ | agent_orchestrator.process_definition.updated | crud | process_definition | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
28
+ | agent_orchestrator.process_definition.deleted | crud | process_definition | — | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
29
+ | agent_orchestrator.process.execution.started | lifecycle | process_execution | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
30
+ | agent_orchestrator.process.execution.completed | lifecycle | process_execution | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
31
+ | agent_orchestrator.process.execution.failed | lifecycle | process_execution | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
32
+ | agent_orchestrator.process.updated | lifecycle | process_execution | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
33
+ | agent_orchestrator.run.progress | lifecycle | run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
34
+ | agent_orchestrator.web_search.progress | lifecycle | run | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
35
+ | agent_orchestrator.artifact.captured | lifecycle | artifact | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
36
+ | agent_orchestrator.artifact.promoted | lifecycle | artifact | client | [events.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/events.ts) |
37
+
38
+ <!-- end module facts section: agent_orchestrator/events -->
@@ -0,0 +1,122 @@
1
+ # agent_orchestrator — Exact override targets
2
+
3
+ [Back to module index](index.md)
4
+
5
+ ## Exact override targets
6
+
7
+ | Domain | Path / key | Supported modes | Referenced fact | Source |
8
+ |---|---|---|---|---|
9
+ | acl | `overrides.acl.features["agent_orchestrator.agents.manage"]` | disable-replace | aclFeatures:agent_orchestrator.agents.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
10
+ | acl | `overrides.acl.features["agent_orchestrator.agents.run"]` | disable-replace | aclFeatures:agent_orchestrator.agents.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
11
+ | acl | `overrides.acl.features["agent_orchestrator.agents.view"]` | disable-replace | aclFeatures:agent_orchestrator.agents.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
12
+ | acl | `overrides.acl.features["agent_orchestrator.context.read"]` | disable-replace | aclFeatures:agent_orchestrator.context.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
13
+ | acl | `overrides.acl.features["agent_orchestrator.eval.export"]` | disable-replace | aclFeatures:agent_orchestrator.eval.export | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
14
+ | acl | `overrides.acl.features["agent_orchestrator.eval.manage"]` | disable-replace | aclFeatures:agent_orchestrator.eval.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
15
+ | acl | `overrides.acl.features["agent_orchestrator.eval.run"]` | disable-replace | aclFeatures:agent_orchestrator.eval.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
16
+ | acl | `overrides.acl.features["agent_orchestrator.guardrail.manage"]` | disable-replace | aclFeatures:agent_orchestrator.guardrail.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
17
+ | acl | `overrides.acl.features["agent_orchestrator.guardrail.read"]` | disable-replace | aclFeatures:agent_orchestrator.guardrail.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
18
+ | acl | `overrides.acl.features["agent_orchestrator.identity.manage"]` | disable-replace | aclFeatures:agent_orchestrator.identity.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
19
+ | acl | `overrides.acl.features["agent_orchestrator.identity.read"]` | disable-replace | aclFeatures:agent_orchestrator.identity.read | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
20
+ | acl | `overrides.acl.features["agent_orchestrator.identity.tokens"]` | disable-replace | aclFeatures:agent_orchestrator.identity.tokens | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
21
+ | acl | `overrides.acl.features["agent_orchestrator.processes.manage"]` | disable-replace | aclFeatures:agent_orchestrator.processes.manage | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
22
+ | acl | `overrides.acl.features["agent_orchestrator.processes.run"]` | disable-replace | aclFeatures:agent_orchestrator.processes.run | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
23
+ | acl | `overrides.acl.features["agent_orchestrator.processes.view"]` | disable-replace | aclFeatures:agent_orchestrator.processes.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
24
+ | acl | `overrides.acl.features["agent_orchestrator.proposals.dispose"]` | disable-replace | aclFeatures:agent_orchestrator.proposals.dispose | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
25
+ | acl | `overrides.acl.features["agent_orchestrator.proposals.view"]` | disable-replace | aclFeatures:agent_orchestrator.proposals.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
26
+ | acl | `overrides.acl.features["agent_orchestrator.trace.correct"]` | disable-replace | aclFeatures:agent_orchestrator.trace.correct | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
27
+ | acl | `overrides.acl.features["agent_orchestrator.trace.view"]` | disable-replace | aclFeatures:agent_orchestrator.trace.view | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
28
+ | acl | `overrides.acl.features["agent_orchestrator.web_fetch"]` | disable-replace | aclFeatures:agent_orchestrator.web_fetch | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
29
+ | acl | `overrides.acl.features["agent_orchestrator.web_search"]` | disable-replace | aclFeatures:agent_orchestrator.web_search | [acl.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/acl.ts) |
30
+ | ai | `overrides.ai.agents["deals.health_check"]` | disable-replace | aiAgents:deals.health_check | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
31
+ | ai | `overrides.ai.agents["demo-deal-1"]` | disable-replace | aiAgents:demo-deal-1 | [ai-agents.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-agents.ts) |
32
+ | ai | `overrides.ai.tools["agent_orchestrator.load_skill"]` | disable-replace | aiTools:agent_orchestrator.load_skill | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
33
+ | ai | `overrides.ai.tools["agent_orchestrator.run_skill_script"]` | disable-replace | aiTools:agent_orchestrator.run_skill_script | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
34
+ | ai | `overrides.ai.tools["agent_orchestrator.submit_outcome"]` | disable-replace | aiTools:agent_orchestrator.submit_outcome | [ai-tools.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/ai-tools.ts) |
35
+ | cli | `overrides.cli["eval"]` | disable-replace | cliCommands:eval | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
36
+ | cli | `overrides.cli["rebuild-processes"]` | disable-replace | cliCommands:rebuild-processes | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
37
+ | cli | `overrides.cli["seed-demo"]` | disable-replace | cliCommands:seed-demo | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
38
+ | cli | `overrides.cli["token-usage"]` | disable-replace | cliCommands:token-usage | [cli.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/cli.ts) |
39
+ | di | `overrides.di["agentAuthMdService"]` | disable-replace | ownedContracts.di-registration:agentAuthMdService | [di.ts:123](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L123) |
40
+ | di | `overrides.di["AgentContextBundle"]` | disable-replace | ownedContracts.di-registration:AgentContextBundle | [di.ts:86](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L86) |
41
+ | di | `overrides.di["agentContextResolver"]` | disable-replace | ownedContracts.di-registration:agentContextResolver | [di.ts:155](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L155) |
42
+ | di | `overrides.di["AgentCorrection"]` | disable-replace | ownedContracts.di-registration:AgentCorrection | [di.ts:77](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L77) |
43
+ | di | `overrides.di["AgentDelegationGrant"]` | disable-replace | ownedContracts.di-registration:AgentDelegationGrant | [di.ts:88](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L88) |
44
+ | di | `overrides.di["agentDelegationGrantService"]` | disable-replace | ownedContracts.di-registration:agentDelegationGrantService | [di.ts:110](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L110) |
45
+ | di | `overrides.di["agentDocumentIngestService"]` | disable-replace | ownedContracts.di-registration:agentDocumentIngestService | [di.ts:170](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L170) |
46
+ | di | `overrides.di["agentDocumentOcrProvider"]` | disable-replace | ownedContracts.di-registration:agentDocumentOcrProvider | [di.ts:162](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L162) |
47
+ | di | `overrides.di["AgentEvalAssertion"]` | disable-replace | ownedContracts.di-registration:AgentEvalAssertion | [di.ts:79](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L79) |
48
+ | di | `overrides.di["AgentEvalCase"]` | disable-replace | ownedContracts.di-registration:AgentEvalCase | [di.ts:78](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L78) |
49
+ | di | `overrides.di["AgentEvalCaseRun"]` | disable-replace | ownedContracts.di-registration:AgentEvalCaseRun | [di.ts:81](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L81) |
50
+ | di | `overrides.di["AgentEvalResult"]` | disable-replace | ownedContracts.di-registration:AgentEvalResult | [di.ts:82](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L82) |
51
+ | di | `overrides.di["AgentEvalSuiteRun"]` | disable-replace | ownedContracts.di-registration:AgentEvalSuiteRun | [di.ts:80](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L80) |
52
+ | di | `overrides.di["AgentGuardrailCheck"]` | disable-replace | ownedContracts.di-registration:AgentGuardrailCheck | [di.ts:84](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L84) |
53
+ | di | `overrides.di["AgentGuardrailSet"]` | disable-replace | ownedContracts.di-registration:AgentGuardrailSet | [di.ts:85](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L85) |
54
+ | di | `overrides.di["AgentMetricRollup"]` | disable-replace | ownedContracts.di-registration:AgentMetricRollup | [di.ts:83](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L83) |
55
+ | di | `overrides.di["AgentPrincipal"]` | disable-replace | ownedContracts.di-registration:AgentPrincipal | [di.ts:87](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L87) |
56
+ | di | `overrides.di["agentPrincipalService"]` | disable-replace | ownedContracts.di-registration:agentPrincipalService | [di.ts:95](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L95) |
57
+ | di | `overrides.di["AgentProposal"]` | disable-replace | ownedContracts.di-registration:AgentProposal | [di.ts:74](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L74) |
58
+ | di | `overrides.di["AgentRun"]` | disable-replace | ownedContracts.di-registration:AgentRun | [di.ts:73](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L73) |
59
+ | di | `overrides.di["agentRunSessionStore"]` | disable-replace | ownedContracts.di-registration:agentRunSessionStore | [di.ts:145](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L145) |
60
+ | di | `overrides.di["agentRuntime"]` | disable-replace | ownedContracts.di-registration:agentRuntime | [di.ts:131](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L131) |
61
+ | di | `overrides.di["AgentSpan"]` | disable-replace | ownedContracts.di-registration:AgentSpan | [di.ts:75](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L75) |
62
+ | di | `overrides.di["agentTokenService"]` | disable-replace | ownedContracts.di-registration:agentTokenService | [di.ts:105](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L105) |
63
+ | di | `overrides.di["AgentToolCall"]` | disable-replace | ownedContracts.di-registration:AgentToolCall | [di.ts:76](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L76) |
64
+ | di | `overrides.di["agentWorkflowBridge"]` | disable-replace | ownedContracts.di-registration:agentWorkflowBridge | [di.ts:173](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L173) |
65
+ | di | `overrides.di["agentWorkspaceManager"]` | disable-replace | ownedContracts.di-registration:agentWorkspaceManager | [di.ts:149](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L149) |
66
+ | di | `overrides.di["dispositionService"]` | disable-replace | ownedContracts.di-registration:dispositionService | [di.ts:137](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L137) |
67
+ | di | `overrides.di["guardrailService"]` | disable-replace | ownedContracts.di-registration:guardrailService | [di.ts:140](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L140) |
68
+ | di | `overrides.di["ProcessDefinition"]` | disable-replace | ownedContracts.di-registration:ProcessDefinition | [di.ts:89](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L89) |
69
+ | di | `overrides.di["ProcessInstance"]` | disable-replace | ownedContracts.di-registration:ProcessInstance | [di.ts:90](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L90) |
70
+ | di | `overrides.di["webSearchEngineFactory"]` | disable-replace | ownedContracts.di-registration:webSearchEngineFactory | [di.ts:169](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/di.ts#L169) |
71
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_eval_case"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_eval_case | [encryption.ts:22](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L22) |
72
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_eval_case_run"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_eval_case_run | [encryption.ts:31](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L31) |
73
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_eval_result"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_eval_result | [encryption.ts:36](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L36) |
74
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_eval_suite_run"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_eval_suite_run | [encryption.ts:44](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L44) |
75
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_proposal"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_proposal | [encryption.ts:14](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L14) |
76
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_run"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_run | [encryption.ts:4](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L4) |
77
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_run_artifact"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_run_artifact | [encryption.ts:87](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L87) |
78
+ | encryption | `overrides.encryption.maps["agent_orchestrator:agent_tool_call"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:agent_tool_call | [encryption.ts:51](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L51) |
79
+ | encryption | `overrides.encryption.maps["agent_orchestrator:process_definition"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:process_definition | [encryption.ts:60](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L60) |
80
+ | encryption | `overrides.encryption.maps["agent_orchestrator:process_instance"]` | disable-replace | ownedContracts.encryption:agent_orchestrator:process_instance | [encryption.ts:72](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/encryption.ts#L72) |
81
+ | events | `overrides.events.subscribers["agent_orchestrator:process-event-trigger"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-event-trigger | [subscribers/process-event-trigger.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-event-trigger.ts) |
82
+ | events | `overrides.events.subscribers["agent_orchestrator:process-proposal-created"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-proposal-created | [subscribers/process-proposal-created.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-created.ts) |
83
+ | events | `overrides.events.subscribers["agent_orchestrator:process-proposal-disposed"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-proposal-disposed | [subscribers/process-proposal-disposed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-proposal-disposed.ts) |
84
+ | events | `overrides.events.subscribers["agent_orchestrator:process-run-completed"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-run-completed | [subscribers/process-run-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-completed.ts) |
85
+ | events | `overrides.events.subscribers["agent_orchestrator:process-run-ingested"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-run-ingested | [subscribers/process-run-ingested.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-run-ingested.ts) |
86
+ | events | `overrides.events.subscribers["agent_orchestrator:process-workflow-cancelled"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-workflow-cancelled | [subscribers/process-workflow-cancelled.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-cancelled.ts) |
87
+ | events | `overrides.events.subscribers["agent_orchestrator:process-workflow-completed"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-workflow-completed | [subscribers/process-workflow-completed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-completed.ts) |
88
+ | events | `overrides.events.subscribers["agent_orchestrator:process-workflow-failed"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-workflow-failed | [subscribers/process-workflow-failed.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-failed.ts) |
89
+ | events | `overrides.events.subscribers["agent_orchestrator:process-workflow-milestone"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-workflow-milestone | [subscribers/process-workflow-milestone.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-milestone.ts) |
90
+ | events | `overrides.events.subscribers["agent_orchestrator:process-workflow-started"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:process-workflow-started | [subscribers/process-workflow-started.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/process-workflow-started.ts) |
91
+ | events | `overrides.events.subscribers["agent_orchestrator:proposal-disposed-notification-clear"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:proposal-disposed-notification-clear | [subscribers/proposal-disposed-notification-clear.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-disposed-notification-clear.ts) |
92
+ | events | `overrides.events.subscribers["agent_orchestrator:proposal-pending-notification"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator:proposal-pending-notification | [subscribers/proposal-pending-notification.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/subscribers/proposal-pending-notification.ts) |
93
+ | routes | `overrides.routes.pages["backend:/backend/agents"]` | disable-replace | backendPages:/backend/agents | [backend/agents/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/agents/page.tsx) |
94
+ | routes | `overrides.routes.pages["backend:/backend/agents/[id]"]` | disable-replace | backendPages:/backend/agents/[id] | [backend/agents/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/agents/[id]/page.tsx) |
95
+ | routes | `overrides.routes.pages["backend:/backend/audit"]` | disable-replace | backendPages:/backend/audit | [backend/audit/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/audit/page.tsx) |
96
+ | routes | `overrides.routes.pages["backend:/backend/audit/by-instigator/[humanUserId]"]` | disable-replace | backendPages:/backend/audit/by-instigator/[humanUserId] | [backend/audit/by-instigator/[humanUserId]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/audit/by-instigator/[humanUserId]/page.tsx) |
97
+ | routes | `overrides.routes.pages["backend:/backend/caseload"]` | disable-replace | backendPages:/backend/caseload | [backend/caseload/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/caseload/page.tsx) |
98
+ | routes | `overrides.routes.pages["backend:/backend/caseload/[proposalId]"]` | disable-replace | backendPages:/backend/caseload/[proposalId] | [backend/caseload/[proposalId]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/caseload/[proposalId]/page.tsx) |
99
+ | routes | `overrides.routes.pages["backend:/backend/eval-cases/[id]"]` | disable-replace | backendPages:/backend/eval-cases/[id] | [backend/eval-cases/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/eval-cases/[id]/page.tsx) |
100
+ | routes | `overrides.routes.pages["backend:/backend/eval-runs/[id]"]` | disable-replace | backendPages:/backend/eval-runs/[id] | [backend/eval-runs/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/eval-runs/[id]/page.tsx) |
101
+ | routes | `overrides.routes.pages["backend:/backend/overview"]` | disable-replace | backendPages:/backend/overview | [backend/overview/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/overview/page.tsx) |
102
+ | routes | `overrides.routes.pages["backend:/backend/playground"]` | disable-replace | backendPages:/backend/playground | [backend/playground/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/playground/page.tsx) |
103
+ | routes | `overrides.routes.pages["backend:/backend/processes"]` | disable-replace | backendPages:/backend/processes | [backend/processes/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/page.tsx) |
104
+ | routes | `overrides.routes.pages["backend:/backend/processes/[id]"]` | disable-replace | backendPages:/backend/processes/[id] | [backend/processes/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/[id]/page.tsx) |
105
+ | routes | `overrides.routes.pages["backend:/backend/processes/definitions"]` | disable-replace | backendPages:/backend/processes/definitions | [backend/processes/definitions/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/definitions/page.tsx) |
106
+ | routes | `overrides.routes.pages["backend:/backend/processes/definitions/[id]"]` | disable-replace | backendPages:/backend/processes/definitions/[id] | [backend/processes/definitions/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/processes/definitions/[id]/page.tsx) |
107
+ | routes | `overrides.routes.pages["backend:/backend/settings/auto-approval"]` | disable-replace | backendPages:/backend/settings/auto-approval | [backend/settings/auto-approval/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/settings/auto-approval/page.tsx) |
108
+ | routes | `overrides.routes.pages["backend:/backend/settings/web-search"]` | disable-replace | backendPages:/backend/settings/web-search | [backend/settings/web-search/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/settings/web-search/page.tsx) |
109
+ | routes | `overrides.routes.pages["backend:/backend/traces"]` | disable-replace | backendPages:/backend/traces | [backend/traces/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/traces/page.tsx) |
110
+ | routes | `overrides.routes.pages["backend:/backend/traces/[id]"]` | disable-replace | backendPages:/backend/traces/[id] | [backend/traces/[id]/page.tsx](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/backend/traces/[id]/page.tsx) |
111
+ | setup | `overrides.setup.defaultRoleFeatures` | replace | ownedContracts.setup:agent_orchestrator:setup | [setup.ts:43](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/setup.ts#L43) |
112
+ | setup | `overrides.setup.seedDefaults` | replace | ownedContracts.setup:agent_orchestrator:setup | [setup.ts:43](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/setup.ts#L43) |
113
+ | setup | `overrides.setup.seedExamples` | replace | ownedContracts.setup:agent_orchestrator:setup | [setup.ts:43](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/setup.ts#L43) |
114
+ | widgets | `overrides.widgets.injection["agent_orchestrator.injection.caseload-nav-badge"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator.injection.caseload-nav-badge@backend:nav:badges | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
115
+ | widgets | `overrides.widgets.injection["agent_orchestrator.injection.task-proposal-draft"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator.injection.task-proposal-draft@workflows.task.detail:context | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
116
+ | widgets | `overrides.widgets.injection["agent_orchestrator.injection.task-proposal-link"]` | disable-replace | extensionSurfaces.contributions:agent_orchestrator.injection.task-proposal-link@data-table:workflows.tasks.list:row-actions | [widgets/injection-table.ts](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/widgets/injection-table.ts) |
117
+ | workers | `overrides.workers["agent_orchestrator:eval-suite-runner"]` | disable-replace | ownedContracts.worker:agent_orchestrator:eval-suite-runner | [workers/eval-suite-runner.ts:28](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/eval-suite-runner.ts#L28) |
118
+ | workers | `overrides.workers["agent_orchestrator:llm-judge"]` | disable-replace | ownedContracts.worker:agent_orchestrator:llm-judge | [workers/llm-judge.ts:17](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/llm-judge.ts#L17) |
119
+ | workers | `overrides.workers["agent_orchestrator:metric-rollup"]` | disable-replace | ownedContracts.worker:agent_orchestrator:metric-rollup | [workers/metric-rollup.ts:17](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/metric-rollup.ts#L17) |
120
+ | workers | `overrides.workers["agent_orchestrator:process-execution-starter"]` | disable-replace | ownedContracts.worker:agent_orchestrator:process-execution-starter | [workers/process-execution-starter.ts:39](../../../../node_modules/@open-mercato/enterprise/src/modules/agent_orchestrator/workers/process-execution-starter.ts#L39) |
121
+
122
+ <!-- end module facts section: agent_orchestrator/exact-override-targets -->