@bluefly/openstandardagents 0.3.5 → 0.3.6

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 (650) hide show
  1. package/.version.json +7 -0
  2. package/CHANGELOG.md +60 -1
  3. package/README.md +41 -31
  4. package/bin/ossa +2 -23
  5. package/bin/postinstall +3 -2
  6. package/dist/adapters/crewai/converter.d.ts +17 -0
  7. package/dist/adapters/crewai/converter.d.ts.map +1 -0
  8. package/dist/adapters/crewai/converter.js +110 -0
  9. package/dist/adapters/crewai/converter.js.map +1 -0
  10. package/dist/adapters/crewai/index.d.ts +7 -0
  11. package/dist/adapters/crewai/index.d.ts.map +1 -0
  12. package/dist/adapters/crewai/index.js +6 -0
  13. package/dist/adapters/crewai/index.js.map +1 -0
  14. package/dist/adapters/crewai/types.d.ts +29 -0
  15. package/dist/adapters/crewai/types.d.ts.map +1 -0
  16. package/dist/adapters/crewai/types.js +5 -0
  17. package/dist/adapters/crewai/types.js.map +1 -0
  18. package/dist/adapters/docker/generators.d.ts +19 -0
  19. package/dist/adapters/docker/generators.d.ts.map +1 -0
  20. package/dist/adapters/docker/generators.js +93 -0
  21. package/dist/adapters/docker/generators.js.map +1 -0
  22. package/dist/adapters/docker/index.d.ts +7 -0
  23. package/dist/adapters/docker/index.d.ts.map +1 -0
  24. package/dist/adapters/docker/index.js +6 -0
  25. package/dist/adapters/docker/index.js.map +1 -0
  26. package/dist/adapters/docker/types.d.ts +17 -0
  27. package/dist/adapters/docker/types.d.ts.map +1 -0
  28. package/dist/adapters/docker/types.js +5 -0
  29. package/dist/adapters/docker/types.js.map +1 -0
  30. package/dist/adapters/gitlab/converter.d.ts +25 -0
  31. package/dist/adapters/gitlab/converter.d.ts.map +1 -0
  32. package/dist/adapters/gitlab/converter.js +96 -0
  33. package/dist/adapters/gitlab/converter.js.map +1 -0
  34. package/dist/adapters/gitlab/index.d.ts +7 -0
  35. package/dist/adapters/gitlab/index.d.ts.map +1 -0
  36. package/dist/adapters/gitlab/index.js +6 -0
  37. package/dist/adapters/gitlab/index.js.map +1 -0
  38. package/dist/adapters/gitlab/types.d.ts +22 -0
  39. package/dist/adapters/gitlab/types.d.ts.map +1 -0
  40. package/dist/adapters/gitlab/types.js +5 -0
  41. package/dist/adapters/gitlab/types.js.map +1 -0
  42. package/dist/adapters/kubernetes/generator.d.ts +29 -0
  43. package/dist/adapters/kubernetes/generator.d.ts.map +1 -0
  44. package/dist/adapters/kubernetes/generator.js +133 -0
  45. package/dist/adapters/kubernetes/generator.js.map +1 -0
  46. package/dist/adapters/kubernetes/index.d.ts +7 -0
  47. package/dist/adapters/kubernetes/index.d.ts.map +1 -0
  48. package/dist/adapters/kubernetes/index.js +6 -0
  49. package/dist/adapters/kubernetes/index.js.map +1 -0
  50. package/dist/adapters/kubernetes/types.d.ts +17 -0
  51. package/dist/adapters/kubernetes/types.d.ts.map +1 -0
  52. package/dist/adapters/kubernetes/types.js +5 -0
  53. package/dist/adapters/kubernetes/types.js.map +1 -0
  54. package/dist/adapters/langchain/converter.d.ts +21 -0
  55. package/dist/adapters/langchain/converter.d.ts.map +1 -0
  56. package/dist/adapters/langchain/converter.js +143 -0
  57. package/dist/adapters/langchain/converter.js.map +1 -0
  58. package/dist/adapters/langchain/index.d.ts +7 -0
  59. package/dist/adapters/langchain/index.d.ts.map +1 -0
  60. package/dist/adapters/langchain/index.js +6 -0
  61. package/dist/adapters/langchain/index.js.map +1 -0
  62. package/dist/adapters/langchain/types.d.ts +27 -0
  63. package/dist/adapters/langchain/types.d.ts.map +1 -0
  64. package/dist/adapters/langchain/types.js +5 -0
  65. package/dist/adapters/langchain/types.js.map +1 -0
  66. package/dist/adapters/n8n/converter.d.ts +17 -0
  67. package/dist/adapters/n8n/converter.d.ts.map +1 -0
  68. package/dist/adapters/n8n/converter.js +77 -0
  69. package/dist/adapters/n8n/converter.js.map +1 -0
  70. package/dist/adapters/n8n/index.d.ts +7 -0
  71. package/dist/adapters/n8n/index.d.ts.map +1 -0
  72. package/dist/adapters/n8n/index.js +6 -0
  73. package/dist/adapters/n8n/index.js.map +1 -0
  74. package/dist/adapters/n8n/types.d.ts +23 -0
  75. package/dist/adapters/n8n/types.d.ts.map +1 -0
  76. package/dist/adapters/n8n/types.js +5 -0
  77. package/dist/adapters/n8n/types.js.map +1 -0
  78. package/dist/adapters/opentelemetry.adapter.d.ts +1 -1
  79. package/dist/adapters/temporal/converter.d.ts +17 -0
  80. package/dist/adapters/temporal/converter.d.ts.map +1 -0
  81. package/dist/adapters/temporal/converter.js +96 -0
  82. package/dist/adapters/temporal/converter.js.map +1 -0
  83. package/dist/adapters/temporal/index.d.ts +7 -0
  84. package/dist/adapters/temporal/index.d.ts.map +1 -0
  85. package/dist/adapters/temporal/index.js +6 -0
  86. package/dist/adapters/temporal/index.js.map +1 -0
  87. package/dist/adapters/temporal/types.d.ts +23 -0
  88. package/dist/adapters/temporal/types.d.ts.map +1 -0
  89. package/dist/adapters/temporal/types.js +5 -0
  90. package/dist/adapters/temporal/types.js.map +1 -0
  91. package/dist/bot/agent-compliance.js +1 -1
  92. package/dist/bot/agent-compliance.js.map +1 -1
  93. package/dist/bot/agent-security_scanner.d.ts +1 -1
  94. package/dist/bot/agent-security_scanner.d.ts.map +1 -1
  95. package/dist/bot/agent-security_scanner.js.map +1 -1
  96. package/dist/cli/commands/agent-create.command.d.ts +18 -0
  97. package/dist/cli/commands/agent-create.command.d.ts.map +1 -0
  98. package/dist/cli/commands/agent-create.command.js +437 -0
  99. package/dist/cli/commands/agent-create.command.js.map +1 -0
  100. package/dist/cli/commands/agent-wizard.command.d.ts +21 -0
  101. package/dist/cli/commands/agent-wizard.command.d.ts.map +1 -0
  102. package/dist/cli/commands/agent-wizard.command.js +1136 -0
  103. package/dist/cli/commands/agent-wizard.command.js.map +1 -0
  104. package/dist/cli/commands/agents-md/batch.command.d.ts +3 -0
  105. package/dist/cli/commands/agents-md/batch.command.d.ts.map +1 -0
  106. package/dist/cli/commands/agents-md/batch.command.js +63 -0
  107. package/dist/cli/commands/agents-md/batch.command.js.map +1 -0
  108. package/dist/cli/commands/agents-md/generate.command.d.ts +3 -0
  109. package/dist/cli/commands/agents-md/generate.command.d.ts.map +1 -0
  110. package/dist/cli/commands/agents-md/generate.command.js +43 -0
  111. package/dist/cli/commands/agents-md/generate.command.js.map +1 -0
  112. package/dist/cli/commands/agents-md/list.command.d.ts +3 -0
  113. package/dist/cli/commands/agents-md/list.command.d.ts.map +1 -0
  114. package/dist/cli/commands/agents-md/list.command.js +59 -0
  115. package/dist/cli/commands/agents-md/list.command.js.map +1 -0
  116. package/dist/cli/commands/agents-md/validate.command.d.ts +3 -0
  117. package/dist/cli/commands/agents-md/validate.command.d.ts.map +1 -0
  118. package/dist/cli/commands/agents-md/validate.command.js +42 -0
  119. package/dist/cli/commands/agents-md/validate.command.js.map +1 -0
  120. package/dist/cli/commands/agents-md.command.d.ts +1 -1
  121. package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
  122. package/dist/cli/commands/agents-md.command.js +40 -122
  123. package/dist/cli/commands/agents-md.command.js.map +1 -1
  124. package/dist/cli/commands/audit.d.ts +8 -0
  125. package/dist/cli/commands/audit.d.ts.map +1 -0
  126. package/dist/cli/commands/audit.js +238 -0
  127. package/dist/cli/commands/audit.js.map +1 -0
  128. package/dist/cli/commands/build.command.d.ts +7 -0
  129. package/dist/cli/commands/build.command.d.ts.map +1 -0
  130. package/dist/cli/commands/build.command.js +314 -0
  131. package/dist/cli/commands/build.command.js.map +1 -0
  132. package/dist/cli/commands/capability/validate.d.ts +3 -0
  133. package/dist/cli/commands/capability/validate.d.ts.map +1 -0
  134. package/dist/cli/commands/capability/validate.js +60 -0
  135. package/dist/cli/commands/capability/validate.js.map +1 -0
  136. package/dist/cli/commands/deploy.command.d.ts +5 -2
  137. package/dist/cli/commands/deploy.command.d.ts.map +1 -1
  138. package/dist/cli/commands/deploy.command.js +50 -154
  139. package/dist/cli/commands/deploy.command.js.map +1 -1
  140. package/dist/cli/commands/enhance.command.d.ts +10 -0
  141. package/dist/cli/commands/enhance.command.d.ts.map +1 -0
  142. package/dist/cli/commands/enhance.command.js +119 -0
  143. package/dist/cli/commands/enhance.command.js.map +1 -0
  144. package/dist/cli/commands/examples.command.d.ts +10 -0
  145. package/dist/cli/commands/examples.command.d.ts.map +1 -0
  146. package/dist/cli/commands/examples.command.js +73 -0
  147. package/dist/cli/commands/examples.command.js.map +1 -0
  148. package/dist/cli/commands/export.command.d.ts +2 -2
  149. package/dist/cli/commands/export.command.d.ts.map +1 -1
  150. package/dist/cli/commands/export.command.js +109 -37
  151. package/dist/cli/commands/export.command.js.map +1 -1
  152. package/dist/cli/commands/generate/conformance.d.ts +3 -0
  153. package/dist/cli/commands/generate/conformance.d.ts.map +1 -0
  154. package/dist/cli/commands/generate/conformance.js +106 -0
  155. package/dist/cli/commands/generate/conformance.js.map +1 -0
  156. package/dist/cli/commands/github-sync.command.js +1 -1
  157. package/dist/cli/commands/identity/plan.d.ts +3 -0
  158. package/dist/cli/commands/identity/plan.d.ts.map +1 -0
  159. package/dist/cli/commands/identity/plan.js +198 -0
  160. package/dist/cli/commands/identity/plan.js.map +1 -0
  161. package/dist/cli/commands/install.command.d.ts.map +1 -1
  162. package/dist/cli/commands/install.command.js +29 -32
  163. package/dist/cli/commands/install.command.js.map +1 -1
  164. package/dist/cli/commands/knowledge-index.command.d.ts +11 -0
  165. package/dist/cli/commands/knowledge-index.command.d.ts.map +1 -0
  166. package/dist/cli/commands/knowledge-index.command.js +111 -0
  167. package/dist/cli/commands/knowledge-index.command.js.map +1 -0
  168. package/dist/cli/commands/knowledge-query.command.d.ts +11 -0
  169. package/dist/cli/commands/knowledge-query.command.d.ts.map +1 -0
  170. package/dist/cli/commands/knowledge-query.command.js +118 -0
  171. package/dist/cli/commands/knowledge-query.command.js.map +1 -0
  172. package/dist/cli/commands/knowledge.command.d.ts +11 -0
  173. package/dist/cli/commands/knowledge.command.d.ts.map +1 -0
  174. package/dist/cli/commands/knowledge.command.js +16 -0
  175. package/dist/cli/commands/knowledge.command.js.map +1 -0
  176. package/dist/cli/commands/migrate.command.d.ts +2 -17
  177. package/dist/cli/commands/migrate.command.d.ts.map +1 -1
  178. package/dist/cli/commands/migrate.command.js +86 -144
  179. package/dist/cli/commands/migrate.command.js.map +1 -1
  180. package/dist/cli/commands/publish.command.d.ts.map +1 -1
  181. package/dist/cli/commands/publish.command.js +36 -106
  182. package/dist/cli/commands/publish.command.js.map +1 -1
  183. package/dist/cli/commands/release.command.d.ts +10 -0
  184. package/dist/cli/commands/release.command.d.ts.map +1 -0
  185. package/dist/cli/commands/release.command.js +73 -0
  186. package/dist/cli/commands/release.command.js.map +1 -0
  187. package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
  188. package/dist/cli/commands/scaffold.command.js +14 -4
  189. package/dist/cli/commands/scaffold.command.js.map +1 -1
  190. package/dist/cli/commands/search.command.d.ts.map +1 -1
  191. package/dist/cli/commands/search.command.js +33 -33
  192. package/dist/cli/commands/search.command.js.map +1 -1
  193. package/dist/cli/commands/skills.command.d.ts +10 -0
  194. package/dist/cli/commands/skills.command.d.ts.map +1 -0
  195. package/dist/cli/commands/skills.command.js +135 -0
  196. package/dist/cli/commands/skills.command.js.map +1 -0
  197. package/dist/cli/commands/taxonomy.command.d.ts +10 -0
  198. package/dist/cli/commands/taxonomy.command.d.ts.map +1 -0
  199. package/dist/cli/commands/taxonomy.command.js +379 -0
  200. package/dist/cli/commands/taxonomy.command.js.map +1 -0
  201. package/dist/cli/commands/template.command.d.ts +7 -0
  202. package/dist/cli/commands/template.command.d.ts.map +1 -0
  203. package/dist/cli/commands/template.command.js +159 -0
  204. package/dist/cli/commands/template.command.js.map +1 -0
  205. package/dist/cli/commands/update.command.d.ts +3 -0
  206. package/dist/cli/commands/update.command.d.ts.map +1 -0
  207. package/dist/cli/commands/update.command.js +43 -0
  208. package/dist/cli/commands/update.command.js.map +1 -0
  209. package/dist/cli/commands/validate.command.d.ts.map +1 -1
  210. package/dist/cli/commands/validate.command.js +43 -0
  211. package/dist/cli/commands/validate.command.js.map +1 -1
  212. package/dist/cli/commands/wizard.command.d.ts.map +1 -1
  213. package/dist/cli/commands/wizard.command.js +29 -3
  214. package/dist/cli/commands/wizard.command.js.map +1 -1
  215. package/dist/cli/commands/workspace.command.js +3 -1
  216. package/dist/cli/commands/workspace.command.js.map +1 -1
  217. package/dist/cli/index.d.ts +2 -11
  218. package/dist/cli/index.d.ts.map +1 -1
  219. package/dist/cli/index.js +24 -229
  220. package/dist/cli/index.js.map +1 -1
  221. package/dist/cli/utils/error-formatter.js.map +1 -1
  222. package/dist/cli/utils/output.d.ts +1 -0
  223. package/dist/cli/utils/output.d.ts.map +1 -1
  224. package/dist/cli/utils/output.js +2 -1
  225. package/dist/cli/utils/output.js.map +1 -1
  226. package/dist/cli/wizard/data/agent-types.d.ts +7 -0
  227. package/dist/cli/wizard/data/agent-types.d.ts.map +1 -0
  228. package/dist/cli/wizard/data/agent-types.js +192 -0
  229. package/dist/cli/wizard/data/agent-types.js.map +1 -0
  230. package/dist/cli/wizard/data/llm-providers.d.ts +10 -0
  231. package/dist/cli/wizard/data/llm-providers.d.ts.map +1 -0
  232. package/dist/cli/wizard/data/llm-providers.js +176 -0
  233. package/dist/cli/wizard/data/llm-providers.js.map +1 -0
  234. package/dist/cli/wizard/data/taxonomy.d.ts +39 -0
  235. package/dist/cli/wizard/data/taxonomy.d.ts.map +1 -0
  236. package/dist/cli/wizard/data/taxonomy.js +134 -0
  237. package/dist/cli/wizard/data/taxonomy.js.map +1 -0
  238. package/dist/cli/wizard/data/templates.d.ts +10 -0
  239. package/dist/cli/wizard/data/templates.d.ts.map +1 -0
  240. package/dist/cli/wizard/data/templates.js +228 -0
  241. package/dist/cli/wizard/data/templates.js.map +1 -0
  242. package/dist/cli/wizard/steps/01-agent-type.d.ts +7 -0
  243. package/dist/cli/wizard/steps/01-agent-type.d.ts.map +1 -0
  244. package/dist/cli/wizard/steps/01-agent-type.js +35 -0
  245. package/dist/cli/wizard/steps/01-agent-type.js.map +1 -0
  246. package/dist/cli/wizard/steps/02-basic-info.d.ts +7 -0
  247. package/dist/cli/wizard/steps/02-basic-info.d.ts.map +1 -0
  248. package/dist/cli/wizard/steps/02-basic-info.js +81 -0
  249. package/dist/cli/wizard/steps/02-basic-info.js.map +1 -0
  250. package/dist/cli/wizard/steps/03-domain-capability.d.ts +7 -0
  251. package/dist/cli/wizard/steps/03-domain-capability.d.ts.map +1 -0
  252. package/dist/cli/wizard/steps/03-domain-capability.js +98 -0
  253. package/dist/cli/wizard/steps/03-domain-capability.js.map +1 -0
  254. package/dist/cli/wizard/steps/04-llm-config.d.ts +7 -0
  255. package/dist/cli/wizard/steps/04-llm-config.d.ts.map +1 -0
  256. package/dist/cli/wizard/steps/04-llm-config.js +86 -0
  257. package/dist/cli/wizard/steps/04-llm-config.js.map +1 -0
  258. package/dist/cli/wizard/steps/05-tools.d.ts +7 -0
  259. package/dist/cli/wizard/steps/05-tools.d.ts.map +1 -0
  260. package/dist/cli/wizard/steps/05-tools.js +172 -0
  261. package/dist/cli/wizard/steps/05-tools.js.map +1 -0
  262. package/dist/cli/wizard/steps/06-autonomy.d.ts +7 -0
  263. package/dist/cli/wizard/steps/06-autonomy.d.ts.map +1 -0
  264. package/dist/cli/wizard/steps/06-autonomy.js +87 -0
  265. package/dist/cli/wizard/steps/06-autonomy.js.map +1 -0
  266. package/dist/cli/wizard/steps/07-observability.d.ts +7 -0
  267. package/dist/cli/wizard/steps/07-observability.d.ts.map +1 -0
  268. package/dist/cli/wizard/steps/07-observability.js +149 -0
  269. package/dist/cli/wizard/steps/07-observability.js.map +1 -0
  270. package/dist/cli/wizard/steps/08-deployment.d.ts +7 -0
  271. package/dist/cli/wizard/steps/08-deployment.d.ts.map +1 -0
  272. package/dist/cli/wizard/steps/08-deployment.js +120 -0
  273. package/dist/cli/wizard/steps/08-deployment.js.map +1 -0
  274. package/dist/cli/wizard/steps/09-advanced.d.ts +7 -0
  275. package/dist/cli/wizard/steps/09-advanced.d.ts.map +1 -0
  276. package/dist/cli/wizard/steps/09-advanced.js +160 -0
  277. package/dist/cli/wizard/steps/09-advanced.js.map +1 -0
  278. package/dist/cli/wizard/steps/10-review.d.ts +7 -0
  279. package/dist/cli/wizard/steps/10-review.d.ts.map +1 -0
  280. package/dist/cli/wizard/steps/10-review.js +109 -0
  281. package/dist/cli/wizard/steps/10-review.js.map +1 -0
  282. package/dist/cli/wizard/steps/12-agents-folder.d.ts +7 -0
  283. package/dist/cli/wizard/steps/12-agents-folder.d.ts.map +1 -0
  284. package/dist/cli/wizard/steps/12-agents-folder.js +101 -0
  285. package/dist/cli/wizard/steps/12-agents-folder.js.map +1 -0
  286. package/dist/cli/wizard/steps/13-openapi-generation.d.ts +7 -0
  287. package/dist/cli/wizard/steps/13-openapi-generation.d.ts.map +1 -0
  288. package/dist/cli/wizard/steps/13-openapi-generation.js +60 -0
  289. package/dist/cli/wizard/steps/13-openapi-generation.js.map +1 -0
  290. package/dist/cli/wizard/steps/14-workspace-registration.d.ts +7 -0
  291. package/dist/cli/wizard/steps/14-workspace-registration.d.ts.map +1 -0
  292. package/dist/cli/wizard/steps/14-workspace-registration.js +65 -0
  293. package/dist/cli/wizard/steps/14-workspace-registration.js.map +1 -0
  294. package/dist/cli/wizard/steps/15-cost-estimation.d.ts +7 -0
  295. package/dist/cli/wizard/steps/15-cost-estimation.d.ts.map +1 -0
  296. package/dist/cli/wizard/steps/15-cost-estimation.js +119 -0
  297. package/dist/cli/wizard/steps/15-cost-estimation.js.map +1 -0
  298. package/dist/cli/wizard/steps/16-best-practices.d.ts +7 -0
  299. package/dist/cli/wizard/steps/16-best-practices.d.ts.map +1 -0
  300. package/dist/cli/wizard/steps/16-best-practices.js +180 -0
  301. package/dist/cli/wizard/steps/16-best-practices.js.map +1 -0
  302. package/dist/cli/wizard/steps/index.d.ts +15 -0
  303. package/dist/cli/wizard/steps/index.d.ts.map +1 -0
  304. package/dist/cli/wizard/steps/index.js +15 -0
  305. package/dist/cli/wizard/steps/index.js.map +1 -0
  306. package/dist/cli/wizard/types.d.ts +94 -0
  307. package/dist/cli/wizard/types.d.ts.map +1 -0
  308. package/dist/cli/wizard/types.js +6 -0
  309. package/dist/cli/wizard/types.js.map +1 -0
  310. package/dist/cli/wizard/ui/console.d.ts +26 -0
  311. package/dist/cli/wizard/ui/console.d.ts.map +1 -0
  312. package/dist/cli/wizard/ui/console.js +104 -0
  313. package/dist/cli/wizard/ui/console.js.map +1 -0
  314. package/dist/cli/wizard/validators/index.d.ts +11 -0
  315. package/dist/cli/wizard/validators/index.d.ts.map +1 -0
  316. package/dist/cli/wizard/validators/index.js +35 -0
  317. package/dist/cli/wizard/validators/index.js.map +1 -0
  318. package/dist/di-container.d.ts.map +1 -1
  319. package/dist/di-container.js +16 -0
  320. package/dist/di-container.js.map +1 -1
  321. package/dist/index.d.ts +7 -24
  322. package/dist/index.d.ts.map +1 -1
  323. package/dist/index.js +9 -31
  324. package/dist/index.js.map +1 -1
  325. package/dist/repositories/manifest.repository.js +1 -1
  326. package/dist/repositories/manifest.repository.js.map +1 -1
  327. package/dist/repositories/schema.repository.d.ts.map +1 -1
  328. package/dist/repositories/schema.repository.js +7 -4
  329. package/dist/repositories/schema.repository.js.map +1 -1
  330. package/dist/runtime/langflow.runtime.d.ts +2 -2
  331. package/dist/sdks/kagent/crd-generator.d.ts +21 -0
  332. package/dist/sdks/kagent/crd-generator.d.ts.map +1 -0
  333. package/dist/sdks/kagent/crd-generator.js +101 -0
  334. package/dist/sdks/kagent/crd-generator.js.map +1 -0
  335. package/dist/sdks/kagent/crd-parser.d.ts +13 -0
  336. package/dist/sdks/kagent/crd-parser.d.ts.map +1 -0
  337. package/dist/sdks/kagent/crd-parser.js +91 -0
  338. package/dist/sdks/kagent/crd-parser.js.map +1 -0
  339. package/dist/sdks/kagent/index.d.ts +10 -0
  340. package/dist/sdks/kagent/index.d.ts.map +1 -0
  341. package/dist/sdks/kagent/index.js +9 -0
  342. package/dist/sdks/kagent/index.js.map +1 -0
  343. package/dist/sdks/kagent/runtime-adapter.d.ts +45 -0
  344. package/dist/sdks/kagent/runtime-adapter.d.ts.map +1 -0
  345. package/dist/sdks/kagent/runtime-adapter.js +129 -0
  346. package/dist/sdks/kagent/runtime-adapter.js.map +1 -0
  347. package/dist/sdks/kagent/types.d.ts +91 -0
  348. package/dist/sdks/kagent/types.d.ts.map +1 -0
  349. package/dist/sdks/kagent/types.js +5 -0
  350. package/dist/sdks/kagent/types.js.map +1 -0
  351. package/dist/sdks/kagent/validator.d.ts +17 -0
  352. package/dist/sdks/kagent/validator.d.ts.map +1 -0
  353. package/dist/sdks/kagent/validator.js +73 -0
  354. package/dist/sdks/kagent/validator.js.map +1 -0
  355. package/dist/sdks/shared/types.d.ts +1 -1
  356. package/dist/sdks/typescript/types.d.ts +3 -3
  357. package/dist/sdks/typescript/types.js +3 -3
  358. package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
  359. package/dist/services/agents-md/agents-md.service.js +0 -6
  360. package/dist/services/agents-md/agents-md.service.js.map +1 -1
  361. package/dist/services/agents-md/repo-agents-md.service.d.ts +87 -0
  362. package/dist/services/agents-md/repo-agents-md.service.d.ts.map +1 -0
  363. package/dist/services/agents-md/repo-agents-md.service.js +202 -0
  364. package/dist/services/agents-md/repo-agents-md.service.js.map +1 -0
  365. package/dist/services/ai-architect.service.d.ts +48 -0
  366. package/dist/services/ai-architect.service.d.ts.map +1 -0
  367. package/dist/services/ai-architect.service.js +273 -0
  368. package/dist/services/ai-architect.service.js.map +1 -0
  369. package/dist/services/audit.d.ts +80 -0
  370. package/dist/services/audit.d.ts.map +1 -0
  371. package/dist/services/audit.js +245 -0
  372. package/dist/services/audit.js.map +1 -0
  373. package/dist/services/codegen/generators/openapi-zod.generator.js +1 -1
  374. package/dist/services/git.service.d.ts +10 -1
  375. package/dist/services/git.service.d.ts.map +1 -1
  376. package/dist/services/git.service.js +42 -2
  377. package/dist/services/git.service.js.map +1 -1
  378. package/dist/services/knowledge-generation.service.d.ts +46 -0
  379. package/dist/services/knowledge-generation.service.d.ts.map +1 -0
  380. package/dist/services/knowledge-generation.service.js +96 -0
  381. package/dist/services/knowledge-generation.service.js.map +1 -0
  382. package/dist/services/knowledge.service.d.ts +88 -0
  383. package/dist/services/knowledge.service.d.ts.map +1 -0
  384. package/dist/services/knowledge.service.js +214 -0
  385. package/dist/services/knowledge.service.js.map +1 -0
  386. package/dist/services/migration-transform.service.d.ts +11 -3
  387. package/dist/services/migration-transform.service.d.ts.map +1 -1
  388. package/dist/services/migration-transform.service.js +69 -10
  389. package/dist/services/migration-transform.service.js.map +1 -1
  390. package/dist/services/registry.service.d.ts +34 -0
  391. package/dist/services/registry.service.d.ts.map +1 -0
  392. package/dist/services/registry.service.js +161 -0
  393. package/dist/services/registry.service.js.map +1 -0
  394. package/dist/services/release-automation/release-agent.service.d.ts +39 -0
  395. package/dist/services/release-automation/release-agent.service.d.ts.map +1 -0
  396. package/dist/services/release-automation/release-agent.service.js +42 -0
  397. package/dist/services/release-automation/release-agent.service.js.map +1 -0
  398. package/dist/services/skills/claude-skills.service.d.ts +51 -0
  399. package/dist/services/skills/claude-skills.service.d.ts.map +1 -0
  400. package/dist/services/skills/claude-skills.service.js +252 -0
  401. package/dist/services/skills/claude-skills.service.js.map +1 -0
  402. package/dist/services/structure/agents-folder.service.d.ts +37 -0
  403. package/dist/services/structure/agents-folder.service.d.ts.map +1 -0
  404. package/dist/services/structure/agents-folder.service.js +318 -0
  405. package/dist/services/structure/agents-folder.service.js.map +1 -0
  406. package/dist/services/taxonomy-validator.service.d.ts +25 -0
  407. package/dist/services/taxonomy-validator.service.d.ts.map +1 -0
  408. package/dist/services/taxonomy-validator.service.js +149 -0
  409. package/dist/services/taxonomy-validator.service.js.map +1 -0
  410. package/dist/services/taxonomy.service.d.ts +132 -0
  411. package/dist/services/taxonomy.service.d.ts.map +1 -0
  412. package/dist/services/taxonomy.service.js +330 -0
  413. package/dist/services/taxonomy.service.js.map +1 -0
  414. package/dist/services/template-processor.service.d.ts +34 -0
  415. package/dist/services/template-processor.service.d.ts.map +1 -0
  416. package/dist/services/template-processor.service.js +112 -0
  417. package/dist/services/template-processor.service.js.map +1 -0
  418. package/dist/services/template.service.d.ts +54 -0
  419. package/dist/services/template.service.d.ts.map +1 -0
  420. package/dist/services/template.service.js +154 -0
  421. package/dist/services/template.service.js.map +1 -0
  422. package/dist/spec/ossa-audit-api.yaml +311 -0
  423. package/dist/spec/registry/registry-api.yaml +144 -0
  424. package/dist/spec/schema/components/adapter.schema.json +33 -0
  425. package/dist/spec/schema/components/identity.schema.json +78 -0
  426. package/dist/spec/v0.3/CHANGELOG.md +2 -2
  427. package/dist/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
  428. package/dist/spec/v0.3/README.md +2 -2
  429. package/dist/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
  430. package/dist/spec/v0.3/ossa-v0.3.schema.json +15824 -0
  431. package/dist/spec/v0.3.6/CHANGELOG.md +171 -0
  432. package/dist/spec/v0.3.6/README.md +382 -0
  433. package/dist/spec/v0.3.6/taxonomy.yaml +506 -0
  434. package/dist/testing/fixtures.d.ts.map +1 -1
  435. package/dist/testing/fixtures.js +6 -0
  436. package/dist/testing/fixtures.js.map +1 -1
  437. package/dist/testing/runner.d.ts.map +1 -1
  438. package/dist/testing/runner.js +4 -20
  439. package/dist/testing/runner.js.map +1 -1
  440. package/dist/types/architect.d.ts +48 -0
  441. package/dist/types/architect.d.ts.map +1 -0
  442. package/dist/types/architect.js +7 -0
  443. package/dist/types/architect.js.map +1 -0
  444. package/dist/types/identity.d.ts +78 -401
  445. package/dist/types/identity.d.ts.map +1 -1
  446. package/dist/types/identity.js +5 -7
  447. package/dist/types/identity.js.map +1 -1
  448. package/dist/types/identity.zod.d.ts +5 -5
  449. package/dist/types/index.d.ts +69 -41
  450. package/dist/types/index.d.ts.map +1 -1
  451. package/dist/types/index.js +4 -0
  452. package/dist/types/index.js.map +1 -1
  453. package/dist/types/personality.zod.d.ts +24 -24
  454. package/dist/types/prompts.zod.d.ts +4 -4
  455. package/dist/utils/version.d.ts.map +1 -1
  456. package/dist/utils/version.js +73 -46
  457. package/dist/utils/version.js.map +1 -1
  458. package/dist/validation/__tests__/error-codes.test.d.ts +5 -0
  459. package/dist/validation/__tests__/error-codes.test.d.ts.map +1 -0
  460. package/dist/validation/__tests__/error-codes.test.js +252 -0
  461. package/dist/validation/__tests__/error-codes.test.js.map +1 -0
  462. package/dist/validation/enhanced-validator.d.ts +38 -0
  463. package/dist/validation/enhanced-validator.d.ts.map +1 -0
  464. package/dist/validation/enhanced-validator.js +242 -0
  465. package/dist/validation/enhanced-validator.js.map +1 -0
  466. package/dist/validation/error-codes.d.ts +170 -0
  467. package/dist/validation/error-codes.d.ts.map +1 -0
  468. package/dist/validation/error-codes.js +1159 -0
  469. package/dist/validation/error-codes.js.map +1 -0
  470. package/dist/validation/error-formatter.d.ts +81 -0
  471. package/dist/validation/error-formatter.d.ts.map +1 -0
  472. package/dist/validation/error-formatter.js +375 -0
  473. package/dist/validation/error-formatter.js.map +1 -0
  474. package/dist/validation/index.d.ts +16 -0
  475. package/dist/validation/index.d.ts.map +1 -0
  476. package/dist/validation/index.js +20 -0
  477. package/dist/validation/index.js.map +1 -0
  478. package/dist/validation/linter.d.ts +36 -0
  479. package/dist/validation/linter.d.ts.map +1 -0
  480. package/dist/validation/linter.js +453 -0
  481. package/dist/validation/linter.js.map +1 -0
  482. package/dist/validation/validator.d.ts +38 -0
  483. package/dist/validation/validator.d.ts.map +1 -0
  484. package/dist/validation/validator.js +262 -0
  485. package/dist/validation/validator.js.map +1 -0
  486. package/examples/a2a/agent-handoff.ossa.yaml +1 -1
  487. package/examples/a2a/service-discovery.ossa.yaml +1 -1
  488. package/examples/adapters/drupal-eca-mapping.yaml +1 -1
  489. package/examples/adapters/drupal-eca-task.yaml +1 -1
  490. package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
  491. package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
  492. package/examples/adapters/mistral-agent.yaml +1 -1
  493. package/examples/adapters/symfony-messenger-task.yaml +1 -1
  494. package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
  495. package/examples/advanced/reasoning-agent.yaml +1 -1
  496. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
  497. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  498. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  499. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  500. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  501. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  502. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  503. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  504. package/examples/agents/architecture-healer-enterprise.yaml +1 -1
  505. package/examples/agents/dependency-healer-npm.yaml +1 -1
  506. package/examples/agents/spec-healer-openapi.yaml +1 -1
  507. package/examples/agents/wiki-healer-production.yaml +1 -1
  508. package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
  509. package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
  510. package/examples/build-once-use-everywhere/README.md +184 -0
  511. package/examples/build-once-use-everywhere/agent.ossa.yaml +38 -0
  512. package/examples/build-once-use-everywhere/deploy-config.yaml +32 -0
  513. package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
  514. package/examples/common_npm/agent-router.ossa.yaml +1 -1
  515. package/examples/contracts/data-consumer.ossa.yaml +1 -1
  516. package/examples/contracts/data-producer-v2.ossa.yaml +5 -3
  517. package/examples/contracts/data-producer.ossa.yaml +1 -1
  518. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
  519. package/examples/economics/marketplace-agent.ossa.json +210 -0
  520. package/examples/extensions/encryption-multi-provider.yaml +4 -4
  521. package/examples/extensions/knowledge-sources.yaml +1 -1
  522. package/examples/extensions/mcp-full-featured.yaml +1 -1
  523. package/examples/genetics/breeding-agent.ossa.json +194 -0
  524. package/examples/getting-started/01-minimal-agent.ossa.yaml +1 -1
  525. package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
  526. package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
  527. package/examples/getting-started/04-agent-with-messaging.ossa.yaml +1 -1
  528. package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
  529. package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
  530. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
  531. package/examples/kagent/compliance-validator.ossa.yaml +1 -1
  532. package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
  533. package/examples/kagent/documentation-agent.ossa.yaml +1 -1
  534. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
  535. package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
  536. package/examples/kagent/security-scanner.ossa.yaml +1 -1
  537. package/examples/lifecycle/mentoring-agent.ossa.json +293 -0
  538. package/examples/mcp/database-mcp.ossa.yaml +1 -1
  539. package/examples/mcp/filesystem-mcp.ossa.yaml +1 -1
  540. package/examples/messaging/dependency-healer.ossa.yaml +1 -1
  541. package/examples/messaging/incident-responder.ossa.yaml +1 -1
  542. package/examples/messaging/routing-rules.ossa.yaml +1 -1
  543. package/examples/messaging/security-scanner.ossa.yaml +1 -1
  544. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  545. package/examples/migrations/crewai-to-ossa/README.md +66 -0
  546. package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +2 -2
  547. package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +2 -2
  548. package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +2 -2
  549. package/examples/migrations/langchain/04-config-based-after.ossa.yaml +2 -2
  550. package/examples/migrations/langchain-to-ossa/README.md +73 -0
  551. package/examples/migrations/swarm-to-ossa/COMPARISON.md +350 -0
  552. package/examples/migrations/swarm-to-ossa/INDEX.md +355 -0
  553. package/examples/migrations/swarm-to-ossa/MIGRATION-FLOW.md +410 -0
  554. package/examples/migrations/swarm-to-ossa/QUICKSTART.md +453 -0
  555. package/examples/migrations/swarm-to-ossa/README.md +665 -0
  556. package/examples/migrations/swarm-to-ossa/after-handoffs.ossa.yaml +482 -0
  557. package/examples/migrations/swarm-to-ossa/after-triage-agent.ossa.yaml +315 -0
  558. package/examples/migrations/swarm-to-ossa/before-handoffs.py +373 -0
  559. package/examples/migrations/swarm-to-ossa/before-triage-agent.py +234 -0
  560. package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
  561. package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
  562. package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
  563. package/examples/multi-platform/single-manifest/README.md +72 -0
  564. package/examples/multi-platform/single-manifest/agent.ossa.yaml +32 -0
  565. package/examples/observability/activity-stream-full.yaml +1 -1
  566. package/examples/openai/basic-agent.ossa.yaml +1 -1
  567. package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +1 -1
  568. package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +1 -1
  569. package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +1 -1
  570. package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +1 -1
  571. package/examples/quickstart/support-agent.ossa.yaml +1 -1
  572. package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +1 -1
  573. package/examples/real-world/rag-documentation-assistant.ossa.yaml +1 -1
  574. package/examples/registry/agents/code-reviewer/agent.yaml +1 -1
  575. package/examples/registry/agents/security-scanner/agent.yaml +1 -1
  576. package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
  577. package/examples/schema/reusable-components.yaml +1 -1
  578. package/examples/showcase/ci-pipeline.ossa.yaml +1 -1
  579. package/examples/showcase/code-assistant.ossa.yaml +1 -1
  580. package/examples/showcase/code-reviewer.ossa.yaml +1 -1
  581. package/examples/showcase/compliance-validator.ossa.yaml +1 -1
  582. package/examples/showcase/content-writer.ossa.yaml +1 -1
  583. package/examples/showcase/data-transformer.ossa.yaml +1 -1
  584. package/examples/showcase/doc-generator.ossa.yaml +1 -1
  585. package/examples/showcase/security-scanner.ossa.yaml +1 -1
  586. package/examples/showcase/test-generator.ossa.yaml +1 -1
  587. package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
  588. package/examples/swarm/pso-optimizer.ossa.json +171 -0
  589. package/examples/tasks/batch-email-sender.yaml +1 -1
  590. package/examples/tasks/data-transform.yaml +1 -1
  591. package/examples/tasks/publish-content.yaml +1 -1
  592. package/examples/templates/ossa-compliance.yaml +1 -1
  593. package/examples/unified/security-scanner.ossa.yaml +1 -1
  594. package/examples/v0.3.6/full-featured-v0.3.6.ossa.yaml +304 -0
  595. package/examples/v0.3.6/gitlab-duo-composite-identity.ossa.yaml +119 -0
  596. package/examples/v0.3.6/knowledge-graph-integration.ossa.yaml +109 -0
  597. package/examples/v0.3.6/token-efficiency-economy.ossa.yaml +111 -0
  598. package/examples/v0.3.6-features/README.md +433 -0
  599. package/examples/v0.3.6-features/genetics-breeding-advanced.ossa.yaml +496 -0
  600. package/examples/v0.3.6-features/genetics-breeding-simple.ossa.yaml +304 -0
  601. package/examples/v0.3.6-features/genetics-fitness-scoring.ossa.yaml +551 -0
  602. package/examples/validation/error-codes-demo.ts +254 -0
  603. package/examples/workflows/batch-email-campaign.yaml +1 -1
  604. package/examples/workflows/content-review-publish.yaml +1 -1
  605. package/examples/workflows/simple-etl.yaml +1 -1
  606. package/openapi/agents-md-service.yaml +338 -0
  607. package/openapi/cli-commands.openapi.yaml +0 -28
  608. package/openapi/ossa-cli-enhancements.openapi.yaml +148 -0
  609. package/openapi/release-automation.openapi.yaml +144 -0
  610. package/package.json +35 -12
  611. package/schemas/capability-contract.v0.json +116 -0
  612. package/schemas/identity.lock.schema.json +59 -0
  613. package/schemas/identity.plan.schema.json +132 -0
  614. package/spec/ossa-audit-api.yaml +311 -0
  615. package/spec/registry/registry-api.yaml +144 -0
  616. package/spec/schema/components/adapter.schema.json +33 -0
  617. package/spec/schema/components/identity.schema.json +78 -0
  618. package/spec/v0.3/CHANGELOG.md +2 -2
  619. package/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
  620. package/spec/v0.3/README.md +2 -2
  621. package/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
  622. package/spec/v0.3/ossa-v0.3.schema.json +15824 -0
  623. package/spec/v0.3.6/CHANGELOG.md +171 -0
  624. package/spec/v0.3.6/README.md +382 -0
  625. package/spec/v0.3.6/taxonomy.yaml +506 -0
  626. package/src/dev-cli/src/index.ts +0 -0
  627. package/templates/agent-types/analyzer/cost-analyzer.yaml +38 -0
  628. package/templates/agent-types/analyzer/performance-profiler.yaml +38 -0
  629. package/templates/agent-types/analyzer/security-scanner.yaml +36 -0
  630. package/templates/agent-types/backend/api-validator.yaml +37 -0
  631. package/templates/agent-types/backend/load-balancer.yaml +39 -0
  632. package/templates/agent-types/content/content-generator.yaml +40 -0
  633. package/templates/agent-types/content/seo-optimizer.yaml +39 -0
  634. package/templates/agent-types/data/data-processor.yaml +38 -0
  635. package/templates/agent-types/data/report-generator.yaml +40 -0
  636. package/templates/agent-types/development/code-generator.yaml +39 -0
  637. package/templates/agent-types/development/dependency-updater.yaml +38 -0
  638. package/templates/agent-types/frontend/accessibility-checker.yaml +38 -0
  639. package/templates/agent-types/frontend/ui-tester.yaml +38 -0
  640. package/templates/agent-types/infrastructure/deployment-automator.yaml +39 -0
  641. package/templates/agent-types/infrastructure/resource-optimizer.yaml +38 -0
  642. package/templates/agent-types/monitor/health-checker.yaml +37 -0
  643. package/templates/agent-types/monitor/log-analyzer.yaml +37 -0
  644. package/templates/agent-types/orchestrator/multi-agent-coordinator.yaml +38 -0
  645. package/templates/agent-types/orchestrator/workflow-manager.yaml +39 -0
  646. package/templates/agent-types/security/compliance-checker.yaml +38 -0
  647. package/templates/agent-types/security/vulnerability-scanner.yaml +38 -0
  648. package/templates/agent-types/worker/api-tester.yaml +43 -0
  649. package/templates/agent-types/worker/code-reviewer.yaml +39 -0
  650. package/templates/agent-types/worker/database-migrator.yaml +38 -0
@@ -0,0 +1,506 @@
1
+ # =============================================================================
2
+ # OSSA v0.3.3 - Agent Taxonomy Specification
3
+ # =============================================================================
4
+ # Hierarchical classification system for agents with cross-cutting concerns
5
+ # Now includes access tier integration for separation of duties
6
+ # Issues:
7
+ # - https://gitlab.com/blueflyio/openstandardagents/-/issues/194 (taxonomy)
8
+ # - https://gitlab.com/blueflyio/openstandardagents/-/issues/363 (separation of duties)
9
+ # =============================================================================
10
+
11
+ apiVersion: ossa/v0.3.6
12
+ kind: TaxonomySpec
13
+ version: "3.0.0"
14
+
15
+ # =============================================================================
16
+ # ACCESS TIER INTEGRATION
17
+ # Links taxonomy to access_tiers.yaml for separation of duties
18
+ # =============================================================================
19
+ access_tier_reference: "./access_tiers.yaml"
20
+
21
+ # =============================================================================
22
+ # PRIMARY DOMAINS
23
+ # Top-level classification - every agent belongs to exactly one domain
24
+ # =============================================================================
25
+ domains:
26
+ security:
27
+ description: "Authentication, authorization, encryption, compliance, vulnerability management"
28
+ subdomains:
29
+ - auth # Authentication & authorization
30
+ - encryption # Encryption & key management
31
+ - compliance # Regulatory compliance (SOC2, ISO, GDPR)
32
+ - vulnerability # Vulnerability scanning & remediation
33
+ - secrets # Secrets management & rotation
34
+ - threat-detection # Threat detection & response
35
+ examples:
36
+ - security-scanner
37
+ - compliance-checker
38
+ - secret-detector
39
+ - threat-modeler
40
+
41
+ infrastructure:
42
+ description: "DevOps, CI/CD, deployment, configuration, cloud resources"
43
+ subdomains:
44
+ - ci-cd # CI/CD pipeline management
45
+ - gitops # GitOps workflows
46
+ - deployment # Deployment automation
47
+ - configuration # Configuration management
48
+ - networking # Network configuration
49
+ - storage # Storage management
50
+ - kubernetes # Kubernetes orchestration
51
+ - cloud # Cloud provider management
52
+ examples:
53
+ - deployment-manager
54
+ - pipeline-fixer
55
+ - infrastructure-provisioner
56
+ - incident-responder
57
+
58
+ documentation:
59
+ description: "Documentation, wiki, guides, knowledge management"
60
+ subdomains:
61
+ - api-docs # API documentation
62
+ - user-guides # User guides & tutorials
63
+ - wiki # Wiki management
64
+ - knowledge-base # Knowledge base management
65
+ - changelog # Changelog & release notes
66
+ examples:
67
+ - documentation-generator
68
+ - wiki-manager
69
+ - api-docs-generator
70
+
71
+ backend:
72
+ description: "API, database, services, business logic"
73
+ subdomains:
74
+ - api # API design & implementation
75
+ - database # Database management
76
+ - services # Microservices
77
+ - messaging # Message queues & events
78
+ - caching # Caching strategies
79
+ - integration # System integration
80
+ examples:
81
+ - api-builder
82
+ - database-migrator
83
+ - service-orchestrator
84
+
85
+ frontend:
86
+ description: "UI/UX, web, mobile interfaces"
87
+ subdomains:
88
+ - web # Web applications
89
+ - mobile # Mobile applications
90
+ - design-system # Design system components
91
+ - accessibility # Accessibility (a11y)
92
+ - performance # Frontend performance
93
+ examples:
94
+ - ui-reviewer
95
+ - accessibility-checker
96
+ - design-system-manager
97
+
98
+ data:
99
+ description: "Data engineering, analytics, ML/AI operations"
100
+ subdomains:
101
+ - analytics # Business analytics
102
+ - ml-ops # ML operations
103
+ - etl # Extract, transform, load
104
+ - data-quality # Data quality & validation
105
+ - data-governance # Data governance
106
+ - streaming # Real-time data streaming
107
+ examples:
108
+ - analytics-collector
109
+ - ml-model-manager
110
+ - data-quality-checker
111
+
112
+ agents:
113
+ description: "OSSA agents, automation, orchestration, meta-operations"
114
+ subdomains:
115
+ - orchestration # Multi-agent orchestration
116
+ - workers # Worker agents
117
+ - supervisors # Supervisor agents
118
+ - mesh # Agent mesh networking
119
+ - training # Agent training & improvement
120
+ - registry # Agent registry management
121
+ examples:
122
+ - master-orchestrator
123
+ - agent-trainer
124
+ - workflow-builder
125
+
126
+ development:
127
+ description: "Software development, code quality, testing"
128
+ subdomains:
129
+ - code-review # Code review automation
130
+ - testing # Test generation & execution
131
+ - refactoring # Code refactoring
132
+ - debugging # Debugging assistance
133
+ - ide # IDE integration
134
+ examples:
135
+ - code-reviewer
136
+ - test-generator
137
+ - refactoring-assistant
138
+
139
+ content:
140
+ description: "Content management, editing, publishing"
141
+ subdomains:
142
+ - authoring # Content authoring
143
+ - editing # Content editing
144
+ - publishing # Content publishing
145
+ - research # Research & knowledge gathering
146
+ - localization # Internationalization & localization
147
+ examples:
148
+ - content-orchestrator
149
+ - editor
150
+ - researcher
151
+ - publisher
152
+
153
+ # =============================================================================
154
+ # CROSS-CUTTING CONCERNS
155
+ # Tags that can apply to any agent regardless of domain
156
+ # An agent can have multiple concerns
157
+ # =============================================================================
158
+ concerns:
159
+ quality:
160
+ description: "Testing, code quality, standards enforcement"
161
+ applies_to: ["development", "backend", "frontend", "infrastructure"]
162
+
163
+ observability:
164
+ description: "Metrics, logging, tracing, monitoring"
165
+ applies_to: ["*"] # All domains
166
+
167
+ governance:
168
+ description: "Policies, compliance, audit trails"
169
+ applies_to: ["*"]
170
+
171
+ performance:
172
+ description: "Optimization, caching, scaling"
173
+ applies_to: ["*"]
174
+
175
+ architecture:
176
+ description: "Design patterns, system structure"
177
+ applies_to: ["development", "backend", "infrastructure", "agents"]
178
+
179
+ cost:
180
+ description: "FinOps, resource optimization, budget management"
181
+ applies_to: ["infrastructure", "data", "agents"]
182
+
183
+ reliability:
184
+ description: "SRE, uptime, resilience, disaster recovery"
185
+ applies_to: ["infrastructure", "backend", "agents"]
186
+
187
+ # =============================================================================
188
+ # AGENT TYPE CLASSIFICATION
189
+ # Based on OSSA spec.type field - now with access tier recommendations
190
+ # =============================================================================
191
+ agent_types:
192
+ analyzer:
193
+ description: "Read-only analysis, scanning, auditing - no modifications"
194
+ typical_domains: ["security", "development", "data"]
195
+ recommended_tier: tier_1_read
196
+ can_delegate_to: []
197
+
198
+ worker:
199
+ description: "Executes specific tasks, limited write access"
200
+ typical_domains: ["development", "documentation", "content"]
201
+ recommended_tier: tier_2_write_limited
202
+ can_delegate_to: ["analyzer"]
203
+
204
+ operator:
205
+ description: "Modifies production systems, requires approval"
206
+ typical_domains: ["infrastructure", "agents"]
207
+ recommended_tier: tier_3_write_elevated
208
+ can_delegate_to: ["worker", "analyzer"]
209
+
210
+ supervisor:
211
+ description: "Coordinates other agents, can delegate"
212
+ typical_domains: ["agents", "infrastructure"]
213
+ recommended_tier: tier_3_write_elevated
214
+ can_delegate_to: ["worker", "analyzer"]
215
+
216
+ orchestrator:
217
+ description: "High-level coordination, workflow management"
218
+ typical_domains: ["agents"]
219
+ recommended_tier: tier_3_write_elevated
220
+ can_delegate_to: ["supervisor", "worker", "analyzer"]
221
+
222
+ governor:
223
+ description: "Defines policies, cannot execute - ISOLATED"
224
+ typical_domains: ["security", "agents"]
225
+ recommended_tier: tier_4_policy
226
+ can_delegate_to: ["operator"] # Delegation only, not execution
227
+ isolation: strict
228
+
229
+ specialist:
230
+ description: "Deep expertise in narrow domain"
231
+ typical_domains: ["security", "data", "backend"]
232
+ recommended_tier: tier_1_read # Most specialists are analyzers
233
+ can_delegate_to: []
234
+
235
+ critic:
236
+ description: "Reviews and provides feedback, cannot approve"
237
+ typical_domains: ["development", "security"]
238
+ recommended_tier: tier_1_read
239
+ prohibited_actions: ["approve", "merge", "execute"]
240
+ can_delegate_to: []
241
+
242
+ # =============================================================================
243
+ # DOMAIN-TIER MAPPINGS
244
+ # Recommended access tiers by domain for separation of duties
245
+ # =============================================================================
246
+ domain_tier_recommendations:
247
+ security:
248
+ default_tier: tier_1_read
249
+ rationale: "Security agents should analyze, not modify"
250
+ exceptions:
251
+ - role: remediator
252
+ tier: tier_3_write_elevated
253
+ requires: governor_approval
254
+ - role: policy_definer
255
+ tier: tier_4_policy
256
+
257
+ infrastructure:
258
+ default_tier: tier_3_write_elevated
259
+ rationale: "Infrastructure requires elevated access"
260
+ separation_required:
261
+ - readers: ["monitor", "cost_reporter"]
262
+ tier: tier_1_read
263
+ - operators: ["deployer", "provisioner"]
264
+ tier: tier_3_write_elevated
265
+
266
+ documentation:
267
+ default_tier: tier_2_write_limited
268
+ rationale: "Doc changes are low-risk"
269
+
270
+ development:
271
+ default_tier: tier_2_write_limited
272
+ rationale: "Code generation is sandboxed"
273
+ separation_required:
274
+ - critics: ["reviewer", "analyzer"]
275
+ tier: tier_1_read
276
+ prohibited: ["approve", "merge"]
277
+ - generators: ["scaffolder", "test_writer"]
278
+ tier: tier_2_write_limited
279
+
280
+ agents:
281
+ default_tier: tier_3_write_elevated
282
+ rationale: "Agent orchestration needs elevated access"
283
+ separation_required:
284
+ - governors: ["policy_definer", "compliance_enforcer"]
285
+ tier: tier_4_policy
286
+ isolation: strict
287
+ - orchestrators: ["coordinator", "scheduler"]
288
+ tier: tier_3_write_elevated
289
+
290
+ backend:
291
+ default_tier: tier_2_write_limited
292
+ separation_required:
293
+ - analyzers: ["db_analyzer", "api_auditor"]
294
+ tier: tier_1_read
295
+ - operators: ["db_migrator", "service_deployer"]
296
+ tier: tier_3_write_elevated
297
+
298
+ data:
299
+ default_tier: tier_1_read
300
+ rationale: "Data access is sensitive - read-only by default"
301
+ exceptions:
302
+ - role: etl_operator
303
+ tier: tier_3_write_elevated
304
+ requires: data_governance_approval
305
+
306
+ # =============================================================================
307
+ # USAGE IN AGENT MANIFESTS
308
+ # =============================================================================
309
+ # Example usage in OSSA agent manifest:
310
+ #
311
+ # metadata:
312
+ # name: security-scanner
313
+ # labels:
314
+ # domain: security
315
+ # subdomain: vulnerability
316
+ # concerns: quality,compliance
317
+ #
318
+ # spec:
319
+ # type: worker
320
+ # taxonomy:
321
+ # domain: security
322
+ # subdomain: vulnerability
323
+ # capability: scan_vulnerabilities
324
+ # concerns:
325
+ # - quality
326
+ # - compliance
327
+
328
+ # =============================================================================
329
+ # VALIDATION RULES
330
+ # =============================================================================
331
+ validation:
332
+ rules:
333
+ - name: valid-domain
334
+ description: "Domain must be from approved list"
335
+ severity: error
336
+
337
+ - name: valid-subdomain
338
+ description: "Subdomain must belong to specified domain"
339
+ severity: error
340
+
341
+ - name: concerns-applicable
342
+ description: "Concerns must be applicable to domain"
343
+ severity: warning
344
+
345
+ - name: type-domain-match
346
+ description: "Agent type should match typical domains"
347
+ severity: info
348
+
349
+ # =============================================================================
350
+ # MIGRATION FROM LEGACY
351
+ # =============================================================================
352
+ migration:
353
+ deprecated_domains:
354
+ ci-cd: { domain: infrastructure, subdomain: ci-cd }
355
+ gitops: { domain: infrastructure, subdomain: gitops }
356
+ deployment: { domain: infrastructure, subdomain: deployment }
357
+ configuration: { domain: infrastructure, subdomain: configuration }
358
+ cost-management: { domain: infrastructure, concerns: [cost] }
359
+ database: { domain: backend, subdomain: database }
360
+ performance: { concerns: [performance] }
361
+ observability: { concerns: [observability] }
362
+ governance: { concerns: [governance] }
363
+ architecture: { concerns: [architecture] }
364
+
365
+ # =============================================================================
366
+ # AGENT MATURITY LEVELS
367
+ # Classification of agent readiness and stability
368
+ # =============================================================================
369
+ maturity_levels:
370
+ prototype:
371
+ description: "Early development, experimental, not production-ready"
372
+ stability: low
373
+ testing_required: minimal
374
+ documentation_required: basic
375
+ use_cases: ["proof-of-concept", "experimentation", "learning"]
376
+
377
+ beta:
378
+ description: "Feature-complete, undergoing testing, near production-ready"
379
+ stability: medium
380
+ testing_required: comprehensive
381
+ documentation_required: complete
382
+ use_cases: ["early-adopter testing", "staging environments"]
383
+
384
+ stable:
385
+ description: "Production-ready, well-tested, documented, maintained"
386
+ stability: high
387
+ testing_required: extensive
388
+ documentation_required: comprehensive
389
+ use_cases: ["production workloads", "enterprise adoption"]
390
+
391
+ production:
392
+ description: "Enterprise-grade, fully tested, documented, supported, SLA-backed"
393
+ stability: very_high
394
+ testing_required: exhaustive
395
+ documentation_required: enterprise-grade
396
+ use_cases: ["mission-critical systems", "enterprise production"]
397
+
398
+ # =============================================================================
399
+ # DEPLOYMENT PATTERNS
400
+ # How agents are deployed and executed
401
+ # =============================================================================
402
+ deployment_patterns:
403
+ serverless:
404
+ description: "Function-as-a-Service, event-driven, auto-scaling"
405
+ examples: ["AWS Lambda", "Google Cloud Functions", "Azure Functions"]
406
+ characteristics: ["stateless", "ephemeral", "cost-efficient"]
407
+ use_cases: ["event processing", "API endpoints", "scheduled tasks"]
408
+
409
+ container:
410
+ description: "Containerized deployment, long-running processes"
411
+ examples: ["Docker", "Podman", "containerd"]
412
+ characteristics: ["stateful", "persistent", "resource-controlled"]
413
+ use_cases: ["microservices", "background workers", "API servers"]
414
+
415
+ edge:
416
+ description: "Edge computing, low latency, distributed"
417
+ examples: ["Cloudflare Workers", "AWS Lambda@Edge", "Akamai Edge"]
418
+ characteristics: ["low-latency", "distributed", "lightweight"]
419
+ use_cases: ["real-time processing", "CDN integration", "IoT"]
420
+
421
+ hybrid:
422
+ description: "Combination of multiple deployment patterns"
423
+ examples: ["serverless + container", "edge + cloud"]
424
+ characteristics: ["flexible", "optimized", "complex"]
425
+ use_cases: ["multi-tier architectures", "optimized cost/performance"]
426
+
427
+ # =============================================================================
428
+ # INTEGRATION PATTERNS
429
+ # How agents integrate with external systems
430
+ # =============================================================================
431
+ integration_patterns:
432
+ api-first:
433
+ description: "REST/GraphQL APIs, HTTP-based communication"
434
+ protocols: ["REST", "GraphQL", "gRPC"]
435
+ characteristics: ["synchronous", "request-response", "stateless"]
436
+ use_cases: ["web services", "microservices", "API integration"]
437
+
438
+ event-driven:
439
+ description: "Event streams, message queues, pub/sub"
440
+ protocols: ["CloudEvents", "NATS", "Kafka", "RabbitMQ"]
441
+ characteristics: ["asynchronous", "decoupled", "scalable"]
442
+ use_cases: ["event processing", "workflow orchestration", "real-time systems"]
443
+
444
+ batch:
445
+ description: "Scheduled jobs, bulk processing, ETL"
446
+ protocols: ["Cron", "Scheduled Tasks", "ETL Pipelines"]
447
+ characteristics: ["scheduled", "bulk", "resource-intensive"]
448
+ use_cases: ["data processing", "reporting", "migration"]
449
+
450
+ streaming:
451
+ description: "Real-time data streams, continuous processing"
452
+ protocols: ["WebSocket", "Server-Sent Events", "gRPC Streaming"]
453
+ characteristics: ["real-time", "continuous", "low-latency"]
454
+ use_cases: ["live updates", "real-time analytics", "chat systems"]
455
+
456
+ # =============================================================================
457
+ # COST PROFILES
458
+ # Expected cost characteristics of agent execution
459
+ # =============================================================================
460
+ cost_profiles:
461
+ low:
462
+ description: "Minimal cost, infrequent execution, simple operations"
463
+ estimated_monthly_cost: "< $10"
464
+ characteristics: ["infrequent", "simple", "low-resource"]
465
+ use_cases: ["personal projects", "prototypes", "low-volume"]
466
+
467
+ medium:
468
+ description: "Moderate cost, regular execution, standard operations"
469
+ estimated_monthly_cost: "$10 - $100"
470
+ characteristics: ["regular", "standard", "moderate-resource"]
471
+ use_cases: ["small teams", "development", "moderate-volume"]
472
+
473
+ high:
474
+ description: "Significant cost, frequent execution, complex operations"
475
+ estimated_monthly_cost: "$100 - $1000"
476
+ characteristics: ["frequent", "complex", "high-resource"]
477
+ use_cases: ["production systems", "enterprise", "high-volume"]
478
+
479
+ enterprise:
480
+ description: "Enterprise-scale cost, continuous execution, mission-critical"
481
+ estimated_monthly_cost: "> $1000"
482
+ characteristics: ["continuous", "mission-critical", "enterprise-resource"]
483
+ use_cases: ["large enterprises", "mission-critical", "high-scale"]
484
+
485
+ # =============================================================================
486
+ # PERFORMANCE TIERS
487
+ # Expected performance characteristics
488
+ # =============================================================================
489
+ performance_tiers:
490
+ real-time:
491
+ description: "Sub-second response, immediate processing"
492
+ latency_requirement: "< 1 second"
493
+ throughput: "high"
494
+ use_cases: ["user interactions", "live systems", "interactive agents"]
495
+
496
+ near-real-time:
497
+ description: "Fast response, seconds to minutes"
498
+ latency_requirement: "1 second - 5 minutes"
499
+ throughput: "medium-high"
500
+ use_cases: ["background processing", "notifications", "updates"]
501
+
502
+ batch:
503
+ description: "Scheduled processing, minutes to hours"
504
+ latency_requirement: "5 minutes - 24 hours"
505
+ throughput: "medium"
506
+ use_cases: ["reporting", "analytics", "ETL", "scheduled tasks"]
File without changes
@@ -0,0 +1,38 @@
1
+ apiVersion: ossa/v0.3.6
2
+ metadata:
3
+ name: cost-analyzer
4
+ version: 1.0.0
5
+ description: Cost analysis agent that tracks infrastructure costs, identifies optimization opportunities, and generates cost reports
6
+ labels:
7
+ ossa.ai/type: analyzer
8
+ ossa.ai/domain: infrastructure
9
+ spec:
10
+ role: Cost Analysis Agent
11
+ system_message: |
12
+ You are a cost analysis agent that tracks infrastructure spending, analyzes
13
+ cost trends, identifies optimization opportunities, and generates detailed
14
+ cost reports with recommendations.
15
+ llm_config:
16
+ provider: openai
17
+ model: gpt-4
18
+ temperature: 0.1
19
+ tools:
20
+ - name: get_cost_data
21
+ description: Retrieve infrastructure cost data
22
+ parameters:
23
+ type: object
24
+ properties:
25
+ period:
26
+ type: string
27
+ service:
28
+ type: string
29
+ taxonomy:
30
+ domain: infrastructure
31
+ subdomain: cost
32
+ capability: cost_analysis
33
+ concerns: [cost, performance]
34
+ maturity: stable
35
+ deployment_pattern: serverless
36
+ integration_pattern: api-first
37
+ cost_profile: low
38
+ performance_tier: batch
@@ -0,0 +1,38 @@
1
+ apiVersion: ossa/v0.3.6
2
+ metadata:
3
+ name: performance-profiler
4
+ version: 1.0.0
5
+ description: Performance profiling agent that analyzes application performance, identifies bottlenecks, and recommends optimizations
6
+ labels:
7
+ ossa.ai/type: analyzer
8
+ ossa.ai/domain: development
9
+ spec:
10
+ role: Performance Profiling Agent
11
+ system_message: |
12
+ You are a performance profiling agent that analyzes application performance
13
+ metrics, identifies bottlenecks, profiles code execution, and provides
14
+ actionable optimization recommendations.
15
+ llm_config:
16
+ provider: openai
17
+ model: gpt-4
18
+ temperature: 0.2
19
+ tools:
20
+ - name: profile_application
21
+ description: Profile application performance
22
+ parameters:
23
+ type: object
24
+ properties:
25
+ application:
26
+ type: string
27
+ duration:
28
+ type: integer
29
+ taxonomy:
30
+ domain: development
31
+ subdomain: performance
32
+ capability: profiling
33
+ concerns: [performance, quality]
34
+ maturity: beta
35
+ deployment_pattern: container
36
+ integration_pattern: api-first
37
+ cost_profile: medium
38
+ performance_tier: near-real-time
@@ -0,0 +1,36 @@
1
+ apiVersion: ossa/v0.3.6
2
+ kind: Agent
3
+ metadata:
4
+ name: security-scanner
5
+ description: "Security vulnerability scanner that analyzes code and dependencies for security issues"
6
+ labels:
7
+ domain: security
8
+ type: analyzer
9
+ tags: security,vulnerability,scanning
10
+ spec:
11
+ role: "You are a security scanner agent. Analyze code, dependencies, and configurations for security vulnerabilities, compliance issues, and best practices."
12
+ llm:
13
+ provider: openai
14
+ model: gpt-4
15
+ temperature: 0.2
16
+ maxTokens: 2000
17
+ taxonomy:
18
+ domain: security
19
+ subdomain: vulnerability
20
+ maturity: stable
21
+ deploymentPattern: container
22
+ integrationPattern: batch
23
+ costProfile: low
24
+ performanceTier: batch
25
+ tools:
26
+ - type: mcp
27
+ name: filesystem
28
+ server: filesystem-server
29
+ - type: api
30
+ name: vulnerability-database
31
+ endpoint: https://api.nvd.nist.gov/vuln
32
+ constraints:
33
+ cost:
34
+ maxTokensPerDay: 50000
35
+ maxCostPerDay: 25
36
+ currency: USD
@@ -0,0 +1,37 @@
1
+ apiVersion: ossa/v0.3.6
2
+ metadata:
3
+ name: api-validator
4
+ version: 1.0.0
5
+ description: API validation agent that validates API contracts, checks OpenAPI compliance, and ensures API consistency
6
+ labels:
7
+ ossa.ai/type: analyzer
8
+ ossa.ai/domain: backend
9
+ spec:
10
+ role: API Validation Agent
11
+ system_message: |
12
+ You are an API validation agent that validates API contracts, checks OpenAPI
13
+ compliance, ensures API consistency, and validates request/response schemas.
14
+ llm_config:
15
+ provider: openai
16
+ model: gpt-4
17
+ temperature: 0.1
18
+ tools:
19
+ - name: validate_api
20
+ description: Validate API against specification
21
+ parameters:
22
+ type: object
23
+ properties:
24
+ api_spec:
25
+ type: string
26
+ endpoint:
27
+ type: string
28
+ taxonomy:
29
+ domain: backend
30
+ subdomain: api
31
+ capability: api_validation
32
+ concerns: [quality, architecture]
33
+ maturity: stable
34
+ deployment_pattern: container
35
+ integration_pattern: api-first
36
+ cost_profile: low
37
+ performance_tier: near-real-time