@lucern/contracts 0.3.0-alpha.17 → 0.3.0-alpha.3

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 (316) hide show
  1. package/CHANGELOG.md +0 -10
  2. package/dist/api-enums.contract.d.ts +3 -5
  3. package/dist/api-enums.contract.js +12 -14
  4. package/dist/api-enums.contract.js.map +1 -1
  5. package/dist/auth-context.contract.js +2 -14
  6. package/dist/auth-context.contract.js.map +1 -1
  7. package/dist/auth-session.contract.js +2 -14
  8. package/dist/auth-session.contract.js.map +1 -1
  9. package/dist/auth.contract.d.ts +1 -1
  10. package/dist/auth.contract.js +2 -14
  11. package/dist/auth.contract.js.map +1 -1
  12. package/dist/component-boundary.contract.d.ts +1 -1
  13. package/dist/component-boundary.contract.js +26 -46
  14. package/dist/component-boundary.contract.js.map +1 -1
  15. package/dist/context-pack.contract.d.ts +3 -5
  16. package/dist/context-pack.contract.js.map +1 -1
  17. package/dist/{defineTable-t1wr5wgn.d.ts → defineTable-CBQ03FXl.d.ts} +1 -1
  18. package/dist/{dsl-DVPthQGY.d.ts → dsl-BgpoVOVQ.d.ts} +2 -2
  19. package/dist/dsl.d.ts +2 -2
  20. package/dist/dsl.js +4 -1
  21. package/dist/dsl.js.map +1 -1
  22. package/dist/function-registry/beliefs.d.ts +51 -64
  23. package/dist/function-registry/beliefs.js +57 -817
  24. package/dist/function-registry/beliefs.js.map +1 -1
  25. package/dist/function-registry/coding.d.ts +6 -15
  26. package/dist/function-registry/coding.js +43 -866
  27. package/dist/function-registry/coding.js.map +1 -1
  28. package/dist/function-registry/context.d.ts +16 -22
  29. package/dist/function-registry/context.js +46 -805
  30. package/dist/function-registry/context.js.map +1 -1
  31. package/dist/function-registry/contracts.d.ts +3 -9
  32. package/dist/function-registry/contracts.js +39 -770
  33. package/dist/function-registry/contracts.js.map +1 -1
  34. package/dist/function-registry/coordination.d.ts +9 -21
  35. package/dist/function-registry/coordination.js +39 -770
  36. package/dist/function-registry/coordination.js.map +1 -1
  37. package/dist/function-registry/edges.d.ts +2 -167
  38. package/dist/function-registry/edges.js +71 -978
  39. package/dist/function-registry/edges.js.map +1 -1
  40. package/dist/function-registry/evidence.d.ts +41 -52
  41. package/dist/function-registry/evidence.js +62 -826
  42. package/dist/function-registry/evidence.js.map +1 -1
  43. package/dist/function-registry/graph.d.ts +66 -162
  44. package/dist/function-registry/graph.js +46 -886
  45. package/dist/function-registry/graph.js.map +1 -1
  46. package/dist/function-registry/helpers.d.ts +4 -7
  47. package/dist/function-registry/helpers.js +40 -771
  48. package/dist/function-registry/helpers.js.map +1 -1
  49. package/dist/function-registry/identity.d.ts +16 -62
  50. package/dist/function-registry/identity.js +45 -793
  51. package/dist/function-registry/identity.js.map +1 -1
  52. package/dist/function-registry/index.d.ts +3 -5
  53. package/dist/function-registry/index.js +43 -777
  54. package/dist/function-registry/index.js.map +1 -1
  55. package/dist/function-registry/judgments.d.ts +11 -16
  56. package/dist/function-registry/judgments.js +42 -782
  57. package/dist/function-registry/judgments.js.map +1 -1
  58. package/dist/function-registry/legacy.d.ts +1 -5
  59. package/dist/function-registry/legacy.js +39 -770
  60. package/dist/function-registry/legacy.js.map +1 -1
  61. package/dist/function-registry/lenses.d.ts +21 -28
  62. package/dist/function-registry/lenses.js +42 -793
  63. package/dist/function-registry/lenses.js.map +1 -1
  64. package/dist/function-registry/manifest.d.ts +6 -6
  65. package/dist/function-registry/manifest.js +2 -19
  66. package/dist/function-registry/manifest.js.map +1 -1
  67. package/dist/function-registry/ontologies.d.ts +56 -70
  68. package/dist/function-registry/ontologies.js +45 -788
  69. package/dist/function-registry/ontologies.js.map +1 -1
  70. package/dist/function-registry/pipeline.d.ts +16 -22
  71. package/dist/function-registry/pipeline.js +42 -779
  72. package/dist/function-registry/pipeline.js.map +1 -1
  73. package/dist/function-registry/questions.d.ts +61 -76
  74. package/dist/function-registry/questions.js +52 -869
  75. package/dist/function-registry/questions.js.map +1 -1
  76. package/dist/function-registry/tasks.d.ts +21 -28
  77. package/dist/function-registry/tasks.js +48 -845
  78. package/dist/function-registry/tasks.js.map +1 -1
  79. package/dist/function-registry/topics.d.ts +26 -114
  80. package/dist/function-registry/topics.js +43 -852
  81. package/dist/function-registry/topics.js.map +1 -1
  82. package/dist/function-registry/types.d.ts +3 -7
  83. package/dist/function-registry/worktrees.d.ts +51 -104
  84. package/dist/function-registry/worktrees.js +51 -925
  85. package/dist/function-registry/worktrees.js.map +1 -1
  86. package/dist/gateway.contract.d.ts +0 -5
  87. package/dist/gateway.contract.js.map +1 -1
  88. package/dist/generated/convexSchemas.d.ts +3 -3
  89. package/dist/generated/convexSchemas.js +18 -38
  90. package/dist/generated/convexSchemas.js.map +1 -1
  91. package/dist/generated/schema-manifest.json +114 -1221
  92. package/dist/generated/tableOwnership.d.ts +28 -48
  93. package/dist/generated/tableOwnership.js +26 -66
  94. package/dist/generated/tableOwnership.js.map +1 -1
  95. package/dist/generated/tier-expectations.json +9 -64
  96. package/dist/graph-types/index.d.ts +1 -5
  97. package/dist/graph-types/index.js +4 -15
  98. package/dist/graph-types/index.js.map +1 -1
  99. package/dist/index-CV-0_VWJ.d.ts +25 -0
  100. package/dist/index.d.ts +669 -28
  101. package/dist/index.js +400 -34707
  102. package/dist/index.js.map +1 -1
  103. package/dist/lens-filter.contract.js +3 -4
  104. package/dist/lens-filter.contract.js.map +1 -1
  105. package/dist/lens-workflow.contract.js +3 -4
  106. package/dist/lens-workflow.contract.js.map +1 -1
  107. package/dist/mcp-gateway-boundary.contract.d.ts +3 -23
  108. package/dist/mcp-gateway-boundary.contract.js +0 -2
  109. package/dist/mcp-gateway-boundary.contract.js.map +1 -1
  110. package/dist/schema-helpers/enumValidation.js +5 -2
  111. package/dist/schema-helpers/enumValidation.js.map +1 -1
  112. package/dist/schema-helpers/spine/nodes/decision.js +1 -2
  113. package/dist/schema-helpers/spine/nodes/decision.js.map +1 -1
  114. package/dist/schema-helpers/spine/tables/epistemicNodes.js +27 -27
  115. package/dist/schema-helpers/spine/tables/epistemicNodes.js.map +1 -1
  116. package/dist/schemas/component-table-manifest.d.ts +6 -6
  117. package/dist/schemas/component-table-manifest.js +2 -2
  118. package/dist/schemas/component-table-manifest.js.map +1 -1
  119. package/dist/schemas/enums.d.ts +2 -5
  120. package/dist/schemas/enums.js +2 -5
  121. package/dist/schemas/enums.js.map +1 -1
  122. package/dist/schemas/index.d.ts +3 -3
  123. package/dist/schemas/index.js +139 -1130
  124. package/dist/schemas/index.js.map +1 -1
  125. package/dist/schemas/manifest.d.ts +948 -2948
  126. package/dist/schemas/manifest.js +137 -1128
  127. package/dist/schemas/manifest.js.map +1 -1
  128. package/dist/schemas/sl-opinion.d.ts +4 -4
  129. package/dist/schemas/tables/{controlPlane → identity}/agent.d.ts +1 -1
  130. package/dist/schemas/tables/{controlPlane → identity}/agent.js +3 -3
  131. package/dist/schemas/tables/identity/agent.js.map +1 -0
  132. package/dist/schemas/tables/{controlPlane → identity}/epistemic.d.ts +1 -1
  133. package/dist/schemas/tables/{controlPlane → identity}/epistemic.js +3 -3
  134. package/dist/schemas/tables/identity/epistemic.js.map +1 -0
  135. package/dist/schemas/tables/{controlPlane → identity}/model.d.ts +1 -1
  136. package/dist/schemas/tables/{controlPlane → identity}/model.js +6 -6
  137. package/dist/schemas/tables/identity/model.js.map +1 -0
  138. package/dist/schemas/tables/{controlPlane → identity}/platform.d.ts +11 -11
  139. package/dist/schemas/tables/{controlPlane → identity}/platform.js +18 -18
  140. package/dist/schemas/tables/identity/platform.js.map +1 -0
  141. package/dist/schemas/tables/{controlPlane → identity}/project.d.ts +1 -1
  142. package/dist/schemas/tables/{controlPlane → identity}/project.js +3 -3
  143. package/dist/schemas/tables/identity/project.js.map +1 -0
  144. package/dist/schemas/tables/{controlPlane → identity}/user.d.ts +1 -1
  145. package/dist/schemas/tables/{controlPlane → identity}/user.js +3 -3
  146. package/dist/schemas/tables/identity/user.js.map +1 -0
  147. package/dist/schemas/tables/kernel/config.d.ts +1 -1
  148. package/dist/schemas/tables/kernel/config.js.map +1 -1
  149. package/dist/schemas/tables/kernel/coordination.d.ts +1 -1
  150. package/dist/schemas/tables/kernel/coordination.js.map +1 -1
  151. package/dist/schemas/tables/kernel/decision.d.ts +1 -1
  152. package/dist/schemas/tables/kernel/decision.js.map +1 -1
  153. package/dist/schemas/tables/kernel/embedding.d.ts +1 -1
  154. package/dist/schemas/tables/kernel/embedding.js.map +1 -1
  155. package/dist/schemas/tables/kernel/epistemic.d.ts +7 -7
  156. package/dist/schemas/tables/kernel/epistemic.js.map +1 -1
  157. package/dist/schemas/tables/kernel/idempotency.d.ts +1 -1
  158. package/dist/schemas/tables/kernel/idempotency.js.map +1 -1
  159. package/dist/schemas/tables/kernel/infra.d.ts +5 -5
  160. package/dist/schemas/tables/kernel/infra.js.map +1 -1
  161. package/dist/schemas/tables/kernel/intelligence.d.ts +11 -11
  162. package/dist/schemas/tables/kernel/intelligence.js.map +1 -1
  163. package/dist/schemas/tables/kernel/lens.d.ts +5 -5
  164. package/dist/schemas/tables/kernel/lens.js.map +1 -1
  165. package/dist/schemas/tables/kernel/ontology.d.ts +1 -1
  166. package/dist/schemas/tables/kernel/ontology.js.map +1 -1
  167. package/dist/schemas/tables/kernel/platform.d.ts +13 -13
  168. package/dist/schemas/tables/kernel/platform.js.map +1 -1
  169. package/dist/schemas/tables/kernel/spine.d.ts +4 -5
  170. package/dist/schemas/tables/kernel/spine.js +2 -6
  171. package/dist/schemas/tables/kernel/spine.js.map +1 -1
  172. package/dist/schemas/tables/kernel/task.d.ts +43 -43
  173. package/dist/schemas/tables/kernel/task.js.map +1 -1
  174. package/dist/schemas/tables/kernel/topic.d.ts +1 -1
  175. package/dist/schemas/tables/kernel/topic.js +1 -5
  176. package/dist/schemas/tables/kernel/topic.js.map +1 -1
  177. package/dist/schemas/tables/kernel/workflow.d.ts +1 -1
  178. package/dist/schemas/tables/kernel/workflow.js.map +1 -1
  179. package/dist/schemas/tables/kernel/worktree.d.ts +55 -55
  180. package/dist/schemas/tables/kernel/worktree.js.map +1 -1
  181. package/dist/schemas/tables/mc/identity.d.ts +4 -21
  182. package/dist/schemas/tables/mc/identity.js +1 -32
  183. package/dist/schemas/tables/mc/identity.js.map +1 -1
  184. package/dist/schemas/tables/mc/methodology.d.ts +1 -1
  185. package/dist/schemas/tables/mc/methodology.js.map +1 -1
  186. package/dist/schemas/tables/mc/pack.d.ts +21 -21
  187. package/dist/schemas/tables/mc/pack.js.map +1 -1
  188. package/dist/schemas/tables/mc/policy.d.ts +2 -2
  189. package/dist/schemas/tables/mc/policy.js +1 -1
  190. package/dist/schemas/tables/mc/policy.js.map +1 -1
  191. package/dist/schemas/tables/mc/registry.d.ts +5 -5
  192. package/dist/schemas/tables/mc/registry.js.map +1 -1
  193. package/dist/schemas/tables/mc/runtime.d.ts +3 -109
  194. package/dist/schemas/tables/mc/runtime.js +104 -330
  195. package/dist/schemas/tables/mc/runtime.js.map +1 -1
  196. package/dist/schemas/tables/mc/tenant.d.ts +2 -4
  197. package/dist/schemas/tables/mc/tenant.js +1 -3
  198. package/dist/schemas/tables/mc/tenant.js.map +1 -1
  199. package/dist/schemas/tables/mc/workspace.d.ts +5 -28
  200. package/dist/schemas/tables/mc/workspace.js +2 -36
  201. package/dist/schemas/tables/mc/workspace.js.map +1 -1
  202. package/dist/sdk-methods.contract.d.ts +2 -2
  203. package/dist/{sdk-tools.contract-CKmSsrZ2.d.ts → sdk-tools.contract-S4ia0TTo.d.ts} +2 -2
  204. package/dist/sdk-tools.contract.d.ts +2 -2
  205. package/dist/sdk-tools.contract.js +27 -719
  206. package/dist/sdk-tools.contract.js.map +1 -1
  207. package/dist/tenant-client.contract.d.ts +14 -102
  208. package/dist/tenant-client.contract.js +12 -113
  209. package/dist/tenant-client.contract.js.map +1 -1
  210. package/dist/{tool-contracts-C_xvM9q2.d.ts → tool-contracts-C92-9ueT.d.ts} +2 -38
  211. package/dist/tool-contracts.d.ts +1 -1
  212. package/dist/tool-contracts.js +28 -720
  213. package/dist/tool-contracts.js.map +1 -1
  214. package/package.json +1 -30
  215. package/dist/component-host-boundary.contract.d.ts +0 -46
  216. package/dist/component-host-boundary.contract.js +0 -60
  217. package/dist/component-host-boundary.contract.js.map +0 -1
  218. package/dist/edge-policy-manifest-Dw5IhT1L.d.ts +0 -133
  219. package/dist/function-registry/nodes.d.ts +0 -412
  220. package/dist/function-registry/nodes.js +0 -5354
  221. package/dist/function-registry/nodes.js.map +0 -1
  222. package/dist/function-registry-input-audit.d.ts +0 -13
  223. package/dist/function-registry-input-audit.js +0 -166
  224. package/dist/function-registry-input-audit.js.map +0 -1
  225. package/dist/generated/infisicalRuntimeEnv.d.ts +0 -70
  226. package/dist/generated/infisicalRuntimeEnv.js +0 -27345
  227. package/dist/generated/infisicalRuntimeEnv.js.map +0 -1
  228. package/dist/generated/lucernGatewayEnv.d.ts +0 -17
  229. package/dist/generated/lucernGatewayEnv.js +0 -38
  230. package/dist/generated/lucernGatewayEnv.js.map +0 -1
  231. package/dist/generated/lucernWebPublicEnv.d.ts +0 -26
  232. package/dist/generated/lucernWebPublicEnv.js +0 -32
  233. package/dist/generated/lucernWebPublicEnv.js.map +0 -1
  234. package/dist/generated/lucernWebServerEnv.d.ts +0 -33
  235. package/dist/generated/lucernWebServerEnv.js +0 -51
  236. package/dist/generated/lucernWebServerEnv.js.map +0 -1
  237. package/dist/graph-intelligence.contract.d.ts +0 -506
  238. package/dist/graph-intelligence.contract.js +0 -595
  239. package/dist/graph-intelligence.contract.js.map +0 -1
  240. package/dist/index-CM1Pl_vI.d.ts +0 -28
  241. package/dist/infisical-runtime.contract.d.ts +0 -1889
  242. package/dist/infisical-runtime.contract.js +0 -3235
  243. package/dist/infisical-runtime.contract.js.map +0 -1
  244. package/dist/manifests/edge-policy-manifest.d.ts +0 -2
  245. package/dist/manifests/edge-policy-manifest.data.d.ts +0 -13
  246. package/dist/manifests/edge-policy-manifest.data.js +0 -26
  247. package/dist/manifests/edge-policy-manifest.data.js.map +0 -1
  248. package/dist/manifests/edge-policy-manifest.js +0 -92
  249. package/dist/manifests/edge-policy-manifest.js.map +0 -1
  250. package/dist/manifests/infisical-runtime-manifest.d.ts +0 -1792
  251. package/dist/manifests/infisical-runtime-manifest.js +0 -3090
  252. package/dist/manifests/infisical-runtime-manifest.js.map +0 -1
  253. package/dist/manifests/invariant-manifest.d.ts +0 -65
  254. package/dist/manifests/invariant-manifest.js +0 -18
  255. package/dist/manifests/invariant-manifest.js.map +0 -1
  256. package/dist/manifests/invariants/ast-utils.d.ts +0 -14
  257. package/dist/manifests/invariants/ast-utils.js +0 -54
  258. package/dist/manifests/invariants/ast-utils.js.map +0 -1
  259. package/dist/manifests/invariants/index.d.ts +0 -15
  260. package/dist/manifests/invariants/index.js +0 -183
  261. package/dist/manifests/invariants/index.js.map +0 -1
  262. package/dist/manifests/invariants/inv-1-beliefs-append-only.d.ts +0 -12
  263. package/dist/manifests/invariants/inv-1-beliefs-append-only.js +0 -94
  264. package/dist/manifests/invariants/inv-1-beliefs-append-only.js.map +0 -1
  265. package/dist/manifests/invariants/inv-14-no-silent-transitions.d.ts +0 -12
  266. package/dist/manifests/invariants/inv-14-no-silent-transitions.js +0 -99
  267. package/dist/manifests/invariants/inv-14-no-silent-transitions.js.map +0 -1
  268. package/dist/manifests/invariants/manifest-1-projections-declare-audit.d.ts +0 -12
  269. package/dist/manifests/invariants/manifest-1-projections-declare-audit.js +0 -42
  270. package/dist/manifests/invariants/manifest-1-projections-declare-audit.js.map +0 -1
  271. package/dist/manifests/tenant-client-manifest.d.ts +0 -327
  272. package/dist/manifests/tenant-client-manifest.js +0 -449
  273. package/dist/manifests/tenant-client-manifest.js.map +0 -1
  274. package/dist/permit-principal-projection.contract.d.ts +0 -74
  275. package/dist/permit-principal-projection.contract.js +0 -167
  276. package/dist/permit-principal-projection.contract.js.map +0 -1
  277. package/dist/projections/check-convex-args-shape.d.ts +0 -3
  278. package/dist/projections/check-convex-args-shape.js +0 -403
  279. package/dist/projections/check-convex-args-shape.js.map +0 -1
  280. package/dist/projections/create-evidence.projection.d.ts +0 -176
  281. package/dist/projections/create-evidence.projection.js +0 -130
  282. package/dist/projections/create-evidence.projection.js.map +0 -1
  283. package/dist/projections/index.d.ts +0 -102
  284. package/dist/projections/index.js +0 -352
  285. package/dist/projections/index.js.map +0 -1
  286. package/dist/projections/list-beliefs.projection.d.ts +0 -36
  287. package/dist/projections/list-beliefs.projection.js +0 -54
  288. package/dist/projections/list-beliefs.projection.js.map +0 -1
  289. package/dist/projections/list-tasks.projection.d.ts +0 -44
  290. package/dist/projections/list-tasks.projection.js +0 -57
  291. package/dist/projections/list-tasks.projection.js.map +0 -1
  292. package/dist/projections/modulate-confidence.projection.d.ts +0 -219
  293. package/dist/projections/modulate-confidence.projection.js +0 -148
  294. package/dist/projections/modulate-confidence.projection.js.map +0 -1
  295. package/dist/projections/projection-dsl.d.ts +0 -11
  296. package/dist/projections/projection-dsl.js +0 -8
  297. package/dist/projections/projection-dsl.js.map +0 -1
  298. package/dist/proof-attestation.json +0 -45
  299. package/dist/schemas/tables/controlPlane/accessControl.d.ts +0 -260
  300. package/dist/schemas/tables/controlPlane/accessControl.js +0 -658
  301. package/dist/schemas/tables/controlPlane/accessControl.js.map +0 -1
  302. package/dist/schemas/tables/controlPlane/agent.js.map +0 -1
  303. package/dist/schemas/tables/controlPlane/epistemic.js.map +0 -1
  304. package/dist/schemas/tables/controlPlane/model.js.map +0 -1
  305. package/dist/schemas/tables/controlPlane/platform.js.map +0 -1
  306. package/dist/schemas/tables/controlPlane/project.js.map +0 -1
  307. package/dist/schemas/tables/controlPlane/user.js.map +0 -1
  308. package/dist/schemas/tables/kernel/events.d.ts +0 -21
  309. package/dist/schemas/tables/kernel/events.js +0 -43
  310. package/dist/schemas/tables/kernel/events.js.map +0 -1
  311. package/dist/tenant-bootstrap-seed.contract.d.ts +0 -1289
  312. package/dist/tenant-bootstrap-seed.contract.js +0 -764
  313. package/dist/tenant-bootstrap-seed.contract.js.map +0 -1
  314. package/dist/tenant-bootstrap-seed.defaults.d.ts +0 -16
  315. package/dist/tenant-bootstrap-seed.defaults.js +0 -321
  316. package/dist/tenant-bootstrap-seed.defaults.js.map +0 -1
@@ -1,506 +0,0 @@
1
- declare const GRAPH_INTELLIGENCE_QUERY_CATALOG_VERSION: "graph_intelligence_query_catalog.v1";
2
- declare const GRAPH_INTELLIGENCE_QUERY_MODES: readonly ["core", "bias", "stress", "operational", "alpha", "semantic", "evidence"];
3
- type GraphIntelligenceQueryMode = (typeof GRAPH_INTELLIGENCE_QUERY_MODES)[number];
4
- declare const GRAPH_INTELLIGENCE_PUBLIC_TOOL_NAMES: readonly ["get_graph_structure_analysis", "detect_confirmation_bias", "get_graph_gaps", "get_topic_coverage", "find_contradictions", "get_falsification_questions", "search_beliefs", "search_evidence", "list_beliefs", "list_questions", "traverse_graph", "query_lineage", "get_graph_neighborhood"];
5
- type GraphIntelligencePublicToolName = (typeof GRAPH_INTELLIGENCE_PUBLIC_TOOL_NAMES)[number];
6
- declare const GRAPH_INTELLIGENCE_MODE_TOOL_NAMES: {
7
- readonly core: readonly ["get_graph_structure_analysis", "get_topic_coverage", "get_graph_gaps", "list_beliefs", "list_questions", "search_evidence"];
8
- readonly bias: readonly ["get_graph_structure_analysis", "detect_confirmation_bias", "find_contradictions", "search_evidence", "list_beliefs"];
9
- readonly stress: readonly ["get_graph_structure_analysis", "get_graph_gaps", "find_contradictions", "get_falsification_questions", "list_beliefs", "list_questions"];
10
- readonly operational: readonly ["get_topic_coverage", "get_graph_gaps", "list_beliefs", "list_questions", "search_evidence"];
11
- readonly alpha: readonly ["get_graph_structure_analysis", "detect_confirmation_bias", "find_contradictions", "search_beliefs", "search_evidence"];
12
- readonly semantic: readonly ["get_graph_structure_analysis", "search_beliefs", "search_evidence", "traverse_graph", "query_lineage", "get_graph_neighborhood"];
13
- readonly evidence: readonly ["get_graph_structure_analysis", "get_topic_coverage", "search_evidence", "get_falsification_questions", "find_contradictions"];
14
- };
15
- type GraphIntelligenceQueryCategory = {
16
- id: string;
17
- name: string;
18
- description: string;
19
- };
20
- declare const GRAPH_INTELLIGENCE_QUERY_CATEGORIES: readonly [{
21
- readonly id: "problems";
22
- readonly name: "Find Problems";
23
- readonly description: "Risk, contradiction, bias, and structural weakness queries.";
24
- }, {
25
- readonly id: "gaps";
26
- readonly name: "Find Gaps";
27
- readonly description: "Missing evidence, unanswered questions, and sparse areas.";
28
- }, {
29
- readonly id: "reasoning";
30
- readonly name: "Reasoning Quality";
31
- readonly description: "Assumption chains, evidence convergence, and weak links.";
32
- }, {
33
- readonly id: "strategic";
34
- readonly name: "Strategic Analysis";
35
- readonly description: "Pre-mortems, falsification, contrarian signals, and bets.";
36
- }, {
37
- readonly id: "deep";
38
- readonly name: "Deep Graph Analysis";
39
- readonly description: "Centrality, propagation, underdetermination, and topology.";
40
- }, {
41
- readonly id: "browse";
42
- readonly name: "Browse and Explore";
43
- readonly description: "Narrative summaries, search, theme exploration, and bridges.";
44
- }, {
45
- readonly id: "prep";
46
- readonly name: "Meeting Prep";
47
- readonly description: "Company, entity, and question prep from graph context.";
48
- }];
49
- type GraphIntelligenceQueryInputType = "none" | "entity" | "theme" | "belief" | "company" | "company-list" | "search";
50
- type GraphIntelligenceQueryDefinition = {
51
- id: string;
52
- categoryId: string;
53
- mode: GraphIntelligenceQueryMode;
54
- name: string;
55
- description: string;
56
- prompt: string;
57
- inputType?: GraphIntelligenceQueryInputType;
58
- tools?: readonly GraphIntelligencePublicToolName[];
59
- highlightStrategy?: string;
60
- riskLevel?: "low" | "medium" | "high";
61
- };
62
- declare const GRAPH_INTELLIGENCE_QUERIES: readonly [{
63
- readonly id: "confirmation-bias";
64
- readonly categoryId: "problems";
65
- readonly mode: "bias";
66
- readonly name: "Find Confirmation Bias";
67
- readonly description: "Find beliefs supported mainly by confirming evidence.";
68
- readonly prompt: "Find beliefs where supporting evidence overwhelms challenging evidence. Prioritize high-conviction beliefs with few defeaters.";
69
- readonly highlightStrategy: "bias-risk";
70
- readonly riskLevel: "high";
71
- }, {
72
- readonly id: "contradiction-map";
73
- readonly categoryId: "problems";
74
- readonly mode: "stress";
75
- readonly name: "Map Contradictions";
76
- readonly description: "Surface direct and indirect contradiction clusters.";
77
- readonly prompt: "Map the graph's contradiction clusters and explain which tensions matter most.";
78
- readonly highlightStrategy: "contradictions";
79
- readonly riskLevel: "high";
80
- }, {
81
- readonly id: "weak-evidence";
82
- readonly categoryId: "problems";
83
- readonly mode: "stress";
84
- readonly name: "Weak Evidence Chains";
85
- readonly description: "Find important claims with thin or indirect evidence.";
86
- readonly prompt: "Find high-importance beliefs whose evidence support is thin, indirect, stale, or low quality.";
87
- readonly highlightStrategy: "weak-support";
88
- readonly riskLevel: "medium";
89
- }, {
90
- readonly id: "single-source";
91
- readonly categoryId: "problems";
92
- readonly mode: "bias";
93
- readonly name: "Single-Source Risk";
94
- readonly description: "Find claims overly dependent on one source or source type.";
95
- readonly prompt: "Identify beliefs that rely on a single source, one methodology, or one repeated perspective.";
96
- readonly highlightStrategy: "source-concentration";
97
- readonly riskLevel: "medium";
98
- }, {
99
- readonly id: "untested-assumptions";
100
- readonly categoryId: "problems";
101
- readonly mode: "stress";
102
- readonly name: "Untested Assumptions";
103
- readonly description: "Find load-bearing assumptions without falsification paths.";
104
- readonly prompt: "Find assumptions that appear load-bearing but do not have direct testing questions or falsification evidence.";
105
- readonly highlightStrategy: "untested";
106
- readonly riskLevel: "high";
107
- }, {
108
- readonly id: "load-bearing-beliefs";
109
- readonly categoryId: "problems";
110
- readonly mode: "stress";
111
- readonly name: "Load-Bearing Beliefs";
112
- readonly description: "Find central beliefs whose failure would affect many claims.";
113
- readonly prompt: "Find the beliefs with the largest downstream impact if they are wrong.";
114
- readonly highlightStrategy: "load-bearing";
115
- readonly riskLevel: "high";
116
- }, {
117
- readonly id: "cascade-analysis";
118
- readonly categoryId: "problems";
119
- readonly mode: "stress";
120
- readonly name: "Cascade Analysis";
121
- readonly description: "Trace what changes if a belief is weakened or invalidated.";
122
- readonly prompt: "Analyze likely downstream cascades if the most central or uncertain beliefs are weakened.";
123
- readonly highlightStrategy: "cascade";
124
- readonly riskLevel: "high";
125
- }, {
126
- readonly id: "unanswered-questions";
127
- readonly categoryId: "gaps";
128
- readonly mode: "operational";
129
- readonly name: "Unanswered Questions";
130
- readonly description: "Find important open questions that block confidence.";
131
- readonly prompt: "Identify the most important unanswered questions and explain which beliefs they block.";
132
- readonly highlightStrategy: "open-questions";
133
- }, {
134
- readonly id: "thin-themes";
135
- readonly categoryId: "gaps";
136
- readonly mode: "operational";
137
- readonly name: "Thin Themes";
138
- readonly description: "Find topics with shallow belief or evidence coverage.";
139
- readonly prompt: "Find themes that look underdeveloped relative to their role in the graph.";
140
- readonly highlightStrategy: "thin-themes";
141
- }, {
142
- readonly id: "missing-evidence";
143
- readonly categoryId: "gaps";
144
- readonly mode: "stress";
145
- readonly name: "Missing Evidence";
146
- readonly description: "Find beliefs that need specific missing evidence.";
147
- readonly prompt: "Find the most valuable missing evidence needed to strengthen or falsify the graph.";
148
- readonly highlightStrategy: "missing-evidence";
149
- }, {
150
- readonly id: "isolated-clusters";
151
- readonly categoryId: "gaps";
152
- readonly mode: "operational";
153
- readonly name: "Isolated Clusters";
154
- readonly description: "Find clusters not connected to the broader graph.";
155
- readonly prompt: "Find isolated graph clusters and recommend bridge questions or bridge evidence.";
156
- readonly highlightStrategy: "isolated-clusters";
157
- }, {
158
- readonly id: "source-contribution";
159
- readonly categoryId: "gaps";
160
- readonly mode: "evidence";
161
- readonly name: "Source Contribution";
162
- readonly description: "Assess how source mix shapes the graph.";
163
- readonly prompt: "Assess whether the source mix is balanced enough for the graph's strongest claims.";
164
- readonly highlightStrategy: "source-mix";
165
- }, {
166
- readonly id: "stale-beliefs";
167
- readonly categoryId: "gaps";
168
- readonly mode: "operational";
169
- readonly name: "Stale Beliefs";
170
- readonly description: "Find beliefs that need review because they are old or stale.";
171
- readonly prompt: "Find beliefs that should be revisited because they are stale, unsupported by recent evidence, or contradicted by newer context.";
172
- readonly highlightStrategy: "staleness";
173
- }, {
174
- readonly id: "assumption-pyramid";
175
- readonly categoryId: "reasoning";
176
- readonly mode: "operational";
177
- readonly name: "Assumption Pyramid";
178
- readonly description: "Show which conclusions rest on which assumptions.";
179
- readonly prompt: "Build an assumption pyramid from the graph: foundational assumptions, intermediate claims, and top-level conclusions.";
180
- readonly highlightStrategy: "assumptions";
181
- }, {
182
- readonly id: "converging-evidence";
183
- readonly categoryId: "reasoning";
184
- readonly mode: "evidence";
185
- readonly name: "Converging Evidence";
186
- readonly description: "Find claims supported by independent evidence streams.";
187
- readonly prompt: "Find beliefs with genuinely independent converging evidence and explain why they are robust.";
188
- readonly highlightStrategy: "convergence";
189
- }, {
190
- readonly id: "weakest-links";
191
- readonly categoryId: "reasoning";
192
- readonly mode: "stress";
193
- readonly name: "Weakest Links";
194
- readonly description: "Find the weakest links in important reasoning chains.";
195
- readonly prompt: "Find the weakest links in important reasoning chains and explain how to test them.";
196
- readonly highlightStrategy: "weak-links";
197
- readonly riskLevel: "medium";
198
- }, {
199
- readonly id: "challenged-beliefs";
200
- readonly categoryId: "reasoning";
201
- readonly mode: "stress";
202
- readonly name: "Challenged Beliefs";
203
- readonly description: "Find beliefs with active challenges or defeaters.";
204
- readonly prompt: "Find beliefs with active challenges, contradiction edges, or unresolved defeaters.";
205
- readonly highlightStrategy: "challenged";
206
- }, {
207
- readonly id: "contrarian-map";
208
- readonly categoryId: "strategic";
209
- readonly mode: "alpha";
210
- readonly name: "Contrarian Map";
211
- readonly description: "Find non-consensus beliefs and where they are grounded.";
212
- readonly prompt: "Find the graph's strongest contrarian or non-consensus beliefs and explain their support.";
213
- readonly highlightStrategy: "contrarian";
214
- }, {
215
- readonly id: "irreversibility-audit";
216
- readonly categoryId: "strategic";
217
- readonly mode: "stress";
218
- readonly name: "Irreversibility Audit";
219
- readonly description: "Find irreversible bets and assumptions behind them.";
220
- readonly prompt: "Audit irreversible decisions or beliefs and identify what must be true before acting.";
221
- readonly highlightStrategy: "irreversible";
222
- readonly riskLevel: "high";
223
- }, {
224
- readonly id: "pre-mortem";
225
- readonly categoryId: "strategic";
226
- readonly mode: "stress";
227
- readonly name: "Pre-Mortem";
228
- readonly description: "Explain how the graph could be wrong.";
229
- readonly prompt: "Run a pre-mortem: assume the current thesis fails and identify the most plausible failure paths.";
230
- readonly highlightStrategy: "failure-paths";
231
- readonly riskLevel: "high";
232
- }, {
233
- readonly id: "devils-advocate";
234
- readonly categoryId: "strategic";
235
- readonly mode: "stress";
236
- readonly name: "Devil's Advocate";
237
- readonly description: "Generate the strongest critique of the graph.";
238
- readonly prompt: "Produce the strongest evidence-grounded critique of the current graph and its main thesis.";
239
- readonly highlightStrategy: "critique";
240
- }, {
241
- readonly id: "falsification-map";
242
- readonly categoryId: "strategic";
243
- readonly mode: "stress";
244
- readonly name: "Falsification Map";
245
- readonly description: "Find the cheapest tests that would disprove key beliefs.";
246
- readonly prompt: "Map the cheapest, clearest falsification tests for the graph's key claims.";
247
- readonly highlightStrategy: "falsification";
248
- readonly riskLevel: "high";
249
- }, {
250
- readonly id: "prediction-tracker";
251
- readonly categoryId: "strategic";
252
- readonly mode: "evidence";
253
- readonly name: "Prediction Tracker";
254
- readonly description: "Find beliefs that imply measurable predictions.";
255
- readonly prompt: "Find beliefs that imply measurable predictions and suggest tracking signals.";
256
- readonly highlightStrategy: "predictions";
257
- }, {
258
- readonly id: "belief-pagerank";
259
- readonly categoryId: "deep";
260
- readonly mode: "semantic";
261
- readonly name: "Belief PageRank";
262
- readonly description: "Identify structurally central beliefs.";
263
- readonly prompt: "Use graph centrality to identify the most structurally important beliefs.";
264
- readonly highlightStrategy: "centrality";
265
- }, {
266
- readonly id: "underdetermination";
267
- readonly categoryId: "deep";
268
- readonly mode: "semantic";
269
- readonly name: "Underdetermination";
270
- readonly description: "Find places where evidence supports multiple explanations.";
271
- readonly prompt: "Find places where the same evidence could support multiple incompatible explanations.";
272
- readonly highlightStrategy: "underdetermination";
273
- }, {
274
- readonly id: "confidence-propagation";
275
- readonly categoryId: "deep";
276
- readonly mode: "semantic";
277
- readonly name: "Confidence Propagation";
278
- readonly description: "Assess how uncertainty moves through the graph.";
279
- readonly prompt: "Explain how uncertainty propagates from weak or contested beliefs through downstream conclusions.";
280
- readonly highlightStrategy: "confidence-flow";
281
- }, {
282
- readonly id: "argument-depth";
283
- readonly categoryId: "deep";
284
- readonly mode: "evidence";
285
- readonly name: "Argument Depth";
286
- readonly description: "Assess reasoning depth and chain quality.";
287
- readonly prompt: "Assess reasoning depth: where claims are shallow, deeply supported, or overextended.";
288
- readonly highlightStrategy: "depth";
289
- }, {
290
- readonly id: "information-edge";
291
- readonly categoryId: "deep";
292
- readonly mode: "alpha";
293
- readonly name: "Information Edge";
294
- readonly description: "Find differentiated evidence or signals.";
295
- readonly prompt: "Find evidence, sources, or beliefs that could represent differentiated information edge.";
296
- readonly highlightStrategy: "information-edge";
297
- }, {
298
- readonly id: "thesis-summary";
299
- readonly categoryId: "browse";
300
- readonly mode: "semantic";
301
- readonly name: "Thesis Summary";
302
- readonly description: "Summarize the graph's core thesis and support.";
303
- readonly prompt: "Summarize the graph's core thesis, strongest support, weakest support, and open questions.";
304
- readonly highlightStrategy: "summary";
305
- }, {
306
- readonly id: "theme-deep-dive";
307
- readonly categoryId: "browse";
308
- readonly mode: "semantic";
309
- readonly name: "Theme Deep Dive";
310
- readonly description: "Deep dive into a named theme.";
311
- readonly prompt: "Deep dive into {input}. Explain the key beliefs, evidence, contradictions, and open questions.";
312
- readonly inputType: "theme";
313
- readonly highlightStrategy: "theme";
314
- }, {
315
- readonly id: "belief-detail";
316
- readonly categoryId: "browse";
317
- readonly mode: "semantic";
318
- readonly name: "Belief Detail";
319
- readonly description: "Explain one belief and its graph neighborhood.";
320
- readonly prompt: "Explain {input} and its support, challenges, related beliefs, and downstream implications.";
321
- readonly inputType: "belief";
322
- readonly highlightStrategy: "belief";
323
- }, {
324
- readonly id: "strongest-beliefs";
325
- readonly categoryId: "browse";
326
- readonly mode: "operational";
327
- readonly name: "Strongest Beliefs";
328
- readonly description: "Find the graph's strongest current beliefs.";
329
- readonly prompt: "Find the strongest current beliefs and explain why each one deserves confidence.";
330
- readonly highlightStrategy: "strongest";
331
- }, {
332
- readonly id: "cross-theme-connection";
333
- readonly categoryId: "browse";
334
- readonly mode: "semantic";
335
- readonly name: "Cross-Theme Connections";
336
- readonly description: "Find bridges between themes.";
337
- readonly prompt: "Find meaningful connections across themes and explain which bridge beliefs matter.";
338
- readonly highlightStrategy: "bridges";
339
- }, {
340
- readonly id: "research-velocity";
341
- readonly categoryId: "browse";
342
- readonly mode: "operational";
343
- readonly name: "Research Velocity";
344
- readonly description: "Summarize recent graph movement and momentum.";
345
- readonly prompt: "Assess research velocity: what changed recently, where progress is fastest, and what is stuck.";
346
- readonly highlightStrategy: "velocity";
347
- }, {
348
- readonly id: "search";
349
- readonly categoryId: "browse";
350
- readonly mode: "semantic";
351
- readonly name: "Graph Search";
352
- readonly description: "Search the graph with semantic context.";
353
- readonly prompt: "Search the graph for {input}. Return the most relevant beliefs, evidence, and questions.";
354
- readonly inputType: "search";
355
- readonly highlightStrategy: "search";
356
- }, {
357
- readonly id: "expert-coverage";
358
- readonly categoryId: "browse";
359
- readonly mode: "semantic";
360
- readonly name: "Expert Coverage";
361
- readonly description: "Assess coverage from expert/source perspectives.";
362
- readonly prompt: "Assess whether the graph has enough expert, primary, and dissenting coverage.";
363
- readonly highlightStrategy: "expert-coverage";
364
- }, {
365
- readonly id: "value-chain-map";
366
- readonly categoryId: "browse";
367
- readonly mode: "semantic";
368
- readonly name: "Value Chain Map";
369
- readonly description: "Map entities, dependencies, and value-chain logic.";
370
- readonly prompt: "Map the value chain implied by this graph: entities, dependencies, pressure points, and missing links.";
371
- readonly highlightStrategy: "value-chain";
372
- }, {
373
- readonly id: "meeting-brief";
374
- readonly categoryId: "prep";
375
- readonly mode: "semantic";
376
- readonly name: "Meeting Brief";
377
- readonly description: "Prepare a meeting brief from graph context.";
378
- readonly prompt: "Prepare a concise meeting brief using the graph: thesis, open questions, risks, and recommended asks.";
379
- readonly highlightStrategy: "brief";
380
- }, {
381
- readonly id: "open-questions-entity";
382
- readonly categoryId: "prep";
383
- readonly mode: "semantic";
384
- readonly name: "Entity Open Questions";
385
- readonly description: "Find open questions about a specific entity.";
386
- readonly prompt: "Find the most important open questions about {input} and the beliefs those questions would unlock.";
387
- readonly inputType: "entity";
388
- readonly highlightStrategy: "entity-questions";
389
- }, {
390
- readonly id: "company-context";
391
- readonly categoryId: "prep";
392
- readonly mode: "semantic";
393
- readonly name: "Company Context";
394
- readonly description: "Summarize graph context about a company.";
395
- readonly prompt: "Summarize what the graph knows about {input}: thesis relevance, evidence, risks, and open questions.";
396
- readonly inputType: "company";
397
- readonly highlightStrategy: "company";
398
- }, {
399
- readonly id: "company-theme-fit";
400
- readonly categoryId: "prep";
401
- readonly mode: "semantic";
402
- readonly name: "Company Theme Fit";
403
- readonly description: "Assess how a company fits graph themes.";
404
- readonly prompt: "Assess how {input} fits the graph's themes and where the fit is weak or uncertain.";
405
- readonly inputType: "company";
406
- readonly highlightStrategy: "fit";
407
- }, {
408
- readonly id: "company-comparison";
409
- readonly categoryId: "prep";
410
- readonly mode: "semantic";
411
- readonly name: "Company Comparison";
412
- readonly description: "Compare companies through graph context.";
413
- readonly prompt: "Compare {input} using graph beliefs, evidence, risks, and open questions.";
414
- readonly inputType: "company-list";
415
- readonly highlightStrategy: "comparison";
416
- }, {
417
- readonly id: "questions-to-ask";
418
- readonly categoryId: "prep";
419
- readonly mode: "operational";
420
- readonly name: "Questions to Ask";
421
- readonly description: "Generate high-signal questions from graph gaps.";
422
- readonly prompt: "Generate the highest-signal questions to ask next, grounded in current graph gaps.";
423
- readonly highlightStrategy: "questions";
424
- }, {
425
- readonly id: "beliefs-to-test";
426
- readonly categoryId: "prep";
427
- readonly mode: "stress";
428
- readonly name: "Beliefs to Test";
429
- readonly description: "Prioritize beliefs that should be tested next.";
430
- readonly prompt: "Prioritize the beliefs that should be tested next and explain the cheapest test for each.";
431
- readonly highlightStrategy: "tests";
432
- readonly riskLevel: "medium";
433
- }];
434
- type GraphIntelligenceQueryId = (typeof GRAPH_INTELLIGENCE_QUERIES)[number]["id"];
435
- declare const GRAPH_INTELLIGENCE_QUERIES_WITH_TOOLS: {
436
- tools: readonly ("query_lineage" | "traverse_graph" | "get_graph_neighborhood" | "search_beliefs" | "find_contradictions" | "detect_confirmation_bias" | "get_graph_structure_analysis" | "get_falsification_questions" | "search_evidence" | "list_questions" | "list_beliefs" | "get_topic_coverage" | "get_graph_gaps")[];
437
- id: string;
438
- categoryId: string;
439
- mode: GraphIntelligenceQueryMode;
440
- name: string;
441
- description: string;
442
- prompt: string;
443
- inputType?: GraphIntelligenceQueryInputType;
444
- highlightStrategy?: string;
445
- riskLevel?: "low" | "medium" | "high";
446
- }[];
447
- type GraphIntelligenceQueryWithTools = (typeof GRAPH_INTELLIGENCE_QUERIES_WITH_TOOLS)[number];
448
- type GraphIntelligenceQuickQuery = {
449
- id: string;
450
- name: string;
451
- queryId: GraphIntelligenceQueryId;
452
- prompt: string;
453
- };
454
- declare const GRAPH_INTELLIGENCE_QUICK_QUERIES: readonly [{
455
- readonly id: "health-check";
456
- readonly name: "Health Check";
457
- readonly queryId: "thesis-summary";
458
- readonly prompt: "Give me a fast graph health check: biggest strengths, biggest risks, and next best action.";
459
- }, {
460
- readonly id: "find-risks";
461
- readonly name: "Find Risks";
462
- readonly queryId: "weakest-links";
463
- readonly prompt: "Find the most important risks in this graph and the beliefs or evidence behind each one.";
464
- }, {
465
- readonly id: "pre-mortem";
466
- readonly name: "Pre-Mortem";
467
- readonly queryId: "pre-mortem";
468
- readonly prompt: "Assume this thesis fails. Explain the most plausible failure paths and what would reveal them early.";
469
- }, {
470
- readonly id: "whats-next";
471
- readonly name: "What's Next";
472
- readonly queryId: "questions-to-ask";
473
- readonly prompt: "What should I learn or test next to make this graph more useful?";
474
- }];
475
- type GraphIntelligenceCatalogFilter = {
476
- categoryId?: string;
477
- mode?: GraphIntelligenceQueryMode;
478
- };
479
- declare function isGraphIntelligenceQueryMode(value: unknown): value is GraphIntelligenceQueryMode;
480
- declare function getGraphIntelligenceQuery(queryId: string): {
481
- tools: readonly ("query_lineage" | "traverse_graph" | "get_graph_neighborhood" | "search_beliefs" | "find_contradictions" | "detect_confirmation_bias" | "get_graph_structure_analysis" | "get_falsification_questions" | "search_evidence" | "list_questions" | "list_beliefs" | "get_topic_coverage" | "get_graph_gaps")[];
482
- id: string;
483
- categoryId: string;
484
- mode: GraphIntelligenceQueryMode;
485
- name: string;
486
- description: string;
487
- prompt: string;
488
- inputType?: GraphIntelligenceQueryInputType;
489
- highlightStrategy?: string;
490
- riskLevel?: "low" | "medium" | "high";
491
- } | undefined;
492
- declare function listGraphIntelligenceQueries(filter?: GraphIntelligenceCatalogFilter): {
493
- tools: readonly ("query_lineage" | "traverse_graph" | "get_graph_neighborhood" | "search_beliefs" | "find_contradictions" | "detect_confirmation_bias" | "get_graph_structure_analysis" | "get_falsification_questions" | "search_evidence" | "list_questions" | "list_beliefs" | "get_topic_coverage" | "get_graph_gaps")[];
494
- id: string;
495
- categoryId: string;
496
- mode: GraphIntelligenceQueryMode;
497
- name: string;
498
- description: string;
499
- prompt: string;
500
- inputType?: GraphIntelligenceQueryInputType;
501
- highlightStrategy?: string;
502
- riskLevel?: "low" | "medium" | "high";
503
- }[];
504
- declare function fillGraphIntelligencePromptTemplate(prompt: string, input?: string): string;
505
-
506
- export { GRAPH_INTELLIGENCE_MODE_TOOL_NAMES, GRAPH_INTELLIGENCE_PUBLIC_TOOL_NAMES, GRAPH_INTELLIGENCE_QUERIES, GRAPH_INTELLIGENCE_QUERIES_WITH_TOOLS, GRAPH_INTELLIGENCE_QUERY_CATALOG_VERSION, GRAPH_INTELLIGENCE_QUERY_CATEGORIES, GRAPH_INTELLIGENCE_QUERY_MODES, GRAPH_INTELLIGENCE_QUICK_QUERIES, type GraphIntelligenceCatalogFilter, type GraphIntelligencePublicToolName, type GraphIntelligenceQueryCategory, type GraphIntelligenceQueryDefinition, type GraphIntelligenceQueryId, type GraphIntelligenceQueryInputType, type GraphIntelligenceQueryMode, type GraphIntelligenceQueryWithTools, type GraphIntelligenceQuickQuery, fillGraphIntelligencePromptTemplate, getGraphIntelligenceQuery, isGraphIntelligenceQueryMode, listGraphIntelligenceQueries };