nowaikit 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/LICENSE +10 -10
  2. package/README.md +8 -6
  3. package/desktop/renderer/dist/assets/index-D46KUWoj.js +49 -0
  4. package/desktop/renderer/dist/index.html +5 -5
  5. package/desktop/serve.cjs +134 -10
  6. package/dist/a2a/agent-card.d.ts +8 -0
  7. package/dist/a2a/agent-card.d.ts.map +1 -0
  8. package/dist/a2a/agent-card.js +82 -0
  9. package/dist/a2a/agent-card.js.map +1 -0
  10. package/dist/a2a/index.d.ts +13 -0
  11. package/dist/a2a/index.d.ts.map +1 -0
  12. package/dist/a2a/index.js +74 -0
  13. package/dist/a2a/index.js.map +1 -0
  14. package/dist/a2a/task-manager.d.ts +20 -0
  15. package/dist/a2a/task-manager.d.ts.map +1 -0
  16. package/dist/a2a/task-manager.js +148 -0
  17. package/dist/a2a/task-manager.js.map +1 -0
  18. package/dist/a2a/types.d.ts +73 -0
  19. package/dist/a2a/types.d.ts.map +1 -0
  20. package/dist/a2a/types.js +6 -0
  21. package/dist/a2a/types.js.map +1 -0
  22. package/dist/api/index.d.ts +16 -0
  23. package/dist/api/index.d.ts.map +1 -0
  24. package/dist/api/index.js +106 -0
  25. package/dist/api/index.js.map +1 -0
  26. package/dist/cli/config-store.d.ts +31 -0
  27. package/dist/cli/config-store.d.ts.map +1 -1
  28. package/dist/cli/config-store.js +44 -1
  29. package/dist/cli/config-store.js.map +1 -1
  30. package/dist/cli/index.js +115 -9
  31. package/dist/cli/index.js.map +1 -1
  32. package/dist/cli/setup.d.ts.map +1 -1
  33. package/dist/cli/setup.js +669 -49
  34. package/dist/cli/setup.js.map +1 -1
  35. package/dist/cli/shortcuts.d.ts +2 -0
  36. package/dist/cli/shortcuts.d.ts.map +1 -0
  37. package/dist/cli/shortcuts.js +122 -0
  38. package/dist/cli/shortcuts.js.map +1 -0
  39. package/dist/dashboard/index.d.ts +7 -0
  40. package/dist/dashboard/index.d.ts.map +1 -0
  41. package/dist/dashboard/index.js +111 -0
  42. package/dist/dashboard/index.js.map +1 -0
  43. package/dist/direct/llm-client.d.ts +1 -1
  44. package/dist/direct/llm-client.d.ts.map +1 -1
  45. package/dist/direct/llm-client.js +9 -4
  46. package/dist/direct/llm-client.js.map +1 -1
  47. package/dist/prompts/capabilities/build-app.d.ts.map +1 -1
  48. package/dist/prompts/capabilities/build-app.js +2 -0
  49. package/dist/prompts/capabilities/build-app.js.map +1 -1
  50. package/dist/prompts/capabilities/build-atf-suite.d.ts +4 -0
  51. package/dist/prompts/capabilities/build-atf-suite.d.ts.map +1 -0
  52. package/dist/prompts/capabilities/build-atf-suite.js +143 -0
  53. package/dist/prompts/capabilities/build-atf-suite.js.map +1 -0
  54. package/dist/prompts/capabilities/build-business-rule.d.ts.map +1 -1
  55. package/dist/prompts/capabilities/build-business-rule.js +2 -0
  56. package/dist/prompts/capabilities/build-business-rule.js.map +1 -1
  57. package/dist/prompts/capabilities/build-catalog.d.ts.map +1 -1
  58. package/dist/prompts/capabilities/build-catalog.js +2 -0
  59. package/dist/prompts/capabilities/build-catalog.js.map +1 -1
  60. package/dist/prompts/capabilities/build-client-script.d.ts.map +1 -1
  61. package/dist/prompts/capabilities/build-client-script.js +2 -0
  62. package/dist/prompts/capabilities/build-client-script.js.map +1 -1
  63. package/dist/prompts/capabilities/build-flow.d.ts.map +1 -1
  64. package/dist/prompts/capabilities/build-flow.js +2 -0
  65. package/dist/prompts/capabilities/build-flow.js.map +1 -1
  66. package/dist/prompts/capabilities/build-portal.d.ts.map +1 -1
  67. package/dist/prompts/capabilities/build-portal.js +2 -0
  68. package/dist/prompts/capabilities/build-portal.js.map +1 -1
  69. package/dist/prompts/capabilities/build-rest-api.d.ts.map +1 -1
  70. package/dist/prompts/capabilities/build-rest-api.js +2 -0
  71. package/dist/prompts/capabilities/build-rest-api.js.map +1 -1
  72. package/dist/prompts/capabilities/build-test-plan.d.ts.map +1 -1
  73. package/dist/prompts/capabilities/build-test-plan.js +2 -0
  74. package/dist/prompts/capabilities/build-test-plan.js.map +1 -1
  75. package/dist/prompts/capabilities/build-uib.d.ts.map +1 -1
  76. package/dist/prompts/capabilities/build-uib.js +2 -0
  77. package/dist/prompts/capabilities/build-uib.js.map +1 -1
  78. package/dist/prompts/capabilities/docs-app.d.ts.map +1 -1
  79. package/dist/prompts/capabilities/docs-app.js +2 -0
  80. package/dist/prompts/capabilities/docs-app.js.map +1 -1
  81. package/dist/prompts/capabilities/docs-release.d.ts.map +1 -1
  82. package/dist/prompts/capabilities/docs-release.js +2 -0
  83. package/dist/prompts/capabilities/docs-release.js.map +1 -1
  84. package/dist/prompts/capabilities/docs-runbook.d.ts.map +1 -1
  85. package/dist/prompts/capabilities/docs-runbook.js +2 -0
  86. package/dist/prompts/capabilities/docs-runbook.js.map +1 -1
  87. package/dist/prompts/capabilities/docs-script.d.ts.map +1 -1
  88. package/dist/prompts/capabilities/docs-script.js +2 -0
  89. package/dist/prompts/capabilities/docs-script.js.map +1 -1
  90. package/dist/prompts/capabilities/ops-deploy.d.ts.map +1 -1
  91. package/dist/prompts/capabilities/ops-deploy.js +2 -0
  92. package/dist/prompts/capabilities/ops-deploy.js.map +1 -1
  93. package/dist/prompts/capabilities/ops-risk.d.ts.map +1 -1
  94. package/dist/prompts/capabilities/ops-risk.js +2 -0
  95. package/dist/prompts/capabilities/ops-risk.js.map +1 -1
  96. package/dist/prompts/capabilities/ops-triage.d.ts.map +1 -1
  97. package/dist/prompts/capabilities/ops-triage.js +2 -0
  98. package/dist/prompts/capabilities/ops-triage.js.map +1 -1
  99. package/dist/prompts/capabilities/review-acls.d.ts.map +1 -1
  100. package/dist/prompts/capabilities/review-acls.js +2 -0
  101. package/dist/prompts/capabilities/review-acls.js.map +1 -1
  102. package/dist/prompts/capabilities/review-code.d.ts.map +1 -1
  103. package/dist/prompts/capabilities/review-code.js +2 -0
  104. package/dist/prompts/capabilities/review-code.js.map +1 -1
  105. package/dist/prompts/capabilities/review-flows.d.ts.map +1 -1
  106. package/dist/prompts/capabilities/review-flows.js +2 -0
  107. package/dist/prompts/capabilities/review-flows.js.map +1 -1
  108. package/dist/prompts/capabilities/review-scripts.d.ts.map +1 -1
  109. package/dist/prompts/capabilities/review-scripts.js +2 -0
  110. package/dist/prompts/capabilities/review-scripts.js.map +1 -1
  111. package/dist/prompts/capabilities/scan-automation.d.ts.map +1 -1
  112. package/dist/prompts/capabilities/scan-automation.js +2 -0
  113. package/dist/prompts/capabilities/scan-automation.js.map +1 -1
  114. package/dist/prompts/capabilities/scan-cmdb.d.ts.map +1 -1
  115. package/dist/prompts/capabilities/scan-cmdb.js +2 -0
  116. package/dist/prompts/capabilities/scan-cmdb.js.map +1 -1
  117. package/dist/prompts/capabilities/scan-debt.d.ts.map +1 -1
  118. package/dist/prompts/capabilities/scan-debt.js +2 -0
  119. package/dist/prompts/capabilities/scan-debt.js.map +1 -1
  120. package/dist/prompts/capabilities/scan-health.d.ts.map +1 -1
  121. package/dist/prompts/capabilities/scan-health.js +2 -0
  122. package/dist/prompts/capabilities/scan-health.js.map +1 -1
  123. package/dist/prompts/capabilities/scan-security.d.ts.map +1 -1
  124. package/dist/prompts/capabilities/scan-security.js +2 -0
  125. package/dist/prompts/capabilities/scan-security.js.map +1 -1
  126. package/dist/prompts/capabilities/scan-upgrade.d.ts.map +1 -1
  127. package/dist/prompts/capabilities/scan-upgrade.js +2 -0
  128. package/dist/prompts/capabilities/scan-upgrade.js.map +1 -1
  129. package/dist/prompts/index.d.ts.map +1 -1
  130. package/dist/prompts/index.js +47 -8
  131. package/dist/prompts/index.js.map +1 -1
  132. package/dist/reports/brand.d.ts +79 -0
  133. package/dist/reports/brand.d.ts.map +1 -0
  134. package/dist/reports/brand.js +204 -0
  135. package/dist/reports/brand.js.map +1 -0
  136. package/dist/reports/charts.d.ts +11 -0
  137. package/dist/reports/charts.d.ts.map +1 -0
  138. package/dist/reports/charts.js +91 -0
  139. package/dist/reports/charts.js.map +1 -0
  140. package/dist/reports/index.d.ts +13 -0
  141. package/dist/reports/index.d.ts.map +1 -0
  142. package/dist/reports/index.js +65 -0
  143. package/dist/reports/index.js.map +1 -0
  144. package/dist/reports/parser.d.ts +13 -0
  145. package/dist/reports/parser.d.ts.map +1 -0
  146. package/dist/reports/parser.js +202 -0
  147. package/dist/reports/parser.js.map +1 -0
  148. package/dist/reports/pdf-generator.d.ts +8 -0
  149. package/dist/reports/pdf-generator.d.ts.map +1 -0
  150. package/dist/reports/pdf-generator.js +244 -0
  151. package/dist/reports/pdf-generator.js.map +1 -0
  152. package/dist/reports/pptx-generator.d.ts +8 -0
  153. package/dist/reports/pptx-generator.d.ts.map +1 -0
  154. package/dist/reports/pptx-generator.js +273 -0
  155. package/dist/reports/pptx-generator.js.map +1 -0
  156. package/dist/reports/types.d.ts +60 -0
  157. package/dist/reports/types.d.ts.map +1 -0
  158. package/dist/reports/types.js +7 -0
  159. package/dist/reports/types.js.map +1 -0
  160. package/dist/resources/index.d.ts.map +1 -1
  161. package/dist/resources/index.js +10 -0
  162. package/dist/resources/index.js.map +1 -1
  163. package/dist/resources/query-syntax.d.ts +6 -0
  164. package/dist/resources/query-syntax.d.ts.map +1 -0
  165. package/dist/resources/query-syntax.js +113 -0
  166. package/dist/resources/query-syntax.js.map +1 -0
  167. package/dist/sdk/index.d.ts +51 -0
  168. package/dist/sdk/index.d.ts.map +1 -0
  169. package/dist/sdk/index.js +55 -0
  170. package/dist/sdk/index.js.map +1 -0
  171. package/dist/server.d.ts +2 -1
  172. package/dist/server.d.ts.map +1 -1
  173. package/dist/server.js +103 -92
  174. package/dist/server.js.map +1 -1
  175. package/dist/servicenow/client.js +1 -1
  176. package/dist/servicenow/client.js.map +1 -1
  177. package/dist/tools/ai-agents.d.ts +145 -0
  178. package/dist/tools/ai-agents.d.ts.map +1 -0
  179. package/dist/tools/ai-agents.js +185 -0
  180. package/dist/tools/ai-agents.js.map +1 -0
  181. package/dist/tools/cmdb-reconciliation.d.ts +112 -0
  182. package/dist/tools/cmdb-reconciliation.d.ts.map +1 -0
  183. package/dist/tools/cmdb-reconciliation.js +267 -0
  184. package/dist/tools/cmdb-reconciliation.js.map +1 -0
  185. package/dist/tools/discovery.d.ts +34 -0
  186. package/dist/tools/discovery.d.ts.map +1 -0
  187. package/dist/tools/discovery.js +168 -0
  188. package/dist/tools/discovery.js.map +1 -0
  189. package/dist/tools/fluent.d.ts +105 -11
  190. package/dist/tools/fluent.d.ts.map +1 -1
  191. package/dist/tools/fluent.js +118 -1
  192. package/dist/tools/fluent.js.map +1 -1
  193. package/dist/tools/index.d.ts +840 -0
  194. package/dist/tools/index.d.ts.map +1 -1
  195. package/dist/tools/index.js +44 -6
  196. package/dist/tools/index.js.map +1 -1
  197. package/dist/tools/ml.d.ts +104 -0
  198. package/dist/tools/ml.d.ts.map +1 -1
  199. package/dist/tools/ml.js +139 -0
  200. package/dist/tools/ml.js.map +1 -1
  201. package/dist/tools/now-assist-skills.d.ts +129 -0
  202. package/dist/tools/now-assist-skills.d.ts.map +1 -0
  203. package/dist/tools/now-assist-skills.js +128 -0
  204. package/dist/tools/now-assist-skills.js.map +1 -0
  205. package/dist/tools/orchestration.d.ts +132 -0
  206. package/dist/tools/orchestration.d.ts.map +1 -0
  207. package/dist/tools/orchestration.js +320 -0
  208. package/dist/tools/orchestration.js.map +1 -0
  209. package/dist/tools/reporting.d.ts +127 -1
  210. package/dist/tools/reporting.d.ts.map +1 -1
  211. package/dist/tools/reporting.js +64 -0
  212. package/dist/tools/reporting.js.map +1 -1
  213. package/dist/tools/schema-cache.d.ts +44 -0
  214. package/dist/tools/schema-cache.d.ts.map +1 -0
  215. package/dist/tools/schema-cache.js +127 -0
  216. package/dist/tools/schema-cache.js.map +1 -0
  217. package/dist/tools-manifest.json +1250 -25
  218. package/dist/transport/auth-middleware.d.ts +16 -0
  219. package/dist/transport/auth-middleware.d.ts.map +1 -0
  220. package/dist/transport/auth-middleware.js +31 -0
  221. package/dist/transport/auth-middleware.js.map +1 -0
  222. package/dist/transport/http-server.d.ts +44 -0
  223. package/dist/transport/http-server.d.ts.map +1 -0
  224. package/dist/transport/http-server.js +172 -0
  225. package/dist/transport/http-server.js.map +1 -0
  226. package/dist/transport/index.d.ts +19 -0
  227. package/dist/transport/index.d.ts.map +1 -0
  228. package/dist/transport/index.js +105 -0
  229. package/dist/transport/index.js.map +1 -0
  230. package/dist/utils/permissions.d.ts +2 -0
  231. package/dist/utils/permissions.d.ts.map +1 -1
  232. package/dist/utils/permissions.js +8 -0
  233. package/dist/utils/permissions.js.map +1 -1
  234. package/package.json +27 -4
  235. package/desktop/renderer/dist/assets/index-B-6BYnh8.js +0 -49
@@ -2246,6 +2246,9 @@ export declare function getTools(): ({
2246
2246
  format?: undefined;
2247
2247
  conditions?: undefined;
2248
2248
  unit?: undefined;
2249
+ content?: undefined;
2250
+ sections?: undefined;
2251
+ capability?: undefined;
2249
2252
  };
2250
2253
  required: never[];
2251
2254
  };
@@ -2292,6 +2295,9 @@ export declare function getTools(): ({
2292
2295
  format?: undefined;
2293
2296
  conditions?: undefined;
2294
2297
  unit?: undefined;
2298
+ content?: undefined;
2299
+ sections?: undefined;
2300
+ capability?: undefined;
2295
2301
  };
2296
2302
  required: string[];
2297
2303
  };
@@ -2350,6 +2356,9 @@ export declare function getTools(): ({
2350
2356
  format?: undefined;
2351
2357
  conditions?: undefined;
2352
2358
  unit?: undefined;
2359
+ content?: undefined;
2360
+ sections?: undefined;
2361
+ capability?: undefined;
2353
2362
  };
2354
2363
  required: string[];
2355
2364
  };
@@ -2408,6 +2417,9 @@ export declare function getTools(): ({
2408
2417
  format?: undefined;
2409
2418
  conditions?: undefined;
2410
2419
  unit?: undefined;
2420
+ content?: undefined;
2421
+ sections?: undefined;
2422
+ capability?: undefined;
2411
2423
  };
2412
2424
  required: string[];
2413
2425
  };
@@ -2457,6 +2469,9 @@ export declare function getTools(): ({
2457
2469
  format?: undefined;
2458
2470
  conditions?: undefined;
2459
2471
  unit?: undefined;
2472
+ content?: undefined;
2473
+ sections?: undefined;
2474
+ capability?: undefined;
2460
2475
  };
2461
2476
  required: string[];
2462
2477
  };
@@ -2512,6 +2527,9 @@ export declare function getTools(): ({
2512
2527
  format?: undefined;
2513
2528
  conditions?: undefined;
2514
2529
  unit?: undefined;
2530
+ content?: undefined;
2531
+ sections?: undefined;
2532
+ capability?: undefined;
2515
2533
  };
2516
2534
  required: string[];
2517
2535
  };
@@ -2561,6 +2579,9 @@ export declare function getTools(): ({
2561
2579
  format?: undefined;
2562
2580
  conditions?: undefined;
2563
2581
  unit?: undefined;
2582
+ content?: undefined;
2583
+ sections?: undefined;
2584
+ capability?: undefined;
2564
2585
  };
2565
2586
  required: never[];
2566
2587
  };
@@ -2613,6 +2634,9 @@ export declare function getTools(): ({
2613
2634
  format?: undefined;
2614
2635
  conditions?: undefined;
2615
2636
  unit?: undefined;
2637
+ content?: undefined;
2638
+ sections?: undefined;
2639
+ capability?: undefined;
2616
2640
  };
2617
2641
  required: never[];
2618
2642
  };
@@ -2674,6 +2698,9 @@ export declare function getTools(): ({
2674
2698
  format?: undefined;
2675
2699
  conditions?: undefined;
2676
2700
  unit?: undefined;
2701
+ content?: undefined;
2702
+ sections?: undefined;
2703
+ capability?: undefined;
2677
2704
  };
2678
2705
  required: string[];
2679
2706
  };
@@ -2723,6 +2750,9 @@ export declare function getTools(): ({
2723
2750
  format?: undefined;
2724
2751
  conditions?: undefined;
2725
2752
  unit?: undefined;
2753
+ content?: undefined;
2754
+ sections?: undefined;
2755
+ capability?: undefined;
2726
2756
  };
2727
2757
  required: string[];
2728
2758
  };
@@ -2769,6 +2799,9 @@ export declare function getTools(): ({
2769
2799
  format?: undefined;
2770
2800
  conditions?: undefined;
2771
2801
  unit?: undefined;
2802
+ content?: undefined;
2803
+ sections?: undefined;
2804
+ capability?: undefined;
2772
2805
  };
2773
2806
  required: string[];
2774
2807
  };
@@ -2836,6 +2869,9 @@ export declare function getTools(): ({
2836
2869
  format?: undefined;
2837
2870
  conditions?: undefined;
2838
2871
  unit?: undefined;
2872
+ content?: undefined;
2873
+ sections?: undefined;
2874
+ capability?: undefined;
2839
2875
  };
2840
2876
  required: string[];
2841
2877
  };
@@ -2888,6 +2924,9 @@ export declare function getTools(): ({
2888
2924
  format?: undefined;
2889
2925
  conditions?: undefined;
2890
2926
  unit?: undefined;
2927
+ content?: undefined;
2928
+ sections?: undefined;
2929
+ capability?: undefined;
2891
2930
  };
2892
2931
  required: never[];
2893
2932
  };
@@ -2920,6 +2959,7 @@ export declare function getTools(): ({
2920
2959
  format: {
2921
2960
  type: string;
2922
2961
  description: string;
2962
+ enum?: undefined;
2923
2963
  };
2924
2964
  search?: undefined;
2925
2965
  category?: undefined;
@@ -2949,6 +2989,9 @@ export declare function getTools(): ({
2949
2989
  status?: undefined;
2950
2990
  conditions?: undefined;
2951
2991
  unit?: undefined;
2992
+ content?: undefined;
2993
+ sections?: undefined;
2994
+ capability?: undefined;
2952
2995
  };
2953
2996
  required: string[];
2954
2997
  };
@@ -3010,6 +3053,89 @@ export declare function getTools(): ({
3010
3053
  day_of_week?: undefined;
3011
3054
  day_of_month?: undefined;
3012
3055
  format?: undefined;
3056
+ content?: undefined;
3057
+ sections?: undefined;
3058
+ capability?: undefined;
3059
+ };
3060
+ required: string[];
3061
+ };
3062
+ } | {
3063
+ name: string;
3064
+ description: string;
3065
+ inputSchema: {
3066
+ type: string;
3067
+ properties: {
3068
+ content: {
3069
+ type: string;
3070
+ description: string;
3071
+ };
3072
+ sections: {
3073
+ type: string;
3074
+ description: string;
3075
+ items: {
3076
+ type: string;
3077
+ properties: {
3078
+ content: {
3079
+ type: string;
3080
+ description: string;
3081
+ };
3082
+ title: {
3083
+ type: string;
3084
+ description: string;
3085
+ };
3086
+ capability: {
3087
+ type: string;
3088
+ description: string;
3089
+ };
3090
+ };
3091
+ required: string[];
3092
+ };
3093
+ };
3094
+ format: {
3095
+ type: string;
3096
+ enum: string[];
3097
+ description: string;
3098
+ };
3099
+ title: {
3100
+ type: string;
3101
+ description: string;
3102
+ };
3103
+ capability: {
3104
+ type: string;
3105
+ description: string;
3106
+ };
3107
+ search?: undefined;
3108
+ category?: undefined;
3109
+ limit?: undefined;
3110
+ sys_id_or_name?: undefined;
3111
+ table?: undefined;
3112
+ group_by?: undefined;
3113
+ aggregate?: undefined;
3114
+ query?: undefined;
3115
+ date_field?: undefined;
3116
+ periods?: undefined;
3117
+ widget_sys_id?: undefined;
3118
+ time_range?: undefined;
3119
+ fields?: undefined;
3120
+ active?: undefined;
3121
+ name?: undefined;
3122
+ script?: undefined;
3123
+ run_type?: undefined;
3124
+ run_time?: undefined;
3125
+ run_period?: undefined;
3126
+ sys_id?: undefined;
3127
+ type?: undefined;
3128
+ field?: undefined;
3129
+ roles?: undefined;
3130
+ job_sys_id?: undefined;
3131
+ status?: undefined;
3132
+ report_id?: undefined;
3133
+ frequency?: undefined;
3134
+ recipients?: undefined;
3135
+ day_of_week?: undefined;
3136
+ day_of_month?: undefined;
3137
+ conditions?: undefined;
3138
+ unit?: undefined;
3013
3139
  };
3014
3140
  required: string[];
3015
3141
  };
@@ -10114,6 +10240,10 @@ export declare function getTools(): ({
10114
10240
  solution_name?: undefined;
10115
10241
  model_sys_id?: undefined;
10116
10242
  topic_sys_id?: undefined;
10243
+ incident_sys_id?: undefined;
10244
+ short_description?: undefined;
10245
+ limit?: undefined;
10246
+ description?: undefined;
10117
10247
  };
10118
10248
  required: never[];
10119
10249
  };
@@ -10147,6 +10277,10 @@ export declare function getTools(): ({
10147
10277
  solution_name?: undefined;
10148
10278
  model_sys_id?: undefined;
10149
10279
  topic_sys_id?: undefined;
10280
+ incident_sys_id?: undefined;
10281
+ short_description?: undefined;
10282
+ limit?: undefined;
10283
+ description?: undefined;
10150
10284
  };
10151
10285
  required: string[];
10152
10286
  };
@@ -10177,6 +10311,10 @@ export declare function getTools(): ({
10177
10311
  solution_name?: undefined;
10178
10312
  model_sys_id?: undefined;
10179
10313
  topic_sys_id?: undefined;
10314
+ incident_sys_id?: undefined;
10315
+ short_description?: undefined;
10316
+ limit?: undefined;
10317
+ description?: undefined;
10180
10318
  };
10181
10319
  required: never[];
10182
10320
  };
@@ -10201,6 +10339,10 @@ export declare function getTools(): ({
10201
10339
  priority?: undefined;
10202
10340
  model_sys_id?: undefined;
10203
10341
  topic_sys_id?: undefined;
10342
+ incident_sys_id?: undefined;
10343
+ short_description?: undefined;
10344
+ limit?: undefined;
10345
+ description?: undefined;
10204
10346
  };
10205
10347
  required: never[];
10206
10348
  };
@@ -10228,6 +10370,10 @@ export declare function getTools(): ({
10228
10370
  solution_name?: undefined;
10229
10371
  model_sys_id?: undefined;
10230
10372
  topic_sys_id?: undefined;
10373
+ incident_sys_id?: undefined;
10374
+ short_description?: undefined;
10375
+ limit?: undefined;
10376
+ description?: undefined;
10231
10377
  };
10232
10378
  required: string[];
10233
10379
  };
@@ -10252,6 +10398,10 @@ export declare function getTools(): ({
10252
10398
  priority?: undefined;
10253
10399
  solution_name?: undefined;
10254
10400
  topic_sys_id?: undefined;
10401
+ incident_sys_id?: undefined;
10402
+ short_description?: undefined;
10403
+ limit?: undefined;
10404
+ description?: undefined;
10255
10405
  };
10256
10406
  required: string[];
10257
10407
  };
@@ -10279,6 +10429,10 @@ export declare function getTools(): ({
10279
10429
  priority?: undefined;
10280
10430
  solution_name?: undefined;
10281
10431
  topic_sys_id?: undefined;
10432
+ incident_sys_id?: undefined;
10433
+ short_description?: undefined;
10434
+ limit?: undefined;
10435
+ description?: undefined;
10282
10436
  };
10283
10437
  required: string[];
10284
10438
  };
@@ -10306,6 +10460,10 @@ export declare function getTools(): ({
10306
10460
  priority?: undefined;
10307
10461
  solution_name?: undefined;
10308
10462
  model_sys_id?: undefined;
10463
+ incident_sys_id?: undefined;
10464
+ short_description?: undefined;
10465
+ limit?: undefined;
10466
+ description?: undefined;
10309
10467
  };
10310
10468
  required: never[];
10311
10469
  };
@@ -10333,6 +10491,78 @@ export declare function getTools(): ({
10333
10491
  solution_name?: undefined;
10334
10492
  model_sys_id?: undefined;
10335
10493
  topic_sys_id?: undefined;
10494
+ incident_sys_id?: undefined;
10495
+ short_description?: undefined;
10496
+ limit?: undefined;
10497
+ description?: undefined;
10498
+ };
10499
+ required: string[];
10500
+ };
10501
+ } | {
10502
+ name: string;
10503
+ description: string;
10504
+ inputSchema: {
10505
+ type: string;
10506
+ properties: {
10507
+ incident_sys_id: {
10508
+ type: string;
10509
+ description: string;
10510
+ };
10511
+ short_description: {
10512
+ type: string;
10513
+ description: string;
10514
+ };
10515
+ limit: {
10516
+ type: string;
10517
+ description: string;
10518
+ };
10519
+ change_sys_id?: undefined;
10520
+ type?: undefined;
10521
+ category?: undefined;
10522
+ table?: undefined;
10523
+ field?: undefined;
10524
+ days?: undefined;
10525
+ threshold?: undefined;
10526
+ days_ahead?: undefined;
10527
+ priority?: undefined;
10528
+ solution_name?: undefined;
10529
+ model_sys_id?: undefined;
10530
+ topic_sys_id?: undefined;
10531
+ description?: undefined;
10532
+ };
10533
+ required: never[];
10534
+ };
10535
+ } | {
10536
+ name: string;
10537
+ description: string;
10538
+ inputSchema: {
10539
+ type: string;
10540
+ properties: {
10541
+ short_description: {
10542
+ type: string;
10543
+ description: string;
10544
+ };
10545
+ description: {
10546
+ type: string;
10547
+ description: string;
10548
+ };
10549
+ table: {
10550
+ type: string;
10551
+ description: string;
10552
+ };
10553
+ change_sys_id?: undefined;
10554
+ type?: undefined;
10555
+ category?: undefined;
10556
+ field?: undefined;
10557
+ days?: undefined;
10558
+ threshold?: undefined;
10559
+ days_ahead?: undefined;
10560
+ priority?: undefined;
10561
+ solution_name?: undefined;
10562
+ model_sys_id?: undefined;
10563
+ topic_sys_id?: undefined;
10564
+ incident_sys_id?: undefined;
10565
+ limit?: undefined;
10336
10566
  };
10337
10567
  required: string[];
10338
10568
  };
@@ -11642,6 +11872,10 @@ export declare function getTools(): ({
11642
11872
  operations?: undefined;
11643
11873
  script?: undefined;
11644
11874
  scope?: undefined;
11875
+ topic?: undefined;
11876
+ name?: undefined;
11877
+ template?: undefined;
11878
+ directory?: undefined;
11645
11879
  };
11646
11880
  required: string[];
11647
11881
  };
@@ -11692,6 +11926,10 @@ export declare function getTools(): ({
11692
11926
  displayValue?: undefined;
11693
11927
  script?: undefined;
11694
11928
  scope?: undefined;
11929
+ topic?: undefined;
11930
+ name?: undefined;
11931
+ template?: undefined;
11932
+ directory?: undefined;
11695
11933
  };
11696
11934
  required: string[];
11697
11935
  };
@@ -11720,6 +11958,608 @@ export declare function getTools(): ({
11720
11958
  limit?: undefined;
11721
11959
  displayValue?: undefined;
11722
11960
  operations?: undefined;
11961
+ topic?: undefined;
11962
+ name?: undefined;
11963
+ template?: undefined;
11964
+ directory?: undefined;
11965
+ };
11966
+ required: string[];
11967
+ };
11968
+ } | {
11969
+ name: string;
11970
+ description: string;
11971
+ inputSchema: {
11972
+ type: string;
11973
+ properties: {
11974
+ topic: {
11975
+ type: string;
11976
+ description: string;
11977
+ };
11978
+ table?: undefined;
11979
+ where?: undefined;
11980
+ orWhere?: undefined;
11981
+ select?: undefined;
11982
+ aggregate?: undefined;
11983
+ aggregateField?: undefined;
11984
+ groupBy?: undefined;
11985
+ orderBy?: undefined;
11986
+ limit?: undefined;
11987
+ displayValue?: undefined;
11988
+ operations?: undefined;
11989
+ script?: undefined;
11990
+ scope?: undefined;
11991
+ name?: undefined;
11992
+ template?: undefined;
11993
+ directory?: undefined;
11994
+ };
11995
+ required: string[];
11996
+ };
11997
+ } | {
11998
+ name: string;
11999
+ description: string;
12000
+ inputSchema: {
12001
+ type: string;
12002
+ properties: {
12003
+ name: {
12004
+ type: string;
12005
+ description: string;
12006
+ };
12007
+ template: {
12008
+ type: string;
12009
+ description: string;
12010
+ };
12011
+ directory: {
12012
+ type: string;
12013
+ description: string;
12014
+ };
12015
+ table?: undefined;
12016
+ where?: undefined;
12017
+ orWhere?: undefined;
12018
+ select?: undefined;
12019
+ aggregate?: undefined;
12020
+ aggregateField?: undefined;
12021
+ groupBy?: undefined;
12022
+ orderBy?: undefined;
12023
+ limit?: undefined;
12024
+ displayValue?: undefined;
12025
+ operations?: undefined;
12026
+ script?: undefined;
12027
+ scope?: undefined;
12028
+ topic?: undefined;
12029
+ };
12030
+ required: string[];
12031
+ };
12032
+ } | {
12033
+ name: string;
12034
+ description: string;
12035
+ inputSchema: {
12036
+ type: string;
12037
+ properties: {
12038
+ directory: {
12039
+ type: string;
12040
+ description: string;
12041
+ };
12042
+ table?: undefined;
12043
+ where?: undefined;
12044
+ orWhere?: undefined;
12045
+ select?: undefined;
12046
+ aggregate?: undefined;
12047
+ aggregateField?: undefined;
12048
+ groupBy?: undefined;
12049
+ orderBy?: undefined;
12050
+ limit?: undefined;
12051
+ displayValue?: undefined;
12052
+ operations?: undefined;
12053
+ script?: undefined;
12054
+ scope?: undefined;
12055
+ topic?: undefined;
12056
+ name?: undefined;
12057
+ template?: undefined;
12058
+ };
12059
+ required: never[];
12060
+ };
12061
+ } | {
12062
+ name: string;
12063
+ description: string;
12064
+ inputSchema: {
12065
+ type: string;
12066
+ properties: {
12067
+ name: {
12068
+ type: string;
12069
+ description: string;
12070
+ };
12071
+ description: {
12072
+ type: string;
12073
+ description: string;
12074
+ };
12075
+ input_schema: {
12076
+ type: string;
12077
+ description: string;
12078
+ };
12079
+ output_schema: {
12080
+ type: string;
12081
+ description: string;
12082
+ };
12083
+ prompt_template: {
12084
+ type: string;
12085
+ description: string;
12086
+ };
12087
+ model: {
12088
+ type: string;
12089
+ description: string;
12090
+ };
12091
+ active?: undefined;
12092
+ limit?: undefined;
12093
+ query?: undefined;
12094
+ sys_id?: undefined;
12095
+ skill_sys_id?: undefined;
12096
+ test_input?: undefined;
12097
+ };
12098
+ required: string[];
12099
+ };
12100
+ } | {
12101
+ name: string;
12102
+ description: string;
12103
+ inputSchema: {
12104
+ type: string;
12105
+ properties: {
12106
+ active: {
12107
+ type: string;
12108
+ description: string;
12109
+ };
12110
+ limit: {
12111
+ type: string;
12112
+ description: string;
12113
+ };
12114
+ query: {
12115
+ type: string;
12116
+ description: string;
12117
+ };
12118
+ name?: undefined;
12119
+ description?: undefined;
12120
+ input_schema?: undefined;
12121
+ output_schema?: undefined;
12122
+ prompt_template?: undefined;
12123
+ model?: undefined;
12124
+ sys_id?: undefined;
12125
+ skill_sys_id?: undefined;
12126
+ test_input?: undefined;
12127
+ };
12128
+ required: never[];
12129
+ };
12130
+ } | {
12131
+ name: string;
12132
+ description: string;
12133
+ inputSchema: {
12134
+ type: string;
12135
+ properties: {
12136
+ sys_id: {
12137
+ type: string;
12138
+ description: string;
12139
+ };
12140
+ name?: undefined;
12141
+ description?: undefined;
12142
+ input_schema?: undefined;
12143
+ output_schema?: undefined;
12144
+ prompt_template?: undefined;
12145
+ model?: undefined;
12146
+ active?: undefined;
12147
+ limit?: undefined;
12148
+ query?: undefined;
12149
+ skill_sys_id?: undefined;
12150
+ test_input?: undefined;
12151
+ };
12152
+ required: string[];
12153
+ };
12154
+ } | {
12155
+ name: string;
12156
+ description: string;
12157
+ inputSchema: {
12158
+ type: string;
12159
+ properties: {
12160
+ skill_sys_id: {
12161
+ type: string;
12162
+ description: string;
12163
+ };
12164
+ test_input: {
12165
+ type: string;
12166
+ description: string;
12167
+ };
12168
+ name?: undefined;
12169
+ description?: undefined;
12170
+ input_schema?: undefined;
12171
+ output_schema?: undefined;
12172
+ prompt_template?: undefined;
12173
+ model?: undefined;
12174
+ active?: undefined;
12175
+ limit?: undefined;
12176
+ query?: undefined;
12177
+ sys_id?: undefined;
12178
+ };
12179
+ required: string[];
12180
+ };
12181
+ } | {
12182
+ name: string;
12183
+ description: string;
12184
+ inputSchema: {
12185
+ type: string;
12186
+ properties: {
12187
+ name: {
12188
+ type: string;
12189
+ description: string;
12190
+ };
12191
+ description: {
12192
+ type: string;
12193
+ description: string;
12194
+ };
12195
+ capabilities: {
12196
+ type: string;
12197
+ items: {
12198
+ type: string;
12199
+ };
12200
+ description: string;
12201
+ };
12202
+ auto_generate_acls: {
12203
+ type: string;
12204
+ description: string;
12205
+ };
12206
+ active?: undefined;
12207
+ limit?: undefined;
12208
+ sys_id?: undefined;
12209
+ agent_sys_id?: undefined;
12210
+ steps?: undefined;
12211
+ trigger_conditions?: undefined;
12212
+ };
12213
+ required: string[];
12214
+ };
12215
+ } | {
12216
+ name: string;
12217
+ description: string;
12218
+ inputSchema: {
12219
+ type: string;
12220
+ properties: {
12221
+ active: {
12222
+ type: string;
12223
+ description: string;
12224
+ };
12225
+ limit: {
12226
+ type: string;
12227
+ description: string;
12228
+ };
12229
+ name?: undefined;
12230
+ description?: undefined;
12231
+ capabilities?: undefined;
12232
+ auto_generate_acls?: undefined;
12233
+ sys_id?: undefined;
12234
+ agent_sys_id?: undefined;
12235
+ steps?: undefined;
12236
+ trigger_conditions?: undefined;
12237
+ };
12238
+ required: never[];
12239
+ };
12240
+ } | {
12241
+ name: string;
12242
+ description: string;
12243
+ inputSchema: {
12244
+ type: string;
12245
+ properties: {
12246
+ sys_id: {
12247
+ type: string;
12248
+ description: string;
12249
+ };
12250
+ name?: undefined;
12251
+ description?: undefined;
12252
+ capabilities?: undefined;
12253
+ auto_generate_acls?: undefined;
12254
+ active?: undefined;
12255
+ limit?: undefined;
12256
+ agent_sys_id?: undefined;
12257
+ steps?: undefined;
12258
+ trigger_conditions?: undefined;
12259
+ };
12260
+ required: string[];
12261
+ };
12262
+ } | {
12263
+ name: string;
12264
+ description: string;
12265
+ inputSchema: {
12266
+ type: string;
12267
+ properties: {
12268
+ name: {
12269
+ type: string;
12270
+ description: string;
12271
+ };
12272
+ description: {
12273
+ type: string;
12274
+ description: string;
12275
+ };
12276
+ agent_sys_id: {
12277
+ type: string;
12278
+ description: string;
12279
+ };
12280
+ steps: {
12281
+ type: string;
12282
+ description: string;
12283
+ items: {
12284
+ type: string;
12285
+ properties: {
12286
+ name: {
12287
+ type: string;
12288
+ description: string;
12289
+ };
12290
+ action: {
12291
+ type: string;
12292
+ description: string;
12293
+ };
12294
+ inputs: {
12295
+ type: string;
12296
+ description: string;
12297
+ };
12298
+ condition: {
12299
+ type: string;
12300
+ description: string;
12301
+ };
12302
+ };
12303
+ required: string[];
12304
+ };
12305
+ };
12306
+ trigger_conditions: {
12307
+ type: string;
12308
+ description: string;
12309
+ };
12310
+ capabilities?: undefined;
12311
+ auto_generate_acls?: undefined;
12312
+ active?: undefined;
12313
+ limit?: undefined;
12314
+ sys_id?: undefined;
12315
+ };
12316
+ required: string[];
12317
+ };
12318
+ } | {
12319
+ name: string;
12320
+ description: string;
12321
+ inputSchema: {
12322
+ type: string;
12323
+ properties: {
12324
+ ci_class: {
12325
+ type: string;
12326
+ description: string;
12327
+ };
12328
+ match_fields: {
12329
+ type: string;
12330
+ items: {
12331
+ type: string;
12332
+ };
12333
+ description: string;
12334
+ };
12335
+ limit: {
12336
+ type: string;
12337
+ description: string;
12338
+ };
12339
+ days_threshold?: undefined;
12340
+ action?: undefined;
12341
+ targets?: undefined;
12342
+ dry_run?: undefined;
12343
+ };
12344
+ required: never[];
12345
+ };
12346
+ } | {
12347
+ name: string;
12348
+ description: string;
12349
+ inputSchema: {
12350
+ type: string;
12351
+ properties: {
12352
+ ci_class: {
12353
+ type: string;
12354
+ description: string;
12355
+ };
12356
+ limit: {
12357
+ type: string;
12358
+ description: string;
12359
+ };
12360
+ match_fields?: undefined;
12361
+ days_threshold?: undefined;
12362
+ action?: undefined;
12363
+ targets?: undefined;
12364
+ dry_run?: undefined;
12365
+ };
12366
+ required: never[];
12367
+ };
12368
+ } | {
12369
+ name: string;
12370
+ description: string;
12371
+ inputSchema: {
12372
+ type: string;
12373
+ properties: {
12374
+ ci_class: {
12375
+ type: string;
12376
+ description: string;
12377
+ };
12378
+ days_threshold: {
12379
+ type: string;
12380
+ description: string;
12381
+ };
12382
+ limit: {
12383
+ type: string;
12384
+ description: string;
12385
+ };
12386
+ match_fields?: undefined;
12387
+ action?: undefined;
12388
+ targets?: undefined;
12389
+ dry_run?: undefined;
12390
+ };
12391
+ required: never[];
12392
+ };
12393
+ } | {
12394
+ name: string;
12395
+ description: string;
12396
+ inputSchema: {
12397
+ type: string;
12398
+ properties: {
12399
+ action: {
12400
+ type: string;
12401
+ enum: string[];
12402
+ description: string;
12403
+ };
12404
+ targets: {
12405
+ type: string;
12406
+ items: {
12407
+ type: string;
12408
+ };
12409
+ description: string;
12410
+ };
12411
+ dry_run: {
12412
+ type: string;
12413
+ description: string;
12414
+ };
12415
+ ci_class?: undefined;
12416
+ match_fields?: undefined;
12417
+ limit?: undefined;
12418
+ days_threshold?: undefined;
12419
+ };
12420
+ required: string[];
12421
+ };
12422
+ } | {
12423
+ name: string;
12424
+ description: string;
12425
+ inputSchema: {
12426
+ type: string;
12427
+ properties: {
12428
+ name: {
12429
+ type: string;
12430
+ description: string;
12431
+ };
12432
+ description: {
12433
+ type: string;
12434
+ description: string;
12435
+ };
12436
+ steps: {
12437
+ type: string;
12438
+ description: string;
12439
+ items: {
12440
+ type: string;
12441
+ properties: {
12442
+ tool_name: {
12443
+ type: string;
12444
+ description: string;
12445
+ };
12446
+ args_template: {
12447
+ type: string;
12448
+ description: string;
12449
+ };
12450
+ condition: {
12451
+ type: string;
12452
+ description: string;
12453
+ };
12454
+ on_error: {
12455
+ type: string;
12456
+ enum: string[];
12457
+ description: string;
12458
+ };
12459
+ };
12460
+ required: string[];
12461
+ };
12462
+ };
12463
+ playbook?: undefined;
12464
+ context?: undefined;
12465
+ dry_run?: undefined;
12466
+ limit?: undefined;
12467
+ };
12468
+ required: string[];
12469
+ };
12470
+ } | {
12471
+ name: string;
12472
+ description: string;
12473
+ inputSchema: {
12474
+ type: string;
12475
+ properties: {
12476
+ playbook: {
12477
+ type: string;
12478
+ description: string;
12479
+ properties: {
12480
+ name: {
12481
+ type: string;
12482
+ };
12483
+ description: {
12484
+ type: string;
12485
+ };
12486
+ steps: {
12487
+ type: string;
12488
+ items: {
12489
+ type: string;
12490
+ properties: {
12491
+ tool_name: {
12492
+ type: string;
12493
+ };
12494
+ args_template: {
12495
+ type: string;
12496
+ };
12497
+ condition: {
12498
+ type: string;
12499
+ };
12500
+ on_error: {
12501
+ type: string;
12502
+ enum: string[];
12503
+ };
12504
+ };
12505
+ required: string[];
12506
+ };
12507
+ };
12508
+ };
12509
+ required: string[];
12510
+ };
12511
+ context: {
12512
+ type: string;
12513
+ description: string;
12514
+ };
12515
+ dry_run: {
12516
+ type: string;
12517
+ description: string;
12518
+ };
12519
+ name?: undefined;
12520
+ description?: undefined;
12521
+ steps?: undefined;
12522
+ limit?: undefined;
12523
+ };
12524
+ required: string[];
12525
+ };
12526
+ } | {
12527
+ name: string;
12528
+ description: string;
12529
+ inputSchema: {
12530
+ type: string;
12531
+ properties: {
12532
+ limit: {
12533
+ type: string;
12534
+ description: string;
12535
+ };
12536
+ name?: undefined;
12537
+ description?: undefined;
12538
+ steps?: undefined;
12539
+ playbook?: undefined;
12540
+ context?: undefined;
12541
+ dry_run?: undefined;
12542
+ };
12543
+ required: never[];
12544
+ };
12545
+ } | import("./schema-cache.js").DynamicToolDefinition | {
12546
+ name: string;
12547
+ description: string;
12548
+ inputSchema: {
12549
+ type: string;
12550
+ properties: {
12551
+ table: {
12552
+ type: string;
12553
+ description: string;
12554
+ };
12555
+ operations: {
12556
+ type: string;
12557
+ description: string;
12558
+ items: {
12559
+ type: string;
12560
+ enum: string[];
12561
+ };
12562
+ };
11723
12563
  };
11724
12564
  required: string[];
11725
12565
  };