erosolar-cli 1.7.195 → 1.7.196

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 (1085) hide show
  1. package/dist/StringUtils.d.ts +8 -0
  2. package/dist/StringUtils.d.ts.map +1 -0
  3. package/dist/StringUtils.js +11 -0
  4. package/dist/StringUtils.js.map +1 -0
  5. package/dist/adapters/browser/index.d.ts +12 -0
  6. package/dist/adapters/browser/index.d.ts.map +1 -0
  7. package/dist/adapters/browser/index.js +11 -0
  8. package/dist/adapters/browser/index.js.map +1 -0
  9. package/dist/adapters/node/index.d.ts +17 -0
  10. package/dist/adapters/node/index.d.ts.map +1 -0
  11. package/dist/adapters/node/index.js +35 -0
  12. package/dist/adapters/node/index.js.map +1 -0
  13. package/dist/adapters/remote/index.d.ts +13 -0
  14. package/dist/adapters/remote/index.d.ts.map +1 -0
  15. package/dist/adapters/remote/index.js +20 -0
  16. package/dist/adapters/remote/index.js.map +1 -0
  17. package/dist/adapters/types.d.ts +14 -0
  18. package/dist/adapters/types.d.ts.map +1 -0
  19. package/dist/adapters/types.js +2 -0
  20. package/dist/adapters/types.js.map +1 -0
  21. package/dist/alpha-zero/agentWrapper.d.ts +84 -0
  22. package/dist/alpha-zero/agentWrapper.d.ts.map +1 -0
  23. package/dist/alpha-zero/agentWrapper.js +171 -0
  24. package/dist/alpha-zero/agentWrapper.js.map +1 -0
  25. package/dist/alpha-zero/codeEvaluator.d.ts +25 -0
  26. package/dist/alpha-zero/codeEvaluator.d.ts.map +1 -0
  27. package/dist/alpha-zero/codeEvaluator.js +273 -0
  28. package/dist/alpha-zero/codeEvaluator.js.map +1 -0
  29. package/dist/alpha-zero/competitiveRunner.d.ts +66 -0
  30. package/dist/alpha-zero/competitiveRunner.d.ts.map +1 -0
  31. package/dist/alpha-zero/competitiveRunner.js +224 -0
  32. package/dist/alpha-zero/competitiveRunner.js.map +1 -0
  33. package/dist/alpha-zero/index.d.ts +67 -0
  34. package/dist/alpha-zero/index.d.ts.map +1 -0
  35. package/dist/alpha-zero/index.js +99 -0
  36. package/dist/alpha-zero/index.js.map +1 -0
  37. package/dist/alpha-zero/introspection.d.ts +128 -0
  38. package/dist/alpha-zero/introspection.d.ts.map +1 -0
  39. package/dist/alpha-zero/introspection.js +300 -0
  40. package/dist/alpha-zero/introspection.js.map +1 -0
  41. package/dist/alpha-zero/metricsTracker.d.ts +71 -0
  42. package/dist/alpha-zero/metricsTracker.d.ts.map +1 -0
  43. package/dist/alpha-zero/metricsTracker.js +209 -0
  44. package/dist/alpha-zero/metricsTracker.js.map +1 -0
  45. package/dist/alpha-zero/security/core.d.ts +125 -0
  46. package/dist/alpha-zero/security/core.d.ts.map +1 -0
  47. package/dist/alpha-zero/security/core.js +271 -0
  48. package/dist/alpha-zero/security/core.js.map +1 -0
  49. package/dist/alpha-zero/security/google.d.ts +125 -0
  50. package/dist/alpha-zero/security/google.d.ts.map +1 -0
  51. package/dist/alpha-zero/security/google.js +311 -0
  52. package/dist/alpha-zero/security/google.js.map +1 -0
  53. package/dist/alpha-zero/security/googleLoader.d.ts +17 -0
  54. package/dist/alpha-zero/security/googleLoader.d.ts.map +1 -0
  55. package/dist/alpha-zero/security/googleLoader.js +41 -0
  56. package/dist/alpha-zero/security/googleLoader.js.map +1 -0
  57. package/dist/alpha-zero/security/index.d.ts +29 -0
  58. package/dist/alpha-zero/security/index.d.ts.map +1 -0
  59. package/dist/alpha-zero/security/index.js +32 -0
  60. package/dist/alpha-zero/security/index.js.map +1 -0
  61. package/dist/alpha-zero/security/simulation.d.ts +124 -0
  62. package/dist/alpha-zero/security/simulation.d.ts.map +1 -0
  63. package/dist/alpha-zero/security/simulation.js +277 -0
  64. package/dist/alpha-zero/security/simulation.js.map +1 -0
  65. package/dist/alpha-zero/selfModification.d.ts +109 -0
  66. package/dist/alpha-zero/selfModification.d.ts.map +1 -0
  67. package/dist/alpha-zero/selfModification.js +233 -0
  68. package/dist/alpha-zero/selfModification.js.map +1 -0
  69. package/dist/alpha-zero/types.d.ts +170 -0
  70. package/dist/alpha-zero/types.d.ts.map +1 -0
  71. package/dist/alpha-zero/types.js +31 -0
  72. package/dist/alpha-zero/types.js.map +1 -0
  73. package/dist/bin/erosolar.d.ts +9 -0
  74. package/dist/bin/erosolar.d.ts.map +1 -0
  75. package/dist/bin/erosolar.js +88 -0
  76. package/dist/bin/erosolar.js.map +1 -0
  77. package/dist/bin/selfTest.d.ts +14 -0
  78. package/dist/bin/selfTest.d.ts.map +1 -0
  79. package/dist/bin/selfTest.js +304 -0
  80. package/dist/bin/selfTest.js.map +1 -0
  81. package/dist/browser/BrowserSessionManager.d.ts +307 -0
  82. package/dist/browser/BrowserSessionManager.d.ts.map +1 -0
  83. package/dist/browser/BrowserSessionManager.js +713 -0
  84. package/dist/browser/BrowserSessionManager.js.map +1 -0
  85. package/dist/capabilities/advancedTestGenerationCapability.d.ts +17 -0
  86. package/dist/capabilities/advancedTestGenerationCapability.d.ts.map +1 -0
  87. package/dist/capabilities/advancedTestGenerationCapability.js +28 -0
  88. package/dist/capabilities/advancedTestGenerationCapability.js.map +1 -0
  89. package/dist/capabilities/agentSpawningCapability.d.ts +6 -0
  90. package/dist/capabilities/agentSpawningCapability.d.ts.map +1 -0
  91. package/dist/capabilities/agentSpawningCapability.js +115 -0
  92. package/dist/capabilities/agentSpawningCapability.js.map +1 -0
  93. package/dist/capabilities/askUserCapability.d.ts +21 -0
  94. package/dist/capabilities/askUserCapability.d.ts.map +1 -0
  95. package/dist/capabilities/askUserCapability.js +155 -0
  96. package/dist/capabilities/askUserCapability.js.map +1 -0
  97. package/dist/capabilities/bashCapability.d.ts +13 -0
  98. package/dist/capabilities/bashCapability.d.ts.map +1 -0
  99. package/dist/capabilities/bashCapability.js +24 -0
  100. package/dist/capabilities/bashCapability.js.map +1 -0
  101. package/dist/capabilities/browserAutomationCapability.d.ts +37 -0
  102. package/dist/capabilities/browserAutomationCapability.d.ts.map +1 -0
  103. package/dist/capabilities/browserAutomationCapability.js +49 -0
  104. package/dist/capabilities/browserAutomationCapability.js.map +1 -0
  105. package/dist/capabilities/cloudCapability.d.ts +13 -0
  106. package/dist/capabilities/cloudCapability.d.ts.map +1 -0
  107. package/dist/capabilities/cloudCapability.js +38 -0
  108. package/dist/capabilities/cloudCapability.js.map +1 -0
  109. package/dist/capabilities/codeAnalysisCapability.d.ts +13 -0
  110. package/dist/capabilities/codeAnalysisCapability.d.ts.map +1 -0
  111. package/dist/capabilities/codeAnalysisCapability.js +24 -0
  112. package/dist/capabilities/codeAnalysisCapability.js.map +1 -0
  113. package/dist/capabilities/codeGenerationCapability.d.ts +13 -0
  114. package/dist/capabilities/codeGenerationCapability.d.ts.map +1 -0
  115. package/dist/capabilities/codeGenerationCapability.js +25 -0
  116. package/dist/capabilities/codeGenerationCapability.js.map +1 -0
  117. package/dist/capabilities/codeQualityCapability.d.ts +13 -0
  118. package/dist/capabilities/codeQualityCapability.d.ts.map +1 -0
  119. package/dist/capabilities/codeQualityCapability.js +25 -0
  120. package/dist/capabilities/codeQualityCapability.js.map +1 -0
  121. package/dist/capabilities/dependencySecurityCapability.d.ts +13 -0
  122. package/dist/capabilities/dependencySecurityCapability.d.ts.map +1 -0
  123. package/dist/capabilities/dependencySecurityCapability.js +24 -0
  124. package/dist/capabilities/dependencySecurityCapability.js.map +1 -0
  125. package/dist/capabilities/devCapability.d.ts +13 -0
  126. package/dist/capabilities/devCapability.d.ts.map +1 -0
  127. package/dist/capabilities/devCapability.js +24 -0
  128. package/dist/capabilities/devCapability.js.map +1 -0
  129. package/dist/capabilities/editCapability.d.ts +17 -0
  130. package/dist/capabilities/editCapability.d.ts.map +1 -0
  131. package/dist/capabilities/editCapability.js +27 -0
  132. package/dist/capabilities/editCapability.js.map +1 -0
  133. package/dist/capabilities/emailCapability.d.ts +12 -0
  134. package/dist/capabilities/emailCapability.d.ts.map +1 -0
  135. package/dist/capabilities/emailCapability.js +22 -0
  136. package/dist/capabilities/emailCapability.js.map +1 -0
  137. package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts +17 -0
  138. package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts.map +1 -0
  139. package/dist/capabilities/enhancedCodeIntelligenceCapability.js +28 -0
  140. package/dist/capabilities/enhancedCodeIntelligenceCapability.js.map +1 -0
  141. package/dist/capabilities/enhancedDevWorkflowCapability.d.ts +17 -0
  142. package/dist/capabilities/enhancedDevWorkflowCapability.d.ts.map +1 -0
  143. package/dist/capabilities/enhancedDevWorkflowCapability.js +28 -0
  144. package/dist/capabilities/enhancedDevWorkflowCapability.js.map +1 -0
  145. package/dist/capabilities/enhancedGitCapability.d.ts +7 -0
  146. package/dist/capabilities/enhancedGitCapability.d.ts.map +1 -0
  147. package/dist/capabilities/enhancedGitCapability.js +220 -0
  148. package/dist/capabilities/enhancedGitCapability.js.map +1 -0
  149. package/dist/capabilities/filesystemCapability.d.ts +13 -0
  150. package/dist/capabilities/filesystemCapability.d.ts.map +1 -0
  151. package/dist/capabilities/filesystemCapability.js +24 -0
  152. package/dist/capabilities/filesystemCapability.js.map +1 -0
  153. package/dist/capabilities/frontendTestingCapability.d.ts +13 -0
  154. package/dist/capabilities/frontendTestingCapability.d.ts.map +1 -0
  155. package/dist/capabilities/frontendTestingCapability.js +28 -0
  156. package/dist/capabilities/frontendTestingCapability.js.map +1 -0
  157. package/dist/capabilities/globCapability.d.ts +17 -0
  158. package/dist/capabilities/globCapability.d.ts.map +1 -0
  159. package/dist/capabilities/globCapability.js +27 -0
  160. package/dist/capabilities/globCapability.js.map +1 -0
  161. package/dist/capabilities/index.d.ts +25 -0
  162. package/dist/capabilities/index.d.ts.map +1 -0
  163. package/dist/capabilities/index.js +25 -0
  164. package/dist/capabilities/index.js.map +1 -0
  165. package/dist/capabilities/interactionCapability.d.ts +12 -0
  166. package/dist/capabilities/interactionCapability.d.ts.map +1 -0
  167. package/dist/capabilities/interactionCapability.js +22 -0
  168. package/dist/capabilities/interactionCapability.js.map +1 -0
  169. package/dist/capabilities/learnCapability.d.ts +13 -0
  170. package/dist/capabilities/learnCapability.d.ts.map +1 -0
  171. package/dist/capabilities/learnCapability.js +24 -0
  172. package/dist/capabilities/learnCapability.js.map +1 -0
  173. package/dist/capabilities/mcpCapability.d.ts +6 -0
  174. package/dist/capabilities/mcpCapability.d.ts.map +1 -0
  175. package/dist/capabilities/mcpCapability.js +19 -0
  176. package/dist/capabilities/mcpCapability.js.map +1 -0
  177. package/dist/capabilities/notebookCapability.d.ts +17 -0
  178. package/dist/capabilities/notebookCapability.d.ts.map +1 -0
  179. package/dist/capabilities/notebookCapability.js +27 -0
  180. package/dist/capabilities/notebookCapability.js.map +1 -0
  181. package/dist/capabilities/performanceMonitoringCapability.d.ts +108 -0
  182. package/dist/capabilities/performanceMonitoringCapability.d.ts.map +1 -0
  183. package/dist/capabilities/performanceMonitoringCapability.js +176 -0
  184. package/dist/capabilities/performanceMonitoringCapability.js.map +1 -0
  185. package/dist/capabilities/planningCapability.d.ts +16 -0
  186. package/dist/capabilities/planningCapability.d.ts.map +1 -0
  187. package/dist/capabilities/planningCapability.js +26 -0
  188. package/dist/capabilities/planningCapability.js.map +1 -0
  189. package/dist/capabilities/refactoringCapability.d.ts +13 -0
  190. package/dist/capabilities/refactoringCapability.d.ts.map +1 -0
  191. package/dist/capabilities/refactoringCapability.js +25 -0
  192. package/dist/capabilities/refactoringCapability.js.map +1 -0
  193. package/dist/capabilities/repoChecksCapability.d.ts +10 -0
  194. package/dist/capabilities/repoChecksCapability.d.ts.map +1 -0
  195. package/dist/capabilities/repoChecksCapability.js +24 -0
  196. package/dist/capabilities/repoChecksCapability.js.map +1 -0
  197. package/dist/capabilities/searchCapability.d.ts +13 -0
  198. package/dist/capabilities/searchCapability.d.ts.map +1 -0
  199. package/dist/capabilities/searchCapability.js +24 -0
  200. package/dist/capabilities/searchCapability.js.map +1 -0
  201. package/dist/capabilities/skillCapability.d.ts +3 -0
  202. package/dist/capabilities/skillCapability.d.ts.map +1 -0
  203. package/dist/capabilities/skillCapability.js +77 -0
  204. package/dist/capabilities/skillCapability.js.map +1 -0
  205. package/dist/capabilities/taskManagementCapability.d.ts +12 -0
  206. package/dist/capabilities/taskManagementCapability.d.ts.map +1 -0
  207. package/dist/capabilities/taskManagementCapability.js +22 -0
  208. package/dist/capabilities/taskManagementCapability.js.map +1 -0
  209. package/dist/capabilities/testingCapability.d.ts +13 -0
  210. package/dist/capabilities/testingCapability.d.ts.map +1 -0
  211. package/dist/capabilities/testingCapability.js +25 -0
  212. package/dist/capabilities/testingCapability.js.map +1 -0
  213. package/dist/capabilities/todoCapability.d.ts +19 -0
  214. package/dist/capabilities/todoCapability.d.ts.map +1 -0
  215. package/dist/capabilities/todoCapability.js +169 -0
  216. package/dist/capabilities/todoCapability.js.map +1 -0
  217. package/dist/capabilities/toolManifest.d.ts +3 -0
  218. package/dist/capabilities/toolManifest.d.ts.map +1 -0
  219. package/dist/capabilities/toolManifest.js +160 -0
  220. package/dist/capabilities/toolManifest.js.map +1 -0
  221. package/dist/capabilities/toolRegistry.d.ts +22 -0
  222. package/dist/capabilities/toolRegistry.d.ts.map +1 -0
  223. package/dist/capabilities/toolRegistry.js +115 -0
  224. package/dist/capabilities/toolRegistry.js.map +1 -0
  225. package/dist/capabilities/validationCapability.d.ts +13 -0
  226. package/dist/capabilities/validationCapability.d.ts.map +1 -0
  227. package/dist/capabilities/validationCapability.js +24 -0
  228. package/dist/capabilities/validationCapability.js.map +1 -0
  229. package/dist/capabilities/webCapability.d.ts +12 -0
  230. package/dist/capabilities/webCapability.d.ts.map +1 -0
  231. package/dist/capabilities/webCapability.js +22 -0
  232. package/dist/capabilities/webCapability.js.map +1 -0
  233. package/dist/config.d.ts +25 -0
  234. package/dist/config.d.ts.map +1 -0
  235. package/dist/config.js +140 -0
  236. package/dist/config.js.map +1 -0
  237. package/dist/contracts/v1/agent.d.ts +147 -0
  238. package/dist/contracts/v1/agent.d.ts.map +1 -0
  239. package/dist/contracts/v1/agent.js +8 -0
  240. package/dist/contracts/v1/agent.js.map +1 -0
  241. package/dist/contracts/v1/agentProfileManifest.d.ts +60 -0
  242. package/dist/contracts/v1/agentProfileManifest.d.ts.map +1 -0
  243. package/dist/contracts/v1/agentProfileManifest.js +9 -0
  244. package/dist/contracts/v1/agentProfileManifest.js.map +1 -0
  245. package/dist/contracts/v1/agentRules.d.ts +60 -0
  246. package/dist/contracts/v1/agentRules.d.ts.map +1 -0
  247. package/dist/contracts/v1/agentRules.js +10 -0
  248. package/dist/contracts/v1/agentRules.js.map +1 -0
  249. package/dist/contracts/v1/provider.d.ts +149 -0
  250. package/dist/contracts/v1/provider.d.ts.map +1 -0
  251. package/dist/contracts/v1/provider.js +7 -0
  252. package/dist/contracts/v1/provider.js.map +1 -0
  253. package/dist/contracts/v1/tool.d.ts +136 -0
  254. package/dist/contracts/v1/tool.d.ts.map +1 -0
  255. package/dist/contracts/v1/tool.js +7 -0
  256. package/dist/contracts/v1/tool.js.map +1 -0
  257. package/dist/contracts/v1/toolAccess.d.ts +43 -0
  258. package/dist/contracts/v1/toolAccess.d.ts.map +1 -0
  259. package/dist/contracts/v1/toolAccess.js +9 -0
  260. package/dist/contracts/v1/toolAccess.js.map +1 -0
  261. package/dist/core/LazyLoader.d.ts +129 -0
  262. package/dist/core/LazyLoader.d.ts.map +1 -0
  263. package/dist/core/LazyLoader.js +240 -0
  264. package/dist/core/LazyLoader.js.map +1 -0
  265. package/dist/core/agent.d.ts +150 -0
  266. package/dist/core/agent.d.ts.map +1 -0
  267. package/dist/core/agent.js +789 -0
  268. package/dist/core/agent.js.map +1 -0
  269. package/dist/core/agentProfileManifest.d.ts +3 -0
  270. package/dist/core/agentProfileManifest.d.ts.map +1 -0
  271. package/dist/core/agentProfileManifest.js +188 -0
  272. package/dist/core/agentProfileManifest.js.map +1 -0
  273. package/dist/core/agentProfiles.d.ts +22 -0
  274. package/dist/core/agentProfiles.d.ts.map +1 -0
  275. package/dist/core/agentProfiles.js +35 -0
  276. package/dist/core/agentProfiles.js.map +1 -0
  277. package/dist/core/agentRulebook.d.ts +11 -0
  278. package/dist/core/agentRulebook.d.ts.map +1 -0
  279. package/dist/core/agentRulebook.js +136 -0
  280. package/dist/core/agentRulebook.js.map +1 -0
  281. package/dist/core/agentSchemaLoader.d.ts +131 -0
  282. package/dist/core/agentSchemaLoader.d.ts.map +1 -0
  283. package/dist/core/agentSchemaLoader.js +234 -0
  284. package/dist/core/agentSchemaLoader.js.map +1 -0
  285. package/dist/core/cliTestHarness.d.ts +200 -0
  286. package/dist/core/cliTestHarness.d.ts.map +1 -0
  287. package/dist/core/cliTestHarness.js +549 -0
  288. package/dist/core/cliTestHarness.js.map +1 -0
  289. package/dist/core/contextManager.d.ts +259 -0
  290. package/dist/core/contextManager.d.ts.map +1 -0
  291. package/dist/core/contextManager.js +1057 -0
  292. package/dist/core/contextManager.js.map +1 -0
  293. package/dist/core/contextWindow.d.ts +42 -0
  294. package/dist/core/contextWindow.d.ts.map +1 -0
  295. package/dist/core/contextWindow.js +123 -0
  296. package/dist/core/contextWindow.js.map +1 -0
  297. package/dist/core/customCommands.d.ts +18 -0
  298. package/dist/core/customCommands.d.ts.map +1 -0
  299. package/dist/core/customCommands.js +81 -0
  300. package/dist/core/customCommands.js.map +1 -0
  301. package/dist/core/errors/apiKeyErrors.d.ts +11 -0
  302. package/dist/core/errors/apiKeyErrors.d.ts.map +1 -0
  303. package/dist/core/errors/apiKeyErrors.js +159 -0
  304. package/dist/core/errors/apiKeyErrors.js.map +1 -0
  305. package/dist/core/errors/errorTypes.d.ts +111 -0
  306. package/dist/core/errors/errorTypes.d.ts.map +1 -0
  307. package/dist/core/errors/errorTypes.js +348 -0
  308. package/dist/core/errors/errorTypes.js.map +1 -0
  309. package/dist/core/errors/errorUtils.d.ts +87 -0
  310. package/dist/core/errors/errorUtils.d.ts.map +1 -0
  311. package/dist/core/errors/errorUtils.js +158 -0
  312. package/dist/core/errors/errorUtils.js.map +1 -0
  313. package/dist/core/errors/safetyValidator.d.ts +71 -0
  314. package/dist/core/errors/safetyValidator.d.ts.map +1 -0
  315. package/dist/core/errors/safetyValidator.js +302 -0
  316. package/dist/core/errors/safetyValidator.js.map +1 -0
  317. package/dist/core/errors.d.ts +4 -0
  318. package/dist/core/errors.d.ts.map +1 -0
  319. package/dist/core/errors.js +33 -0
  320. package/dist/core/errors.js.map +1 -0
  321. package/dist/core/isolatedVerifier.d.ts +40 -0
  322. package/dist/core/isolatedVerifier.d.ts.map +1 -0
  323. package/dist/core/isolatedVerifier.js +129 -0
  324. package/dist/core/isolatedVerifier.js.map +1 -0
  325. package/dist/core/modelDiscovery.d.ts +101 -0
  326. package/dist/core/modelDiscovery.d.ts.map +1 -0
  327. package/dist/core/modelDiscovery.js +780 -0
  328. package/dist/core/modelDiscovery.js.map +1 -0
  329. package/dist/core/multilinePasteHandler.d.ts +35 -0
  330. package/dist/core/multilinePasteHandler.d.ts.map +1 -0
  331. package/dist/core/multilinePasteHandler.js +80 -0
  332. package/dist/core/multilinePasteHandler.js.map +1 -0
  333. package/dist/core/performanceMonitor.d.ts +124 -0
  334. package/dist/core/performanceMonitor.d.ts.map +1 -0
  335. package/dist/core/performanceMonitor.js +195 -0
  336. package/dist/core/performanceMonitor.js.map +1 -0
  337. package/dist/core/preferences.d.ts +31 -0
  338. package/dist/core/preferences.d.ts.map +1 -0
  339. package/dist/core/preferences.js +232 -0
  340. package/dist/core/preferences.js.map +1 -0
  341. package/dist/core/responseVerifier.d.ts +98 -0
  342. package/dist/core/responseVerifier.d.ts.map +1 -0
  343. package/dist/core/responseVerifier.js +509 -0
  344. package/dist/core/responseVerifier.js.map +1 -0
  345. package/dist/core/resultVerification.d.ts +141 -0
  346. package/dist/core/resultVerification.d.ts.map +1 -0
  347. package/dist/core/resultVerification.js +482 -0
  348. package/dist/core/resultVerification.js.map +1 -0
  349. package/dist/core/schemaValidator.d.ts +44 -0
  350. package/dist/core/schemaValidator.d.ts.map +1 -0
  351. package/dist/core/schemaValidator.js +155 -0
  352. package/dist/core/schemaValidator.js.map +1 -0
  353. package/dist/core/secretStore.d.ts +47 -0
  354. package/dist/core/secretStore.d.ts.map +1 -0
  355. package/dist/core/secretStore.js +364 -0
  356. package/dist/core/secretStore.js.map +1 -0
  357. package/dist/core/sessionStore.d.ts +33 -0
  358. package/dist/core/sessionStore.d.ts.map +1 -0
  359. package/dist/core/sessionStore.js +188 -0
  360. package/dist/core/sessionStore.js.map +1 -0
  361. package/dist/core/testUtils.d.ts +121 -0
  362. package/dist/core/testUtils.d.ts.map +1 -0
  363. package/dist/core/testUtils.js +235 -0
  364. package/dist/core/testUtils.js.map +1 -0
  365. package/dist/core/toolPreconditions.d.ts +41 -0
  366. package/dist/core/toolPreconditions.d.ts.map +1 -0
  367. package/dist/core/toolPreconditions.js +319 -0
  368. package/dist/core/toolPreconditions.js.map +1 -0
  369. package/dist/core/toolRuntime.d.ts +137 -0
  370. package/dist/core/toolRuntime.d.ts.map +1 -0
  371. package/dist/core/toolRuntime.js +375 -0
  372. package/dist/core/toolRuntime.js.map +1 -0
  373. package/dist/core/toolValidation.d.ts +117 -0
  374. package/dist/core/toolValidation.d.ts.map +1 -0
  375. package/dist/core/toolValidation.js +282 -0
  376. package/dist/core/toolValidation.js.map +1 -0
  377. package/dist/core/types/utilityTypes.d.ts +192 -0
  378. package/dist/core/types/utilityTypes.d.ts.map +1 -0
  379. package/dist/core/types/utilityTypes.js +272 -0
  380. package/dist/core/types/utilityTypes.js.map +1 -0
  381. package/dist/core/types.d.ts +306 -0
  382. package/dist/core/types.d.ts.map +1 -0
  383. package/dist/core/types.js +76 -0
  384. package/dist/core/types.js.map +1 -0
  385. package/dist/core/unified/errors.d.ts +189 -0
  386. package/dist/core/unified/errors.d.ts.map +1 -0
  387. package/dist/core/unified/errors.js +497 -0
  388. package/dist/core/unified/errors.js.map +1 -0
  389. package/dist/core/unified/index.d.ts +19 -0
  390. package/dist/core/unified/index.d.ts.map +1 -0
  391. package/dist/core/unified/index.js +68 -0
  392. package/dist/core/unified/index.js.map +1 -0
  393. package/dist/core/unified/schema.d.ts +101 -0
  394. package/dist/core/unified/schema.d.ts.map +1 -0
  395. package/dist/core/unified/schema.js +350 -0
  396. package/dist/core/unified/schema.js.map +1 -0
  397. package/dist/core/unified/toolRuntime.d.ts +179 -0
  398. package/dist/core/unified/toolRuntime.d.ts.map +1 -0
  399. package/dist/core/unified/toolRuntime.js +517 -0
  400. package/dist/core/unified/toolRuntime.js.map +1 -0
  401. package/dist/core/unified/tools.d.ts +127 -0
  402. package/dist/core/unified/tools.d.ts.map +1 -0
  403. package/dist/core/unified/tools.js +1333 -0
  404. package/dist/core/unified/tools.js.map +1 -0
  405. package/dist/core/unified/types.d.ts +352 -0
  406. package/dist/core/unified/types.d.ts.map +1 -0
  407. package/dist/core/unified/types.js +12 -0
  408. package/dist/core/unified/types.js.map +1 -0
  409. package/dist/core/unified/version.d.ts +209 -0
  410. package/dist/core/unified/version.d.ts.map +1 -0
  411. package/dist/core/unified/version.js +454 -0
  412. package/dist/core/unified/version.js.map +1 -0
  413. package/dist/core/validationRunner.d.ts +93 -0
  414. package/dist/core/validationRunner.d.ts.map +1 -0
  415. package/dist/core/validationRunner.js +740 -0
  416. package/dist/core/validationRunner.js.map +1 -0
  417. package/dist/headless/headlessApp.d.ts +5 -0
  418. package/dist/headless/headlessApp.d.ts.map +1 -0
  419. package/dist/headless/headlessApp.js +189 -0
  420. package/dist/headless/headlessApp.js.map +1 -0
  421. package/dist/intelligence/codeIntelligence.d.ts +84 -0
  422. package/dist/intelligence/codeIntelligence.d.ts.map +1 -0
  423. package/dist/intelligence/codeIntelligence.js +493 -0
  424. package/dist/intelligence/codeIntelligence.js.map +1 -0
  425. package/dist/intelligence/docGenerator.d.ts +86 -0
  426. package/dist/intelligence/docGenerator.d.ts.map +1 -0
  427. package/dist/intelligence/docGenerator.js +564 -0
  428. package/dist/intelligence/docGenerator.js.map +1 -0
  429. package/dist/intelligence/index.d.ts +51 -0
  430. package/dist/intelligence/index.d.ts.map +1 -0
  431. package/dist/intelligence/index.js +253 -0
  432. package/dist/intelligence/index.js.map +1 -0
  433. package/dist/intelligence/refactoring.d.ts +50 -0
  434. package/dist/intelligence/refactoring.d.ts.map +1 -0
  435. package/dist/intelligence/refactoring.js +354 -0
  436. package/dist/intelligence/refactoring.js.map +1 -0
  437. package/dist/intelligence/testGenerator.d.ts +74 -0
  438. package/dist/intelligence/testGenerator.d.ts.map +1 -0
  439. package/dist/intelligence/testGenerator.js +483 -0
  440. package/dist/intelligence/testGenerator.js.map +1 -0
  441. package/dist/mcp/config.d.ts +8 -0
  442. package/dist/mcp/config.d.ts.map +1 -0
  443. package/dist/mcp/config.js +252 -0
  444. package/dist/mcp/config.js.map +1 -0
  445. package/dist/mcp/sseClient.d.ts +34 -0
  446. package/dist/mcp/sseClient.d.ts.map +1 -0
  447. package/dist/mcp/sseClient.js +299 -0
  448. package/dist/mcp/sseClient.js.map +1 -0
  449. package/dist/mcp/stdioClient.d.ts +24 -0
  450. package/dist/mcp/stdioClient.d.ts.map +1 -0
  451. package/dist/mcp/stdioClient.js +179 -0
  452. package/dist/mcp/stdioClient.js.map +1 -0
  453. package/dist/mcp/toolBridge.d.ts +12 -0
  454. package/dist/mcp/toolBridge.d.ts.map +1 -0
  455. package/dist/mcp/toolBridge.js +117 -0
  456. package/dist/mcp/toolBridge.js.map +1 -0
  457. package/dist/mcp/types.d.ts +60 -0
  458. package/dist/mcp/types.d.ts.map +1 -0
  459. package/dist/mcp/types.js +2 -0
  460. package/dist/mcp/types.js.map +1 -0
  461. package/dist/plugins/index.d.ts +49 -0
  462. package/dist/plugins/index.d.ts.map +1 -0
  463. package/dist/plugins/index.js +114 -0
  464. package/dist/plugins/index.js.map +1 -0
  465. package/dist/plugins/providers/anthropic/index.d.ts +11 -0
  466. package/dist/plugins/providers/anthropic/index.d.ts.map +1 -0
  467. package/dist/plugins/providers/anthropic/index.js +38 -0
  468. package/dist/plugins/providers/anthropic/index.js.map +1 -0
  469. package/dist/plugins/providers/deepseek/index.d.ts +11 -0
  470. package/dist/plugins/providers/deepseek/index.d.ts.map +1 -0
  471. package/dist/plugins/providers/deepseek/index.js +52 -0
  472. package/dist/plugins/providers/deepseek/index.js.map +1 -0
  473. package/dist/plugins/providers/google/index.d.ts +11 -0
  474. package/dist/plugins/providers/google/index.d.ts.map +1 -0
  475. package/dist/plugins/providers/google/index.js +40 -0
  476. package/dist/plugins/providers/google/index.js.map +1 -0
  477. package/dist/plugins/providers/index.d.ts +2 -0
  478. package/dist/plugins/providers/index.d.ts.map +1 -0
  479. package/dist/plugins/providers/index.js +20 -0
  480. package/dist/plugins/providers/index.js.map +1 -0
  481. package/dist/plugins/providers/ollama/index.d.ts +21 -0
  482. package/dist/plugins/providers/ollama/index.d.ts.map +1 -0
  483. package/dist/plugins/providers/ollama/index.js +69 -0
  484. package/dist/plugins/providers/ollama/index.js.map +1 -0
  485. package/dist/plugins/providers/openai/index.d.ts +12 -0
  486. package/dist/plugins/providers/openai/index.d.ts.map +1 -0
  487. package/dist/plugins/providers/openai/index.js +39 -0
  488. package/dist/plugins/providers/openai/index.js.map +1 -0
  489. package/dist/plugins/providers/xai/index.d.ts +11 -0
  490. package/dist/plugins/providers/xai/index.d.ts.map +1 -0
  491. package/dist/plugins/providers/xai/index.js +39 -0
  492. package/dist/plugins/providers/xai/index.js.map +1 -0
  493. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts +3 -0
  494. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts.map +1 -0
  495. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js +9 -0
  496. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js.map +1 -0
  497. package/dist/plugins/tools/bash/localBashPlugin.d.ts +3 -0
  498. package/dist/plugins/tools/bash/localBashPlugin.d.ts.map +1 -0
  499. package/dist/plugins/tools/bash/localBashPlugin.js +14 -0
  500. package/dist/plugins/tools/bash/localBashPlugin.js.map +1 -0
  501. package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts +14 -0
  502. package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts.map +1 -0
  503. package/dist/plugins/tools/browser/browserAutomationPlugin.js +26 -0
  504. package/dist/plugins/tools/browser/browserAutomationPlugin.js.map +1 -0
  505. package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts +3 -0
  506. package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts.map +1 -0
  507. package/dist/plugins/tools/checks/localRepoChecksPlugin.js +14 -0
  508. package/dist/plugins/tools/checks/localRepoChecksPlugin.js.map +1 -0
  509. package/dist/plugins/tools/cloud/cloudPlugin.d.ts +3 -0
  510. package/dist/plugins/tools/cloud/cloudPlugin.d.ts.map +1 -0
  511. package/dist/plugins/tools/cloud/cloudPlugin.js +14 -0
  512. package/dist/plugins/tools/cloud/cloudPlugin.js.map +1 -0
  513. package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts +3 -0
  514. package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts.map +1 -0
  515. package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +14 -0
  516. package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js.map +1 -0
  517. package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts +3 -0
  518. package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts.map +1 -0
  519. package/dist/plugins/tools/codeQuality/codeQualityPlugin.js +14 -0
  520. package/dist/plugins/tools/codeQuality/codeQualityPlugin.js.map +1 -0
  521. package/dist/plugins/tools/dependency/dependencyPlugin.d.ts +3 -0
  522. package/dist/plugins/tools/dependency/dependencyPlugin.d.ts.map +1 -0
  523. package/dist/plugins/tools/dependency/dependencyPlugin.js +12 -0
  524. package/dist/plugins/tools/dependency/dependencyPlugin.js.map +1 -0
  525. package/dist/plugins/tools/development/devPlugin.d.ts +3 -0
  526. package/dist/plugins/tools/development/devPlugin.d.ts.map +1 -0
  527. package/dist/plugins/tools/development/devPlugin.js +14 -0
  528. package/dist/plugins/tools/development/devPlugin.js.map +1 -0
  529. package/dist/plugins/tools/edit/editPlugin.d.ts +9 -0
  530. package/dist/plugins/tools/edit/editPlugin.d.ts.map +1 -0
  531. package/dist/plugins/tools/edit/editPlugin.js +15 -0
  532. package/dist/plugins/tools/edit/editPlugin.js.map +1 -0
  533. package/dist/plugins/tools/email/emailPlugin.d.ts +3 -0
  534. package/dist/plugins/tools/email/emailPlugin.d.ts.map +1 -0
  535. package/dist/plugins/tools/email/emailPlugin.js +12 -0
  536. package/dist/plugins/tools/email/emailPlugin.js.map +1 -0
  537. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts +3 -0
  538. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts.map +1 -0
  539. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js +9 -0
  540. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js.map +1 -0
  541. package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts +3 -0
  542. package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts.map +1 -0
  543. package/dist/plugins/tools/filesystem/localFilesystemPlugin.js +14 -0
  544. package/dist/plugins/tools/filesystem/localFilesystemPlugin.js.map +1 -0
  545. package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts +3 -0
  546. package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts.map +1 -0
  547. package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js +14 -0
  548. package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js.map +1 -0
  549. package/dist/plugins/tools/glob/globPlugin.d.ts +9 -0
  550. package/dist/plugins/tools/glob/globPlugin.d.ts.map +1 -0
  551. package/dist/plugins/tools/glob/globPlugin.js +15 -0
  552. package/dist/plugins/tools/glob/globPlugin.js.map +1 -0
  553. package/dist/plugins/tools/index.d.ts +3 -0
  554. package/dist/plugins/tools/index.d.ts.map +1 -0
  555. package/dist/plugins/tools/index.js +3 -0
  556. package/dist/plugins/tools/index.js.map +1 -0
  557. package/dist/plugins/tools/interaction/interactionPlugin.d.ts +3 -0
  558. package/dist/plugins/tools/interaction/interactionPlugin.d.ts.map +1 -0
  559. package/dist/plugins/tools/interaction/interactionPlugin.js +12 -0
  560. package/dist/plugins/tools/interaction/interactionPlugin.js.map +1 -0
  561. package/dist/plugins/tools/learn/learnPlugin.d.ts +3 -0
  562. package/dist/plugins/tools/learn/learnPlugin.d.ts.map +1 -0
  563. package/dist/plugins/tools/learn/learnPlugin.js +14 -0
  564. package/dist/plugins/tools/learn/learnPlugin.js.map +1 -0
  565. package/dist/plugins/tools/mcp/mcpPlugin.d.ts +3 -0
  566. package/dist/plugins/tools/mcp/mcpPlugin.d.ts.map +1 -0
  567. package/dist/plugins/tools/mcp/mcpPlugin.js +9 -0
  568. package/dist/plugins/tools/mcp/mcpPlugin.js.map +1 -0
  569. package/dist/plugins/tools/nodeDefaults.d.ts +2 -0
  570. package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -0
  571. package/dist/plugins/tools/nodeDefaults.js +63 -0
  572. package/dist/plugins/tools/nodeDefaults.js.map +1 -0
  573. package/dist/plugins/tools/notebook/notebookPlugin.d.ts +9 -0
  574. package/dist/plugins/tools/notebook/notebookPlugin.d.ts.map +1 -0
  575. package/dist/plugins/tools/notebook/notebookPlugin.js +15 -0
  576. package/dist/plugins/tools/notebook/notebookPlugin.js.map +1 -0
  577. package/dist/plugins/tools/planning/planningPlugin.d.ts +9 -0
  578. package/dist/plugins/tools/planning/planningPlugin.d.ts.map +1 -0
  579. package/dist/plugins/tools/planning/planningPlugin.js +15 -0
  580. package/dist/plugins/tools/planning/planningPlugin.js.map +1 -0
  581. package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts +3 -0
  582. package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts.map +1 -0
  583. package/dist/plugins/tools/refactoring/refactoringPlugin.js +12 -0
  584. package/dist/plugins/tools/refactoring/refactoringPlugin.js.map +1 -0
  585. package/dist/plugins/tools/registry.d.ts +22 -0
  586. package/dist/plugins/tools/registry.d.ts.map +1 -0
  587. package/dist/plugins/tools/registry.js +58 -0
  588. package/dist/plugins/tools/registry.js.map +1 -0
  589. package/dist/plugins/tools/search/localSearchPlugin.d.ts +3 -0
  590. package/dist/plugins/tools/search/localSearchPlugin.d.ts.map +1 -0
  591. package/dist/plugins/tools/search/localSearchPlugin.js +14 -0
  592. package/dist/plugins/tools/search/localSearchPlugin.js.map +1 -0
  593. package/dist/plugins/tools/skills/skillPlugin.d.ts +3 -0
  594. package/dist/plugins/tools/skills/skillPlugin.d.ts.map +1 -0
  595. package/dist/plugins/tools/skills/skillPlugin.js +9 -0
  596. package/dist/plugins/tools/skills/skillPlugin.js.map +1 -0
  597. package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts +3 -0
  598. package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts.map +1 -0
  599. package/dist/plugins/tools/taskManagement/taskManagementPlugin.js +12 -0
  600. package/dist/plugins/tools/taskManagement/taskManagementPlugin.js.map +1 -0
  601. package/dist/plugins/tools/testing/testingPlugin.d.ts +3 -0
  602. package/dist/plugins/tools/testing/testingPlugin.d.ts.map +1 -0
  603. package/dist/plugins/tools/testing/testingPlugin.js +12 -0
  604. package/dist/plugins/tools/testing/testingPlugin.js.map +1 -0
  605. package/dist/plugins/tools/validation/validationPlugin.d.ts +3 -0
  606. package/dist/plugins/tools/validation/validationPlugin.d.ts.map +1 -0
  607. package/dist/plugins/tools/validation/validationPlugin.js +14 -0
  608. package/dist/plugins/tools/validation/validationPlugin.js.map +1 -0
  609. package/dist/plugins/tools/web/webPlugin.d.ts +3 -0
  610. package/dist/plugins/tools/web/webPlugin.d.ts.map +1 -0
  611. package/dist/plugins/tools/web/webPlugin.js +12 -0
  612. package/dist/plugins/tools/web/webPlugin.js.map +1 -0
  613. package/dist/providers/anthropicProvider.d.ts +41 -0
  614. package/dist/providers/anthropicProvider.d.ts.map +1 -0
  615. package/dist/providers/anthropicProvider.js +446 -0
  616. package/dist/providers/anthropicProvider.js.map +1 -0
  617. package/dist/providers/googleProvider.d.ts +36 -0
  618. package/dist/providers/googleProvider.d.ts.map +1 -0
  619. package/dist/providers/googleProvider.js +312 -0
  620. package/dist/providers/googleProvider.js.map +1 -0
  621. package/dist/providers/openaiChatCompletionsProvider.d.ts +43 -0
  622. package/dist/providers/openaiChatCompletionsProvider.d.ts.map +1 -0
  623. package/dist/providers/openaiChatCompletionsProvider.js +468 -0
  624. package/dist/providers/openaiChatCompletionsProvider.js.map +1 -0
  625. package/dist/providers/openaiResponsesProvider.d.ts +38 -0
  626. package/dist/providers/openaiResponsesProvider.d.ts.map +1 -0
  627. package/dist/providers/openaiResponsesProvider.js +364 -0
  628. package/dist/providers/openaiResponsesProvider.js.map +1 -0
  629. package/dist/providers/providerFactory.d.ts +18 -0
  630. package/dist/providers/providerFactory.d.ts.map +1 -0
  631. package/dist/providers/providerFactory.js +25 -0
  632. package/dist/providers/providerFactory.js.map +1 -0
  633. package/dist/providers/resilientProvider.d.ts +94 -0
  634. package/dist/providers/resilientProvider.d.ts.map +1 -0
  635. package/dist/providers/resilientProvider.js +370 -0
  636. package/dist/providers/resilientProvider.js.map +1 -0
  637. package/dist/runtime/agentController.d.ts +65 -0
  638. package/dist/runtime/agentController.d.ts.map +1 -0
  639. package/dist/runtime/agentController.js +353 -0
  640. package/dist/runtime/agentController.js.map +1 -0
  641. package/dist/runtime/agentHost.d.ts +61 -0
  642. package/dist/runtime/agentHost.d.ts.map +1 -0
  643. package/dist/runtime/agentHost.js +156 -0
  644. package/dist/runtime/agentHost.js.map +1 -0
  645. package/dist/runtime/agentSession.d.ts +40 -0
  646. package/dist/runtime/agentSession.d.ts.map +1 -0
  647. package/dist/runtime/agentSession.js +206 -0
  648. package/dist/runtime/agentSession.js.map +1 -0
  649. package/dist/runtime/browser.d.ts +7 -0
  650. package/dist/runtime/browser.d.ts.map +1 -0
  651. package/dist/runtime/browser.js +10 -0
  652. package/dist/runtime/browser.js.map +1 -0
  653. package/dist/runtime/cloud.d.ts +7 -0
  654. package/dist/runtime/cloud.d.ts.map +1 -0
  655. package/dist/runtime/cloud.js +10 -0
  656. package/dist/runtime/cloud.js.map +1 -0
  657. package/dist/runtime/node.d.ts +8 -0
  658. package/dist/runtime/node.d.ts.map +1 -0
  659. package/dist/runtime/node.js +11 -0
  660. package/dist/runtime/node.js.map +1 -0
  661. package/dist/runtime/universal.d.ts +21 -0
  662. package/dist/runtime/universal.d.ts.map +1 -0
  663. package/dist/runtime/universal.js +29 -0
  664. package/dist/runtime/universal.js.map +1 -0
  665. package/dist/security/active-stack-security.d.ts +112 -0
  666. package/dist/security/active-stack-security.d.ts.map +1 -0
  667. package/dist/security/active-stack-security.js +296 -0
  668. package/dist/security/active-stack-security.js.map +1 -0
  669. package/dist/security/advanced-persistence-research.d.ts +92 -0
  670. package/dist/security/advanced-persistence-research.d.ts.map +1 -0
  671. package/dist/security/advanced-persistence-research.js +195 -0
  672. package/dist/security/advanced-persistence-research.js.map +1 -0
  673. package/dist/security/advanced-targeting.d.ts +119 -0
  674. package/dist/security/advanced-targeting.d.ts.map +1 -0
  675. package/dist/security/advanced-targeting.js +233 -0
  676. package/dist/security/advanced-targeting.js.map +1 -0
  677. package/dist/security/assessment/vulnerabilityAssessment.d.ts +104 -0
  678. package/dist/security/assessment/vulnerabilityAssessment.d.ts.map +1 -0
  679. package/dist/security/assessment/vulnerabilityAssessment.js +315 -0
  680. package/dist/security/assessment/vulnerabilityAssessment.js.map +1 -0
  681. package/dist/security/authorization/securityAuthorization.d.ts +88 -0
  682. package/dist/security/authorization/securityAuthorization.d.ts.map +1 -0
  683. package/dist/security/authorization/securityAuthorization.js +172 -0
  684. package/dist/security/authorization/securityAuthorization.js.map +1 -0
  685. package/dist/security/comprehensive-targeting.d.ts +85 -0
  686. package/dist/security/comprehensive-targeting.d.ts.map +1 -0
  687. package/dist/security/comprehensive-targeting.js +438 -0
  688. package/dist/security/comprehensive-targeting.js.map +1 -0
  689. package/dist/security/global-security-integration.d.ts +91 -0
  690. package/dist/security/global-security-integration.d.ts.map +1 -0
  691. package/dist/security/global-security-integration.js +218 -0
  692. package/dist/security/global-security-integration.js.map +1 -0
  693. package/dist/security/index.d.ts +38 -0
  694. package/dist/security/index.d.ts.map +1 -0
  695. package/dist/security/index.js +47 -0
  696. package/dist/security/index.js.map +1 -0
  697. package/dist/security/persistence-analyzer.d.ts +56 -0
  698. package/dist/security/persistence-analyzer.d.ts.map +1 -0
  699. package/dist/security/persistence-analyzer.js +187 -0
  700. package/dist/security/persistence-analyzer.js.map +1 -0
  701. package/dist/security/persistence-cli.d.ts +36 -0
  702. package/dist/security/persistence-cli.d.ts.map +1 -0
  703. package/dist/security/persistence-cli.js +160 -0
  704. package/dist/security/persistence-cli.js.map +1 -0
  705. package/dist/security/persistence-research.d.ts +92 -0
  706. package/dist/security/persistence-research.d.ts.map +1 -0
  707. package/dist/security/persistence-research.js +364 -0
  708. package/dist/security/persistence-research.js.map +1 -0
  709. package/dist/security/research/persistenceResearch.d.ts +97 -0
  710. package/dist/security/research/persistenceResearch.d.ts.map +1 -0
  711. package/dist/security/research/persistenceResearch.js +282 -0
  712. package/dist/security/research/persistenceResearch.js.map +1 -0
  713. package/dist/security/security-integration.d.ts +74 -0
  714. package/dist/security/security-integration.d.ts.map +1 -0
  715. package/dist/security/security-integration.js +137 -0
  716. package/dist/security/security-integration.js.map +1 -0
  717. package/dist/security/security-testing-framework.d.ts +112 -0
  718. package/dist/security/security-testing-framework.d.ts.map +1 -0
  719. package/dist/security/security-testing-framework.js +364 -0
  720. package/dist/security/security-testing-framework.js.map +1 -0
  721. package/dist/security/simulation/attackSimulation.d.ts +93 -0
  722. package/dist/security/simulation/attackSimulation.d.ts.map +1 -0
  723. package/dist/security/simulation/attackSimulation.js +341 -0
  724. package/dist/security/simulation/attackSimulation.js.map +1 -0
  725. package/dist/security/strategic-operations.d.ts +100 -0
  726. package/dist/security/strategic-operations.d.ts.map +1 -0
  727. package/dist/security/strategic-operations.js +276 -0
  728. package/dist/security/strategic-operations.js.map +1 -0
  729. package/dist/security/tool-security-wrapper.d.ts +58 -0
  730. package/dist/security/tool-security-wrapper.d.ts.map +1 -0
  731. package/dist/security/tool-security-wrapper.js +156 -0
  732. package/dist/security/tool-security-wrapper.js.map +1 -0
  733. package/dist/shell/autoExecutor.d.ts +70 -0
  734. package/dist/shell/autoExecutor.d.ts.map +1 -0
  735. package/dist/shell/autoExecutor.js +288 -0
  736. package/dist/shell/autoExecutor.js.map +1 -0
  737. package/dist/shell/claudeCodeStreamHandler.d.ts +145 -0
  738. package/dist/shell/claudeCodeStreamHandler.d.ts.map +1 -0
  739. package/dist/shell/claudeCodeStreamHandler.js +312 -0
  740. package/dist/shell/claudeCodeStreamHandler.js.map +1 -0
  741. package/dist/shell/composableMessage.d.ts +183 -0
  742. package/dist/shell/composableMessage.d.ts.map +1 -0
  743. package/dist/shell/composableMessage.js +420 -0
  744. package/dist/shell/composableMessage.js.map +1 -0
  745. package/dist/shell/fileChangeTracker.d.ts +39 -0
  746. package/dist/shell/fileChangeTracker.d.ts.map +1 -0
  747. package/dist/shell/fileChangeTracker.js +64 -0
  748. package/dist/shell/fileChangeTracker.js.map +1 -0
  749. package/dist/shell/inputQueueManager.d.ts +144 -0
  750. package/dist/shell/inputQueueManager.d.ts.map +1 -0
  751. package/dist/shell/inputQueueManager.js +290 -0
  752. package/dist/shell/inputQueueManager.js.map +1 -0
  753. package/dist/shell/interactiveShell.d.ts +321 -0
  754. package/dist/shell/interactiveShell.d.ts.map +1 -0
  755. package/dist/shell/interactiveShell.js +3339 -0
  756. package/dist/shell/interactiveShell.js.map +1 -0
  757. package/dist/shell/liveStatus.d.ts +29 -0
  758. package/dist/shell/liveStatus.d.ts.map +1 -0
  759. package/dist/shell/liveStatus.js +77 -0
  760. package/dist/shell/liveStatus.js.map +1 -0
  761. package/dist/shell/shellApp.d.ts +19 -0
  762. package/dist/shell/shellApp.d.ts.map +1 -0
  763. package/dist/shell/shellApp.js +364 -0
  764. package/dist/shell/shellApp.js.map +1 -0
  765. package/dist/shell/streamingOutputManager.d.ts +114 -0
  766. package/dist/shell/streamingOutputManager.d.ts.map +1 -0
  767. package/dist/shell/streamingOutputManager.js +213 -0
  768. package/dist/shell/streamingOutputManager.js.map +1 -0
  769. package/dist/shell/systemPrompt.d.ts +3 -0
  770. package/dist/shell/systemPrompt.d.ts.map +1 -0
  771. package/dist/shell/systemPrompt.js +78 -0
  772. package/dist/shell/systemPrompt.js.map +1 -0
  773. package/dist/shell/taskCompletionDetector.d.ts +106 -0
  774. package/dist/shell/taskCompletionDetector.d.ts.map +1 -0
  775. package/dist/shell/taskCompletionDetector.js +402 -0
  776. package/dist/shell/taskCompletionDetector.js.map +1 -0
  777. package/dist/shell/terminalInput.d.ts +222 -0
  778. package/dist/shell/terminalInput.d.ts.map +1 -0
  779. package/dist/shell/terminalInput.js +1089 -0
  780. package/dist/shell/terminalInput.js.map +1 -0
  781. package/dist/shell/terminalInputAdapter.d.ts +121 -0
  782. package/dist/shell/terminalInputAdapter.d.ts.map +1 -0
  783. package/dist/shell/terminalInputAdapter.js +223 -0
  784. package/dist/shell/terminalInputAdapter.js.map +1 -0
  785. package/dist/shell/updateManager.d.ts +2 -0
  786. package/dist/shell/updateManager.d.ts.map +1 -0
  787. package/dist/shell/updateManager.js +111 -0
  788. package/dist/shell/updateManager.js.map +1 -0
  789. package/dist/skills/skillRepository.d.ts +103 -0
  790. package/dist/skills/skillRepository.d.ts.map +1 -0
  791. package/dist/skills/skillRepository.js +237 -0
  792. package/dist/skills/skillRepository.js.map +1 -0
  793. package/dist/skills/types.d.ts +37 -0
  794. package/dist/skills/types.d.ts.map +1 -0
  795. package/dist/skills/types.js +2 -0
  796. package/dist/skills/types.js.map +1 -0
  797. package/dist/subagents/taskRunner.d.ts +23 -0
  798. package/dist/subagents/taskRunner.d.ts.map +1 -0
  799. package/dist/subagents/taskRunner.js +271 -0
  800. package/dist/subagents/taskRunner.js.map +1 -0
  801. package/dist/tools/advancedTestGenerationTools.d.ts +21 -0
  802. package/dist/tools/advancedTestGenerationTools.d.ts.map +1 -0
  803. package/dist/tools/advancedTestGenerationTools.js +301 -0
  804. package/dist/tools/advancedTestGenerationTools.js.map +1 -0
  805. package/dist/tools/backgroundBashTools.d.ts +21 -0
  806. package/dist/tools/backgroundBashTools.d.ts.map +1 -0
  807. package/dist/tools/backgroundBashTools.js +215 -0
  808. package/dist/tools/backgroundBashTools.js.map +1 -0
  809. package/dist/tools/bashTools.d.ts +8 -0
  810. package/dist/tools/bashTools.d.ts.map +1 -0
  811. package/dist/tools/bashTools.js +227 -0
  812. package/dist/tools/bashTools.js.map +1 -0
  813. package/dist/tools/browserAutomationTools.d.ts +23 -0
  814. package/dist/tools/browserAutomationTools.d.ts.map +1 -0
  815. package/dist/tools/browserAutomationTools.js +916 -0
  816. package/dist/tools/browserAutomationTools.js.map +1 -0
  817. package/dist/tools/cloudTools.d.ts +49 -0
  818. package/dist/tools/cloudTools.d.ts.map +1 -0
  819. package/dist/tools/cloudTools.js +1258 -0
  820. package/dist/tools/cloudTools.js.map +1 -0
  821. package/dist/tools/code-quality-dashboard.d.ts +57 -0
  822. package/dist/tools/code-quality-dashboard.d.ts.map +1 -0
  823. package/dist/tools/code-quality-dashboard.js +218 -0
  824. package/dist/tools/code-quality-dashboard.js.map +1 -0
  825. package/dist/tools/codeAnalysisTools.d.ts +74 -0
  826. package/dist/tools/codeAnalysisTools.d.ts.map +1 -0
  827. package/dist/tools/codeAnalysisTools.js +664 -0
  828. package/dist/tools/codeAnalysisTools.js.map +1 -0
  829. package/dist/tools/codeGenerationTools.d.ts +3 -0
  830. package/dist/tools/codeGenerationTools.d.ts.map +1 -0
  831. package/dist/tools/codeGenerationTools.js +439 -0
  832. package/dist/tools/codeGenerationTools.js.map +1 -0
  833. package/dist/tools/codeQualityTools.d.ts +3 -0
  834. package/dist/tools/codeQualityTools.d.ts.map +1 -0
  835. package/dist/tools/codeQualityTools.js +296 -0
  836. package/dist/tools/codeQualityTools.js.map +1 -0
  837. package/dist/tools/dependencyTools.d.ts +3 -0
  838. package/dist/tools/dependencyTools.d.ts.map +1 -0
  839. package/dist/tools/dependencyTools.js +283 -0
  840. package/dist/tools/dependencyTools.js.map +1 -0
  841. package/dist/tools/devTools.d.ts +10 -0
  842. package/dist/tools/devTools.d.ts.map +1 -0
  843. package/dist/tools/devTools.js +2305 -0
  844. package/dist/tools/devTools.js.map +1 -0
  845. package/dist/tools/diffUtils.d.ts +36 -0
  846. package/dist/tools/diffUtils.d.ts.map +1 -0
  847. package/dist/tools/diffUtils.js +528 -0
  848. package/dist/tools/diffUtils.js.map +1 -0
  849. package/dist/tools/editTools.d.ts +29 -0
  850. package/dist/tools/editTools.d.ts.map +1 -0
  851. package/dist/tools/editTools.js +419 -0
  852. package/dist/tools/editTools.js.map +1 -0
  853. package/dist/tools/emailTools.d.ts +21 -0
  854. package/dist/tools/emailTools.d.ts.map +1 -0
  855. package/dist/tools/emailTools.js +449 -0
  856. package/dist/tools/emailTools.js.map +1 -0
  857. package/dist/tools/enhancedCodeIntelligenceTools.d.ts +27 -0
  858. package/dist/tools/enhancedCodeIntelligenceTools.d.ts.map +1 -0
  859. package/dist/tools/enhancedCodeIntelligenceTools.js +418 -0
  860. package/dist/tools/enhancedCodeIntelligenceTools.js.map +1 -0
  861. package/dist/tools/enhancedDevWorkflowTools.d.ts +15 -0
  862. package/dist/tools/enhancedDevWorkflowTools.d.ts.map +1 -0
  863. package/dist/tools/enhancedDevWorkflowTools.js +303 -0
  864. package/dist/tools/enhancedDevWorkflowTools.js.map +1 -0
  865. package/dist/tools/fileTools.d.ts +3 -0
  866. package/dist/tools/fileTools.d.ts.map +1 -0
  867. package/dist/tools/fileTools.js +252 -0
  868. package/dist/tools/fileTools.js.map +1 -0
  869. package/dist/tools/frontendTestingTools.d.ts +35 -0
  870. package/dist/tools/frontendTestingTools.d.ts.map +1 -0
  871. package/dist/tools/frontendTestingTools.js +1254 -0
  872. package/dist/tools/frontendTestingTools.js.map +1 -0
  873. package/dist/tools/globTools.d.ts +15 -0
  874. package/dist/tools/globTools.d.ts.map +1 -0
  875. package/dist/tools/globTools.js +174 -0
  876. package/dist/tools/globTools.js.map +1 -0
  877. package/dist/tools/grepTools.d.ts +19 -0
  878. package/dist/tools/grepTools.d.ts.map +1 -0
  879. package/dist/tools/grepTools.js +339 -0
  880. package/dist/tools/grepTools.js.map +1 -0
  881. package/dist/tools/interactionTools.d.ts +13 -0
  882. package/dist/tools/interactionTools.d.ts.map +1 -0
  883. package/dist/tools/interactionTools.js +171 -0
  884. package/dist/tools/interactionTools.js.map +1 -0
  885. package/dist/tools/learnTools.d.ts +152 -0
  886. package/dist/tools/learnTools.d.ts.map +1 -0
  887. package/dist/tools/learnTools.js +1819 -0
  888. package/dist/tools/learnTools.js.map +1 -0
  889. package/dist/tools/notebookEditTools.d.ts +15 -0
  890. package/dist/tools/notebookEditTools.d.ts.map +1 -0
  891. package/dist/tools/notebookEditTools.js +197 -0
  892. package/dist/tools/notebookEditTools.js.map +1 -0
  893. package/dist/tools/planningTools.d.ts +12 -0
  894. package/dist/tools/planningTools.d.ts.map +1 -0
  895. package/dist/tools/planningTools.js +95 -0
  896. package/dist/tools/planningTools.js.map +1 -0
  897. package/dist/tools/refactoringTools.d.ts +3 -0
  898. package/dist/tools/refactoringTools.d.ts.map +1 -0
  899. package/dist/tools/refactoringTools.js +294 -0
  900. package/dist/tools/refactoringTools.js.map +1 -0
  901. package/dist/tools/repoChecksTools.d.ts +3 -0
  902. package/dist/tools/repoChecksTools.d.ts.map +1 -0
  903. package/dist/tools/repoChecksTools.js +161 -0
  904. package/dist/tools/repoChecksTools.js.map +1 -0
  905. package/dist/tools/searchTools.d.ts +3 -0
  906. package/dist/tools/searchTools.d.ts.map +1 -0
  907. package/dist/tools/searchTools.js +207 -0
  908. package/dist/tools/searchTools.js.map +1 -0
  909. package/dist/tools/skillTools.d.ts +8 -0
  910. package/dist/tools/skillTools.d.ts.map +1 -0
  911. package/dist/tools/skillTools.js +178 -0
  912. package/dist/tools/skillTools.js.map +1 -0
  913. package/dist/tools/softwareEngineeringTools.d.ts +7 -0
  914. package/dist/tools/softwareEngineeringTools.d.ts.map +1 -0
  915. package/dist/tools/softwareEngineeringTools.js +338 -0
  916. package/dist/tools/softwareEngineeringTools.js.map +1 -0
  917. package/dist/tools/taskManagementTools.d.ts +10 -0
  918. package/dist/tools/taskManagementTools.d.ts.map +1 -0
  919. package/dist/tools/taskManagementTools.js +157 -0
  920. package/dist/tools/taskManagementTools.js.map +1 -0
  921. package/dist/tools/testingTools.d.ts +3 -0
  922. package/dist/tools/testingTools.d.ts.map +1 -0
  923. package/dist/tools/testingTools.js +233 -0
  924. package/dist/tools/testingTools.js.map +1 -0
  925. package/dist/tools/validationTools.d.ts +7 -0
  926. package/dist/tools/validationTools.d.ts.map +1 -0
  927. package/dist/tools/validationTools.js +278 -0
  928. package/dist/tools/validationTools.js.map +1 -0
  929. package/dist/tools/webTools.d.ts +3 -0
  930. package/dist/tools/webTools.d.ts.map +1 -0
  931. package/dist/tools/webTools.js +495 -0
  932. package/dist/tools/webTools.js.map +1 -0
  933. package/dist/ui/FixedInputArea.d.ts +108 -0
  934. package/dist/ui/FixedInputArea.d.ts.map +1 -0
  935. package/dist/ui/FixedInputArea.js +312 -0
  936. package/dist/ui/FixedInputArea.js.map +1 -0
  937. package/dist/ui/ShellUIAdapter.d.ts +141 -0
  938. package/dist/ui/ShellUIAdapter.d.ts.map +1 -0
  939. package/dist/ui/ShellUIAdapter.js +680 -0
  940. package/dist/ui/ShellUIAdapter.js.map +1 -0
  941. package/dist/ui/UnifiedUIController.d.ts +70 -0
  942. package/dist/ui/UnifiedUIController.d.ts.map +1 -0
  943. package/dist/ui/UnifiedUIController.js +190 -0
  944. package/dist/ui/UnifiedUIController.js.map +1 -0
  945. package/dist/ui/advancedTheme.d.ts +246 -0
  946. package/dist/ui/advancedTheme.d.ts.map +1 -0
  947. package/dist/ui/advancedTheme.js +478 -0
  948. package/dist/ui/advancedTheme.js.map +1 -0
  949. package/dist/ui/animation/AnimationScheduler.d.ts +192 -0
  950. package/dist/ui/animation/AnimationScheduler.d.ts.map +1 -0
  951. package/dist/ui/animation/AnimationScheduler.js +432 -0
  952. package/dist/ui/animation/AnimationScheduler.js.map +1 -0
  953. package/dist/ui/codeHighlighter.d.ts +6 -0
  954. package/dist/ui/codeHighlighter.d.ts.map +1 -0
  955. package/dist/ui/codeHighlighter.js +855 -0
  956. package/dist/ui/codeHighlighter.js.map +1 -0
  957. package/dist/ui/collapsibleContent.d.ts +57 -0
  958. package/dist/ui/collapsibleContent.d.ts.map +1 -0
  959. package/dist/ui/collapsibleContent.js +106 -0
  960. package/dist/ui/collapsibleContent.js.map +1 -0
  961. package/dist/ui/designSystem.d.ts +26 -0
  962. package/dist/ui/designSystem.d.ts.map +1 -0
  963. package/dist/ui/designSystem.js +122 -0
  964. package/dist/ui/designSystem.js.map +1 -0
  965. package/dist/ui/diffViewer.d.ts +42 -0
  966. package/dist/ui/diffViewer.d.ts.map +1 -0
  967. package/dist/ui/diffViewer.js +343 -0
  968. package/dist/ui/diffViewer.js.map +1 -0
  969. package/dist/ui/display.d.ts +251 -0
  970. package/dist/ui/display.d.ts.map +1 -0
  971. package/dist/ui/display.js +1170 -0
  972. package/dist/ui/display.js.map +1 -0
  973. package/dist/ui/errorFormatter.d.ts +54 -0
  974. package/dist/ui/errorFormatter.d.ts.map +1 -0
  975. package/dist/ui/errorFormatter.js +251 -0
  976. package/dist/ui/errorFormatter.js.map +1 -0
  977. package/dist/ui/gitDisplay.d.ts +45 -0
  978. package/dist/ui/gitDisplay.d.ts.map +1 -0
  979. package/dist/ui/gitDisplay.js +215 -0
  980. package/dist/ui/gitDisplay.js.map +1 -0
  981. package/dist/ui/gitFormatter.d.ts +29 -0
  982. package/dist/ui/gitFormatter.d.ts.map +1 -0
  983. package/dist/ui/gitFormatter.js +203 -0
  984. package/dist/ui/gitFormatter.js.map +1 -0
  985. package/dist/ui/interrupts/InterruptManager.d.ts +142 -0
  986. package/dist/ui/interrupts/InterruptManager.d.ts.map +1 -0
  987. package/dist/ui/interrupts/InterruptManager.js +439 -0
  988. package/dist/ui/interrupts/InterruptManager.js.map +1 -0
  989. package/dist/ui/keyboardShortcuts.d.ts +49 -0
  990. package/dist/ui/keyboardShortcuts.d.ts.map +1 -0
  991. package/dist/ui/keyboardShortcuts.js +128 -0
  992. package/dist/ui/keyboardShortcuts.js.map +1 -0
  993. package/dist/ui/layout.d.ts +17 -0
  994. package/dist/ui/layout.d.ts.map +1 -0
  995. package/dist/ui/layout.js +140 -0
  996. package/dist/ui/layout.js.map +1 -0
  997. package/dist/ui/logFormatter.d.ts +70 -0
  998. package/dist/ui/logFormatter.d.ts.map +1 -0
  999. package/dist/ui/logFormatter.js +323 -0
  1000. package/dist/ui/logFormatter.js.map +1 -0
  1001. package/dist/ui/orchestration/StatusOrchestrator.d.ts +156 -0
  1002. package/dist/ui/orchestration/StatusOrchestrator.d.ts.map +1 -0
  1003. package/dist/ui/orchestration/StatusOrchestrator.js +406 -0
  1004. package/dist/ui/orchestration/StatusOrchestrator.js.map +1 -0
  1005. package/dist/ui/outputMode.d.ts +22 -0
  1006. package/dist/ui/outputMode.d.ts.map +1 -0
  1007. package/dist/ui/outputMode.js +40 -0
  1008. package/dist/ui/outputMode.js.map +1 -0
  1009. package/dist/ui/outputSummarizer.d.ts +52 -0
  1010. package/dist/ui/outputSummarizer.d.ts.map +1 -0
  1011. package/dist/ui/outputSummarizer.js +242 -0
  1012. package/dist/ui/outputSummarizer.js.map +1 -0
  1013. package/dist/ui/progressBar.d.ts +51 -0
  1014. package/dist/ui/progressBar.d.ts.map +1 -0
  1015. package/dist/ui/progressBar.js +153 -0
  1016. package/dist/ui/progressBar.js.map +1 -0
  1017. package/dist/ui/progressIndicator.d.ts +69 -0
  1018. package/dist/ui/progressIndicator.d.ts.map +1 -0
  1019. package/dist/ui/progressIndicator.js +145 -0
  1020. package/dist/ui/progressIndicator.js.map +1 -0
  1021. package/dist/ui/richText.d.ts +6 -0
  1022. package/dist/ui/richText.d.ts.map +1 -0
  1023. package/dist/ui/richText.js +391 -0
  1024. package/dist/ui/richText.js.map +1 -0
  1025. package/dist/ui/shortcutsHelp.d.ts +23 -0
  1026. package/dist/ui/shortcutsHelp.d.ts.map +1 -0
  1027. package/dist/ui/shortcutsHelp.js +89 -0
  1028. package/dist/ui/shortcutsHelp.js.map +1 -0
  1029. package/dist/ui/streamingIndicators.d.ts +42 -0
  1030. package/dist/ui/streamingIndicators.d.ts.map +1 -0
  1031. package/dist/ui/streamingIndicators.js +155 -0
  1032. package/dist/ui/streamingIndicators.js.map +1 -0
  1033. package/dist/ui/tableFormatter.d.ts +31 -0
  1034. package/dist/ui/tableFormatter.d.ts.map +1 -0
  1035. package/dist/ui/tableFormatter.js +186 -0
  1036. package/dist/ui/tableFormatter.js.map +1 -0
  1037. package/dist/ui/telemetry/UITelemetry.d.ts +181 -0
  1038. package/dist/ui/telemetry/UITelemetry.d.ts.map +1 -0
  1039. package/dist/ui/telemetry/UITelemetry.js +446 -0
  1040. package/dist/ui/telemetry/UITelemetry.js.map +1 -0
  1041. package/dist/ui/textHighlighter.d.ts +83 -0
  1042. package/dist/ui/textHighlighter.d.ts.map +1 -0
  1043. package/dist/ui/textHighlighter.js +267 -0
  1044. package/dist/ui/textHighlighter.js.map +1 -0
  1045. package/dist/ui/theme.d.ts +103 -0
  1046. package/dist/ui/theme.d.ts.map +1 -0
  1047. package/dist/ui/theme.js +128 -0
  1048. package/dist/ui/theme.js.map +1 -0
  1049. package/dist/ui/thinkingTracker.d.ts +51 -0
  1050. package/dist/ui/thinkingTracker.d.ts.map +1 -0
  1051. package/dist/ui/thinkingTracker.js +115 -0
  1052. package/dist/ui/thinkingTracker.js.map +1 -0
  1053. package/dist/ui/toolDisplay.d.ts +151 -0
  1054. package/dist/ui/toolDisplay.d.ts.map +1 -0
  1055. package/dist/ui/toolDisplay.js +1355 -0
  1056. package/dist/ui/toolDisplay.js.map +1 -0
  1057. package/dist/ui/toolDisplayAdapter.d.ts +66 -0
  1058. package/dist/ui/toolDisplayAdapter.d.ts.map +1 -0
  1059. package/dist/ui/toolDisplayAdapter.js +356 -0
  1060. package/dist/ui/toolDisplayAdapter.js.map +1 -0
  1061. package/dist/ui/treeVisualizer.d.ts +56 -0
  1062. package/dist/ui/treeVisualizer.d.ts.map +1 -0
  1063. package/dist/ui/treeVisualizer.js +247 -0
  1064. package/dist/ui/treeVisualizer.js.map +1 -0
  1065. package/dist/utils/asyncUtils.d.ts +95 -0
  1066. package/dist/utils/asyncUtils.d.ts.map +1 -0
  1067. package/dist/utils/asyncUtils.js +286 -0
  1068. package/dist/utils/asyncUtils.js.map +1 -0
  1069. package/dist/utils/errorUtils.d.ts +16 -0
  1070. package/dist/utils/errorUtils.d.ts.map +1 -0
  1071. package/dist/utils/errorUtils.js +66 -0
  1072. package/dist/utils/errorUtils.js.map +1 -0
  1073. package/dist/utils/planFormatter.d.ts +34 -0
  1074. package/dist/utils/planFormatter.d.ts.map +1 -0
  1075. package/dist/utils/planFormatter.js +140 -0
  1076. package/dist/utils/planFormatter.js.map +1 -0
  1077. package/dist/workspace.d.ts +8 -0
  1078. package/dist/workspace.d.ts.map +1 -0
  1079. package/dist/workspace.js +107 -0
  1080. package/dist/workspace.js.map +1 -0
  1081. package/dist/workspace.validator.d.ts +49 -0
  1082. package/dist/workspace.validator.d.ts.map +1 -0
  1083. package/dist/workspace.validator.js +214 -0
  1084. package/dist/workspace.validator.js.map +1 -0
  1085. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../src/core/unified/errors.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Unified Core Module
3
+ *
4
+ * Single entry point for all unified core functionality.
5
+ * Provides a consistent API for both TypeScript and Python implementations.
6
+ *
7
+ * Principal Investigator: Bo Shang
8
+ * Framework: erosolar-cli
9
+ */
10
+ export type { ConversationRole, ConversationMessage, ToolCallRequest, ToolCallResult, ToolDefinition, ToolSuite, ToolRecord, JSONSchemaType, JSONSchemaProperty, JSONSchemaObject, ProviderId, ProviderCapability, ProviderConfig, RateLimitConfig, ProviderToolDefinition, ProviderUsage, ProviderResponse, StreamChunk, TaskTypeId, TaskTypeConfig, ErrorSeverity, ErrorCategory, ErrorSuggestion, StructuredErrorData, SemanticVersion, VersionBump, VersionConstraint, PluginCategory, PluginState, PluginMetadata, PluginConfig, ContextManagerConfig, TruncationResult, AgentConfig, AgentSession, UnifiedSchema, ToolCategoryConfig, SchemaToolDefinition, CapabilityConfig, SchemaDefaults, SchemaMetadata, CodeQualityMetrics, AgentPerformanceMetrics, TournamentConfig, CompetitionRoundResult, TournamentResult, AuthorizationScope, AuthorizationRecord, VulnerabilityFinding, } from './types.js';
11
+ export { loadUnifiedSchema, clearSchemaCache, getProviderConfig, getAllProviders, getProvidersWithCapabilities, getRecommendedProviders, getTaskTypeConfig, getAllTaskTypes, inferTaskType, getToolDefinition, getToolsByCategory, getToolCategory, getEnabledTools, toolRequiresAuth, validateToolArguments, ToolArgumentValidationError, getSchemaDefaults, getSchemaMetadata, getSchemaVersion, providerSupportsCapability, selectBestProvider, } from './schema.js';
12
+ export { parseVersion, formatVersion, compareVersions, versionLt, versionLte, versionGt, versionGte, versionEq, bumpVersion, parseConstraint, satisfiesConstraint, satisfiesAllConstraints, satisfies, VersionManager, PluginDependencyResolver, SelfUpgradeManager, type VersionRecord, type VersionManagerConfig, type PluginDependency, type ResolvedDependency, type DependencyConflict, type UpgradeResult, type SelfUpgradeConfig, createVersionManager, isCompatible, } from './version.js';
13
+ export { ToolRuntime, CACHEABLE_TOOLS, createToolRuntime, createToolSuite, type ToolRuntimeConfig, type CacheEntry, type ToolRuntimeObserver, } from './toolRuntime.js';
14
+ export { createReadTool, createWriteTool, createEditTool, createBashTool, createGlobTool, createGrepTool, createWebSearchTool, createWebFetchTool, createAnalyzeComplexityTool, createFindDependenciesTool, createGenerateDocstringTool, createSuggestRefactoringsTool, createGenerateTestStubTool, createDependencyAuditTool, createCodeSecurityScanTool, createAnalyzeAttackSurfaceTool, createAlphaZeroEvaluateTool, createAlphaZeroTournamentTool, createAlphaZeroIntrospectTool, createAlphaZeroHistoryTool, createAlphaZeroMetricsTool, createUnifiedToolSuite, createCoreToolSuite, createWebToolSuite, createCodingToolSuite, createSecurityToolSuite, createAlphaZeroToolSuite, } from './tools.js';
15
+ export { StructuredError, DangerousOperationError, BlockedOperationError, ValidationError, ResourceLimitError, ContextOverflowError, ProviderError, ToolExecutionError, NetworkError, ErrorRecoveryManager, type RecoveryStrategy, type RecoveryAttempt, isStructuredError, wrapError, createErrorRecoveryManager, } from './errors.js';
16
+ export declare const UNIFIED_CORE_VERSION = "1.0.0";
17
+ export declare const UNIFIED_CORE_AUTHOR = "Bo Shang";
18
+ export declare const UNIFIED_CORE_FRAMEWORK = "erosolar-cli";
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/unified/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Unified Core Module
3
+ *
4
+ * Single entry point for all unified core functionality.
5
+ * Provides a consistent API for both TypeScript and Python implementations.
6
+ *
7
+ * Principal Investigator: Bo Shang
8
+ * Framework: erosolar-cli
9
+ */
10
+ // ============================================================================
11
+ // Schema
12
+ // ============================================================================
13
+ export { loadUnifiedSchema, clearSchemaCache, getProviderConfig, getAllProviders, getProvidersWithCapabilities, getRecommendedProviders, getTaskTypeConfig, getAllTaskTypes, inferTaskType, getToolDefinition, getToolsByCategory, getToolCategory, getEnabledTools, toolRequiresAuth, validateToolArguments, ToolArgumentValidationError, getSchemaDefaults, getSchemaMetadata, getSchemaVersion, providerSupportsCapability, selectBestProvider, } from './schema.js';
14
+ // ============================================================================
15
+ // Version Management
16
+ // ============================================================================
17
+ export {
18
+ // Parsing and formatting
19
+ parseVersion, formatVersion,
20
+ // Comparison
21
+ compareVersions, versionLt, versionLte, versionGt, versionGte, versionEq,
22
+ // Bumping
23
+ bumpVersion,
24
+ // Constraints
25
+ parseConstraint, satisfiesConstraint, satisfiesAllConstraints, satisfies,
26
+ // Classes
27
+ VersionManager, PluginDependencyResolver, SelfUpgradeManager,
28
+ // Factory
29
+ createVersionManager, isCompatible, } from './version.js';
30
+ // ============================================================================
31
+ // Tool Runtime
32
+ // ============================================================================
33
+ export { ToolRuntime, CACHEABLE_TOOLS, createToolRuntime, createToolSuite, } from './toolRuntime.js';
34
+ // ============================================================================
35
+ // Tool Implementations
36
+ // ============================================================================
37
+ export {
38
+ // Core tools
39
+ createReadTool, createWriteTool, createEditTool, createBashTool, createGlobTool, createGrepTool,
40
+ // Web tools
41
+ createWebSearchTool, createWebFetchTool,
42
+ // Coding tools
43
+ createAnalyzeComplexityTool, createFindDependenciesTool, createGenerateDocstringTool, createSuggestRefactoringsTool, createGenerateTestStubTool,
44
+ // Security tools
45
+ createDependencyAuditTool, createCodeSecurityScanTool, createAnalyzeAttackSurfaceTool,
46
+ // Alpha Zero tools
47
+ createAlphaZeroEvaluateTool, createAlphaZeroTournamentTool, createAlphaZeroIntrospectTool, createAlphaZeroHistoryTool, createAlphaZeroMetricsTool,
48
+ // Suite factories
49
+ createUnifiedToolSuite, createCoreToolSuite, createWebToolSuite, createCodingToolSuite, createSecurityToolSuite, createAlphaZeroToolSuite, } from './tools.js';
50
+ // ============================================================================
51
+ // Error Handling
52
+ // ============================================================================
53
+ export {
54
+ // Base class
55
+ StructuredError,
56
+ // Specific errors
57
+ DangerousOperationError, BlockedOperationError, ValidationError, ResourceLimitError, ContextOverflowError, ProviderError, ToolExecutionError, NetworkError,
58
+ // Recovery
59
+ ErrorRecoveryManager,
60
+ // Utilities
61
+ isStructuredError, wrapError, createErrorRecoveryManager, } from './errors.js';
62
+ // ============================================================================
63
+ // Module Version
64
+ // ============================================================================
65
+ export const UNIFIED_CORE_VERSION = '1.0.0';
66
+ export const UNIFIED_CORE_AUTHOR = 'Bo Shang';
67
+ export const UNIFIED_CORE_FRAMEWORK = 'erosolar-cli';
68
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/core/unified/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAmFH,+EAA+E;AAC/E,SAAS;AACT,+EAA+E;AAE/E,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,4BAA4B,EAC5B,uBAAuB,EACvB,iBAAiB,EACjB,eAAe,EACf,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,qBAAqB,EACrB,2BAA2B,EAC3B,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,0BAA0B,EAC1B,kBAAkB,GACnB,MAAM,aAAa,CAAC;AAErB,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E,OAAO;AACL,yBAAyB;AACzB,YAAY,EACZ,aAAa;AAEb,aAAa;AACb,eAAe,EACf,SAAS,EACT,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS;AAET,UAAU;AACV,WAAW;AAEX,cAAc;AACd,eAAe,EACf,mBAAmB,EACnB,uBAAuB,EACvB,SAAS;AAET,UAAU;AACV,cAAc,EACd,wBAAwB,EACxB,kBAAkB;AAWlB,UAAU;AACV,oBAAoB,EACpB,YAAY,GACb,MAAM,cAAc,CAAC;AAEtB,+EAA+E;AAC/E,eAAe;AACf,+EAA+E;AAE/E,OAAO,EACL,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,eAAe,GAIhB,MAAM,kBAAkB,CAAC;AAE1B,+EAA+E;AAC/E,uBAAuB;AACvB,+EAA+E;AAE/E,OAAO;AACL,aAAa;AACb,cAAc,EACd,eAAe,EACf,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc;AAEd,YAAY;AACZ,mBAAmB,EACnB,kBAAkB;AAElB,eAAe;AACf,2BAA2B,EAC3B,0BAA0B,EAC1B,2BAA2B,EAC3B,6BAA6B,EAC7B,0BAA0B;AAE1B,iBAAiB;AACjB,yBAAyB,EACzB,0BAA0B,EAC1B,8BAA8B;AAE9B,mBAAmB;AACnB,2BAA2B,EAC3B,6BAA6B,EAC7B,6BAA6B,EAC7B,0BAA0B,EAC1B,0BAA0B;AAE1B,kBAAkB;AAClB,sBAAsB,EACtB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,wBAAwB,GACzB,MAAM,YAAY,CAAC;AAEpB,+EAA+E;AAC/E,iBAAiB;AACjB,+EAA+E;AAE/E,OAAO;AACL,aAAa;AACb,eAAe;AAEf,kBAAkB;AAClB,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,EACf,kBAAkB,EAClB,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,YAAY;AAEZ,WAAW;AACX,oBAAoB;AAIpB,YAAY;AACZ,iBAAiB,EACjB,SAAS,EACT,0BAA0B,GAC3B,MAAM,aAAa,CAAC;AAErB,+EAA+E;AAC/E,iBAAiB;AACjB,+EAA+E;AAE/E,MAAM,CAAC,MAAM,oBAAoB,GAAG,OAAO,CAAC;AAC5C,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAC;AAC9C,MAAM,CAAC,MAAM,sBAAsB,GAAG,cAAc,CAAC"}
@@ -0,0 +1,101 @@
1
+ /**
2
+ * Unified Schema Loader and Validator
3
+ *
4
+ * Provides cached loading of the unified schema and validation utilities.
5
+ * Single source of truth for all schema operations.
6
+ *
7
+ * Principal Investigator: Bo Shang
8
+ * Framework: erosolar-cli
9
+ */
10
+ import type { UnifiedSchema, ProviderConfig, TaskTypeConfig, SchemaToolDefinition, ToolCategoryConfig, JSONSchemaObject, ProviderId, TaskTypeId, ProviderCapability } from './types.js';
11
+ /**
12
+ * Load the unified schema with caching
13
+ */
14
+ export declare function loadUnifiedSchema(forceReload?: boolean): UnifiedSchema;
15
+ /**
16
+ * Clear the schema cache
17
+ */
18
+ export declare function clearSchemaCache(): void;
19
+ /**
20
+ * Get provider configuration by ID
21
+ */
22
+ export declare function getProviderConfig(providerId: ProviderId): ProviderConfig | null;
23
+ /**
24
+ * Get all available providers
25
+ */
26
+ export declare function getAllProviders(): ProviderConfig[];
27
+ /**
28
+ * Get providers with specific capabilities
29
+ */
30
+ export declare function getProvidersWithCapabilities(required: ProviderCapability[], preferred?: ProviderCapability[]): ProviderConfig[];
31
+ /**
32
+ * Get recommended providers for a task type
33
+ */
34
+ export declare function getRecommendedProviders(taskType: TaskTypeId): ProviderConfig[];
35
+ /**
36
+ * Get task type configuration
37
+ */
38
+ export declare function getTaskTypeConfig(taskTypeId: TaskTypeId): TaskTypeConfig | null;
39
+ /**
40
+ * Get all task types
41
+ */
42
+ export declare function getAllTaskTypes(): TaskTypeConfig[];
43
+ /**
44
+ * Determine best task type for a given prompt
45
+ */
46
+ export declare function inferTaskType(prompt: string): TaskTypeId;
47
+ /**
48
+ * Get tool definition by ID
49
+ */
50
+ export declare function getToolDefinition(toolId: string): SchemaToolDefinition | null;
51
+ /**
52
+ * Get all tools in a category
53
+ */
54
+ export declare function getToolsByCategory(categoryId: string): SchemaToolDefinition[];
55
+ /**
56
+ * Get tool category configuration
57
+ */
58
+ export declare function getToolCategory(categoryId: string): ToolCategoryConfig | null;
59
+ /**
60
+ * Get all enabled tools (including always-enabled categories)
61
+ */
62
+ export declare function getEnabledTools(enabledCategories?: string[]): SchemaToolDefinition[];
63
+ /**
64
+ * Check if a tool requires authentication
65
+ */
66
+ export declare function toolRequiresAuth(toolId: string): boolean;
67
+ /**
68
+ * Validation error for tool arguments
69
+ */
70
+ export declare class ToolArgumentValidationError extends Error {
71
+ readonly toolName: string;
72
+ readonly field: string;
73
+ readonly reason: string;
74
+ readonly value?: unknown | undefined;
75
+ constructor(toolName: string, field: string, reason: string, value?: unknown | undefined);
76
+ }
77
+ /**
78
+ * Validate tool arguments against schema
79
+ */
80
+ export declare function validateToolArguments(toolName: string, schema: JSONSchemaObject | undefined, args: Record<string, unknown>): void;
81
+ /**
82
+ * Get schema defaults
83
+ */
84
+ export declare function getSchemaDefaults(): UnifiedSchema['defaults'];
85
+ /**
86
+ * Get schema metadata
87
+ */
88
+ export declare function getSchemaMetadata(): UnifiedSchema['metadata'];
89
+ /**
90
+ * Get schema version
91
+ */
92
+ export declare function getSchemaVersion(): string;
93
+ /**
94
+ * Check if provider supports a capability
95
+ */
96
+ export declare function providerSupportsCapability(providerId: ProviderId, capability: ProviderCapability): boolean;
97
+ /**
98
+ * Get best provider for capabilities
99
+ */
100
+ export declare function selectBestProvider(required: ProviderCapability[], preferred?: ProviderCapability[]): ProviderConfig | null;
101
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/core/unified/schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,KAAK,EACV,aAAa,EACb,cAAc,EACd,cAAc,EACd,oBAAoB,EACpB,kBAAkB,EAClB,gBAAgB,EAEhB,UAAU,EACV,UAAU,EACV,kBAAkB,EACnB,MAAM,YAAY,CAAC;AAUpB;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,WAAW,UAAQ,GAAG,aAAa,CAkBpE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAGvC;AAMD;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,cAAc,GAAG,IAAI,CAG/E;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,cAAc,EAAE,CAElD;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,kBAAkB,EAAE,EAC9B,SAAS,GAAE,kBAAkB,EAAO,GACnC,cAAc,EAAE,CAWlB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,UAAU,GAAG,cAAc,EAAE,CAW9E;AAMD;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,cAAc,GAAG,IAAI,CAG/E;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,cAAc,EAAE,CAElD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,UAAU,CAgDxD;AAMD;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB,GAAG,IAAI,CAG7E;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB,EAAE,CAG7E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,GAAG,IAAI,CAG7E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,iBAAiB,GAAE,MAAM,EAAO,GAAG,oBAAoB,EAAE,CASxF;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAQxD;AAMD;;GAEG;AACH,qBAAa,2BAA4B,SAAQ,KAAK;aAElC,QAAQ,EAAE,MAAM;aAChB,KAAK,EAAE,MAAM;aACb,MAAM,EAAE,MAAM;aACd,KAAK,CAAC,EAAE,OAAO;gBAHf,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,KAAK,CAAC,EAAE,OAAO,YAAA;CAKlC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,gBAAgB,GAAG,SAAS,EACpC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC5B,IAAI,CA2BN;AAoID;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,aAAa,CAAC,UAAU,CAAC,CAE7D;AAED;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,aAAa,CAAC,UAAU,CAAC,CAE7D;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,kBAAkB,GAC7B,OAAO,CAGT;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,kBAAkB,EAAE,EAC9B,SAAS,GAAE,kBAAkB,EAAO,GACnC,cAAc,GAAG,IAAI,CAGvB"}
@@ -0,0 +1,350 @@
1
+ /**
2
+ * Unified Schema Loader and Validator
3
+ *
4
+ * Provides cached loading of the unified schema and validation utilities.
5
+ * Single source of truth for all schema operations.
6
+ *
7
+ * Principal Investigator: Bo Shang
8
+ * Framework: erosolar-cli
9
+ */
10
+ import { readFileSync } from 'fs';
11
+ import { resolve } from 'path';
12
+ // ============================================================================
13
+ // Schema Cache
14
+ // ============================================================================
15
+ let _schemaCache = null;
16
+ let _schemaCacheTime = 0;
17
+ const CACHE_TTL_MS = 60 * 1000; // 1 minute
18
+ /**
19
+ * Load the unified schema with caching
20
+ */
21
+ export function loadUnifiedSchema(forceReload = false) {
22
+ const now = Date.now();
23
+ if (!forceReload && _schemaCache && now - _schemaCacheTime < CACHE_TTL_MS) {
24
+ return _schemaCache;
25
+ }
26
+ // Use process.cwd() relative path or __dirname equivalent
27
+ const schemaPath = resolve(process.cwd(), 'src/contracts/unified-schema.json');
28
+ try {
29
+ const content = readFileSync(schemaPath, 'utf-8');
30
+ _schemaCache = JSON.parse(content);
31
+ _schemaCacheTime = now;
32
+ return _schemaCache;
33
+ }
34
+ catch (error) {
35
+ throw new Error(`Failed to load unified schema: ${error}`);
36
+ }
37
+ }
38
+ /**
39
+ * Clear the schema cache
40
+ */
41
+ export function clearSchemaCache() {
42
+ _schemaCache = null;
43
+ _schemaCacheTime = 0;
44
+ }
45
+ // ============================================================================
46
+ // Provider Lookups
47
+ // ============================================================================
48
+ /**
49
+ * Get provider configuration by ID
50
+ */
51
+ export function getProviderConfig(providerId) {
52
+ const schema = loadUnifiedSchema();
53
+ return schema.providers.find((p) => p.id === providerId) || null;
54
+ }
55
+ /**
56
+ * Get all available providers
57
+ */
58
+ export function getAllProviders() {
59
+ return loadUnifiedSchema().providers;
60
+ }
61
+ /**
62
+ * Get providers with specific capabilities
63
+ */
64
+ export function getProvidersWithCapabilities(required, preferred = []) {
65
+ const schema = loadUnifiedSchema();
66
+ return schema.providers
67
+ .filter((p) => required.every((cap) => p.capabilities.includes(cap)))
68
+ .sort((a, b) => {
69
+ // Sort by number of preferred capabilities matched
70
+ const aPreferred = preferred.filter((cap) => a.capabilities.includes(cap)).length;
71
+ const bPreferred = preferred.filter((cap) => b.capabilities.includes(cap)).length;
72
+ return bPreferred - aPreferred;
73
+ });
74
+ }
75
+ /**
76
+ * Get recommended providers for a task type
77
+ */
78
+ export function getRecommendedProviders(taskType) {
79
+ const schema = loadUnifiedSchema();
80
+ const taskConfig = schema.taskTypes.find((t) => t.id === taskType);
81
+ if (!taskConfig) {
82
+ return [];
83
+ }
84
+ return taskConfig.recommendedProviders
85
+ .map((id) => schema.providers.find((p) => p.id === id))
86
+ .filter((p) => p !== undefined);
87
+ }
88
+ // ============================================================================
89
+ // Task Type Lookups
90
+ // ============================================================================
91
+ /**
92
+ * Get task type configuration
93
+ */
94
+ export function getTaskTypeConfig(taskTypeId) {
95
+ const schema = loadUnifiedSchema();
96
+ return schema.taskTypes.find((t) => t.id === taskTypeId) || null;
97
+ }
98
+ /**
99
+ * Get all task types
100
+ */
101
+ export function getAllTaskTypes() {
102
+ return loadUnifiedSchema().taskTypes;
103
+ }
104
+ /**
105
+ * Determine best task type for a given prompt
106
+ */
107
+ export function inferTaskType(prompt) {
108
+ const promptLower = prompt.toLowerCase();
109
+ // Simple heuristics for task type inference
110
+ if (promptLower.includes('security') ||
111
+ promptLower.includes('vulnerability') ||
112
+ promptLower.includes('audit')) {
113
+ return 'security';
114
+ }
115
+ if (promptLower.includes('test') || promptLower.includes('spec')) {
116
+ return 'testing';
117
+ }
118
+ if (promptLower.includes('document') || promptLower.includes('readme')) {
119
+ return 'documentation';
120
+ }
121
+ if (promptLower.includes('search') || promptLower.includes('find information')) {
122
+ return 'research';
123
+ }
124
+ if (promptLower.includes('image') || promptLower.includes('screenshot')) {
125
+ return 'multimodal';
126
+ }
127
+ if (promptLower.includes('analyze') ||
128
+ promptLower.includes('review') ||
129
+ promptLower.includes('complexity')) {
130
+ return 'analysis';
131
+ }
132
+ if (promptLower.includes('think') ||
133
+ promptLower.includes('reason') ||
134
+ promptLower.includes('plan')) {
135
+ return 'reasoning';
136
+ }
137
+ if (promptLower.includes('code') ||
138
+ promptLower.includes('function') ||
139
+ promptLower.includes('implement') ||
140
+ promptLower.includes('fix') ||
141
+ promptLower.includes('refactor')) {
142
+ return 'coding';
143
+ }
144
+ return 'chat';
145
+ }
146
+ // ============================================================================
147
+ // Tool Lookups
148
+ // ============================================================================
149
+ /**
150
+ * Get tool definition by ID
151
+ */
152
+ export function getToolDefinition(toolId) {
153
+ const schema = loadUnifiedSchema();
154
+ return schema.tools.find((t) => t.id === toolId) || null;
155
+ }
156
+ /**
157
+ * Get all tools in a category
158
+ */
159
+ export function getToolsByCategory(categoryId) {
160
+ const schema = loadUnifiedSchema();
161
+ return schema.tools.filter((t) => t.category === categoryId);
162
+ }
163
+ /**
164
+ * Get tool category configuration
165
+ */
166
+ export function getToolCategory(categoryId) {
167
+ const schema = loadUnifiedSchema();
168
+ return schema.toolCategories.find((c) => c.id === categoryId) || null;
169
+ }
170
+ /**
171
+ * Get all enabled tools (including always-enabled categories)
172
+ */
173
+ export function getEnabledTools(enabledCategories = []) {
174
+ const schema = loadUnifiedSchema();
175
+ const enabledCategoryIds = new Set([
176
+ ...schema.toolCategories.filter((c) => c.alwaysEnabled).map((c) => c.id),
177
+ ...enabledCategories,
178
+ ]);
179
+ return schema.tools.filter((t) => enabledCategoryIds.has(t.category));
180
+ }
181
+ /**
182
+ * Check if a tool requires authentication
183
+ */
184
+ export function toolRequiresAuth(toolId) {
185
+ const tool = getToolDefinition(toolId);
186
+ if (!tool)
187
+ return false;
188
+ if (tool.requiresAuth)
189
+ return true;
190
+ const category = getToolCategory(tool.category);
191
+ return category?.requiresAuth ?? false;
192
+ }
193
+ // ============================================================================
194
+ // Schema Validation
195
+ // ============================================================================
196
+ /**
197
+ * Validation error for tool arguments
198
+ */
199
+ export class ToolArgumentValidationError extends Error {
200
+ toolName;
201
+ field;
202
+ reason;
203
+ value;
204
+ constructor(toolName, field, reason, value) {
205
+ super(`Tool ${toolName}: ${field} - ${reason}`);
206
+ this.toolName = toolName;
207
+ this.field = field;
208
+ this.reason = reason;
209
+ this.value = value;
210
+ this.name = 'ToolArgumentValidationError';
211
+ }
212
+ }
213
+ /**
214
+ * Validate tool arguments against schema
215
+ */
216
+ export function validateToolArguments(toolName, schema, args) {
217
+ if (!schema)
218
+ return;
219
+ // Check required fields
220
+ if (schema.required) {
221
+ for (const field of schema.required) {
222
+ if (!(field in args) || args[field] === undefined || args[field] === null) {
223
+ throw new ToolArgumentValidationError(toolName, field, 'Required field is missing');
224
+ }
225
+ }
226
+ }
227
+ // Validate each property
228
+ if (schema.properties) {
229
+ for (const [field, value] of Object.entries(args)) {
230
+ const propSchema = schema.properties[field];
231
+ if (!propSchema) {
232
+ if (schema.additionalProperties === false) {
233
+ throw new ToolArgumentValidationError(toolName, field, 'Unknown field');
234
+ }
235
+ continue;
236
+ }
237
+ validateProperty(toolName, field, propSchema, value);
238
+ }
239
+ }
240
+ }
241
+ /**
242
+ * Validate a single property
243
+ */
244
+ function validateProperty(toolName, field, schema, value) {
245
+ if (value === undefined || value === null) {
246
+ return; // Required check is done separately
247
+ }
248
+ const types = Array.isArray(schema.type) ? schema.type : [schema.type];
249
+ // Type checking
250
+ const actualType = getValueType(value);
251
+ if (!types.includes(actualType)) {
252
+ throw new ToolArgumentValidationError(toolName, field, `Expected ${types.join(' | ')}, got ${actualType}`, value);
253
+ }
254
+ // Enum validation
255
+ if (schema.enum && !schema.enum.includes(value)) {
256
+ throw new ToolArgumentValidationError(toolName, field, `Value must be one of: ${schema.enum.join(', ')}`, value);
257
+ }
258
+ // String validations
259
+ if (actualType === 'string') {
260
+ const strValue = value;
261
+ if (schema.minLength !== undefined && strValue.length < schema.minLength) {
262
+ throw new ToolArgumentValidationError(toolName, field, `String length must be at least ${schema.minLength}`, value);
263
+ }
264
+ if (schema.maxLength !== undefined && strValue.length > schema.maxLength) {
265
+ throw new ToolArgumentValidationError(toolName, field, `String length must be at most ${schema.maxLength}`, value);
266
+ }
267
+ if (schema.pattern) {
268
+ const regex = new RegExp(schema.pattern);
269
+ if (!regex.test(strValue)) {
270
+ throw new ToolArgumentValidationError(toolName, field, `String must match pattern: ${schema.pattern}`, value);
271
+ }
272
+ }
273
+ }
274
+ // Number validations
275
+ if (actualType === 'number' || actualType === 'integer') {
276
+ const numValue = value;
277
+ if (schema.minimum !== undefined && numValue < schema.minimum) {
278
+ throw new ToolArgumentValidationError(toolName, field, `Value must be at least ${schema.minimum}`, value);
279
+ }
280
+ if (schema.maximum !== undefined && numValue > schema.maximum) {
281
+ throw new ToolArgumentValidationError(toolName, field, `Value must be at most ${schema.maximum}`, value);
282
+ }
283
+ }
284
+ // Array validations
285
+ if (actualType === 'array' && schema.items) {
286
+ const arrValue = value;
287
+ for (let i = 0; i < arrValue.length; i++) {
288
+ validateProperty(toolName, `${field}[${i}]`, schema.items, arrValue[i]);
289
+ }
290
+ }
291
+ // Object validations
292
+ if (actualType === 'object' && schema.properties) {
293
+ const objValue = value;
294
+ for (const [key, val] of Object.entries(objValue)) {
295
+ const propSchema = schema.properties[key];
296
+ if (propSchema) {
297
+ validateProperty(toolName, `${field}.${key}`, propSchema, val);
298
+ }
299
+ }
300
+ }
301
+ }
302
+ /**
303
+ * Get the JSON Schema type of a value
304
+ */
305
+ function getValueType(value) {
306
+ if (value === null)
307
+ return 'null';
308
+ if (Array.isArray(value))
309
+ return 'array';
310
+ if (typeof value === 'number') {
311
+ return Number.isInteger(value) ? 'integer' : 'number';
312
+ }
313
+ return typeof value;
314
+ }
315
+ // ============================================================================
316
+ // Schema Utilities
317
+ // ============================================================================
318
+ /**
319
+ * Get schema defaults
320
+ */
321
+ export function getSchemaDefaults() {
322
+ return loadUnifiedSchema().defaults;
323
+ }
324
+ /**
325
+ * Get schema metadata
326
+ */
327
+ export function getSchemaMetadata() {
328
+ return loadUnifiedSchema().metadata;
329
+ }
330
+ /**
331
+ * Get schema version
332
+ */
333
+ export function getSchemaVersion() {
334
+ return loadUnifiedSchema().contractVersion;
335
+ }
336
+ /**
337
+ * Check if provider supports a capability
338
+ */
339
+ export function providerSupportsCapability(providerId, capability) {
340
+ const provider = getProviderConfig(providerId);
341
+ return provider?.capabilities.includes(capability) ?? false;
342
+ }
343
+ /**
344
+ * Get best provider for capabilities
345
+ */
346
+ export function selectBestProvider(required, preferred = []) {
347
+ const providers = getProvidersWithCapabilities(required, preferred);
348
+ return providers[0] || null;
349
+ }
350
+ //# sourceMappingURL=schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../src/core/unified/schema.ts"],"names":[],"mappings":"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"}