@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,171 @@
1
+ # Changelog
2
+ All notable changes to OSSA will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [0.3.6] - 2026-01-23
8
+ ### Added
9
+ - **Token Efficiency Framework**: Comprehensive cost optimization with significant token savings
10
+ - Context Management: Semantic pruning, summarization, and caching strategies
11
+ - Prompt Caching: Provider-specific caching (Anthropic, OpenAI) with 90% savings on repeated context
12
+ - Token Budgets: Hard limits with soft/hard/adaptive enforcement
13
+ - Tool Output Limits: Prevent excessive tool outputs with smart truncation
14
+ - Knowledge Graph Efficiency: Significant token reduction through structured code indexing
15
+ - Checkpoint Compression: Delta-based state compression for long-running agents
16
+ - **Composite Identity Support**: GitLab Duo-inspired identity merging (vendor-neutral)
17
+ - Primary identity (service account) + secondary identity (human user)
18
+ - Merge strategies: restrictive (intersection), permissive (union), custom
19
+ - Full attribution and audit trail for compliance
20
+ - Explicit permission management (read, write, execute)
21
+ - **Agent Catalog Metadata**: Discovery and publication support
22
+ - Visibility controls: public, private, internal
23
+ - Categories, tags, and search metadata
24
+ - Pricing models: free, freemium, paid, enterprise
25
+ - Ratings and documentation links
26
+ - **Efficiency Tier System**: Declarative optimization levels
27
+ - Premium: No optimization (full quality)
28
+ - Standard: Basic pruning (moderate savings)
29
+ - Economy: Aggressive optimization (maximum savings)
30
+ - Custom: Explicit configuration
31
+ - **Knowledge Graph Integration**: MCP-based codebase understanding
32
+ - Provider-agnostic (GitLab, GitHub, local, custom)
33
+ - Index types: files, classes, functions, dependencies, relationships
34
+ - Query capabilities: semantic search, dependency traversal, code navigation
35
+ - Significant token reduction vs full codebase inclusion
36
+ - **Version-Specific Schema Naming**: Schema files now use version-specific names (ossa-{version}.schema.json)
37
+
38
+ ### Changed
39
+ - **Schema Naming Convention**: Changed from `ossa-agent.schema.json` to `ossa-0.3.6.schema.json` for website compatibility
40
+ - **Specification**: Updated to v0.3.6 with token efficiency and enterprise features
41
+ - **Package Version**: Bumped to 0.3.6 in package.json and .version.json
42
+ - **Backward Compatibility**: All v0.3.5 agents work with v0.3.6 runtime (100% backward compatible)
43
+
44
+ ### Fixed
45
+ - **Website Integration**: Ensured schema naming matches website validator expectations
46
+ - **Example Validation**: Fixed YAML formatting issues in examples (removed document separators, fixed numeric formats)
47
+
48
+ ## [0.3.5] - 2026-01-15
49
+ ### Added
50
+ - **Completion Signals**: Standardized agent termination conditions enabling intelligent workflow orchestration
51
+ - **Session Checkpointing**: Resilient, resumable agent state for long-running tasks and cost optimization
52
+ - **Mixture of Experts (MoE)**: Agent-controlled expert model selection for intelligent routing and cost optimization
53
+ - **BAT Framework**: Best Available Technology selection with multi-dimensional criteria
54
+ - **MOE Metrics**: Measure of Effectiveness framework with primary, secondary, and operational categories
55
+ - **Flow-Based Orchestration**: Native Flow kind support with state machines and transitions (100% compatibility with LangGraph, Temporal, n8n)
56
+ - **Dynamic Capability Discovery**: Runtime-adaptive capabilities with automatic refresh
57
+ - **Feedback & Learning Loops**: Continuous improvement with native feedback tools and learning strategies
58
+ - **Infrastructure Substrate**: Infrastructure as agent-addressable resources for infrastructure-aware deployment
59
+ - **Enhanced A2A Protocol**: Production-ready agent-to-agent communication with completion signals and checkpoint sync
60
+
61
+ ### Changed
62
+ - **Specification**: Updated to v0.3.5 - The OpenAPI for Software Agents
63
+ - **Enterprise Focus**: Refocused all documentation on enterprise adoption and business value
64
+ - **README**: Complete rewrite emphasizing vendor neutrality, cost optimization, and production reliability
65
+ - **Documentation**: Updated all docs (README, llms.txt, CONTRIBUTING) to remove GitLab references, focus on GitHub (public mirror)
66
+ - **Backward Compatibility**: All v0.3.4 agents work with v0.3.5 runtime (100% backward compatible)
67
+ - **Migration Guide**: Complete migration guide available in `spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md`
68
+
69
+ ### Fixed
70
+ - **ESLint Configuration**: Fixed 2195 lint errors by disabling problematic rule and excluding test files from type-checking
71
+ - **OpenTelemetry Dependencies**: Added missing dependencies and removed unnecessary @ts-expect-error directives
72
+ - **Build Errors**: Fixed TypeScript compilation errors
73
+ - **Version Sync**: Updated package.json and .version.json to 0.3.5
74
+
75
+ ## [0.3.4] - 2026-01-13
76
+ ### Added
77
+ - **BAT (Browser Automation Testing)**: E2E testing, visual regression, performance testing configuration
78
+ - **MOE (Model Output Evaluation)**: Output validation, quality scoring, auto-correction, context enrichment
79
+ - **Dynamic Version Detection**: Version now derived from git tags (not static .version.json)
80
+ - **Browser Automation Tool Type**: Added `browser-automation` tool type for Playwright/Selenium/Cypress
81
+ - **Testing Capabilities**: Added testing, browser_automation, output_evaluation capability types to taxonomy
82
+ - **AG2 Swarm Topology Support**: Comprehensive swarm topology patterns for multi-agent orchestration
83
+ - Sequential, fan-out, fan-in, hierarchical, mesh, hub-and-spoke, pipeline, and dynamic topologies
84
+ - Speaker selection strategies and transition rules
85
+ - Termination conditions and orchestration modes
86
+ - **AG2 Group Chat Extension**: Multi-agent group chat configuration schemas
87
+ - Round-robin, auto, manual, and random speaker selection
88
+ - Conversation termination conditions
89
+ - Message history management
90
+ - Context variables and shared state
91
+ - **AG2 Nested Chat Support**: Hierarchical conversation patterns
92
+ - Trigger conditions for nested conversations
93
+ - Context propagation strategies (full, summary, selective)
94
+ - Result aggregation modes
95
+ - Carryover configuration for context transfer
96
+ - **Human-in-the-Loop Protocols**:
97
+ - Intervention points schema defining when human authorization is required
98
+ - Human input modes (ALWAYS, NEVER, TERMINATE)
99
+ - Multi-step approval workflows with escalation policies
100
+ - Notification channels and timeout handling
101
+ - **Agent-to-Agent Interoperability**:
102
+ - Service discovery with health checks and registry integration
103
+ - Handoff protocol for task delegation between agents
104
+ - Capability advertisement for agent discovery
105
+ - Load balancing and capability matching
106
+ - **State Management & Memory Portability**:
107
+ - Context serialization for save/restore operations
108
+ - Memory portability between runtimes (working, long-term, episodic, semantic, procedural)
109
+ - Teachability configuration for agent learning
110
+ - Vector store support for semantic search
111
+ - **New Top-level Schema Properties**:
112
+ - `orchestration`: Swarm topology and group chat configuration
113
+ - `hitl`: Human-in-the-loop configuration
114
+ - `a2a`: Agent-to-agent interoperability
115
+ - `state_management`: Context and memory configuration
116
+ - **Example Manifests**: Three complete AG2 integration examples
117
+ - Hierarchical software development swarm
118
+ - Group chat research team
119
+ - Fan-out data processing pipeline
120
+
121
+ ### Changed
122
+ - **Version Management**: `.version.json` is now DEPRECATED - version comes from git tags dynamically
123
+ - **Version Services**: All version services now use `VersionDetectionService` to read from git tags
124
+ - Updated main schema to v0.3.4 with AG2 integration support
125
+ - Updated package.json exports to include all new AG2 schemas
126
+
127
+ ### Fixed
128
+ - Fixed test validation for platform extensions
129
+ - Fixed cross-platform compatibility validation
130
+
131
+ ## [0.3.3] - 2025-01-11
132
+ ### Added
133
+ - **Skills Compatibility Extension**: New extension for cross-platform agent skill compatibility
134
+ - **llms.txt Extension**: Full support for llmstxt.org standard with bidirectional sync
135
+ - **AGENTS.md Extension**: Complete agents.md integration with OpenAI agents.md format
136
+ - **Migration System Fix**: Fixed version placeholder handling in migration detection
137
+ - **OpenAPI Compliance**: All CLI commands now defined in OpenAPI specifications
138
+ - **Zod Validation**: Complete runtime validation with Zod schemas
139
+ - **CRUD Operations**: Full Create/Read/Update/Delete for all resources
140
+ - **TypeScript SDK**: Rebuilt SDK following SOLID, DRY, Zod, OpenAPI principles
141
+ - **Extension Development Tools**: TypeScript-based extension team management
142
+
143
+ ### Changed
144
+ - Migrated all shell scripts to TypeScript (project compliance)
145
+ - Reorganized SDK structure into src/sdks/
146
+ - Enhanced version management with proper placeholder handling
147
+ - Improved error messages and validation feedback
148
+ - CI/CD: Install git before using git commands in sync:auto
149
+ - CI/CD: Remove all release jobs, auto-deploy pages on main
150
+ - CI/CD: Update OSSA_VERSION to 0.3.3 on main
151
+ - CI/CD: Update versions.json to 0.3.3 on main
152
+ - CI/CD: Add rebase before push in sync:auto job to handle concurrent commits
153
+ - CI/CD: Allow changelog:generate to fail until push token configured
154
+ - CI/CD: Only run changelog:generate on release branches
155
+ - CI/CD: Auto-deploy pages on main instead of manual
156
+ - CI/CD: Remove resource_group for auto pages deploy
157
+ - CI/CD: Remove environment block from pages job
158
+ - CI/CD: Add missing documentation files from framework website
159
+ - CI/CD: Add all automation documentation files from framework website
160
+ - CI/CD: Sync main into release/v0.3.x for clean deploy
161
+
162
+ ### Fixed
163
+ - Fixed migration detection breaking when package.json contains 0.3.4 placeholder
164
+ - Fixed version comparison logic to handle template placeholders correctly
165
+ - Removed all shell scripts, replaced with TypeScript implementations
166
+ - Fixed CI/CD configuration for proper Docker image usage
167
+ - Fixed hardcoded version detection and validation
168
+
169
+ [0.3.5]: https://github.com/blueflyio/openstandardagents/compare/v0.3.4...v0.3.5
170
+ [0.3.4]: https://github.com/blueflyio/openstandardagents/compare/v0.3.3...v0.3.4
171
+ [0.3.3]: https://github.com/blueflyio/openstandardagents/releases/tag/v0.3.3
@@ -0,0 +1,382 @@
1
+ # Open Standard for Software Agents (OSSA)
2
+
3
+ > **The OpenAPI for Software Agents** - An open specification for production-ready AI agent systems
4
+
5
+ > **Built for Enterprise Adoption**: OSSA enables companies to build, deploy, and manage AI agents with vendor neutrality, production-grade reliability, and enterprise compliance built-in.
6
+
7
+ > **v0.3.5 Released**: 10 major features including Completion Signals, Checkpointing, MoE, Flow Orchestration, and more. [See what's new →](spec/v0.3/README.md)
8
+
9
+ > **For Developers**: See [AGENTS.md](AGENTS.md) for setup and development guidelines. See [llms.txt](llms.txt) for LLM-friendly project overview.
10
+
11
+ [![npm version](https://img.shields.io/npm/v/@bluefly/openstandardagents)](https://www.npmjs.com/package/@bluefly/openstandardagents)
12
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
13
+ [![GitHub Actions](https://github.com/blueflyio/openstandardagents/workflows/CI/badge.svg)](https://github.com/blueflyio/openstandardagents/actions)
14
+
15
+ ## Why Companies Choose OSSA
16
+
17
+ **OSSA is an emerging open standard for production AI agent systems** - designed for companies building enterprise-grade agent infrastructure.
18
+
19
+ ### Business Value
20
+
21
+ - **Vendor Lock-In Elimination** - Switch AI providers (OpenAI, Anthropic, Google) without code changes
22
+ - **Cost Optimization** - Designed to reduce LLM costs via intelligent expert selection (MoE)
23
+ - **Production Reliability** - Improved session recovery with checkpointing and fault tolerance
24
+ - **Enterprise Compliance** - Built-in support for SOC2, HIPAA, GDPR, FedRAMP requirements
25
+ - **Future-Proof Architecture** - Write once, deploy anywhere as AI landscape evolves
26
+ - **Risk Mitigation** - Standardized contracts reduce vendor dependency and technical debt
27
+
28
+ ### Enterprise Features
29
+
30
+ - **Vendor-Neutral Contracts** - Works with OpenAI, Anthropic, Google, Azure, AWS, and more
31
+ - **Production-Grade Reliability** - Checkpointing, completion signals, fault tolerance
32
+ - **Enterprise Security** - Built-in access control, audit logging, compliance badges
33
+ - **Observability & Monitoring** - OpenTelemetry, LangSmith, Phoenix, Langfuse integration
34
+ - **Kubernetes-Native** - GitOps-ready, cloud-agnostic deployment
35
+ - **Framework Agnostic** - Works with LangChain, LangFlow, CrewAI, AutoGen, Temporal, n8n
36
+ - **Type-Safe TypeScript SDK** - Full validation and IntelliSense support (Python SDK planned)
37
+
38
+ ### What is OSSA?
39
+
40
+ OSSA is a **specification standard** (like OpenAPI for REST APIs) that defines contracts and metadata for production agent systems. It's not a framework - it's the standard that frameworks and platforms adopt.
41
+
42
+ **Key Differentiators:**
43
+ - **The OpenAPI for Agents** - Open specification standard for agent systems
44
+ - **100% Backward Compatible** - Upgrade without breaking changes
45
+ - **Production-Ready** - Built for enterprise scale and reliability
46
+ - **Open Source** - Apache 2.0 licensed, community-driven
47
+
48
+ ## Quick Start
49
+
50
+ ### Install
51
+
52
+ ```bash
53
+ npm install @bluefly/openstandardagents
54
+ # or
55
+ pnpm add @bluefly/openstandardagents
56
+ # or
57
+ yarn add @bluefly/openstandardagents
58
+ ```
59
+
60
+ ### Create Your First Agent
61
+
62
+ ```yaml
63
+ # my-agent.ossa.yaml
64
+ apiVersion: ossa/v0.3.5
65
+ kind: Agent
66
+ metadata:
67
+ name: my-first-agent
68
+ version: 1.0.0
69
+ spec:
70
+ role: "A helpful assistant that answers questions"
71
+ runtime:
72
+ type: node
73
+ image: node:20-alpine
74
+ capabilities:
75
+ - type: text-generation
76
+ provider: openai
77
+ model: gpt-4
78
+ triggers:
79
+ - type: webhook
80
+ endpoint: /chat
81
+ completion:
82
+ default_signal: complete
83
+ checkpointing:
84
+ enabled: true
85
+ ```
86
+
87
+ ### v0.3.5: The OpenAPI for Software Agents
88
+
89
+ OSSA v0.3.5 introduces **10 major features** transforming it into the definitive OpenAPI for Software Agents:
90
+
91
+ - **Completion Signals** - Standardized agent termination conditions
92
+ - **Session Checkpointing** - Resilient, resumable agent state
93
+ - **Mixture of Experts (MoE)** - Agent-controlled expert selection
94
+ - **BAT Framework** - Best Available Technology selection
95
+ - **MOE Metrics** - Measure of Effectiveness evaluation
96
+ - **Flow-Based Orchestration** - Native Flow kind support
97
+ - **Dynamic Capability Discovery** - Runtime-adaptive capabilities
98
+ - **Feedback & Learning Loops** - Continuous improvement
99
+ - **Infrastructure Substrate** - Infrastructure as agent-addressable resources
100
+ - **Enhanced A2A Protocol** - Production-ready agent-to-agent communication
101
+
102
+ **100% Backward Compatible** - All v0.3.4 agents work with v0.3.5 runtime.
103
+
104
+ ### AG2 Multi-Agent Swarm (v0.3.4+)
105
+
106
+ OSSA v0.3.4+ adds first-class support for AG2 (AutoGen) swarm topologies:
107
+
108
+ ```yaml
109
+ # ag2-swarm.ossa.yaml
110
+ apiVersion: ossa/v0.3.5
111
+ kind: Agent
112
+ metadata:
113
+ name: software-dev-swarm
114
+ labels:
115
+ framework: ag2
116
+ pattern: hierarchical
117
+
118
+ orchestration:
119
+ swarm_topology:
120
+ topology_type: hierarchical
121
+ hierarchical:
122
+ root: agent://supervisor
123
+ levels:
124
+ - agents:
125
+ - uri: agent://tech-lead
126
+ children:
127
+ - agent://coder
128
+ - agent://reviewer
129
+ speaker_selection_strategy:
130
+ method: capability_match
131
+
132
+ group_chat:
133
+ participants:
134
+ - agent://supervisor
135
+ - agent://tech-lead
136
+ - agent://coder
137
+ - agent://reviewer
138
+ manager: agent://supervisor
139
+ max_round: 20
140
+
141
+ hitl:
142
+ enabled: true
143
+ human_input_mode: TERMINATE
144
+ intervention_points:
145
+ - id: code_review
146
+ trigger:
147
+ type: on_decision
148
+ mode: ALWAYS
149
+
150
+ a2a:
151
+ service_discovery:
152
+ enabled: true
153
+ handoff_protocol:
154
+ strategy: capability_match
155
+
156
+ state_management:
157
+ teachability:
158
+ enabled: true
159
+ learning_modes:
160
+ - feedback
161
+ - observation
162
+ ```
163
+
164
+ See [examples/ag2/](spec/v0.3.4/examples/ag2/) for AG2 examples, and [v0.3.5 examples](spec/v0.3/examples/) for new v0.3.5 features.
165
+
166
+ ### Validate Your Agent
167
+
168
+ ```bash
169
+ # Using the CLI
170
+ npx @bluefly/openstandardagents validate my-agent.ossa.yaml
171
+
172
+ # Or install globally
173
+ npm install -g @bluefly/openstandardagents
174
+ ossa validate my-agent.ossa.yaml
175
+ ```
176
+
177
+ ### Use in Code
178
+
179
+ ```typescript
180
+ import { OSSASDKClient } from '@bluefly/openstandardagents/typescript';
181
+
182
+ const client = new OSSASDKClient();
183
+ const manifest = client.loadManifest('my-agent.ossa.yaml');
184
+ const validation = client.validateManifest(manifest);
185
+
186
+ if (validation.valid) {
187
+ console.log('Agent manifest is valid!');
188
+ } else {
189
+ console.error('Validation errors:', validation.errors);
190
+ }
191
+ ```
192
+
193
+ ## Documentation
194
+
195
+ - **[Official Website](https://openstandardagents.org)** - Complete specification and guides
196
+ - **[Quick Start Guide](docs/QUICKSTART.md)** - Get started in 5 minutes
197
+ - **[API Reference](docs/api-reference/)** - Complete API documentation
198
+ - **[Examples](examples/)** - 100+ reference examples
199
+ - **[Migration Guides](migrations/guides/)** - Upgrade between versions
200
+
201
+ ## Project Structure
202
+
203
+ ```
204
+ openstandardagents/
205
+ ├── spec/ # OSSA specification schemas
206
+ │ └── v0.3/ # Current specification version
207
+ ├── src/ # TypeScript source code
208
+ │ ├── cli/ # CLI commands
209
+ │ ├── dev-cli/ # Developer CLI tools
210
+ │ ├── services/ # Core services
211
+ │ ├── adapters/ # Framework adapters
212
+ │ ├── tools/ # Development tools
213
+ │ ├── sdks/ # SDK implementations
214
+ │ ├── runtime/ # Runtime execution
215
+ │ ├── types/ # TypeScript types
216
+ │ └── utils/ # Utilities
217
+ ├── examples/ # Reference examples
218
+ ├── tests/ # Test suite
219
+ └── docs/ # Documentation
220
+ ```
221
+
222
+ ## Development
223
+
224
+ ### Prerequisites
225
+
226
+ - Node.js >= 20.0.0
227
+ - npm, pnpm, or yarn
228
+
229
+ ### Setup
230
+
231
+ ```bash
232
+ # Clone the repository
233
+ git clone https://github.com/blueflyio/openstandardagents.git
234
+ cd openstandardagents
235
+
236
+ # Install dependencies
237
+ npm install
238
+
239
+ # Run tests
240
+ npm test
241
+
242
+ # Build
243
+ npm run build
244
+
245
+ # Validate all examples
246
+ npm run validate:all
247
+ ```
248
+
249
+ ### Available Commands
250
+
251
+ ```bash
252
+ # Validation
253
+ npm run validate:all # Validate all manifests
254
+ ossa validate <file> # Validate specific file
255
+
256
+ # Code Generation
257
+ npm run generate:types # Generate TypeScript types
258
+ npm run generate:zod # Generate Zod schemas
259
+ npm run generate:all # Generate everything
260
+
261
+ # Migration
262
+ npm run migrate # Migrate manifests to latest version
263
+ npm run migrate:check # Check which files need migration
264
+
265
+ # Migration
266
+ ossa migrate <file> # Migrate manifests to latest version
267
+
268
+ # Developer CLI (for contributors)
269
+ ossa-dev version sync # Sync version across all files
270
+ ossa-dev version release # Release new version
271
+ ossa-dev spec generate # Generate spec from source
272
+ ossa-dev spec validate # Validate generated spec
273
+
274
+ # Documentation
275
+ npm run docs:generate # Generate documentation
276
+ ```
277
+
278
+ ## Enterprise Adoption
279
+
280
+ ### Who Uses OSSA?
281
+
282
+ Companies use OSSA to:
283
+ - **Build vendor-neutral AI agent infrastructure** - Avoid lock-in to specific AI providers
284
+ - **Standardize agent development** - Consistent patterns across teams and projects
285
+ - **Enable multi-cloud deployment** - Deploy agents on AWS, GCP, Azure, or on-premises
286
+ - **Ensure compliance** - Meet SOC2, HIPAA, GDPR requirements with built-in controls
287
+ - **Reduce costs** - Optimize LLM spending with intelligent expert selection
288
+ - **Future-proof investments** - Adapt to new AI models and frameworks without rewrites
289
+
290
+ ### Adoption Path
291
+
292
+ 1. **Start Small** - Migrate one agent to OSSA format
293
+ 2. **Validate** - Use OSSA CLI to validate and test
294
+ 3. **Scale** - Standardize all agents on OSSA
295
+ 4. **Integrate** - Connect to existing CI/CD and observability tools
296
+ 5. **Optimize** - Leverage v0.3.5 features (MoE, checkpointing) for cost and reliability gains
297
+
298
+ ### Migration Support
299
+
300
+ - **From Custom Agents** - Use OSSA CLI to convert existing agent definitions
301
+ - **From LangChain/CrewAI** - Migration tools for popular frameworks
302
+ - **From Other Standards** - Migration guides available for common formats
303
+ - **Zero Downtime** - Migrate incrementally, agents continue working during transition
304
+
305
+ ### Enterprise Support
306
+
307
+ - **Documentation** - Comprehensive guides, examples, and API reference
308
+ - **Community** - Active Discord community and GitHub discussions
309
+ - **Migration Tools** - Automated migration CLI for seamless upgrades
310
+ - **Compliance** - Built-in security and compliance features
311
+
312
+ ## Contributing
313
+
314
+ We welcome contributions from companies and individuals! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
315
+
316
+ ### Quick Contribution Guide
317
+
318
+ 1. **Fork the repository**: https://github.com/blueflyio/openstandardagents
319
+ 2. **Create a feature branch**: `git checkout -b feature/amazing-feature`
320
+ 3. **Make your changes** and add tests
321
+ 4. **Run validations**: `npm run validate:all && npm test`
322
+ 5. **Commit**: Follow [Conventional Commits](https://www.conventionalcommits.org/)
323
+ 6. **Push and create a Pull Request**
324
+
325
+ ### Code of Conduct
326
+
327
+ Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before contributing.
328
+
329
+ ## What's Included
330
+
331
+ ### Specification
332
+
333
+ - **JSON Schema** - Complete validation schemas for all OSSA versions
334
+ - **OpenAPI Specs** - API definitions for agent communication
335
+ - **Migration Guides** - Step-by-step upgrade instructions
336
+
337
+ ### Tools
338
+
339
+ - **CLI** - Command-line tool for validation, generation, and migration
340
+ - **Developer CLI** - Version management and spec generation tools
341
+ - **TypeScript SDK** - Type-safe client library
342
+ - **Python SDK** - Planned for future release (TypeScript available now)
343
+ - **Framework Integrations** - Import/export from LangChain, LangFlow, CrewAI, AutoGen
344
+ - **Observability Adapters** - Phoenix/Arize, Langfuse, LangSmith, OpenTelemetry support
345
+
346
+ ### Examples
347
+
348
+ - **Reference Examples** - Example implementations for common patterns
349
+ - **Platform Adapters** - Integrations with LangChain, CrewAI, etc.
350
+ - **Multi-Agent Workflows** - Complex orchestration examples
351
+
352
+ ## Resources
353
+
354
+ - **Website**: https://openstandardagents.org - Complete specification and enterprise guides
355
+ - **npm Package**: https://www.npmjs.com/package/@bluefly/openstandardagents
356
+ - **Community**: [Discord](https://discord.gg/ZZqad3v4) - Join our developer community
357
+ - **Documentation**: [Full Docs](https://openstandardagents.org/docs) - API reference, guides, examples
358
+ - **Issues**: [GitHub Issues](https://github.com/blueflyio/openstandardagents/issues)
359
+ - **Star Us**: [GitHub](https://github.com/blueflyio/openstandardagents) - Help us grow the ecosystem
360
+
361
+ ## License
362
+
363
+ Apache-2.0 - See [LICENSE](LICENSE) for details.
364
+
365
+ ## Design Goals
366
+
367
+ OSSA is designed to provide:
368
+ - **Cost Reduction** - Optimize LLM costs via MoE and intelligent routing
369
+ - **Improved Reliability** - Enhanced session recovery with checkpointing
370
+ - **Zero Vendor Lock-in** - Seamless provider switching through standardization
371
+ - **Faster Development** - Accelerated agent development with standardized patterns
372
+ - **Compliance Support** - Built-in features for SOC2, HIPAA, GDPR requirements
373
+
374
+ ## Acknowledgments
375
+
376
+ OSSA is maintained by the open-source community and adopted by companies worldwide. Special thanks to all contributors and adopters!
377
+
378
+ ---
379
+
380
+ **Built for Enterprise. Open for Everyone.**
381
+
382
+ **Join the companies standardizing on OSSA** - [Get Started](https://openstandardagents.org/docs/getting-started)