@bluefly/openstandardagents 0.3.3 → 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 (1737) hide show
  1. package/.version.json +7 -0
  2. package/.wiki-config.json +1 -1
  3. package/CHANGELOG.md +163 -31
  4. package/README.md +211 -55
  5. package/bin/ossa +2 -23
  6. package/bin/postinstall +62 -0
  7. package/dist/adapters/anthropic/client.d.ts.map +1 -1
  8. package/dist/adapters/anthropic/client.js +15 -7
  9. package/dist/adapters/anthropic/client.js.map +1 -1
  10. package/dist/adapters/anthropic/config.d.ts.map +1 -1
  11. package/dist/adapters/anthropic/config.js +1 -1
  12. package/dist/adapters/anthropic/config.js.map +1 -1
  13. package/dist/adapters/anthropic/index.d.ts +3 -3
  14. package/dist/adapters/anthropic/index.d.ts.map +1 -1
  15. package/dist/adapters/anthropic/index.js +1 -1
  16. package/dist/adapters/anthropic/index.js.map +1 -1
  17. package/dist/adapters/anthropic/messages.d.ts.map +1 -1
  18. package/dist/adapters/anthropic/messages.js +10 -4
  19. package/dist/adapters/anthropic/messages.js.map +1 -1
  20. package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
  21. package/dist/adapters/anthropic/runtime.js +6 -3
  22. package/dist/adapters/anthropic/runtime.js.map +1 -1
  23. package/dist/adapters/anthropic/tools.d.ts.map +1 -1
  24. package/dist/adapters/anthropic/tools.js +13 -6
  25. package/dist/adapters/anthropic/tools.js.map +1 -1
  26. package/dist/adapters/crewai/converter.d.ts +17 -0
  27. package/dist/adapters/crewai/converter.d.ts.map +1 -0
  28. package/dist/adapters/crewai/converter.js +110 -0
  29. package/dist/adapters/crewai/converter.js.map +1 -0
  30. package/dist/adapters/crewai/index.d.ts +7 -0
  31. package/dist/adapters/crewai/index.d.ts.map +1 -0
  32. package/dist/adapters/crewai/index.js +6 -0
  33. package/dist/adapters/crewai/index.js.map +1 -0
  34. package/dist/adapters/crewai/types.d.ts +29 -0
  35. package/dist/adapters/crewai/types.d.ts.map +1 -0
  36. package/dist/adapters/crewai/types.js +5 -0
  37. package/dist/adapters/crewai/types.js.map +1 -0
  38. package/dist/adapters/crewai-adapter.d.ts.map +1 -1
  39. package/dist/adapters/crewai-adapter.js +4 -1
  40. package/dist/adapters/crewai-adapter.js.map +1 -1
  41. package/dist/adapters/docker/generators.d.ts +19 -0
  42. package/dist/adapters/docker/generators.d.ts.map +1 -0
  43. package/dist/adapters/docker/generators.js +93 -0
  44. package/dist/adapters/docker/generators.js.map +1 -0
  45. package/dist/adapters/docker/index.d.ts +7 -0
  46. package/dist/adapters/docker/index.d.ts.map +1 -0
  47. package/dist/adapters/docker/index.js +6 -0
  48. package/dist/adapters/docker/index.js.map +1 -0
  49. package/dist/adapters/docker/types.d.ts +17 -0
  50. package/dist/adapters/docker/types.d.ts.map +1 -0
  51. package/dist/adapters/docker/types.js +5 -0
  52. package/dist/adapters/docker/types.js.map +1 -0
  53. package/dist/adapters/drupal/index.d.ts.map +1 -1
  54. package/dist/adapters/drupal/index.js.map +1 -1
  55. package/dist/adapters/gitlab/converter.d.ts +25 -0
  56. package/dist/adapters/gitlab/converter.d.ts.map +1 -0
  57. package/dist/adapters/gitlab/converter.js +96 -0
  58. package/dist/adapters/gitlab/converter.js.map +1 -0
  59. package/dist/adapters/gitlab/index.d.ts +7 -0
  60. package/dist/adapters/gitlab/index.d.ts.map +1 -0
  61. package/dist/adapters/gitlab/index.js +6 -0
  62. package/dist/adapters/gitlab/index.js.map +1 -0
  63. package/dist/adapters/gitlab/types.d.ts +22 -0
  64. package/dist/adapters/gitlab/types.d.ts.map +1 -0
  65. package/dist/adapters/gitlab/types.js +5 -0
  66. package/dist/adapters/gitlab/types.js.map +1 -0
  67. package/dist/adapters/kubernetes/generator.d.ts +29 -0
  68. package/dist/adapters/kubernetes/generator.d.ts.map +1 -0
  69. package/dist/adapters/kubernetes/generator.js +133 -0
  70. package/dist/adapters/kubernetes/generator.js.map +1 -0
  71. package/dist/adapters/kubernetes/index.d.ts +7 -0
  72. package/dist/adapters/kubernetes/index.d.ts.map +1 -0
  73. package/dist/adapters/kubernetes/index.js +6 -0
  74. package/dist/adapters/kubernetes/index.js.map +1 -0
  75. package/dist/adapters/kubernetes/types.d.ts +17 -0
  76. package/dist/adapters/kubernetes/types.d.ts.map +1 -0
  77. package/dist/adapters/kubernetes/types.js +5 -0
  78. package/dist/adapters/kubernetes/types.js.map +1 -0
  79. package/dist/adapters/langchain/converter.d.ts +21 -0
  80. package/dist/adapters/langchain/converter.d.ts.map +1 -0
  81. package/dist/adapters/langchain/converter.js +143 -0
  82. package/dist/adapters/langchain/converter.js.map +1 -0
  83. package/dist/adapters/langchain/index.d.ts +7 -0
  84. package/dist/adapters/langchain/index.d.ts.map +1 -0
  85. package/dist/adapters/langchain/index.js +6 -0
  86. package/dist/adapters/langchain/index.js.map +1 -0
  87. package/dist/adapters/langchain/types.d.ts +27 -0
  88. package/dist/adapters/langchain/types.d.ts.map +1 -0
  89. package/dist/adapters/langchain/types.js +5 -0
  90. package/dist/adapters/langchain/types.js.map +1 -0
  91. package/dist/adapters/langchain-adapter.d.ts.map +1 -1
  92. package/dist/adapters/langchain-adapter.js.map +1 -1
  93. package/dist/adapters/langflow-adapter.d.ts.map +1 -1
  94. package/dist/adapters/langflow-adapter.js +8 -2
  95. package/dist/adapters/langflow-adapter.js.map +1 -1
  96. package/dist/adapters/langfuse.adapter.d.ts.map +1 -1
  97. package/dist/adapters/langfuse.adapter.js +7 -3
  98. package/dist/adapters/langfuse.adapter.js.map +1 -1
  99. package/dist/adapters/langsmith.adapter.d.ts.map +1 -1
  100. package/dist/adapters/langsmith.adapter.js +4 -2
  101. package/dist/adapters/langsmith.adapter.js.map +1 -1
  102. package/dist/adapters/n8n/converter.d.ts +17 -0
  103. package/dist/adapters/n8n/converter.d.ts.map +1 -0
  104. package/dist/adapters/n8n/converter.js +77 -0
  105. package/dist/adapters/n8n/converter.js.map +1 -0
  106. package/dist/adapters/n8n/index.d.ts +7 -0
  107. package/dist/adapters/n8n/index.d.ts.map +1 -0
  108. package/dist/adapters/n8n/index.js +6 -0
  109. package/dist/adapters/n8n/index.js.map +1 -0
  110. package/dist/adapters/n8n/types.d.ts +23 -0
  111. package/dist/adapters/n8n/types.d.ts.map +1 -0
  112. package/dist/adapters/n8n/types.js +5 -0
  113. package/dist/adapters/n8n/types.js.map +1 -0
  114. package/dist/adapters/openapi-adapter.d.ts.map +1 -1
  115. package/dist/adapters/openapi-adapter.js +3 -1
  116. package/dist/adapters/openapi-adapter.js.map +1 -1
  117. package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -1
  118. package/dist/adapters/opentelemetry.adapter.js +91 -50
  119. package/dist/adapters/opentelemetry.adapter.js.map +1 -1
  120. package/dist/adapters/phoenix.adapter.d.ts.map +1 -1
  121. package/dist/adapters/phoenix.adapter.js +6 -4
  122. package/dist/adapters/phoenix.adapter.js.map +1 -1
  123. package/dist/adapters/symfony/index.d.ts.map +1 -1
  124. package/dist/adapters/symfony/index.js +2 -1
  125. package/dist/adapters/symfony/index.js.map +1 -1
  126. package/dist/adapters/temporal/converter.d.ts +17 -0
  127. package/dist/adapters/temporal/converter.d.ts.map +1 -0
  128. package/dist/adapters/temporal/converter.js +96 -0
  129. package/dist/adapters/temporal/converter.js.map +1 -0
  130. package/dist/adapters/temporal/index.d.ts +7 -0
  131. package/dist/adapters/temporal/index.d.ts.map +1 -0
  132. package/dist/adapters/temporal/index.js +6 -0
  133. package/dist/adapters/temporal/index.js.map +1 -0
  134. package/dist/adapters/temporal/types.d.ts +23 -0
  135. package/dist/adapters/temporal/types.d.ts.map +1 -0
  136. package/dist/adapters/temporal/types.js +5 -0
  137. package/dist/adapters/temporal/types.js.map +1 -0
  138. package/dist/bot/agent-architecture_validator.d.ts +8 -0
  139. package/dist/bot/agent-architecture_validator.d.ts.map +1 -0
  140. package/dist/bot/agent-architecture_validator.js +15 -0
  141. package/dist/bot/agent-architecture_validator.js.map +1 -0
  142. package/dist/bot/agent-ci_pipeline.d.ts +7 -0
  143. package/dist/bot/agent-ci_pipeline.d.ts.map +1 -0
  144. package/dist/bot/agent-ci_pipeline.js +7 -0
  145. package/dist/bot/agent-ci_pipeline.js.map +1 -0
  146. package/dist/bot/agent-compliance.d.ts +56 -0
  147. package/dist/bot/agent-compliance.d.ts.map +1 -0
  148. package/dist/bot/agent-compliance.js +222 -0
  149. package/dist/bot/agent-compliance.js.map +1 -0
  150. package/dist/bot/agent-dependency_updater.d.ts +9 -0
  151. package/dist/bot/agent-dependency_updater.d.ts.map +1 -0
  152. package/dist/bot/agent-dependency_updater.js +9 -0
  153. package/dist/bot/agent-dependency_updater.js.map +1 -0
  154. package/dist/bot/agent-security_scanner.d.ts +11 -0
  155. package/dist/bot/agent-security_scanner.d.ts.map +1 -0
  156. package/dist/bot/agent-security_scanner.js +21 -0
  157. package/dist/bot/agent-security_scanner.js.map +1 -0
  158. package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
  159. package/dist/cli/commands/agent-card.command.js +15 -9
  160. package/dist/cli/commands/agent-card.command.js.map +1 -1
  161. package/dist/cli/commands/agent-create.command.d.ts +18 -0
  162. package/dist/cli/commands/agent-create.command.d.ts.map +1 -0
  163. package/dist/cli/commands/agent-create.command.js +437 -0
  164. package/dist/cli/commands/agent-create.command.js.map +1 -0
  165. package/dist/cli/commands/agent-wizard.command.d.ts +21 -0
  166. package/dist/cli/commands/agent-wizard.command.d.ts.map +1 -0
  167. package/dist/cli/commands/agent-wizard.command.js +1136 -0
  168. package/dist/cli/commands/agent-wizard.command.js.map +1 -0
  169. package/dist/cli/commands/agents-md/batch.command.d.ts +3 -0
  170. package/dist/cli/commands/agents-md/batch.command.d.ts.map +1 -0
  171. package/dist/cli/commands/agents-md/batch.command.js +63 -0
  172. package/dist/cli/commands/agents-md/batch.command.js.map +1 -0
  173. package/dist/cli/commands/agents-md/generate.command.d.ts +3 -0
  174. package/dist/cli/commands/agents-md/generate.command.d.ts.map +1 -0
  175. package/dist/cli/commands/agents-md/generate.command.js +43 -0
  176. package/dist/cli/commands/agents-md/generate.command.js.map +1 -0
  177. package/dist/cli/commands/agents-md/list.command.d.ts +3 -0
  178. package/dist/cli/commands/agents-md/list.command.d.ts.map +1 -0
  179. package/dist/cli/commands/agents-md/list.command.js +59 -0
  180. package/dist/cli/commands/agents-md/list.command.js.map +1 -0
  181. package/dist/cli/commands/agents-md/validate.command.d.ts +3 -0
  182. package/dist/cli/commands/agents-md/validate.command.d.ts.map +1 -0
  183. package/dist/cli/commands/agents-md/validate.command.js +42 -0
  184. package/dist/cli/commands/agents-md/validate.command.js.map +1 -0
  185. package/dist/cli/commands/agents-md.command.d.ts +1 -1
  186. package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
  187. package/dist/cli/commands/agents-md.command.js +40 -122
  188. package/dist/cli/commands/agents-md.command.js.map +1 -1
  189. package/dist/cli/commands/agents.command.d.ts.map +1 -1
  190. package/dist/cli/commands/agents.command.js +28 -11
  191. package/dist/cli/commands/agents.command.js.map +1 -1
  192. package/dist/cli/commands/audit.d.ts +8 -0
  193. package/dist/cli/commands/audit.d.ts.map +1 -0
  194. package/dist/cli/commands/audit.js +238 -0
  195. package/dist/cli/commands/audit.js.map +1 -0
  196. package/dist/cli/commands/build.command.d.ts +7 -0
  197. package/dist/cli/commands/build.command.d.ts.map +1 -0
  198. package/dist/cli/commands/build.command.js +314 -0
  199. package/dist/cli/commands/build.command.js.map +1 -0
  200. package/dist/cli/commands/capability/validate.d.ts +3 -0
  201. package/dist/cli/commands/capability/validate.d.ts.map +1 -0
  202. package/dist/cli/commands/capability/validate.js +60 -0
  203. package/dist/cli/commands/capability/validate.js.map +1 -0
  204. package/dist/cli/commands/catalog/convert.command.js.map +1 -1
  205. package/dist/cli/commands/catalog/index.d.ts +3 -1
  206. package/dist/cli/commands/catalog/index.d.ts.map +1 -1
  207. package/dist/cli/commands/catalog/index.js +8 -2
  208. package/dist/cli/commands/catalog/index.js.map +1 -1
  209. package/dist/cli/commands/catalog/info.command.d.ts +3 -0
  210. package/dist/cli/commands/catalog/info.command.d.ts.map +1 -0
  211. package/dist/cli/commands/catalog/info.command.js +137 -0
  212. package/dist/cli/commands/catalog/info.command.js.map +1 -0
  213. package/dist/cli/commands/catalog/list.command.js.map +1 -1
  214. package/dist/cli/commands/catalog/pull.command.js.map +1 -1
  215. package/dist/cli/commands/catalog/push.command.js.map +1 -1
  216. package/dist/cli/commands/catalog/search.command.d.ts +3 -0
  217. package/dist/cli/commands/catalog/search.command.d.ts.map +1 -0
  218. package/dist/cli/commands/catalog/search.command.js +47 -0
  219. package/dist/cli/commands/catalog/search.command.js.map +1 -0
  220. package/dist/cli/commands/catalog/sync.command.js.map +1 -1
  221. package/dist/cli/commands/catalog/validate.command.js.map +1 -1
  222. package/dist/cli/commands/compliance.command.d.ts.map +1 -1
  223. package/dist/cli/commands/compliance.command.js +10 -7
  224. package/dist/cli/commands/compliance.command.js.map +1 -1
  225. package/dist/cli/commands/conformance.command.d.ts +14 -0
  226. package/dist/cli/commands/conformance.command.d.ts.map +1 -0
  227. package/dist/cli/commands/conformance.command.js +232 -0
  228. package/dist/cli/commands/conformance.command.js.map +1 -0
  229. package/dist/cli/commands/contract.command.d.ts.map +1 -1
  230. package/dist/cli/commands/contract.command.js +3 -1
  231. package/dist/cli/commands/contract.command.js.map +1 -1
  232. package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
  233. package/dist/cli/commands/dependencies.command.js +9 -3
  234. package/dist/cli/commands/dependencies.command.js.map +1 -1
  235. package/dist/cli/commands/deploy.command.d.ts +5 -2
  236. package/dist/cli/commands/deploy.command.d.ts.map +1 -1
  237. package/dist/cli/commands/deploy.command.js +50 -152
  238. package/dist/cli/commands/deploy.command.js.map +1 -1
  239. package/dist/cli/commands/deploy.d.ts.map +1 -1
  240. package/dist/cli/commands/deploy.js +20 -4
  241. package/dist/cli/commands/deploy.js.map +1 -1
  242. package/dist/cli/commands/diff.command.d.ts.map +1 -1
  243. package/dist/cli/commands/diff.command.js +22 -6
  244. package/dist/cli/commands/diff.command.js.map +1 -1
  245. package/dist/cli/commands/docs.command.d.ts.map +1 -1
  246. package/dist/cli/commands/docs.command.js +5 -2
  247. package/dist/cli/commands/docs.command.js.map +1 -1
  248. package/dist/cli/commands/enhance.command.d.ts +10 -0
  249. package/dist/cli/commands/enhance.command.d.ts.map +1 -0
  250. package/dist/cli/commands/enhance.command.js +119 -0
  251. package/dist/cli/commands/enhance.command.js.map +1 -0
  252. package/dist/cli/commands/examples.command.d.ts +10 -0
  253. package/dist/cli/commands/examples.command.d.ts.map +1 -0
  254. package/dist/cli/commands/examples.command.js +73 -0
  255. package/dist/cli/commands/examples.command.js.map +1 -0
  256. package/dist/cli/commands/export.command.d.ts +2 -2
  257. package/dist/cli/commands/export.command.d.ts.map +1 -1
  258. package/dist/cli/commands/export.command.js +109 -37
  259. package/dist/cli/commands/export.command.js.map +1 -1
  260. package/dist/cli/commands/extension-team.command.d.ts.map +1 -1
  261. package/dist/cli/commands/extension-team.command.js +6 -7
  262. package/dist/cli/commands/extension-team.command.js.map +1 -1
  263. package/dist/cli/commands/framework.command.js +24 -10
  264. package/dist/cli/commands/framework.command.js.map +1 -1
  265. package/dist/cli/commands/generate/conformance.d.ts +3 -0
  266. package/dist/cli/commands/generate/conformance.d.ts.map +1 -0
  267. package/dist/cli/commands/generate/conformance.js +106 -0
  268. package/dist/cli/commands/generate/conformance.js.map +1 -0
  269. package/dist/cli/commands/generate.command.d.ts.map +1 -1
  270. package/dist/cli/commands/generate.command.js +4 -5
  271. package/dist/cli/commands/generate.command.js.map +1 -1
  272. package/dist/cli/commands/github-sync.command.js +1 -1
  273. package/dist/cli/commands/github-sync.command.js.map +1 -1
  274. package/dist/cli/commands/gitlab-agent.command.d.ts.map +1 -1
  275. package/dist/cli/commands/gitlab-agent.command.js.map +1 -1
  276. package/dist/cli/commands/identity/plan.d.ts +3 -0
  277. package/dist/cli/commands/identity/plan.d.ts.map +1 -0
  278. package/dist/cli/commands/identity/plan.js +198 -0
  279. package/dist/cli/commands/identity/plan.js.map +1 -0
  280. package/dist/cli/commands/import.command.d.ts.map +1 -1
  281. package/dist/cli/commands/import.command.js.map +1 -1
  282. package/dist/cli/commands/info.command.d.ts.map +1 -1
  283. package/dist/cli/commands/info.command.js.map +1 -1
  284. package/dist/cli/commands/init.command.d.ts.map +1 -1
  285. package/dist/cli/commands/init.command.js +7 -3
  286. package/dist/cli/commands/init.command.js.map +1 -1
  287. package/dist/cli/commands/install.command.d.ts.map +1 -1
  288. package/dist/cli/commands/install.command.js +29 -32
  289. package/dist/cli/commands/install.command.js.map +1 -1
  290. package/dist/cli/commands/knowledge-index.command.d.ts +11 -0
  291. package/dist/cli/commands/knowledge-index.command.d.ts.map +1 -0
  292. package/dist/cli/commands/knowledge-index.command.js +111 -0
  293. package/dist/cli/commands/knowledge-index.command.js.map +1 -0
  294. package/dist/cli/commands/knowledge-query.command.d.ts +11 -0
  295. package/dist/cli/commands/knowledge-query.command.d.ts.map +1 -0
  296. package/dist/cli/commands/knowledge-query.command.js +118 -0
  297. package/dist/cli/commands/knowledge-query.command.js.map +1 -0
  298. package/dist/cli/commands/knowledge.command.d.ts +11 -0
  299. package/dist/cli/commands/knowledge.command.d.ts.map +1 -0
  300. package/dist/cli/commands/knowledge.command.js +16 -0
  301. package/dist/cli/commands/knowledge.command.js.map +1 -0
  302. package/dist/cli/commands/langchain.command.js +4 -1
  303. package/dist/cli/commands/langchain.command.js.map +1 -1
  304. package/dist/cli/commands/langflow.command.js.map +1 -1
  305. package/dist/cli/commands/lint.command.d.ts.map +1 -1
  306. package/dist/cli/commands/lint.command.js +12 -3
  307. package/dist/cli/commands/lint.command.js.map +1 -1
  308. package/dist/cli/commands/llms-txt.command.d.ts.map +1 -1
  309. package/dist/cli/commands/llms-txt.command.js +4 -5
  310. package/dist/cli/commands/llms-txt.command.js.map +1 -1
  311. package/dist/cli/commands/migrate-batch.command.d.ts +19 -0
  312. package/dist/cli/commands/migrate-batch.command.d.ts.map +1 -0
  313. package/dist/cli/commands/migrate-batch.command.js +223 -0
  314. package/dist/cli/commands/migrate-batch.command.js.map +1 -0
  315. package/dist/cli/commands/migrate-langchain.command.d.ts +23 -0
  316. package/dist/cli/commands/migrate-langchain.command.d.ts.map +1 -0
  317. package/dist/cli/commands/migrate-langchain.command.js +167 -0
  318. package/dist/cli/commands/migrate-langchain.command.js.map +1 -0
  319. package/dist/cli/commands/migrate.command.d.ts +2 -17
  320. package/dist/cli/commands/migrate.command.d.ts.map +1 -1
  321. package/dist/cli/commands/migrate.command.js +86 -141
  322. package/dist/cli/commands/migrate.command.js.map +1 -1
  323. package/dist/cli/commands/publish.command.d.ts.map +1 -1
  324. package/dist/cli/commands/publish.command.js +35 -60
  325. package/dist/cli/commands/publish.command.js.map +1 -1
  326. package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
  327. package/dist/cli/commands/quickstart.command.js.map +1 -1
  328. package/dist/cli/commands/registry.command.d.ts.map +1 -1
  329. package/dist/cli/commands/registry.command.js +17 -11
  330. package/dist/cli/commands/registry.command.js.map +1 -1
  331. package/dist/cli/commands/release.command.d.ts +10 -0
  332. package/dist/cli/commands/release.command.d.ts.map +1 -0
  333. package/dist/cli/commands/release.command.js +73 -0
  334. package/dist/cli/commands/release.command.js.map +1 -0
  335. package/dist/cli/commands/run.command.d.ts.map +1 -1
  336. package/dist/cli/commands/run.command.js +3 -2
  337. package/dist/cli/commands/run.command.js.map +1 -1
  338. package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
  339. package/dist/cli/commands/scaffold.command.js +89 -31
  340. package/dist/cli/commands/scaffold.command.js.map +1 -1
  341. package/dist/cli/commands/schema.command.d.ts.map +1 -1
  342. package/dist/cli/commands/schema.command.js +5 -2
  343. package/dist/cli/commands/schema.command.js.map +1 -1
  344. package/dist/cli/commands/search.command.d.ts.map +1 -1
  345. package/dist/cli/commands/search.command.js +33 -33
  346. package/dist/cli/commands/search.command.js.map +1 -1
  347. package/dist/cli/commands/serve.command.d.ts.map +1 -1
  348. package/dist/cli/commands/serve.command.js +8 -3
  349. package/dist/cli/commands/serve.command.js.map +1 -1
  350. package/dist/cli/commands/setup.command.d.ts.map +1 -1
  351. package/dist/cli/commands/setup.command.js +7 -2
  352. package/dist/cli/commands/setup.command.js.map +1 -1
  353. package/dist/cli/commands/skills.command.d.ts +10 -0
  354. package/dist/cli/commands/skills.command.d.ts.map +1 -0
  355. package/dist/cli/commands/skills.command.js +135 -0
  356. package/dist/cli/commands/skills.command.js.map +1 -0
  357. package/dist/cli/commands/standardize.command.d.ts.map +1 -1
  358. package/dist/cli/commands/standardize.command.js +13 -7
  359. package/dist/cli/commands/standardize.command.js.map +1 -1
  360. package/dist/cli/commands/sync.command.d.ts.map +1 -1
  361. package/dist/cli/commands/sync.command.js.map +1 -1
  362. package/dist/cli/commands/taxonomy.command.d.ts +10 -0
  363. package/dist/cli/commands/taxonomy.command.d.ts.map +1 -0
  364. package/dist/cli/commands/taxonomy.command.js +379 -0
  365. package/dist/cli/commands/taxonomy.command.js.map +1 -0
  366. package/dist/cli/commands/template.command.d.ts +7 -0
  367. package/dist/cli/commands/template.command.d.ts.map +1 -0
  368. package/dist/cli/commands/template.command.js +159 -0
  369. package/dist/cli/commands/template.command.js.map +1 -0
  370. package/dist/cli/commands/test.command.d.ts.map +1 -1
  371. package/dist/cli/commands/test.command.js +10 -3
  372. package/dist/cli/commands/test.command.js.map +1 -1
  373. package/dist/cli/commands/update.command.d.ts +3 -0
  374. package/dist/cli/commands/update.command.d.ts.map +1 -0
  375. package/dist/cli/commands/update.command.js +43 -0
  376. package/dist/cli/commands/update.command.js.map +1 -0
  377. package/dist/cli/commands/validate.command.d.ts.map +1 -1
  378. package/dist/cli/commands/validate.command.js +46 -1
  379. package/dist/cli/commands/validate.command.js.map +1 -1
  380. package/dist/cli/commands/wizard.command.d.ts +12 -0
  381. package/dist/cli/commands/wizard.command.d.ts.map +1 -0
  382. package/dist/cli/commands/wizard.command.js +862 -0
  383. package/dist/cli/commands/wizard.command.js.map +1 -0
  384. package/dist/cli/commands/workspace.command.d.ts.map +1 -1
  385. package/dist/cli/commands/workspace.command.js +23 -12
  386. package/dist/cli/commands/workspace.command.js.map +1 -1
  387. package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -1
  388. package/dist/cli/extensions/gitlab-release.commands.js +6 -2
  389. package/dist/cli/extensions/gitlab-release.commands.js.map +1 -1
  390. package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -1
  391. package/dist/cli/extensions/gitlab.extension.js.map +1 -1
  392. package/dist/cli/extensions/index.d.ts.map +1 -1
  393. package/dist/cli/extensions/index.js +2 -1
  394. package/dist/cli/extensions/index.js.map +1 -1
  395. package/dist/cli/index.d.ts +2 -11
  396. package/dist/cli/index.d.ts.map +1 -1
  397. package/dist/cli/index.js +25 -224
  398. package/dist/cli/index.js.map +1 -1
  399. package/dist/cli/utils/error-formatter.d.ts.map +1 -1
  400. package/dist/cli/utils/error-formatter.js +27 -6
  401. package/dist/cli/utils/error-formatter.js.map +1 -1
  402. package/dist/cli/utils/gitlab-config.d.ts.map +1 -1
  403. package/dist/cli/utils/gitlab-config.js +3 -1
  404. package/dist/cli/utils/gitlab-config.js.map +1 -1
  405. package/dist/cli/utils/index.d.ts +1 -1
  406. package/dist/cli/utils/index.d.ts.map +1 -1
  407. package/dist/cli/utils/index.js +1 -1
  408. package/dist/cli/utils/index.js.map +1 -1
  409. package/dist/cli/utils/manifest-discovery.d.ts +63 -0
  410. package/dist/cli/utils/manifest-discovery.d.ts.map +1 -0
  411. package/dist/cli/utils/manifest-discovery.js +201 -0
  412. package/dist/cli/utils/manifest-discovery.js.map +1 -0
  413. package/dist/cli/utils/manifest-loader.d.ts.map +1 -1
  414. package/dist/cli/utils/manifest-loader.js.map +1 -1
  415. package/dist/cli/utils/migration-reporter.d.ts +96 -0
  416. package/dist/cli/utils/migration-reporter.d.ts.map +1 -0
  417. package/dist/cli/utils/migration-reporter.js +253 -0
  418. package/dist/cli/utils/migration-reporter.js.map +1 -0
  419. package/dist/cli/utils/output.d.ts +1 -0
  420. package/dist/cli/utils/output.d.ts.map +1 -1
  421. package/dist/cli/utils/output.js +10 -6
  422. package/dist/cli/utils/output.js.map +1 -1
  423. package/dist/cli/wizard/data/agent-types.d.ts +7 -0
  424. package/dist/cli/wizard/data/agent-types.d.ts.map +1 -0
  425. package/dist/cli/wizard/data/agent-types.js +192 -0
  426. package/dist/cli/wizard/data/agent-types.js.map +1 -0
  427. package/dist/cli/wizard/data/llm-providers.d.ts +10 -0
  428. package/dist/cli/wizard/data/llm-providers.d.ts.map +1 -0
  429. package/dist/cli/wizard/data/llm-providers.js +176 -0
  430. package/dist/cli/wizard/data/llm-providers.js.map +1 -0
  431. package/dist/cli/wizard/data/taxonomy.d.ts +39 -0
  432. package/dist/cli/wizard/data/taxonomy.d.ts.map +1 -0
  433. package/dist/cli/wizard/data/taxonomy.js +134 -0
  434. package/dist/cli/wizard/data/taxonomy.js.map +1 -0
  435. package/dist/cli/wizard/data/templates.d.ts +10 -0
  436. package/dist/cli/wizard/data/templates.d.ts.map +1 -0
  437. package/dist/cli/wizard/data/templates.js +228 -0
  438. package/dist/cli/wizard/data/templates.js.map +1 -0
  439. package/dist/cli/wizard/steps/01-agent-type.d.ts +7 -0
  440. package/dist/cli/wizard/steps/01-agent-type.d.ts.map +1 -0
  441. package/dist/cli/wizard/steps/01-agent-type.js +35 -0
  442. package/dist/cli/wizard/steps/01-agent-type.js.map +1 -0
  443. package/dist/cli/wizard/steps/02-basic-info.d.ts +7 -0
  444. package/dist/cli/wizard/steps/02-basic-info.d.ts.map +1 -0
  445. package/dist/cli/wizard/steps/02-basic-info.js +81 -0
  446. package/dist/cli/wizard/steps/02-basic-info.js.map +1 -0
  447. package/dist/cli/wizard/steps/03-domain-capability.d.ts +7 -0
  448. package/dist/cli/wizard/steps/03-domain-capability.d.ts.map +1 -0
  449. package/dist/cli/wizard/steps/03-domain-capability.js +98 -0
  450. package/dist/cli/wizard/steps/03-domain-capability.js.map +1 -0
  451. package/dist/cli/wizard/steps/04-llm-config.d.ts +7 -0
  452. package/dist/cli/wizard/steps/04-llm-config.d.ts.map +1 -0
  453. package/dist/cli/wizard/steps/04-llm-config.js +86 -0
  454. package/dist/cli/wizard/steps/04-llm-config.js.map +1 -0
  455. package/dist/cli/wizard/steps/05-tools.d.ts +7 -0
  456. package/dist/cli/wizard/steps/05-tools.d.ts.map +1 -0
  457. package/dist/cli/wizard/steps/05-tools.js +172 -0
  458. package/dist/cli/wizard/steps/05-tools.js.map +1 -0
  459. package/dist/cli/wizard/steps/06-autonomy.d.ts +7 -0
  460. package/dist/cli/wizard/steps/06-autonomy.d.ts.map +1 -0
  461. package/dist/cli/wizard/steps/06-autonomy.js +87 -0
  462. package/dist/cli/wizard/steps/06-autonomy.js.map +1 -0
  463. package/dist/cli/wizard/steps/07-observability.d.ts +7 -0
  464. package/dist/cli/wizard/steps/07-observability.d.ts.map +1 -0
  465. package/dist/cli/wizard/steps/07-observability.js +149 -0
  466. package/dist/cli/wizard/steps/07-observability.js.map +1 -0
  467. package/dist/cli/wizard/steps/08-deployment.d.ts +7 -0
  468. package/dist/cli/wizard/steps/08-deployment.d.ts.map +1 -0
  469. package/dist/cli/wizard/steps/08-deployment.js +120 -0
  470. package/dist/cli/wizard/steps/08-deployment.js.map +1 -0
  471. package/dist/cli/wizard/steps/09-advanced.d.ts +7 -0
  472. package/dist/cli/wizard/steps/09-advanced.d.ts.map +1 -0
  473. package/dist/cli/wizard/steps/09-advanced.js +160 -0
  474. package/dist/cli/wizard/steps/09-advanced.js.map +1 -0
  475. package/dist/cli/wizard/steps/10-review.d.ts +7 -0
  476. package/dist/cli/wizard/steps/10-review.d.ts.map +1 -0
  477. package/dist/cli/wizard/steps/10-review.js +109 -0
  478. package/dist/cli/wizard/steps/10-review.js.map +1 -0
  479. package/dist/cli/wizard/steps/12-agents-folder.d.ts +7 -0
  480. package/dist/cli/wizard/steps/12-agents-folder.d.ts.map +1 -0
  481. package/dist/cli/wizard/steps/12-agents-folder.js +101 -0
  482. package/dist/cli/wizard/steps/12-agents-folder.js.map +1 -0
  483. package/dist/cli/wizard/steps/13-openapi-generation.d.ts +7 -0
  484. package/dist/cli/wizard/steps/13-openapi-generation.d.ts.map +1 -0
  485. package/dist/cli/wizard/steps/13-openapi-generation.js +60 -0
  486. package/dist/cli/wizard/steps/13-openapi-generation.js.map +1 -0
  487. package/dist/cli/wizard/steps/14-workspace-registration.d.ts +7 -0
  488. package/dist/cli/wizard/steps/14-workspace-registration.d.ts.map +1 -0
  489. package/dist/cli/wizard/steps/14-workspace-registration.js +65 -0
  490. package/dist/cli/wizard/steps/14-workspace-registration.js.map +1 -0
  491. package/dist/cli/wizard/steps/15-cost-estimation.d.ts +7 -0
  492. package/dist/cli/wizard/steps/15-cost-estimation.d.ts.map +1 -0
  493. package/dist/cli/wizard/steps/15-cost-estimation.js +119 -0
  494. package/dist/cli/wizard/steps/15-cost-estimation.js.map +1 -0
  495. package/dist/cli/wizard/steps/16-best-practices.d.ts +7 -0
  496. package/dist/cli/wizard/steps/16-best-practices.d.ts.map +1 -0
  497. package/dist/cli/wizard/steps/16-best-practices.js +180 -0
  498. package/dist/cli/wizard/steps/16-best-practices.js.map +1 -0
  499. package/dist/cli/wizard/steps/index.d.ts +15 -0
  500. package/dist/cli/wizard/steps/index.d.ts.map +1 -0
  501. package/dist/cli/wizard/steps/index.js +15 -0
  502. package/dist/cli/wizard/steps/index.js.map +1 -0
  503. package/dist/cli/wizard/types.d.ts +94 -0
  504. package/dist/cli/wizard/types.d.ts.map +1 -0
  505. package/dist/cli/wizard/types.js +6 -0
  506. package/dist/cli/wizard/types.js.map +1 -0
  507. package/dist/cli/wizard/ui/console.d.ts +26 -0
  508. package/dist/cli/wizard/ui/console.d.ts.map +1 -0
  509. package/dist/cli/wizard/ui/console.js +104 -0
  510. package/dist/cli/wizard/ui/console.js.map +1 -0
  511. package/dist/cli/wizard/validators/index.d.ts +11 -0
  512. package/dist/cli/wizard/validators/index.d.ts.map +1 -0
  513. package/dist/cli/wizard/validators/index.js +35 -0
  514. package/dist/cli/wizard/validators/index.js.map +1 -0
  515. package/dist/config/defaults.d.ts.map +1 -1
  516. package/dist/config/defaults.js +10 -7
  517. package/dist/config/defaults.js.map +1 -1
  518. package/dist/deploy/base-driver.d.ts.map +1 -1
  519. package/dist/deploy/base-driver.js.map +1 -1
  520. package/dist/deploy/docker-driver.d.ts.map +1 -1
  521. package/dist/deploy/docker-driver.js.map +1 -1
  522. package/dist/deploy/k8s-driver.d.ts.map +1 -1
  523. package/dist/deploy/k8s-driver.js +11 -3
  524. package/dist/deploy/k8s-driver.js.map +1 -1
  525. package/dist/dev-cli/schemas/version.schema.d.ts +1 -1
  526. package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -1
  527. package/dist/dev-cli/schemas/version.schema.js +1 -1
  528. package/dist/dev-cli/schemas/version.schema.js.map +1 -1
  529. package/dist/dev-cli/services/version-audit.service.d.ts +2 -2
  530. package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -1
  531. package/dist/dev-cli/services/version-audit.service.js +4 -4
  532. package/dist/dev-cli/services/version-audit.service.js.map +1 -1
  533. package/dist/dev-cli/src/commands/env-cleanup.command.d.ts +8 -0
  534. package/dist/dev-cli/src/commands/env-cleanup.command.d.ts.map +1 -0
  535. package/dist/dev-cli/src/commands/env-cleanup.command.js +103 -0
  536. package/dist/dev-cli/src/commands/env-cleanup.command.js.map +1 -0
  537. package/dist/dev-cli/src/commands/migrate.command.d.ts +9 -0
  538. package/dist/dev-cli/src/commands/migrate.command.d.ts.map +1 -0
  539. package/dist/dev-cli/src/commands/migrate.command.js +78 -0
  540. package/dist/dev-cli/src/commands/migrate.command.js.map +1 -0
  541. package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -1
  542. package/dist/dev-cli/src/commands/release-prep.command.js +23 -9
  543. package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -1
  544. package/dist/dev-cli/src/commands/release.command.js +7 -7
  545. package/dist/dev-cli/src/commands/release.command.js.map +1 -1
  546. package/dist/dev-cli/src/commands/spec.command.js +4 -4
  547. package/dist/dev-cli/src/commands/spec.command.js.map +1 -1
  548. package/dist/dev-cli/src/commands/v035.command.d.ts +8 -0
  549. package/dist/dev-cli/src/commands/v035.command.d.ts.map +1 -0
  550. package/dist/dev-cli/src/commands/v035.command.js +247 -0
  551. package/dist/dev-cli/src/commands/v035.command.js.map +1 -0
  552. package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -1
  553. package/dist/dev-cli/src/commands/version.command.js +31 -5
  554. package/dist/dev-cli/src/commands/version.command.js.map +1 -1
  555. package/dist/dev-cli/src/commands/workflow.command.js +2 -2
  556. package/dist/dev-cli/src/commands/workflow.command.js.map +1 -1
  557. package/dist/dev-cli/src/index.js +6 -0
  558. package/dist/dev-cli/src/index.js.map +1 -1
  559. package/dist/dev-cli/src/schemas/migrate.schema.d.ts +40 -0
  560. package/dist/dev-cli/src/schemas/migrate.schema.d.ts.map +1 -0
  561. package/dist/dev-cli/src/schemas/migrate.schema.js +31 -0
  562. package/dist/dev-cli/src/schemas/migrate.schema.js.map +1 -0
  563. package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -1
  564. package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -1
  565. package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -1
  566. package/dist/dev-cli/src/schemas/spec.schema.js +4 -2
  567. package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -1
  568. package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -1
  569. package/dist/dev-cli/src/schemas/version.schema.js.map +1 -1
  570. package/dist/dev-cli/src/services/agent-migration.service.d.ts +39 -0
  571. package/dist/dev-cli/src/services/agent-migration.service.d.ts.map +1 -0
  572. package/dist/dev-cli/src/services/agent-migration.service.js +199 -0
  573. package/dist/dev-cli/src/services/agent-migration.service.js.map +1 -0
  574. package/dist/dev-cli/src/services/file.service.d.ts +42 -0
  575. package/dist/dev-cli/src/services/file.service.d.ts.map +1 -0
  576. package/dist/dev-cli/src/services/file.service.js +109 -0
  577. package/dist/dev-cli/src/services/file.service.js.map +1 -0
  578. package/dist/dev-cli/src/services/git.service.d.ts +77 -0
  579. package/dist/dev-cli/src/services/git.service.d.ts.map +1 -0
  580. package/dist/dev-cli/src/services/git.service.js +226 -0
  581. package/dist/dev-cli/src/services/git.service.js.map +1 -0
  582. package/dist/dev-cli/src/services/npm.service.d.ts +40 -0
  583. package/dist/dev-cli/src/services/npm.service.d.ts.map +1 -0
  584. package/dist/dev-cli/src/services/npm.service.js +75 -0
  585. package/dist/dev-cli/src/services/npm.service.js.map +1 -0
  586. package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -1
  587. package/dist/dev-cli/src/services/release-prep.service.js +24 -8
  588. package/dist/dev-cli/src/services/release-prep.service.js.map +1 -1
  589. package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -1
  590. package/dist/dev-cli/src/services/release-verify.service.js +17 -14
  591. package/dist/dev-cli/src/services/release-verify.service.js.map +1 -1
  592. package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -1
  593. package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -1
  594. package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -1
  595. package/dist/dev-cli/src/services/spec-validate.service.js +3 -1
  596. package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -1
  597. package/dist/dev-cli/src/services/version-detection.service.d.ts +51 -0
  598. package/dist/dev-cli/src/services/version-detection.service.d.ts.map +1 -0
  599. package/dist/dev-cli/src/services/version-detection.service.js +235 -0
  600. package/dist/dev-cli/src/services/version-detection.service.js.map +1 -0
  601. package/dist/dev-cli/src/services/version-file.service.d.ts +32 -0
  602. package/dist/dev-cli/src/services/version-file.service.d.ts.map +1 -0
  603. package/dist/dev-cli/src/services/version-file.service.js +65 -0
  604. package/dist/dev-cli/src/services/version-file.service.js.map +1 -0
  605. package/dist/dev-cli/src/services/version-release.service.d.ts +4 -2
  606. package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -1
  607. package/dist/dev-cli/src/services/version-release.service.js +36 -24
  608. package/dist/dev-cli/src/services/version-release.service.js.map +1 -1
  609. package/dist/dev-cli/src/services/version-sync.service.d.ts +6 -3
  610. package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -1
  611. package/dist/dev-cli/src/services/version-sync.service.js +14 -12
  612. package/dist/dev-cli/src/services/version-sync.service.js.map +1 -1
  613. package/dist/dev-cli/src/services/version-validate.service.d.ts +2 -0
  614. package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -1
  615. package/dist/dev-cli/src/services/version-validate.service.js +12 -14
  616. package/dist/dev-cli/src/services/version-validate.service.js.map +1 -1
  617. package/dist/di-container.d.ts.map +1 -1
  618. package/dist/di-container.js +50 -0
  619. package/dist/di-container.js.map +1 -1
  620. package/dist/index.d.ts +7 -12
  621. package/dist/index.d.ts.map +1 -1
  622. package/dist/index.js +9 -18
  623. package/dist/index.js.map +1 -1
  624. package/dist/mesh/client.d.ts.map +1 -1
  625. package/dist/mesh/client.js +5 -2
  626. package/dist/mesh/client.js.map +1 -1
  627. package/dist/mesh/discovery.d.ts.map +1 -1
  628. package/dist/mesh/discovery.js +2 -1
  629. package/dist/mesh/discovery.js.map +1 -1
  630. package/dist/mesh/routing.d.ts.map +1 -1
  631. package/dist/mesh/routing.js +6 -3
  632. package/dist/mesh/routing.js.map +1 -1
  633. package/dist/mesh/types.d.ts.map +1 -1
  634. package/dist/messaging/broker.d.ts.map +1 -1
  635. package/dist/messaging/broker.js +3 -1
  636. package/dist/messaging/broker.js.map +1 -1
  637. package/dist/messaging/channels.d.ts.map +1 -1
  638. package/dist/messaging/channels.js +8 -4
  639. package/dist/messaging/channels.js.map +1 -1
  640. package/dist/messaging/protocols/memory.d.ts.map +1 -1
  641. package/dist/messaging/protocols/memory.js +2 -5
  642. package/dist/messaging/protocols/memory.js.map +1 -1
  643. package/dist/messaging/protocols/redis.d.ts.map +1 -1
  644. package/dist/messaging/protocols/redis.js.map +1 -1
  645. package/dist/messaging/types.d.ts.map +1 -1
  646. package/dist/repositories/manifest.repository.d.ts.map +1 -1
  647. package/dist/repositories/manifest.repository.js +1 -1
  648. package/dist/repositories/manifest.repository.js.map +1 -1
  649. package/dist/repositories/schema.repository.d.ts.map +1 -1
  650. package/dist/repositories/schema.repository.js +33 -16
  651. package/dist/repositories/schema.repository.js.map +1 -1
  652. package/dist/runtime/crewai.runtime.d.ts.map +1 -1
  653. package/dist/runtime/crewai.runtime.js +8 -4
  654. package/dist/runtime/crewai.runtime.js.map +1 -1
  655. package/dist/runtime/langchain.runtime.d.ts.map +1 -1
  656. package/dist/runtime/langchain.runtime.js.map +1 -1
  657. package/dist/runtime/langflow.runtime.d.ts +2 -2
  658. package/dist/runtime/langflow.runtime.d.ts.map +1 -1
  659. package/dist/runtime/langflow.runtime.js +5 -2
  660. package/dist/runtime/langflow.runtime.js.map +1 -1
  661. package/dist/sdks/kagent/crd-generator.d.ts +21 -0
  662. package/dist/sdks/kagent/crd-generator.d.ts.map +1 -0
  663. package/dist/sdks/kagent/crd-generator.js +101 -0
  664. package/dist/sdks/kagent/crd-generator.js.map +1 -0
  665. package/dist/sdks/kagent/crd-parser.d.ts +13 -0
  666. package/dist/sdks/kagent/crd-parser.d.ts.map +1 -0
  667. package/dist/sdks/kagent/crd-parser.js +91 -0
  668. package/dist/sdks/kagent/crd-parser.js.map +1 -0
  669. package/dist/sdks/kagent/index.d.ts +10 -0
  670. package/dist/sdks/kagent/index.d.ts.map +1 -0
  671. package/dist/sdks/kagent/index.js +9 -0
  672. package/dist/sdks/kagent/index.js.map +1 -0
  673. package/dist/sdks/kagent/runtime-adapter.d.ts +45 -0
  674. package/dist/sdks/kagent/runtime-adapter.d.ts.map +1 -0
  675. package/dist/sdks/kagent/runtime-adapter.js +129 -0
  676. package/dist/sdks/kagent/runtime-adapter.js.map +1 -0
  677. package/dist/sdks/kagent/types.d.ts +91 -0
  678. package/dist/sdks/kagent/types.d.ts.map +1 -0
  679. package/dist/sdks/kagent/types.js +5 -0
  680. package/dist/sdks/kagent/types.js.map +1 -0
  681. package/dist/sdks/kagent/validator.d.ts +17 -0
  682. package/dist/sdks/kagent/validator.d.ts.map +1 -0
  683. package/dist/sdks/kagent/validator.js +73 -0
  684. package/dist/sdks/kagent/validator.js.map +1 -0
  685. package/dist/sdks/python-generator/index.d.ts.map +1 -1
  686. package/dist/sdks/python-generator/index.js.map +1 -1
  687. package/dist/sdks/shared/manifest-loader.d.ts.map +1 -1
  688. package/dist/sdks/shared/manifest-loader.js.map +1 -1
  689. package/dist/sdks/shared/schema-validator.d.ts.map +1 -1
  690. package/dist/sdks/shared/schema-validator.js +3 -1
  691. package/dist/sdks/shared/schema-validator.js.map +1 -1
  692. package/dist/sdks/shared/types.d.ts +1 -1
  693. package/dist/sdks/shared/validation.d.ts.map +1 -1
  694. package/dist/sdks/shared/validation.js +5 -1
  695. package/dist/sdks/shared/validation.js.map +1 -1
  696. package/dist/sdks/typescript/client.d.ts.map +1 -1
  697. package/dist/sdks/typescript/client.js.map +1 -1
  698. package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -1
  699. package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -1
  700. package/dist/sdks/typescript/manifest.d.ts.map +1 -1
  701. package/dist/sdks/typescript/manifest.js +5 -2
  702. package/dist/sdks/typescript/manifest.js.map +1 -1
  703. package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -1
  704. package/dist/sdks/typescript/tracing/w3c-baggage.js +3 -1
  705. package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -1
  706. package/dist/sdks/typescript/types.d.ts +3 -3
  707. package/dist/sdks/typescript/types.d.ts.map +1 -1
  708. package/dist/sdks/typescript/types.js +3 -3
  709. package/dist/sdks/typescript/types.js.map +1 -1
  710. package/dist/sdks/typescript/validator.d.ts.map +1 -1
  711. package/dist/sdks/typescript/validator.js.map +1 -1
  712. package/dist/services/agent-services/qdrant.service.d.ts.map +1 -1
  713. package/dist/services/agent-services/qdrant.service.js.map +1 -1
  714. package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
  715. package/dist/services/agents-md/agents-md.service.js +0 -6
  716. package/dist/services/agents-md/agents-md.service.js.map +1 -1
  717. package/dist/services/agents-md/repo-agents-md.service.d.ts +87 -0
  718. package/dist/services/agents-md/repo-agents-md.service.d.ts.map +1 -0
  719. package/dist/services/agents-md/repo-agents-md.service.js +202 -0
  720. package/dist/services/agents-md/repo-agents-md.service.js.map +1 -0
  721. package/dist/services/ai-architect.service.d.ts +48 -0
  722. package/dist/services/ai-architect.service.d.ts.map +1 -0
  723. package/dist/services/ai-architect.service.js +273 -0
  724. package/dist/services/ai-architect.service.js.map +1 -0
  725. package/dist/services/audit.d.ts +80 -0
  726. package/dist/services/audit.d.ts.map +1 -0
  727. package/dist/services/audit.js +245 -0
  728. package/dist/services/audit.js.map +1 -0
  729. package/dist/services/codegen/codegen.service.d.ts.map +1 -1
  730. package/dist/services/codegen/codegen.service.js.map +1 -1
  731. package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -1
  732. package/dist/services/codegen/generators/manifest.generator.js.map +1 -1
  733. package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -1
  734. package/dist/services/codegen/generators/openapi-zod.generator.js +10 -4
  735. package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -1
  736. package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -1
  737. package/dist/services/codegen/generators/openapi.generator.js.map +1 -1
  738. package/dist/services/codegen/generators/types.generator.d.ts.map +1 -1
  739. package/dist/services/codegen/generators/types.generator.js.map +1 -1
  740. package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -1
  741. package/dist/services/codegen/generators/vscode.generator.js +3 -3
  742. package/dist/services/codegen/generators/vscode.generator.js.map +1 -1
  743. package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
  744. package/dist/services/codegen/generators/zod.generator.js.map +1 -1
  745. package/dist/services/codegen/index.d.ts +1 -1
  746. package/dist/services/codegen/index.d.ts.map +1 -1
  747. package/dist/services/codegen/index.js +1 -1
  748. package/dist/services/codegen/index.js.map +1 -1
  749. package/dist/services/conformance/conformance.service.d.ts +75 -0
  750. package/dist/services/conformance/conformance.service.d.ts.map +1 -0
  751. package/dist/services/conformance/conformance.service.js +194 -0
  752. package/dist/services/conformance/conformance.service.js.map +1 -0
  753. package/dist/services/conformance/feature-detector.service.d.ts +66 -0
  754. package/dist/services/conformance/feature-detector.service.d.ts.map +1 -0
  755. package/dist/services/conformance/feature-detector.service.js +161 -0
  756. package/dist/services/conformance/feature-detector.service.js.map +1 -0
  757. package/dist/services/conformance/index.d.ts +10 -0
  758. package/dist/services/conformance/index.d.ts.map +1 -0
  759. package/dist/services/conformance/index.js +9 -0
  760. package/dist/services/conformance/index.js.map +1 -0
  761. package/dist/services/conformance/profile-loader.service.d.ts +51 -0
  762. package/dist/services/conformance/profile-loader.service.d.ts.map +1 -0
  763. package/dist/services/conformance/profile-loader.service.js +192 -0
  764. package/dist/services/conformance/profile-loader.service.js.map +1 -0
  765. package/dist/services/conformance/score-calculator.service.d.ts +50 -0
  766. package/dist/services/conformance/score-calculator.service.d.ts.map +1 -0
  767. package/dist/services/conformance/score-calculator.service.js +222 -0
  768. package/dist/services/conformance/score-calculator.service.js.map +1 -0
  769. package/dist/services/conformance/types.d.ts +107 -0
  770. package/dist/services/conformance/types.d.ts.map +1 -0
  771. package/dist/services/conformance/types.js +6 -0
  772. package/dist/services/conformance/types.js.map +1 -0
  773. package/dist/services/deployment/deployment.service.d.ts.map +1 -1
  774. package/dist/services/deployment/deployment.service.js.map +1 -1
  775. package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -1
  776. package/dist/services/extension-team/extension-team-kickoff.service.js +51 -9
  777. package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -1
  778. package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -1
  779. package/dist/services/framework-import/langchain-importer.service.js +13 -7
  780. package/dist/services/framework-import/langchain-importer.service.js.map +1 -1
  781. package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -1
  782. package/dist/services/framework-import/langflow-importer.service.js +29 -27
  783. package/dist/services/framework-import/langflow-importer.service.js.map +1 -1
  784. package/dist/services/generation.service.d.ts.map +1 -1
  785. package/dist/services/generation.service.js +44 -14
  786. package/dist/services/generation.service.js.map +1 -1
  787. package/dist/services/git-rollback.service.d.ts +75 -0
  788. package/dist/services/git-rollback.service.d.ts.map +1 -0
  789. package/dist/services/git-rollback.service.js +329 -0
  790. package/dist/services/git-rollback.service.js.map +1 -0
  791. package/dist/services/git.service.d.ts +10 -1
  792. package/dist/services/git.service.d.ts.map +1 -1
  793. package/dist/services/git.service.js +42 -2
  794. package/dist/services/git.service.js.map +1 -1
  795. package/dist/services/github-sync/github-client.d.ts.map +1 -1
  796. package/dist/services/github-sync/github-client.js.map +1 -1
  797. package/dist/services/github-sync/gitlab-client.d.ts.map +1 -1
  798. package/dist/services/github-sync/gitlab-client.js.map +1 -1
  799. package/dist/services/github-sync/sync.service.d.ts.map +1 -1
  800. package/dist/services/github-sync/sync.service.js.map +1 -1
  801. package/dist/services/gitlab-agent.service.d.ts.map +1 -1
  802. package/dist/services/gitlab-agent.service.js.map +1 -1
  803. package/dist/services/knowledge-generation.service.d.ts +46 -0
  804. package/dist/services/knowledge-generation.service.d.ts.map +1 -0
  805. package/dist/services/knowledge-generation.service.js +96 -0
  806. package/dist/services/knowledge-generation.service.js.map +1 -0
  807. package/dist/services/knowledge.service.d.ts +88 -0
  808. package/dist/services/knowledge.service.d.ts.map +1 -0
  809. package/dist/services/knowledge.service.js +214 -0
  810. package/dist/services/knowledge.service.js.map +1 -0
  811. package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -1
  812. package/dist/services/llms-txt/llms-txt.service.js +30 -19
  813. package/dist/services/llms-txt/llms-txt.service.js.map +1 -1
  814. package/dist/services/messaging/example.js +1 -1
  815. package/dist/services/messaging/example.js.map +1 -1
  816. package/dist/services/messaging/memory-broker.d.ts.map +1 -1
  817. package/dist/services/messaging/memory-broker.js +2 -1
  818. package/dist/services/messaging/memory-broker.js.map +1 -1
  819. package/dist/services/messaging/messaging.service.d.ts.map +1 -1
  820. package/dist/services/messaging/messaging.service.js.map +1 -1
  821. package/dist/services/migration/langchain-migration.service.d.ts +117 -0
  822. package/dist/services/migration/langchain-migration.service.d.ts.map +1 -0
  823. package/dist/services/migration/langchain-migration.service.js +621 -0
  824. package/dist/services/migration/langchain-migration.service.js.map +1 -0
  825. package/dist/services/migration-transform.service.d.ts +82 -0
  826. package/dist/services/migration-transform.service.d.ts.map +1 -0
  827. package/dist/services/migration-transform.service.js +322 -0
  828. package/dist/services/migration-transform.service.js.map +1 -0
  829. package/dist/services/migration.service.d.ts +60 -0
  830. package/dist/services/migration.service.d.ts.map +1 -1
  831. package/dist/services/migration.service.js +214 -12
  832. package/dist/services/migration.service.js.map +1 -1
  833. package/dist/services/registry/bundle.service.d.ts +36 -0
  834. package/dist/services/registry/bundle.service.d.ts.map +1 -0
  835. package/dist/services/registry/bundle.service.js +69 -0
  836. package/dist/services/registry/bundle.service.js.map +1 -0
  837. package/dist/services/registry/index.service.d.ts +76 -0
  838. package/dist/services/registry/index.service.d.ts.map +1 -0
  839. package/dist/services/registry/index.service.js +85 -0
  840. package/dist/services/registry/index.service.js.map +1 -0
  841. package/dist/services/registry/registry.service.d.ts.map +1 -1
  842. package/dist/services/registry/registry.service.js.map +1 -1
  843. package/dist/services/registry.service.d.ts +34 -0
  844. package/dist/services/registry.service.d.ts.map +1 -0
  845. package/dist/services/registry.service.js +161 -0
  846. package/dist/services/registry.service.js.map +1 -0
  847. package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
  848. package/dist/services/release-automation/base-crud.service.js.map +1 -1
  849. package/dist/services/release-automation/generate-changelog.js +22 -20
  850. package/dist/services/release-automation/generate-changelog.js.map +1 -1
  851. package/dist/services/release-automation/increment-dev-tag.js +6 -2
  852. package/dist/services/release-automation/increment-dev-tag.js.map +1 -1
  853. package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
  854. package/dist/services/release-automation/merge-request.service.js +4 -4
  855. package/dist/services/release-automation/merge-request.service.js.map +1 -1
  856. package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
  857. package/dist/services/release-automation/milestone.service.js.map +1 -1
  858. package/dist/services/release-automation/release-agent.service.d.ts +39 -0
  859. package/dist/services/release-automation/release-agent.service.d.ts.map +1 -0
  860. package/dist/services/release-automation/release-agent.service.js +42 -0
  861. package/dist/services/release-automation/release-agent.service.js.map +1 -0
  862. package/dist/services/release-automation/release-buttons.js +12 -4
  863. package/dist/services/release-automation/release-buttons.js.map +1 -1
  864. package/dist/services/release-automation/release.service.d.ts.map +1 -1
  865. package/dist/services/release-automation/release.service.js +3 -1
  866. package/dist/services/release-automation/release.service.js.map +1 -1
  867. package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
  868. package/dist/services/release-automation/schemas/release.schema.js +19 -4
  869. package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
  870. package/dist/services/release-automation/tag.service.d.ts.map +1 -1
  871. package/dist/services/release-automation/tag.service.js.map +1 -1
  872. package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
  873. package/dist/services/release-automation/webhook.service.js +2 -1
  874. package/dist/services/release-automation/webhook.service.js.map +1 -1
  875. package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -1
  876. package/dist/services/runtime/anthropic.adapter.js.map +1 -1
  877. package/dist/services/runtime/azure.adapter.d.ts.map +1 -1
  878. package/dist/services/runtime/azure.adapter.js +3 -1
  879. package/dist/services/runtime/azure.adapter.js.map +1 -1
  880. package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -1
  881. package/dist/services/runtime/bedrock.adapter.js +3 -1
  882. package/dist/services/runtime/bedrock.adapter.js.map +1 -1
  883. package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
  884. package/dist/services/runtime/claude/claude-adapter.js +7 -3
  885. package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
  886. package/dist/services/runtime/gemini.adapter.d.ts.map +1 -1
  887. package/dist/services/runtime/gemini.adapter.js +2 -1
  888. package/dist/services/runtime/gemini.adapter.js.map +1 -1
  889. package/dist/services/runtime/mistral.adapter.d.ts.map +1 -1
  890. package/dist/services/runtime/mistral.adapter.js +4 -2
  891. package/dist/services/runtime/mistral.adapter.js.map +1 -1
  892. package/dist/services/runtime/ollama.adapter.d.ts.map +1 -1
  893. package/dist/services/runtime/ollama.adapter.js.map +1 -1
  894. package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
  895. package/dist/services/runtime/openai.adapter.js.map +1 -1
  896. package/dist/services/skill-registry.service.d.ts +134 -0
  897. package/dist/services/skill-registry.service.d.ts.map +1 -0
  898. package/dist/services/skill-registry.service.js +452 -0
  899. package/dist/services/skill-registry.service.js.map +1 -0
  900. package/dist/services/skills/claude-skills.service.d.ts +51 -0
  901. package/dist/services/skills/claude-skills.service.d.ts.map +1 -0
  902. package/dist/services/skills/claude-skills.service.js +252 -0
  903. package/dist/services/skills/claude-skills.service.js.map +1 -0
  904. package/dist/services/structure/agents-folder.service.d.ts +37 -0
  905. package/dist/services/structure/agents-folder.service.d.ts.map +1 -0
  906. package/dist/services/structure/agents-folder.service.js +318 -0
  907. package/dist/services/structure/agents-folder.service.js.map +1 -0
  908. package/dist/services/taxonomy-validator.service.d.ts +25 -0
  909. package/dist/services/taxonomy-validator.service.d.ts.map +1 -0
  910. package/dist/services/taxonomy-validator.service.js +149 -0
  911. package/dist/services/taxonomy-validator.service.js.map +1 -0
  912. package/dist/services/taxonomy.service.d.ts +132 -0
  913. package/dist/services/taxonomy.service.d.ts.map +1 -0
  914. package/dist/services/taxonomy.service.js +330 -0
  915. package/dist/services/taxonomy.service.js.map +1 -0
  916. package/dist/services/template-processor.service.d.ts +34 -0
  917. package/dist/services/template-processor.service.d.ts.map +1 -0
  918. package/dist/services/template-processor.service.js +112 -0
  919. package/dist/services/template-processor.service.js.map +1 -0
  920. package/dist/services/template.service.d.ts +54 -0
  921. package/dist/services/template.service.d.ts.map +1 -0
  922. package/dist/services/template.service.js +154 -0
  923. package/dist/services/template.service.js.map +1 -0
  924. package/dist/services/test-runner/test-runner.service.d.ts.map +1 -1
  925. package/dist/services/test-runner/test-runner.service.js +11 -3
  926. package/dist/services/test-runner/test-runner.service.js.map +1 -1
  927. package/dist/services/validation-zod.service.d.ts.map +1 -1
  928. package/dist/services/validation-zod.service.js +32 -16
  929. package/dist/services/validation-zod.service.js.map +1 -1
  930. package/dist/services/validation.service.d.ts.map +1 -1
  931. package/dist/services/validation.service.js +16 -8
  932. package/dist/services/validation.service.js.map +1 -1
  933. package/dist/services/validators/a2a.validator.d.ts +16 -0
  934. package/dist/services/validators/a2a.validator.d.ts.map +1 -0
  935. package/dist/services/validators/a2a.validator.js +61 -0
  936. package/dist/services/validators/a2a.validator.js.map +1 -0
  937. package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
  938. package/dist/services/validators/anthropic.validator.js +5 -2
  939. package/dist/services/validators/anthropic.validator.js.map +1 -1
  940. package/dist/services/validators/autogen.validator.d.ts +5 -2
  941. package/dist/services/validators/autogen.validator.d.ts.map +1 -1
  942. package/dist/services/validators/autogen.validator.js +41 -6
  943. package/dist/services/validators/autogen.validator.js.map +1 -1
  944. package/dist/services/validators/contract.validator.d.ts.map +1 -1
  945. package/dist/services/validators/contract.validator.js +19 -7
  946. package/dist/services/validators/contract.validator.js.map +1 -1
  947. package/dist/services/validators/crewai.validator.d.ts +3 -0
  948. package/dist/services/validators/crewai.validator.d.ts.map +1 -1
  949. package/dist/services/validators/crewai.validator.js +33 -2
  950. package/dist/services/validators/crewai.validator.js.map +1 -1
  951. package/dist/services/validators/cursor.validator.d.ts.map +1 -1
  952. package/dist/services/validators/cursor.validator.js.map +1 -1
  953. package/dist/services/validators/dependencies.validator.d.ts.map +1 -1
  954. package/dist/services/validators/dependencies.validator.js +2 -1
  955. package/dist/services/validators/dependencies.validator.js.map +1 -1
  956. package/dist/services/validators/index.d.ts +3 -0
  957. package/dist/services/validators/index.d.ts.map +1 -1
  958. package/dist/services/validators/index.js +3 -0
  959. package/dist/services/validators/index.js.map +1 -1
  960. package/dist/services/validators/kagent.validator.d.ts +13 -0
  961. package/dist/services/validators/kagent.validator.d.ts.map +1 -0
  962. package/dist/services/validators/kagent.validator.js +202 -0
  963. package/dist/services/validators/kagent.validator.js.map +1 -0
  964. package/dist/services/validators/langchain.validator.d.ts +3 -0
  965. package/dist/services/validators/langchain.validator.d.ts.map +1 -1
  966. package/dist/services/validators/langchain.validator.js +44 -5
  967. package/dist/services/validators/langchain.validator.js.map +1 -1
  968. package/dist/services/validators/langflow.validator.d.ts.map +1 -1
  969. package/dist/services/validators/langflow.validator.js +2 -1
  970. package/dist/services/validators/langflow.validator.js.map +1 -1
  971. package/dist/services/validators/langgraph.validator.d.ts +3 -0
  972. package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
  973. package/dist/services/validators/langgraph.validator.js +33 -2
  974. package/dist/services/validators/langgraph.validator.js.map +1 -1
  975. package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
  976. package/dist/services/validators/llamaindex.validator.js +13 -4
  977. package/dist/services/validators/llamaindex.validator.js.map +1 -1
  978. package/dist/services/validators/mcp.validator.d.ts +16 -0
  979. package/dist/services/validators/mcp.validator.d.ts.map +1 -0
  980. package/dist/services/validators/mcp.validator.js +68 -0
  981. package/dist/services/validators/mcp.validator.js.map +1 -0
  982. package/dist/services/validators/openai.validator.d.ts.map +1 -1
  983. package/dist/services/validators/openai.validator.js +6 -1
  984. package/dist/services/validators/openai.validator.js.map +1 -1
  985. package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
  986. package/dist/services/validators/vercel-ai.validator.js +3 -1
  987. package/dist/services/validators/vercel-ai.validator.js.map +1 -1
  988. package/dist/services/version-detection.service.d.ts +50 -0
  989. package/dist/services/version-detection.service.d.ts.map +1 -0
  990. package/dist/services/version-detection.service.js +206 -0
  991. package/dist/services/version-detection.service.js.map +1 -0
  992. package/dist/spec/ossa-audit-api.yaml +311 -0
  993. package/dist/spec/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
  994. package/dist/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
  995. package/dist/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
  996. package/dist/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
  997. package/dist/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
  998. package/dist/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
  999. package/dist/spec/registry/registry-api.yaml +144 -0
  1000. package/dist/spec/schema/components/adapter.schema.json +33 -0
  1001. package/dist/spec/schema/components/identity.schema.json +78 -0
  1002. package/dist/spec/v0.3/CHANGELOG.md +237 -0
  1003. package/dist/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
  1004. package/dist/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
  1005. package/dist/spec/v0.3/README.md +366 -0
  1006. package/dist/spec/v0.3/adoption-blockers.json +142 -0
  1007. package/dist/spec/v0.3/bat-framework.schema.json +114 -0
  1008. package/dist/spec/v0.3/capability-discovery.schema.json +128 -0
  1009. package/dist/spec/v0.3/checkpoint.schema.json +132 -0
  1010. package/dist/spec/v0.3/completion-signals.schema.json +136 -0
  1011. package/dist/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
  1012. package/dist/spec/v0.3/conformance/PROFILES.md +210 -0
  1013. package/dist/spec/v0.3/conformance/README.md +263 -0
  1014. package/dist/spec/v0.3/conformance/profiles/baseline.json +27 -0
  1015. package/dist/spec/v0.3/conformance/profiles/enterprise.json +33 -0
  1016. package/dist/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
  1017. package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
  1018. package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
  1019. package/dist/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
  1020. package/dist/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
  1021. package/dist/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
  1022. package/dist/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
  1023. package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
  1024. package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
  1025. package/dist/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
  1026. package/dist/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
  1027. package/dist/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
  1028. package/dist/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
  1029. package/dist/spec/v0.3/extensions/a2a/README.md +193 -0
  1030. package/dist/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
  1031. package/dist/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
  1032. package/dist/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
  1033. package/dist/spec/v0.3/extensions/kagent/README.md +315 -0
  1034. package/dist/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
  1035. package/dist/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
  1036. package/dist/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
  1037. package/dist/spec/v0.3/extensions/mcp/README.md +276 -0
  1038. package/dist/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
  1039. package/dist/spec/v0.3/feedback-loops.schema.json +145 -0
  1040. package/dist/spec/v0.3/flow-kind.schema.json +244 -0
  1041. package/dist/spec/v0.3/infrastructure-substrate.schema.json +190 -0
  1042. package/dist/spec/v0.3/mixture-of-experts.schema.json +159 -0
  1043. package/dist/spec/v0.3/moe-metrics.schema.json +162 -0
  1044. package/dist/spec/v0.3/ossa-0.3.5.schema.json +13534 -0
  1045. package/dist/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
  1046. package/dist/spec/v0.3/ossa-v0.3.schema.json +15824 -0
  1047. package/dist/spec/v0.3/registry/registry-contract.schema.json +359 -0
  1048. package/dist/spec/v0.3.6/CHANGELOG.md +171 -0
  1049. package/dist/spec/v0.3.6/README.md +382 -0
  1050. package/dist/spec/v0.3.6/taxonomy.yaml +506 -0
  1051. package/dist/testing/fixtures.d.ts.map +1 -1
  1052. package/dist/testing/fixtures.js +6 -0
  1053. package/dist/testing/fixtures.js.map +1 -1
  1054. package/dist/testing/reporters/console.d.ts.map +1 -1
  1055. package/dist/testing/reporters/console.js +3 -1
  1056. package/dist/testing/reporters/console.js.map +1 -1
  1057. package/dist/testing/runner.d.ts.map +1 -1
  1058. package/dist/testing/runner.js +13 -23
  1059. package/dist/testing/runner.js.map +1 -1
  1060. package/dist/tools/validation/validate-v0.3.5-features.d.ts +50 -0
  1061. package/dist/tools/validation/validate-v0.3.5-features.d.ts.map +1 -0
  1062. package/dist/tools/validation/validate-v0.3.5-features.js +280 -0
  1063. package/dist/tools/validation/validate-v0.3.5-features.js.map +1 -0
  1064. package/dist/transports/index.d.ts +3 -3
  1065. package/dist/transports/index.d.ts.map +1 -1
  1066. package/dist/transports/index.js +3 -3
  1067. package/dist/transports/index.js.map +1 -1
  1068. package/dist/transports/sse.d.ts.map +1 -1
  1069. package/dist/transports/sse.js +7 -2
  1070. package/dist/transports/sse.js.map +1 -1
  1071. package/dist/transports/webrtc.d.ts.map +1 -1
  1072. package/dist/transports/webrtc.js +6 -3
  1073. package/dist/transports/webrtc.js.map +1 -1
  1074. package/dist/transports/websocket.d.ts.map +1 -1
  1075. package/dist/transports/websocket.js +2 -1
  1076. package/dist/transports/websocket.js.map +1 -1
  1077. package/dist/types/architect.d.ts +48 -0
  1078. package/dist/types/architect.d.ts.map +1 -0
  1079. package/dist/types/architect.js +7 -0
  1080. package/dist/types/architect.js.map +1 -0
  1081. package/dist/types/generated/ossa-0.3.2.types.d.ts +10 -10
  1082. package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -1
  1083. package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -1
  1084. package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -1
  1085. package/dist/types/generated/ossa-0.3.3.types.d.ts +10 -10
  1086. package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -1
  1087. package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -1
  1088. package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -1
  1089. package/dist/types/generated/ossa-0.3.4.types.d.ts +367 -0
  1090. package/dist/types/generated/ossa-0.3.4.types.d.ts.map +1 -0
  1091. package/dist/types/generated/ossa-0.3.4.types.js +10 -0
  1092. package/dist/types/generated/ossa-0.3.4.types.js.map +1 -0
  1093. package/dist/types/generated/ossa-0.3.4.zod.d.ts +37 -0
  1094. package/dist/types/generated/ossa-0.3.4.zod.d.ts.map +1 -0
  1095. package/dist/types/generated/ossa-0.3.4.zod.js +28 -0
  1096. package/dist/types/generated/ossa-0.3.4.zod.js.map +1 -0
  1097. package/dist/types/identity.d.ts +78 -401
  1098. package/dist/types/identity.d.ts.map +1 -1
  1099. package/dist/types/identity.js +5 -7
  1100. package/dist/types/identity.js.map +1 -1
  1101. package/dist/types/identity.zod.d.ts +5 -5
  1102. package/dist/types/identity.zod.d.ts.map +1 -1
  1103. package/dist/types/identity.zod.js +11 -2
  1104. package/dist/types/identity.zod.js.map +1 -1
  1105. package/dist/types/index.d.ts +77 -49
  1106. package/dist/types/index.d.ts.map +1 -1
  1107. package/dist/types/index.js +9 -5
  1108. package/dist/types/index.js.map +1 -1
  1109. package/dist/types/llms-txt.zod.d.ts.map +1 -1
  1110. package/dist/types/llms-txt.zod.js +4 -2
  1111. package/dist/types/llms-txt.zod.js.map +1 -1
  1112. package/dist/types/personality.d.ts.map +1 -1
  1113. package/dist/types/personality.js +1 -1
  1114. package/dist/types/personality.js.map +1 -1
  1115. package/dist/types/personality.zod.d.ts +40 -40
  1116. package/dist/types/personality.zod.d.ts.map +1 -1
  1117. package/dist/types/personality.zod.js +36 -6
  1118. package/dist/types/personality.zod.js.map +1 -1
  1119. package/dist/types/policy.d.ts.map +1 -1
  1120. package/dist/types/policy.js.map +1 -1
  1121. package/dist/types/prompts.d.ts.map +1 -1
  1122. package/dist/types/prompts.js +4 -4
  1123. package/dist/types/prompts.js.map +1 -1
  1124. package/dist/types/prompts.zod.d.ts +4 -4
  1125. package/dist/types/prompts.zod.d.ts.map +1 -1
  1126. package/dist/types/prompts.zod.js +10 -2
  1127. package/dist/types/prompts.zod.js.map +1 -1
  1128. package/dist/types/task.d.ts.map +1 -1
  1129. package/dist/types/task.js.map +1 -1
  1130. package/dist/types/workflow.d.ts +1 -1
  1131. package/dist/types/workflow.d.ts.map +1 -1
  1132. package/dist/types/workflow.js.map +1 -1
  1133. package/dist/utils/path-validator.d.ts.map +1 -1
  1134. package/dist/utils/path-validator.js.map +1 -1
  1135. package/dist/utils/type-guards.d.ts.map +1 -1
  1136. package/dist/utils/type-guards.js +30 -10
  1137. package/dist/utils/type-guards.js.map +1 -1
  1138. package/dist/utils/version.d.ts.map +1 -1
  1139. package/dist/utils/version.js +73 -45
  1140. package/dist/utils/version.js.map +1 -1
  1141. package/dist/utils/yaml-parser.d.ts.map +1 -1
  1142. package/dist/utils/yaml-parser.js +1 -1
  1143. package/dist/utils/yaml-parser.js.map +1 -1
  1144. package/dist/validation/__tests__/error-codes.test.d.ts +5 -0
  1145. package/dist/validation/__tests__/error-codes.test.d.ts.map +1 -0
  1146. package/dist/validation/__tests__/error-codes.test.js +252 -0
  1147. package/dist/validation/__tests__/error-codes.test.js.map +1 -0
  1148. package/dist/validation/enhanced-validator.d.ts +38 -0
  1149. package/dist/validation/enhanced-validator.d.ts.map +1 -0
  1150. package/dist/validation/enhanced-validator.js +242 -0
  1151. package/dist/validation/enhanced-validator.js.map +1 -0
  1152. package/dist/validation/error-codes.d.ts +170 -0
  1153. package/dist/validation/error-codes.d.ts.map +1 -0
  1154. package/dist/validation/error-codes.js +1159 -0
  1155. package/dist/validation/error-codes.js.map +1 -0
  1156. package/dist/validation/error-formatter.d.ts +81 -0
  1157. package/dist/validation/error-formatter.d.ts.map +1 -0
  1158. package/dist/validation/error-formatter.js +375 -0
  1159. package/dist/validation/error-formatter.js.map +1 -0
  1160. package/dist/validation/index.d.ts +16 -0
  1161. package/dist/validation/index.d.ts.map +1 -0
  1162. package/dist/validation/index.js +20 -0
  1163. package/dist/validation/index.js.map +1 -0
  1164. package/dist/validation/linter.d.ts +36 -0
  1165. package/dist/validation/linter.d.ts.map +1 -0
  1166. package/dist/validation/linter.js +453 -0
  1167. package/dist/validation/linter.js.map +1 -0
  1168. package/dist/validation/validator.d.ts +38 -0
  1169. package/dist/validation/validator.d.ts.map +1 -0
  1170. package/dist/validation/validator.js +262 -0
  1171. package/dist/validation/validator.js.map +1 -0
  1172. package/examples/a2a/agent-handoff.ossa.yaml +202 -0
  1173. package/examples/a2a/service-discovery.ossa.yaml +194 -0
  1174. package/examples/adapters/anthropic-quickstart.ts +66 -0
  1175. package/examples/adapters/crewai-quickstart.py +86 -0
  1176. package/examples/adapters/drupal-eca-mapping.yaml +1 -1
  1177. package/examples/adapters/drupal-eca-task.yaml +1 -1
  1178. package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
  1179. package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
  1180. package/examples/adapters/langchain-quickstart.ts +40 -0
  1181. package/examples/adapters/mistral-agent.yaml +1 -1
  1182. package/examples/adapters/symfony-messenger-task.yaml +1 -1
  1183. package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
  1184. package/examples/adk-integration/code-review-workflow.yml +1 -1
  1185. package/examples/adk-integration/customer-support.yml +1 -1
  1186. package/examples/adk-integration/data-pipeline.yml +1 -1
  1187. package/examples/advanced/reasoning-agent.yaml +1 -1
  1188. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
  1189. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  1190. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  1191. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  1192. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  1193. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  1194. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  1195. package/examples/agent-manifests/sample-compliant-agent.yaml +37 -24
  1196. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  1197. package/examples/agent-skills/SKILLS_CATALOG.md +323 -0
  1198. package/examples/agent-skills/react-best-practices/SKILL.md +158 -0
  1199. package/examples/agent-skills/react-best-practices/references/react-performance-guidelines.md +500 -0
  1200. package/examples/agents/architecture-healer-enterprise.yaml +1 -1
  1201. package/examples/agents/dependency-healer-npm.yaml +1 -1
  1202. package/examples/agents/spec-healer-openapi.yaml +1 -1
  1203. package/examples/agents/wiki-healer-production.yaml +1 -1
  1204. package/examples/agents-md/code-agent.ossa.json +1 -1
  1205. package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
  1206. package/examples/anthropic/claude-assistant.ossa.json +1 -1
  1207. package/examples/autogen/multi-agent.ossa.json +1 -1
  1208. package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +12 -15
  1209. package/examples/build-once-use-everywhere/README.md +184 -0
  1210. package/examples/build-once-use-everywhere/agent.ossa.yaml +38 -0
  1211. package/examples/build-once-use-everywhere/deploy-config.yaml +32 -0
  1212. package/examples/claude-code/code-reviewer.ossa.yaml +5 -5
  1213. package/examples/claude-code/ossa-validator.ossa.yaml +11 -9
  1214. package/examples/common_npm/agent-router.ossa.yaml +3 -3
  1215. package/examples/contracts/data-consumer.ossa.yaml +1 -1
  1216. package/examples/contracts/data-producer-v2.ossa.yaml +5 -3
  1217. package/examples/contracts/data-producer.ossa.yaml +5 -3
  1218. package/examples/crewai/research-team.ossa.json +1 -1
  1219. package/examples/cursor/code-review-agent.ossa.json +1 -1
  1220. package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -10
  1221. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +4 -4
  1222. package/examples/economics/marketplace-agent.ossa.json +210 -0
  1223. package/examples/extensions/agents-md-advanced.yml +1 -1
  1224. package/examples/extensions/agents-md-basic.yml +1 -1
  1225. package/examples/extensions/agents-md-sync.yml +1 -1
  1226. package/examples/extensions/agents-md-v1.yml +1 -1
  1227. package/examples/extensions/drupal-v1.yml +1 -1
  1228. package/examples/extensions/encryption-multi-provider.yaml +4 -4
  1229. package/examples/extensions/kagent-v1.yml +1 -1
  1230. package/examples/extensions/knowledge-sources.yaml +1 -1
  1231. package/examples/extensions/mcp-full-featured.yaml +1 -1
  1232. package/examples/genetics/breeding-agent.ossa.json +194 -0
  1233. package/examples/getting-started/01-minimal-agent.ossa.yaml +1 -1
  1234. package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
  1235. package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
  1236. package/examples/getting-started/04-agent-with-messaging.ossa.yaml +1 -1
  1237. package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
  1238. package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
  1239. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
  1240. package/examples/kagent/compliance-validator.ossa.yaml +1 -1
  1241. package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
  1242. package/examples/kagent/documentation-agent.ossa.yaml +1 -1
  1243. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +3 -3
  1244. package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
  1245. package/examples/kagent/security-scanner.ossa.yaml +1 -1
  1246. package/examples/langchain/chain-agent.ossa.json +1 -1
  1247. package/examples/langflow/workflow-agent.ossa.json +1 -1
  1248. package/examples/langgraph/state-machine-agent.ossa.json +1 -1
  1249. package/examples/lifecycle/mentoring-agent.ossa.json +293 -0
  1250. package/examples/llamaindex/rag-agent.ossa.json +1 -1
  1251. package/examples/mcp/database-mcp.ossa.yaml +134 -0
  1252. package/examples/mcp/filesystem-mcp.ossa.yaml +101 -0
  1253. package/examples/messaging/dependency-healer.ossa.yaml +1 -1
  1254. package/examples/messaging/incident-responder.ossa.yaml +1 -1
  1255. package/examples/messaging/routing-rules.ossa.yaml +1 -1
  1256. package/examples/messaging/security-scanner.ossa.yaml +1 -1
  1257. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  1258. package/examples/migrations/crewai-to-ossa/README.md +66 -0
  1259. package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +38 -0
  1260. package/examples/migrations/langchain/01-python-react-agent-before.py +62 -0
  1261. package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +40 -0
  1262. package/examples/migrations/langchain/02-typescript-conversational-before.ts +79 -0
  1263. package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +95 -0
  1264. package/examples/migrations/langchain/03-sequential-chain-before.py +100 -0
  1265. package/examples/migrations/langchain/04-config-based-after.ossa.yaml +54 -0
  1266. package/examples/migrations/langchain/04-config-based-before.yaml +52 -0
  1267. package/examples/migrations/langchain/INTEGRATION-EXAMPLE.txt +335 -0
  1268. package/examples/migrations/langchain/USAGE.txt +121 -0
  1269. package/examples/migrations/langchain/test-migrations.ts +135 -0
  1270. package/examples/migrations/langchain-to-ossa/README.md +73 -0
  1271. package/examples/migrations/swarm-to-ossa/COMPARISON.md +350 -0
  1272. package/examples/migrations/swarm-to-ossa/INDEX.md +355 -0
  1273. package/examples/migrations/swarm-to-ossa/MIGRATION-FLOW.md +410 -0
  1274. package/examples/migrations/swarm-to-ossa/QUICKSTART.md +453 -0
  1275. package/examples/migrations/swarm-to-ossa/README.md +665 -0
  1276. package/examples/migrations/swarm-to-ossa/after-handoffs.ossa.yaml +482 -0
  1277. package/examples/migrations/swarm-to-ossa/after-triage-agent.ossa.yaml +315 -0
  1278. package/examples/migrations/swarm-to-ossa/before-handoffs.py +373 -0
  1279. package/examples/migrations/swarm-to-ossa/before-triage-agent.py +234 -0
  1280. package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
  1281. package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
  1282. package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
  1283. package/examples/multi-platform/single-manifest/README.md +72 -0
  1284. package/examples/multi-platform/single-manifest/agent.ossa.yaml +32 -0
  1285. package/examples/observability/activity-stream-full.yaml +1 -1
  1286. package/examples/openai/basic-agent.ossa.yaml +1 -1
  1287. package/examples/openai/multi-tool-agent.ossa.json +1 -1
  1288. package/examples/openai/swarm-agent.ossa.json +1 -1
  1289. package/examples/ossa-templates/01-code-assistant.ossa.yaml +1 -1
  1290. package/examples/ossa-templates/02-security-scanner.ossa.yaml +1 -1
  1291. package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +1 -1
  1292. package/examples/ossa-templates/04-code-reviewer.ossa.yaml +1 -1
  1293. package/examples/ossa-templates/05-doc-generator.ossa.yaml +1 -1
  1294. package/examples/ossa-templates/06-compliance-validator.ossa.yaml +1 -1
  1295. package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +1 -1
  1296. package/examples/ossa-templates/08-content-writer.ossa.yaml +1 -1
  1297. package/examples/ossa-templates/09-test-generator.ossa.yaml +1 -1
  1298. package/examples/ossa-templates/10-data-transformer.ossa.yaml +1 -1
  1299. package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +384 -0
  1300. package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +265 -0
  1301. package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +264 -0
  1302. package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +267 -0
  1303. package/examples/production/document-analyzer-openai.yml +1 -1
  1304. package/examples/quickstart/support-agent.ossa.yaml +1 -1
  1305. package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +14 -7
  1306. package/examples/real-world/rag-documentation-assistant.ossa.yaml +3 -10
  1307. package/examples/registry/USAGE.txt +105 -0
  1308. package/examples/registry/agents/code-reviewer/agent.yaml +159 -0
  1309. package/examples/registry/agents/security-scanner/agent.yaml +128 -0
  1310. package/examples/registry/index.json +5 -0
  1311. package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
  1312. package/examples/schema/reusable-components.yaml +1 -1
  1313. package/examples/showcase/ci-pipeline.ossa.yaml +1 -1
  1314. package/examples/showcase/code-assistant.ossa.yaml +1 -1
  1315. package/examples/showcase/code-reviewer.ossa.yaml +1 -1
  1316. package/examples/showcase/compliance-validator.ossa.yaml +1 -1
  1317. package/examples/showcase/content-writer.ossa.yaml +1 -1
  1318. package/examples/showcase/data-transformer.ossa.yaml +1 -1
  1319. package/examples/showcase/doc-generator.ossa.yaml +1 -1
  1320. package/examples/showcase/security-scanner.ossa.yaml +1 -1
  1321. package/examples/showcase/test-generator.ossa.yaml +1 -1
  1322. package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
  1323. package/examples/swarm/pso-optimizer.ossa.json +171 -0
  1324. package/examples/tasks/batch-email-sender.yaml +1 -1
  1325. package/examples/tasks/data-transform.yaml +1 -1
  1326. package/examples/tasks/publish-content.yaml +1 -1
  1327. package/examples/templates/ossa-compliance.yaml +1 -1
  1328. package/examples/unified/security-scanner.ossa.yaml +4 -4
  1329. package/examples/v0.3.6/full-featured-v0.3.6.ossa.yaml +304 -0
  1330. package/examples/v0.3.6/gitlab-duo-composite-identity.ossa.yaml +119 -0
  1331. package/examples/v0.3.6/knowledge-graph-integration.ossa.yaml +109 -0
  1332. package/examples/v0.3.6/token-efficiency-economy.ossa.yaml +111 -0
  1333. package/examples/v0.3.6-features/README.md +433 -0
  1334. package/examples/v0.3.6-features/genetics-breeding-advanced.ossa.yaml +496 -0
  1335. package/examples/v0.3.6-features/genetics-breeding-simple.ossa.yaml +304 -0
  1336. package/examples/v0.3.6-features/genetics-fitness-scoring.ossa.yaml +551 -0
  1337. package/examples/validation/error-codes-demo.ts +254 -0
  1338. package/examples/vercel/edge-agent.ossa.json +1 -1
  1339. package/examples/workflows/batch-email-campaign.yaml +1 -1
  1340. package/examples/workflows/content-review-publish.yaml +1 -1
  1341. package/examples/workflows/simple-etl.yaml +1 -1
  1342. package/llms-ctx-full.txt +9 -7
  1343. package/llms-ctx.txt +8 -6
  1344. package/openapi/agents-md-service.yaml +338 -0
  1345. package/openapi/cli-commands.openapi.yaml +0 -28
  1346. package/openapi/ossa-cli-enhancements.openapi.yaml +148 -0
  1347. package/openapi/release-automation.openapi.yaml +144 -0
  1348. package/package.json +94 -15
  1349. package/schemas/capability-contract.v0.json +116 -0
  1350. package/schemas/identity.lock.schema.json +59 -0
  1351. package/schemas/identity.plan.schema.json +132 -0
  1352. package/spec/ossa-audit-api.yaml +311 -0
  1353. package/spec/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
  1354. package/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
  1355. package/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
  1356. package/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
  1357. package/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
  1358. package/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
  1359. package/spec/registry/registry-api.yaml +144 -0
  1360. package/spec/schema/components/adapter.schema.json +33 -0
  1361. package/spec/schema/components/identity.schema.json +78 -0
  1362. package/spec/v0.3/CHANGELOG.md +237 -0
  1363. package/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
  1364. package/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
  1365. package/spec/v0.3/README.md +366 -0
  1366. package/spec/v0.3/adoption-blockers.json +142 -0
  1367. package/spec/v0.3/bat-framework.schema.json +114 -0
  1368. package/spec/v0.3/capability-discovery.schema.json +128 -0
  1369. package/spec/v0.3/checkpoint.schema.json +132 -0
  1370. package/spec/v0.3/completion-signals.schema.json +136 -0
  1371. package/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
  1372. package/spec/v0.3/conformance/PROFILES.md +210 -0
  1373. package/spec/v0.3/conformance/README.md +263 -0
  1374. package/spec/v0.3/conformance/profiles/baseline.json +27 -0
  1375. package/spec/v0.3/conformance/profiles/enterprise.json +33 -0
  1376. package/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
  1377. package/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
  1378. package/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
  1379. package/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
  1380. package/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
  1381. package/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
  1382. package/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
  1383. package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
  1384. package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
  1385. package/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
  1386. package/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
  1387. package/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
  1388. package/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
  1389. package/spec/v0.3/extensions/a2a/README.md +193 -0
  1390. package/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
  1391. package/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
  1392. package/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
  1393. package/spec/v0.3/extensions/kagent/README.md +315 -0
  1394. package/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
  1395. package/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
  1396. package/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
  1397. package/spec/v0.3/extensions/mcp/README.md +276 -0
  1398. package/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
  1399. package/spec/v0.3/feedback-loops.schema.json +145 -0
  1400. package/spec/v0.3/flow-kind.schema.json +244 -0
  1401. package/spec/v0.3/infrastructure-substrate.schema.json +190 -0
  1402. package/spec/v0.3/mixture-of-experts.schema.json +159 -0
  1403. package/spec/v0.3/moe-metrics.schema.json +162 -0
  1404. package/spec/v0.3/ossa-0.3.5.schema.json +13534 -0
  1405. package/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
  1406. package/spec/v0.3/ossa-v0.3.schema.json +15824 -0
  1407. package/spec/v0.3/registry/registry-contract.schema.json +359 -0
  1408. package/spec/v0.3.6/CHANGELOG.md +171 -0
  1409. package/spec/v0.3.6/README.md +382 -0
  1410. package/spec/v0.3.6/taxonomy.yaml +506 -0
  1411. package/src/dev-cli/README.md +53 -0
  1412. package/src/dev-cli/src/index.ts +47 -0
  1413. package/templates/agent-types/analyzer/cost-analyzer.yaml +38 -0
  1414. package/templates/agent-types/analyzer/performance-profiler.yaml +38 -0
  1415. package/templates/agent-types/analyzer/security-scanner.yaml +36 -0
  1416. package/templates/agent-types/backend/api-validator.yaml +37 -0
  1417. package/templates/agent-types/backend/load-balancer.yaml +39 -0
  1418. package/templates/agent-types/content/content-generator.yaml +40 -0
  1419. package/templates/agent-types/content/seo-optimizer.yaml +39 -0
  1420. package/templates/agent-types/data/data-processor.yaml +38 -0
  1421. package/templates/agent-types/data/report-generator.yaml +40 -0
  1422. package/templates/agent-types/development/code-generator.yaml +39 -0
  1423. package/templates/agent-types/development/dependency-updater.yaml +38 -0
  1424. package/templates/agent-types/frontend/accessibility-checker.yaml +38 -0
  1425. package/templates/agent-types/frontend/ui-tester.yaml +38 -0
  1426. package/templates/agent-types/infrastructure/deployment-automator.yaml +39 -0
  1427. package/templates/agent-types/infrastructure/resource-optimizer.yaml +38 -0
  1428. package/templates/agent-types/monitor/health-checker.yaml +37 -0
  1429. package/templates/agent-types/monitor/log-analyzer.yaml +37 -0
  1430. package/templates/agent-types/orchestrator/multi-agent-coordinator.yaml +38 -0
  1431. package/templates/agent-types/orchestrator/workflow-manager.yaml +39 -0
  1432. package/templates/agent-types/security/compliance-checker.yaml +38 -0
  1433. package/templates/agent-types/security/vulnerability-scanner.yaml +38 -0
  1434. package/templates/agent-types/worker/api-tester.yaml +43 -0
  1435. package/templates/agent-types/worker/code-reviewer.yaml +39 -0
  1436. package/templates/agent-types/worker/database-migrator.yaml +38 -0
  1437. package/templates/platforms/cursor/code-assistant/manifest.ossa.yaml +40 -0
  1438. package/templates/platforms/drupal/content-agent/manifest.ossa.yaml +39 -0
  1439. package/templates/platforms/gitlab/ci-agent/manifest.ossa.yaml +41 -0
  1440. package/templates/platforms/kubernetes/operator-agent/manifest.ossa.yaml +39 -0
  1441. package/templates/platforms/langflow/workflow-agent/manifest.ossa.yaml +38 -0
  1442. package/dist/bot/architecture-validator-bot.d.ts +0 -8
  1443. package/dist/bot/architecture-validator-bot.d.ts.map +0 -1
  1444. package/dist/bot/architecture-validator-bot.js +0 -15
  1445. package/dist/bot/architecture-validator-bot.js.map +0 -1
  1446. package/dist/bot/ci-pipeline-bot.d.ts +0 -7
  1447. package/dist/bot/ci-pipeline-bot.d.ts.map +0 -1
  1448. package/dist/bot/ci-pipeline-bot.js +0 -7
  1449. package/dist/bot/ci-pipeline-bot.js.map +0 -1
  1450. package/dist/bot/compliance-bot.d.ts +0 -56
  1451. package/dist/bot/compliance-bot.d.ts.map +0 -1
  1452. package/dist/bot/compliance-bot.js +0 -203
  1453. package/dist/bot/compliance-bot.js.map +0 -1
  1454. package/dist/bot/dependency-updater-bot.d.ts +0 -9
  1455. package/dist/bot/dependency-updater-bot.d.ts.map +0 -1
  1456. package/dist/bot/dependency-updater-bot.js +0 -9
  1457. package/dist/bot/dependency-updater-bot.js.map +0 -1
  1458. package/dist/bot/security-scanner-bot.d.ts +0 -11
  1459. package/dist/bot/security-scanner-bot.d.ts.map +0 -1
  1460. package/dist/bot/security-scanner-bot.js +0 -21
  1461. package/dist/bot/security-scanner-bot.js.map +0 -1
  1462. package/dist/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +0 -527
  1463. package/dist/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +0 -776
  1464. package/dist/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +0 -249
  1465. package/dist/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +0 -548
  1466. package/dist/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +0 -336
  1467. package/dist/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +0 -233
  1468. package/dist/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
  1469. package/dist/spec/v0.3.1/adapters/drupal.md +0 -541
  1470. package/dist/spec/v0.3.1/adapters/symfony.md +0 -659
  1471. package/dist/spec/v0.3.1/agent-test.schema.json +0 -75
  1472. package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
  1473. package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
  1474. package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
  1475. package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
  1476. package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
  1477. package/dist/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
  1478. package/dist/spec/v0.3.1/extensions/drupal.md +0 -417
  1479. package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
  1480. package/dist/spec/v0.3.1/protocols/sse.md +0 -494
  1481. package/dist/spec/v0.3.1/protocols/webrtc.md +0 -600
  1482. package/dist/spec/v0.3.1/protocols/websocket.md +0 -362
  1483. package/dist/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
  1484. package/dist/spec/v0.3.1/schemas/capabilities.yaml +0 -102
  1485. package/dist/spec/v0.3.1/schemas/functions.yaml +0 -75
  1486. package/dist/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
  1487. package/dist/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
  1488. package/dist/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
  1489. package/dist/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
  1490. package/dist/spec/v0.3.1/schemas/runtime.yaml +0 -102
  1491. package/dist/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
  1492. package/dist/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
  1493. package/dist/spec/v0.3.1/taxonomy.yaml +0 -256
  1494. package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
  1495. package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
  1496. package/dist/spec/v0.3.2/access_tiers.yaml +0 -375
  1497. package/dist/spec/v0.3.2/adapters/drupal.md +0 -541
  1498. package/dist/spec/v0.3.2/adapters/symfony.md +0 -659
  1499. package/dist/spec/v0.3.2/agent-test.schema.json +0 -75
  1500. package/dist/spec/v0.3.2/examples/access-tiers/README.md +0 -106
  1501. package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1502. package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1503. package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1504. package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1505. package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1506. package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
  1507. package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
  1508. package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1509. package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
  1510. package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1511. package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
  1512. package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
  1513. package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
  1514. package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1515. package/dist/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
  1516. package/dist/spec/v0.3.2/extensions/drupal.md +0 -417
  1517. package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
  1518. package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
  1519. package/dist/spec/v0.3.2/protocols/delegation.yaml +0 -239
  1520. package/dist/spec/v0.3.2/protocols/sse.md +0 -494
  1521. package/dist/spec/v0.3.2/protocols/webrtc.md +0 -600
  1522. package/dist/spec/v0.3.2/protocols/websocket.md +0 -362
  1523. package/dist/spec/v0.3.2/runtime/RUNTIME.md +0 -457
  1524. package/dist/spec/v0.3.2/runtime/memory-model.yaml +0 -871
  1525. package/dist/spec/v0.3.2/runtime/runtime.yaml +0 -926
  1526. package/dist/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
  1527. package/dist/spec/v0.3.2/schemas/capabilities.yaml +0 -102
  1528. package/dist/spec/v0.3.2/schemas/functions.yaml +0 -75
  1529. package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
  1530. package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
  1531. package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
  1532. package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
  1533. package/dist/spec/v0.3.2/schemas/runtime.yaml +0 -102
  1534. package/dist/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
  1535. package/dist/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
  1536. package/dist/spec/v0.3.2/taxonomy.yaml +0 -363
  1537. package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
  1538. package/dist/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
  1539. package/dist/spec/v0.3.3/access_tiers.yaml +0 -375
  1540. package/dist/spec/v0.3.3/adapters/drupal.md +0 -541
  1541. package/dist/spec/v0.3.3/adapters/symfony.md +0 -659
  1542. package/dist/spec/v0.3.3/agent-test.schema.json +0 -75
  1543. package/dist/spec/v0.3.3/examples/access-tiers/README.md +0 -106
  1544. package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1545. package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1546. package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1547. package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1548. package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1549. package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
  1550. package/dist/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
  1551. package/dist/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1552. package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
  1553. package/dist/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1554. package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
  1555. package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
  1556. package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
  1557. package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1558. package/dist/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
  1559. package/dist/spec/v0.3.3/extensions/agents-md.md +0 -1219
  1560. package/dist/spec/v0.3.3/extensions/autogen.md +0 -1124
  1561. package/dist/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
  1562. package/dist/spec/v0.3.3/extensions/crewai.md +0 -1575
  1563. package/dist/spec/v0.3.3/extensions/dify.md +0 -1461
  1564. package/dist/spec/v0.3.3/extensions/drupal.md +0 -417
  1565. package/dist/spec/v0.3.3/extensions/langchain.md +0 -1092
  1566. package/dist/spec/v0.3.3/extensions/langflow.md +0 -1055
  1567. package/dist/spec/v0.3.3/extensions/llamaindex.md +0 -1519
  1568. package/dist/spec/v0.3.3/extensions/llms-txt.md +0 -295
  1569. package/dist/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
  1570. package/dist/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
  1571. package/dist/spec/v0.3.3/extensions/opentelemetry.md +0 -360
  1572. package/dist/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
  1573. package/dist/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
  1574. package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
  1575. package/dist/spec/v0.3.3/ossa-0.3.3.schema.json +0 -9773
  1576. package/dist/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
  1577. package/dist/spec/v0.3.3/protocols/delegation.yaml +0 -239
  1578. package/dist/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
  1579. package/dist/spec/v0.3.3/protocols/sse.md +0 -494
  1580. package/dist/spec/v0.3.3/protocols/webrtc.md +0 -600
  1581. package/dist/spec/v0.3.3/protocols/websocket.md +0 -362
  1582. package/dist/spec/v0.3.3/runtime/RUNTIME.md +0 -457
  1583. package/dist/spec/v0.3.3/runtime/memory-model.yaml +0 -871
  1584. package/dist/spec/v0.3.3/runtime/runtime.yaml +0 -926
  1585. package/dist/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
  1586. package/dist/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
  1587. package/dist/spec/v0.3.3/schemas/capabilities.yaml +0 -102
  1588. package/dist/spec/v0.3.3/schemas/functions.yaml +0 -75
  1589. package/dist/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
  1590. package/dist/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
  1591. package/dist/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
  1592. package/dist/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
  1593. package/dist/spec/v0.3.3/schemas/runtime.yaml +0 -102
  1594. package/dist/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
  1595. package/dist/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
  1596. package/dist/spec/v0.3.3/taxonomy.yaml +0 -363
  1597. package/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +0 -527
  1598. package/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +0 -776
  1599. package/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +0 -249
  1600. package/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +0 -548
  1601. package/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +0 -336
  1602. package/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +0 -233
  1603. package/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
  1604. package/spec/v0.3.1/adapters/drupal.md +0 -541
  1605. package/spec/v0.3.1/adapters/symfony.md +0 -659
  1606. package/spec/v0.3.1/agent-test.schema.json +0 -75
  1607. package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
  1608. package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
  1609. package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
  1610. package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
  1611. package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
  1612. package/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
  1613. package/spec/v0.3.1/extensions/drupal.md +0 -417
  1614. package/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
  1615. package/spec/v0.3.1/protocols/sse.md +0 -494
  1616. package/spec/v0.3.1/protocols/webrtc.md +0 -600
  1617. package/spec/v0.3.1/protocols/websocket.md +0 -362
  1618. package/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
  1619. package/spec/v0.3.1/schemas/capabilities.yaml +0 -102
  1620. package/spec/v0.3.1/schemas/functions.yaml +0 -75
  1621. package/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
  1622. package/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
  1623. package/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
  1624. package/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
  1625. package/spec/v0.3.1/schemas/runtime.yaml +0 -102
  1626. package/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
  1627. package/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
  1628. package/spec/v0.3.1/taxonomy.yaml +0 -256
  1629. package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
  1630. package/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
  1631. package/spec/v0.3.2/access_tiers.yaml +0 -375
  1632. package/spec/v0.3.2/adapters/drupal.md +0 -541
  1633. package/spec/v0.3.2/adapters/symfony.md +0 -659
  1634. package/spec/v0.3.2/agent-test.schema.json +0 -75
  1635. package/spec/v0.3.2/examples/access-tiers/README.md +0 -106
  1636. package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1637. package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1638. package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1639. package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1640. package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1641. package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
  1642. package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
  1643. package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1644. package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
  1645. package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1646. package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
  1647. package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
  1648. package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
  1649. package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1650. package/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
  1651. package/spec/v0.3.2/extensions/drupal.md +0 -417
  1652. package/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
  1653. package/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
  1654. package/spec/v0.3.2/protocols/delegation.yaml +0 -239
  1655. package/spec/v0.3.2/protocols/sse.md +0 -494
  1656. package/spec/v0.3.2/protocols/webrtc.md +0 -600
  1657. package/spec/v0.3.2/protocols/websocket.md +0 -362
  1658. package/spec/v0.3.2/runtime/RUNTIME.md +0 -457
  1659. package/spec/v0.3.2/runtime/memory-model.yaml +0 -871
  1660. package/spec/v0.3.2/runtime/runtime.yaml +0 -926
  1661. package/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
  1662. package/spec/v0.3.2/schemas/capabilities.yaml +0 -102
  1663. package/spec/v0.3.2/schemas/functions.yaml +0 -75
  1664. package/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
  1665. package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
  1666. package/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
  1667. package/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
  1668. package/spec/v0.3.2/schemas/runtime.yaml +0 -102
  1669. package/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
  1670. package/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
  1671. package/spec/v0.3.2/taxonomy.yaml +0 -363
  1672. package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
  1673. package/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
  1674. package/spec/v0.3.3/access_tiers.yaml +0 -375
  1675. package/spec/v0.3.3/adapters/drupal.md +0 -541
  1676. package/spec/v0.3.3/adapters/symfony.md +0 -659
  1677. package/spec/v0.3.3/agent-test.schema.json +0 -75
  1678. package/spec/v0.3.3/examples/access-tiers/README.md +0 -106
  1679. package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1680. package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1681. package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1682. package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1683. package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1684. package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
  1685. package/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
  1686. package/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1687. package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
  1688. package/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1689. package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
  1690. package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
  1691. package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
  1692. package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1693. package/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
  1694. package/spec/v0.3.3/extensions/agents-md.md +0 -1219
  1695. package/spec/v0.3.3/extensions/autogen.md +0 -1124
  1696. package/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
  1697. package/spec/v0.3.3/extensions/crewai.md +0 -1575
  1698. package/spec/v0.3.3/extensions/dify.md +0 -1461
  1699. package/spec/v0.3.3/extensions/drupal.md +0 -417
  1700. package/spec/v0.3.3/extensions/langchain.md +0 -1092
  1701. package/spec/v0.3.3/extensions/langflow.md +0 -1055
  1702. package/spec/v0.3.3/extensions/llamaindex.md +0 -1519
  1703. package/spec/v0.3.3/extensions/llms-txt.md +0 -295
  1704. package/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
  1705. package/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
  1706. package/spec/v0.3.3/extensions/opentelemetry.md +0 -360
  1707. package/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
  1708. package/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
  1709. package/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
  1710. package/spec/v0.3.3/ossa-0.3.3.schema.json +0 -9773
  1711. package/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
  1712. package/spec/v0.3.3/protocols/delegation.yaml +0 -239
  1713. package/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
  1714. package/spec/v0.3.3/protocols/sse.md +0 -494
  1715. package/spec/v0.3.3/protocols/webrtc.md +0 -600
  1716. package/spec/v0.3.3/protocols/websocket.md +0 -362
  1717. package/spec/v0.3.3/runtime/RUNTIME.md +0 -457
  1718. package/spec/v0.3.3/runtime/memory-model.yaml +0 -871
  1719. package/spec/v0.3.3/runtime/runtime.yaml +0 -926
  1720. package/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
  1721. package/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
  1722. package/spec/v0.3.3/schemas/capabilities.yaml +0 -102
  1723. package/spec/v0.3.3/schemas/functions.yaml +0 -75
  1724. package/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
  1725. package/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
  1726. package/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
  1727. package/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
  1728. package/spec/v0.3.3/schemas/runtime.yaml +0 -102
  1729. package/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
  1730. package/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
  1731. package/spec/v0.3.3/taxonomy.yaml +0 -363
  1732. /package/dist/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
  1733. /package/dist/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
  1734. /package/dist/spec/{examples → reference}/reference-agents/release-orchestrator/README.md +0 -0
  1735. /package/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
  1736. /package/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
  1737. /package/spec/{examples → reference}/reference-agents/release-orchestrator/README.md +0 -0
@@ -1,3387 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://openstandardagents.org/schemas/v0.3.3/manifest.json",
4
- "title": "OSSA v0.3.3 Manifest Schema",
5
- "description": "Open Standard for Scalable AI Agents (OSSA) v0.3.3 - Unified Task Schema with Access Tiers & Separation of Duties. Supports Agent (agentic loops with LLM), Task (deterministic workflow steps), and Workflow (composition of Tasks and Agents) kinds. Includes Agent-to-Agent Messaging Extension and Access Control Tiers for privilege separation.",
6
- "type": "object",
7
- "required": [
8
- "apiVersion",
9
- "kind",
10
- "metadata"
11
- ],
12
- "properties": {
13
- "apiVersion": {
14
- "type": "string",
15
- "pattern": "^ossa/v(0\\.3\\.[0-9]+(-[a-zA-Z0-9]+)?|0\\.2\\.[2-9](-dev)?|1)(\\.[0-9]+)?(-[a-zA-Z0-9]+)?$",
16
- "description": "OSSA API version (v0.3.3+ supports Task and Workflow kinds)",
17
- "examples": [
18
- "ossa/v0.3.3",
19
- "ossa/v1",
20
- "ossa/v0.2.9"
21
- ]
22
- },
23
- "kind": {
24
- "type": "string",
25
- "enum": [
26
- "Agent",
27
- "Task",
28
- "Workflow"
29
- ],
30
- "description": "Resource type: Agent (agentic loops), Task (deterministic steps), or Workflow (composition)"
31
- },
32
- "metadata": {
33
- "$ref": "#/definitions/Metadata"
34
- },
35
- "spec": {
36
- "description": "Specification varies based on kind"
37
- },
38
- "extensions": {
39
- "type": "object",
40
- "description": "Framework-specific extensions",
41
- "properties": {
42
- "mcp": {
43
- "$ref": "#/definitions/MCPExtension"
44
- },
45
- "skills": {
46
- "$ref": "#/definitions/SkillsExtension"
47
- }
48
- },
49
- "additionalProperties": true
50
- },
51
- "runtime": {
52
- "$ref": "#/definitions/RuntimeBinding",
53
- "description": "Runtime-specific capability bindings (for Task and Workflow kinds)"
54
- }
55
- },
56
- "allOf": [
57
- {
58
- "if": {
59
- "properties": {
60
- "kind": {
61
- "const": "Agent"
62
- }
63
- }
64
- },
65
- "then": {
66
- "properties": {
67
- "spec": {
68
- "$ref": "#/definitions/AgentSpec"
69
- }
70
- },
71
- "required": [
72
- "spec"
73
- ]
74
- }
75
- },
76
- {
77
- "if": {
78
- "properties": {
79
- "kind": {
80
- "const": "Task"
81
- }
82
- }
83
- },
84
- "then": {
85
- "properties": {
86
- "spec": {
87
- "$ref": "#/definitions/TaskSpec"
88
- }
89
- },
90
- "required": [
91
- "spec"
92
- ]
93
- }
94
- },
95
- {
96
- "if": {
97
- "properties": {
98
- "kind": {
99
- "const": "Workflow"
100
- }
101
- }
102
- },
103
- "then": {
104
- "properties": {
105
- "spec": {
106
- "$ref": "#/definitions/WorkflowSpec"
107
- }
108
- },
109
- "required": [
110
- "spec"
111
- ]
112
- }
113
- }
114
- ],
115
- "definitions": {
116
- "AccessTier": {
117
- "type": "object",
118
- "description": "Access tier configuration for separation of duties (v0.3.3+). Defines privilege levels and role separations for agents.",
119
- "required": ["tier"],
120
- "properties": {
121
- "tier": {
122
- "type": "string",
123
- "enum": ["tier_1_read", "tier_2_write_limited", "tier_3_write_elevated", "tier_4_policy"],
124
- "description": "Access tier level: tier_1_read (analyzers), tier_2_write_limited (workers), tier_3_write_elevated (operators), tier_4_policy (governors)"
125
- },
126
- "permissions": {
127
- "type": "array",
128
- "description": "Explicit permissions granted to this agent",
129
- "items": {
130
- "type": "string",
131
- "enum": [
132
- "read_code",
133
- "read_configs",
134
- "read_metrics",
135
- "read_logs",
136
- "read_issues",
137
- "read_mrs",
138
- "execute_queries",
139
- "write_docs",
140
- "write_tests",
141
- "write_scaffolds",
142
- "write_configs_draft",
143
- "create_issues",
144
- "create_mrs_draft",
145
- "execute_sandboxed",
146
- "write_production_code",
147
- "merge_mrs",
148
- "delete_branches",
149
- "modify_infrastructure",
150
- "modify_secrets",
151
- "execute_deployments",
152
- "modify_pipelines",
153
- "modify_configs",
154
- "execute_commands",
155
- "define_policies",
156
- "publish_policies",
157
- "audit_compliance",
158
- "report_violations"
159
- ]
160
- },
161
- "uniqueItems": true
162
- },
163
- "prohibited": {
164
- "type": "array",
165
- "description": "Explicitly prohibited actions for this agent",
166
- "items": {
167
- "type": "string"
168
- },
169
- "uniqueItems": true
170
- },
171
- "audit_level": {
172
- "type": "string",
173
- "enum": ["standard", "detailed", "comprehensive"],
174
- "default": "standard",
175
- "description": "Audit logging level: standard (30 days), detailed (90 days), comprehensive (365 days)"
176
- },
177
- "requires_approval": {
178
- "type": "boolean",
179
- "default": false,
180
- "description": "Whether operations require approval chain"
181
- },
182
- "approval_chain": {
183
- "type": "string",
184
- "enum": ["standard", "elevated", "critical"],
185
- "description": "Approval workflow to use when requires_approval is true"
186
- },
187
- "isolation": {
188
- "type": "string",
189
- "enum": ["none", "standard", "strict"],
190
- "default": "none",
191
- "description": "Isolation level: none (default), standard (limited delegation), strict (no execution, policy only)"
192
- }
193
- },
194
- "additionalProperties": false
195
- },
196
- "SeparationOfDuties": {
197
- "type": "object",
198
- "description": "Role separation rules for preventing conflicts of interest",
199
- "properties": {
200
- "role": {
201
- "type": "string",
202
- "description": "Primary role of this agent",
203
- "enum": [
204
- "analyzer",
205
- "auditor",
206
- "scanner",
207
- "reviewer",
208
- "monitor",
209
- "generator",
210
- "scaffolder",
211
- "documenter",
212
- "test_writer",
213
- "deployer",
214
- "operator",
215
- "executor",
216
- "maintainer",
217
- "governor",
218
- "policy_definer",
219
- "compliance_officer",
220
- "approver",
221
- "critic",
222
- "remediator",
223
- "enforcer"
224
- ]
225
- },
226
- "conflicts_with": {
227
- "type": "array",
228
- "description": "Roles that this agent must NOT also perform (separation of duties)",
229
- "items": {
230
- "type": "string"
231
- },
232
- "uniqueItems": true
233
- },
234
- "can_delegate_to": {
235
- "type": "array",
236
- "description": "Roles/tiers this agent can delegate tasks to",
237
- "items": {
238
- "type": "string"
239
- },
240
- "uniqueItems": true
241
- },
242
- "prohibited_actions": {
243
- "type": "array",
244
- "description": "Specific actions this role must never perform",
245
- "items": {
246
- "type": "string",
247
- "enum": ["approve", "merge", "execute", "deploy", "delete", "modify_production", "define_policies", "bypass_approvals"]
248
- },
249
- "uniqueItems": true
250
- }
251
- },
252
- "additionalProperties": false
253
- },
254
- "DelegationConfig": {
255
- "type": "object",
256
- "description": "Configuration for delegating tasks to other agents",
257
- "properties": {
258
- "enabled": {
259
- "type": "boolean",
260
- "default": true,
261
- "description": "Whether this agent can delegate to others"
262
- },
263
- "allowed_tiers": {
264
- "type": "array",
265
- "description": "Tiers this agent can delegate to",
266
- "items": {
267
- "type": "string",
268
- "enum": ["tier_1_read", "tier_2_write_limited", "tier_3_write_elevated"]
269
- },
270
- "uniqueItems": true
271
- },
272
- "allowed_operations": {
273
- "type": "array",
274
- "description": "Operations that can be delegated",
275
- "items": {
276
- "type": "string"
277
- }
278
- },
279
- "requires": {
280
- "type": "array",
281
- "description": "Requirements for delegation",
282
- "items": {
283
- "type": "string",
284
- "enum": ["delegation_token", "audit_trail", "violation_report", "task_specification", "approval"]
285
- }
286
- }
287
- },
288
- "additionalProperties": false
289
- },
290
- "TaxonomyClassification": {
291
- "type": "object",
292
- "description": "Hierarchical taxonomy classification for agents (v0.3.3+). Links to taxonomy.yaml spec.",
293
- "required": ["domain"],
294
- "properties": {
295
- "domain": {
296
- "type": "string",
297
- "enum": ["security", "infrastructure", "documentation", "backend", "frontend", "data", "agents", "development", "content"],
298
- "description": "Primary domain classification - every agent belongs to exactly one domain"
299
- },
300
- "subdomain": {
301
- "type": "string",
302
- "description": "Subdomain within the primary domain (e.g., auth, ci-cd, api-docs)"
303
- },
304
- "capability": {
305
- "type": "string",
306
- "pattern": "^[a-z][a-z0-9_]*$",
307
- "description": "Primary capability this agent provides"
308
- },
309
- "concerns": {
310
- "type": "array",
311
- "description": "Cross-cutting concerns that apply to this agent",
312
- "items": {
313
- "type": "string",
314
- "enum": ["quality", "observability", "governance", "performance", "architecture", "cost", "reliability"]
315
- },
316
- "uniqueItems": true
317
- },
318
- "recommended_tier": {
319
- "type": "string",
320
- "enum": ["tier_1_read", "tier_2_write_limited", "tier_3_write_elevated", "tier_4_policy"],
321
- "description": "Recommended access tier based on domain defaults"
322
- }
323
- },
324
- "additionalProperties": false
325
- },
326
- "AgentIdentity": {
327
- "type": "object",
328
- "description": "Comprehensive agent identity configuration for service accounts, authentication, and observability",
329
- "properties": {
330
- "provider": {
331
- "type": "string",
332
- "enum": ["gitlab", "github", "azure-devops", "bitbucket", "generic"],
333
- "description": "Identity provider type for service account integration"
334
- },
335
- "service_account": {
336
- "type": "object",
337
- "description": "Service account details for automated operations",
338
- "required": ["username", "email"],
339
- "properties": {
340
- "id": {
341
- "oneOf": [{"type": "integer"}, {"type": "string"}],
342
- "description": "Provider-specific account ID"
343
- },
344
- "username": {
345
- "type": "string",
346
- "pattern": "^[a-z0-9_\\[\\]-]+$",
347
- "minLength": 1,
348
- "maxLength": 64,
349
- "description": "Service account username"
350
- },
351
- "email": {
352
- "type": "string",
353
- "format": "email",
354
- "description": "Service account email for git attribution"
355
- },
356
- "display_name": {
357
- "type": "string",
358
- "description": "Human-readable display name"
359
- },
360
- "roles": {
361
- "type": "array",
362
- "items": {
363
- "type": "string",
364
- "enum": ["developer", "maintainer", "owner", "reporter", "guest"]
365
- },
366
- "description": "Roles assigned to this service account"
367
- }
368
- }
369
- },
370
- "authentication": {
371
- "type": "object",
372
- "description": "Authentication method configuration",
373
- "properties": {
374
- "method": {
375
- "type": "string",
376
- "enum": ["personal_access_token", "project_access_token", "group_access_token", "deploy_token", "oauth2", "ssh_key", "mtls", "github_app", "azure_service_principal"],
377
- "default": "personal_access_token",
378
- "description": "Authentication method type"
379
- },
380
- "scopes": {
381
- "type": "array",
382
- "items": {"type": "string"},
383
- "description": "Required token scopes (provider-specific)"
384
- },
385
- "auto_refresh": {
386
- "type": "boolean",
387
- "default": false,
388
- "description": "Automatically refresh token before expiry"
389
- },
390
- "expiry_warning_days": {
391
- "type": "integer",
392
- "default": 7,
393
- "minimum": 1,
394
- "maximum": 90,
395
- "description": "Days before expiry to warn about token rotation"
396
- },
397
- "rotation_policy": {
398
- "type": "object",
399
- "properties": {
400
- "enabled": {"type": "boolean", "default": false},
401
- "interval_days": {"type": "integer", "default": 90, "minimum": 7, "maximum": 365},
402
- "notify_on_rotation": {"type": "boolean", "default": true}
403
- }
404
- }
405
- }
406
- },
407
- "token_source": {
408
- "type": "object",
409
- "description": "Token/credential source configuration with priority order",
410
- "properties": {
411
- "env_var": {
412
- "type": "string",
413
- "pattern": "^[A-Z][A-Z0-9_]*$",
414
- "description": "Environment variable name containing the token (highest priority)"
415
- },
416
- "file_path": {
417
- "type": "string",
418
- "description": "Path to token file (second priority, supports ~ expansion)"
419
- },
420
- "vault": {
421
- "type": "object",
422
- "properties": {
423
- "path": {"type": "string", "description": "Vault secret path"},
424
- "key": {"type": "string", "default": "value"},
425
- "role": {"type": "string", "description": "Vault role for authentication"}
426
- }
427
- },
428
- "kubernetes_secret": {
429
- "type": "object",
430
- "properties": {
431
- "name": {"type": "string"},
432
- "namespace": {"type": "string"},
433
- "key": {"type": "string", "default": "token"}
434
- }
435
- }
436
- }
437
- },
438
- "patterns": {
439
- "type": "array",
440
- "items": {"type": "string"},
441
- "description": "Glob patterns for auto-detection based on working directory (picomatch syntax)"
442
- },
443
- "fallback": {
444
- "type": "array",
445
- "items": {
446
- "type": "object",
447
- "required": ["provider", "service_account"],
448
- "properties": {
449
- "provider": {"type": "string", "enum": ["gitlab", "github", "azure-devops", "bitbucket", "generic"]},
450
- "service_account": {"$ref": "#/definitions/AgentIdentity/properties/service_account"},
451
- "token_source": {"$ref": "#/definitions/AgentIdentity/properties/token_source"},
452
- "condition": {
453
- "type": "object",
454
- "properties": {
455
- "pattern_match": {"type": "array", "items": {"type": "string"}},
456
- "platform_unavailable": {"type": "boolean"}
457
- }
458
- }
459
- }
460
- },
461
- "description": "Fallback identity chain for high availability"
462
- },
463
- "dora_tracking": {
464
- "type": "object",
465
- "description": "DORA metrics tracking configuration",
466
- "properties": {
467
- "enabled": {"type": "boolean", "default": false},
468
- "metrics": {
469
- "type": "array",
470
- "items": {
471
- "type": "string",
472
- "enum": ["deployment_frequency", "lead_time", "change_failure_rate", "mttr"]
473
- },
474
- "uniqueItems": true
475
- },
476
- "labels": {
477
- "type": "object",
478
- "additionalProperties": {"type": "string"},
479
- "description": "Additional labels for metrics"
480
- },
481
- "prometheus": {
482
- "type": "object",
483
- "properties": {
484
- "push_gateway": {"type": "string", "format": "uri"},
485
- "job_name": {"type": "string"}
486
- }
487
- }
488
- }
489
- },
490
- "session": {
491
- "type": "object",
492
- "description": "Session management for Claude Code integration",
493
- "properties": {
494
- "init_on_start": {"type": "boolean", "default": true},
495
- "propagate_to_subprocesses": {"type": "boolean", "default": true},
496
- "git_attribution": {"type": "boolean", "default": true},
497
- "heartbeat_interval": {"type": "integer", "default": 300, "minimum": 30, "maximum": 3600},
498
- "timeout": {"type": "integer", "default": 3600, "minimum": 60, "maximum": 86400},
499
- "hooks": {
500
- "type": "object",
501
- "properties": {
502
- "pre_prompt_submit": {"type": "boolean", "default": true},
503
- "post_session": {"type": "boolean", "default": false}
504
- }
505
- }
506
- }
507
- },
508
- "observability": {
509
- "type": "object",
510
- "description": "OpenTelemetry service identity for distributed tracing",
511
- "properties": {
512
- "service_name": {"type": "string"},
513
- "service_namespace": {"type": "string"},
514
- "service_version": {"type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.]+)?$"},
515
- "service_instance_id": {"type": "string"},
516
- "resource_attributes": {
517
- "type": "object",
518
- "additionalProperties": {"type": "string"}
519
- }
520
- }
521
- },
522
- "security": {
523
- "type": "object",
524
- "description": "Security policies for identity management",
525
- "properties": {
526
- "token_encryption": {
527
- "type": "string",
528
- "enum": ["none", "at_rest", "in_transit", "both"],
529
- "default": "both"
530
- },
531
- "minimum_token_length": {"type": "integer", "default": 32},
532
- "prohibited_actions": {
533
- "type": "array",
534
- "items": {"type": "string"}
535
- },
536
- "required_approvals": {
537
- "type": "object",
538
- "properties": {
539
- "force_push": {"type": "boolean", "default": true},
540
- "delete_protected_branch": {"type": "boolean", "default": true},
541
- "modify_ci_config": {"type": "boolean", "default": false}
542
- }
543
- },
544
- "rate_limits": {
545
- "type": "object",
546
- "properties": {
547
- "requests_per_minute": {"type": "integer", "default": 60},
548
- "requests_per_hour": {"type": "integer", "default": 1000},
549
- "git_operations_per_hour": {"type": "integer", "default": 100}
550
- }
551
- }
552
- }
553
- }
554
- },
555
- "additionalProperties": false
556
- },
557
- "Metadata": {
558
- "type": "object",
559
- "required": [
560
- "name"
561
- ],
562
- "properties": {
563
- "name": {
564
- "type": "string",
565
- "pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
566
- "maxLength": 253,
567
- "description": "Resource identifier (DNS-1123 subdomain format for Kubernetes compatibility)"
568
- },
569
- "version": {
570
- "type": "string",
571
- "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
572
- "description": "Semantic version (semver 2.0.0)"
573
- },
574
- "description": {
575
- "type": "string",
576
- "maxLength": 2000,
577
- "description": "Human-readable description"
578
- },
579
- "labels": {
580
- "type": "object",
581
- "additionalProperties": {
582
- "type": "string",
583
- "maxLength": 63
584
- },
585
- "description": "Key-value labels for organization and filtering"
586
- },
587
- "annotations": {
588
- "type": "object",
589
- "additionalProperties": {
590
- "type": "string"
591
- },
592
- "description": "Arbitrary metadata for tooling"
593
- }
594
- },
595
- "additionalProperties": false
596
- },
597
- "TaskSpec": {
598
- "type": "object",
599
- "description": "Specification for deterministic, non-agentic workflow steps (kind: Task)",
600
- "required": [
601
- "execution"
602
- ],
603
- "properties": {
604
- "execution": {
605
- "type": "object",
606
- "description": "Execution configuration for the task",
607
- "required": [
608
- "type"
609
- ],
610
- "properties": {
611
- "type": {
612
- "type": "string",
613
- "enum": [
614
- "deterministic",
615
- "idempotent",
616
- "transactional"
617
- ],
618
- "default": "deterministic",
619
- "description": "Execution type: deterministic (pure function), idempotent (safe to retry), transactional (all-or-nothing)"
620
- },
621
- "runtime": {
622
- "type": "string",
623
- "description": "Target runtime environment",
624
- "examples": [
625
- "drupal",
626
- "symfony",
627
- "node",
628
- "python",
629
- "any"
630
- ]
631
- },
632
- "entrypoint": {
633
- "type": "string",
634
- "description": "Entry point for execution (class::method, function name, or script path)"
635
- },
636
- "timeout_seconds": {
637
- "type": "integer",
638
- "minimum": 1,
639
- "maximum": 86400,
640
- "default": 300,
641
- "description": "Maximum execution time in seconds"
642
- }
643
- },
644
- "additionalProperties": false
645
- },
646
- "capabilities": {
647
- "type": "array",
648
- "description": "Abstract capabilities this task requires (bound at runtime)",
649
- "items": {
650
- "type": "string",
651
- "pattern": "^[a-z][a-z0-9_]*$",
652
- "description": "Capability identifier (e.g., publish_content, send_email)"
653
- },
654
- "uniqueItems": true,
655
- "examples": [
656
- [
657
- "publish_content",
658
- "send_notification"
659
- ],
660
- [
661
- "transform_data",
662
- "validate_schema"
663
- ]
664
- ]
665
- },
666
- "input": {
667
- "$ref": "#/definitions/JSONSchemaDefinition",
668
- "description": "JSON Schema for task input validation"
669
- },
670
- "output": {
671
- "$ref": "#/definitions/JSONSchemaDefinition",
672
- "description": "JSON Schema for task output validation"
673
- },
674
- "batch": {
675
- "type": "object",
676
- "description": "Batch processing configuration",
677
- "properties": {
678
- "enabled": {
679
- "type": "boolean",
680
- "default": false,
681
- "description": "Enable batch processing mode"
682
- },
683
- "parallelism": {
684
- "type": "integer",
685
- "minimum": 1,
686
- "maximum": 1000,
687
- "default": 10,
688
- "description": "Maximum parallel executions"
689
- },
690
- "chunk_size": {
691
- "type": "integer",
692
- "minimum": 1,
693
- "default": 100,
694
- "description": "Items per batch chunk"
695
- },
696
- "retry": {
697
- "type": "object",
698
- "properties": {
699
- "max_attempts": {
700
- "type": "integer",
701
- "minimum": 1,
702
- "maximum": 10,
703
- "default": 3
704
- },
705
- "backoff_strategy": {
706
- "type": "string",
707
- "enum": [
708
- "fixed",
709
- "exponential",
710
- "linear"
711
- ],
712
- "default": "exponential"
713
- },
714
- "initial_delay_ms": {
715
- "type": "integer",
716
- "minimum": 100,
717
- "default": 1000
718
- }
719
- },
720
- "additionalProperties": false
721
- },
722
- "on_item_error": {
723
- "type": "string",
724
- "enum": [
725
- "skip",
726
- "fail",
727
- "retry"
728
- ],
729
- "default": "retry",
730
- "description": "Behavior when individual item fails"
731
- }
732
- },
733
- "additionalProperties": false
734
- },
735
- "dependencies": {
736
- "type": "array",
737
- "description": "Other tasks or agents this task depends on",
738
- "items": {
739
- "type": "object",
740
- "required": [
741
- "ref"
742
- ],
743
- "properties": {
744
- "ref": {
745
- "type": "string",
746
- "description": "Reference to dependency (file path or name)"
747
- },
748
- "kind": {
749
- "type": "string",
750
- "enum": [
751
- "Task",
752
- "Agent"
753
- ],
754
- "description": "Kind of dependency"
755
- },
756
- "optional": {
757
- "type": "boolean",
758
- "default": false,
759
- "description": "Whether this dependency is optional"
760
- }
761
- },
762
- "additionalProperties": false
763
- }
764
- },
765
- "preconditions": {
766
- "type": "array",
767
- "description": "Conditions that must be true before task execution",
768
- "items": {
769
- "type": "object",
770
- "required": [
771
- "expression"
772
- ],
773
- "properties": {
774
- "expression": {
775
- "type": "string",
776
- "description": "Condition expression (e.g., '${{ input.status == \"draft\" }}')"
777
- },
778
- "error_message": {
779
- "type": "string",
780
- "description": "Error message if condition fails"
781
- }
782
- },
783
- "additionalProperties": false
784
- }
785
- },
786
- "postconditions": {
787
- "type": "array",
788
- "description": "Conditions that must be true after task execution",
789
- "items": {
790
- "type": "object",
791
- "required": [
792
- "expression"
793
- ],
794
- "properties": {
795
- "expression": {
796
- "type": "string",
797
- "description": "Condition expression"
798
- },
799
- "error_message": {
800
- "type": "string"
801
- }
802
- },
803
- "additionalProperties": false
804
- }
805
- },
806
- "error_handling": {
807
- "type": "object",
808
- "description": "Error handling configuration",
809
- "properties": {
810
- "on_error": {
811
- "type": "string",
812
- "enum": [
813
- "fail",
814
- "retry",
815
- "fallback",
816
- "ignore"
817
- ],
818
- "default": "fail"
819
- },
820
- "fallback_task": {
821
- "type": "string",
822
- "description": "Reference to fallback task on failure"
823
- },
824
- "error_mapping": {
825
- "type": "object",
826
- "description": "Map error codes to actions",
827
- "additionalProperties": {
828
- "type": "string",
829
- "enum": [
830
- "fail",
831
- "retry",
832
- "fallback",
833
- "ignore"
834
- ]
835
- }
836
- }
837
- },
838
- "additionalProperties": false
839
- },
840
- "observability": {
841
- "type": "object",
842
- "description": "Observability configuration",
843
- "properties": {
844
- "logging": {
845
- "type": "object",
846
- "properties": {
847
- "level": {
848
- "type": "string",
849
- "enum": [
850
- "debug",
851
- "info",
852
- "warn",
853
- "error"
854
- ],
855
- "default": "info"
856
- },
857
- "include_input": {
858
- "type": "boolean",
859
- "default": false,
860
- "description": "Log input data (caution: may contain sensitive data)"
861
- },
862
- "include_output": {
863
- "type": "boolean",
864
- "default": false,
865
- "description": "Log output data"
866
- }
867
- }
868
- },
869
- "metrics": {
870
- "type": "object",
871
- "properties": {
872
- "enabled": {
873
- "type": "boolean",
874
- "default": true
875
- },
876
- "custom_labels": {
877
- "type": "object",
878
- "additionalProperties": {
879
- "type": "string"
880
- }
881
- }
882
- }
883
- },
884
- "tracing": {
885
- "type": "object",
886
- "properties": {
887
- "enabled": {
888
- "type": "boolean",
889
- "default": true
890
- },
891
- "sample_rate": {
892
- "type": "number",
893
- "minimum": 0,
894
- "maximum": 1,
895
- "default": 1
896
- }
897
- }
898
- }
899
- },
900
- "additionalProperties": false
901
- }
902
- },
903
- "additionalProperties": false
904
- },
905
- "AgentSpec": {
906
- "type": "object",
907
- "description": "Specification for agentic loops with LLM (kind: Agent) - inherits from v0.2.9. Either 'role' or 'prompts.system.template' is required.",
908
- "properties": {
909
- "role": {
910
- "type": "string",
911
- "minLength": 1,
912
- "description": "Agent role/system prompt (alternative: use prompts.system.template)"
913
- },
914
- "prompts": {
915
- "type": "object",
916
- "description": "Structured prompts configuration (alternative to role)",
917
- "properties": {
918
- "system": {
919
- "type": "object",
920
- "properties": {
921
- "template": {
922
- "type": "string",
923
- "description": "System prompt template"
924
- },
925
- "version": {
926
- "type": "string",
927
- "description": "Prompt version"
928
- }
929
- }
930
- }
931
- },
932
- "additionalProperties": true
933
- },
934
- "llm": {
935
- "$ref": "#/definitions/LLMConfig"
936
- },
937
- "tools": {
938
- "type": "array",
939
- "items": {
940
- "$ref": "#/definitions/Tool"
941
- }
942
- },
943
- "autonomy": {
944
- "$ref": "#/definitions/Autonomy"
945
- },
946
- "constraints": {
947
- "$ref": "#/definitions/Constraints"
948
- },
949
- "state": {
950
- "$ref": "#/definitions/State"
951
- },
952
- "observability": {
953
- "$ref": "#/definitions/AgentObservability"
954
- },
955
- "safety": {
956
- "$ref": "#/definitions/Safety"
957
- },
958
- "messaging": {
959
- "$ref": "#/definitions/MessagingExtension",
960
- "description": "Agent-to-agent messaging configuration (v0.3.3+)"
961
- },
962
- "functions": {
963
- "type": "array",
964
- "description": "A2A/OpenAI-style function definitions for structured tool calling",
965
- "items": {
966
- "$ref": "#/definitions/FunctionDefinition"
967
- }
968
- },
969
- "identity": {
970
- "$ref": "#/definitions/AgentIdentity",
971
- "description": "Agent identity configuration including service accounts, authentication, and observability (v0.3.3+)"
972
- },
973
- "access": {
974
- "$ref": "#/definitions/AccessTier",
975
- "description": "Access tier configuration for separation of duties (v0.3.3+). Defines privilege level and allowed operations."
976
- },
977
- "separation": {
978
- "$ref": "#/definitions/SeparationOfDuties",
979
- "description": "Role separation configuration to prevent conflicts of interest (v0.3.3+)"
980
- },
981
- "delegation": {
982
- "$ref": "#/definitions/DelegationConfig",
983
- "description": "Delegation configuration for multi-agent hierarchies (v0.3.3+)"
984
- },
985
- "type": {
986
- "type": "string",
987
- "enum": ["analyzer", "worker", "operator", "supervisor", "orchestrator", "governor", "specialist", "critic"],
988
- "description": "Agent type classification aligned with access tiers (v0.3.3+)"
989
- },
990
- "taxonomy": {
991
- "$ref": "#/definitions/TaxonomyClassification",
992
- "description": "Taxonomy classification for domain and cross-cutting concerns (v0.3.3+)"
993
- },
994
- "compliance": {
995
- "type": "object",
996
- "description": "Regulatory compliance and data governance configuration",
997
- "properties": {
998
- "frameworks": {
999
- "type": "array",
1000
- "description": "Applicable compliance frameworks",
1001
- "items": {
1002
- "type": "string",
1003
- "enum": [
1004
- "SOC2",
1005
- "HIPAA",
1006
- "GDPR",
1007
- "FedRAMP",
1008
- "PCI-DSS",
1009
- "ISO27001"
1010
- ]
1011
- },
1012
- "uniqueItems": true
1013
- },
1014
- "data_residency": {
1015
- "type": "string",
1016
- "description": "Required data residency region (e.g., us-east-1, eu-west-1)"
1017
- },
1018
- "audit_logging": {
1019
- "type": "string",
1020
- "enum": [
1021
- "required",
1022
- "optional",
1023
- "disabled"
1024
- ],
1025
- "default": "optional",
1026
- "description": "Audit logging requirement level"
1027
- },
1028
- "pii_handling": {
1029
- "type": "string",
1030
- "enum": [
1031
- "encrypt_at_rest",
1032
- "anonymize",
1033
- "redact",
1034
- "none"
1035
- ],
1036
- "default": "none",
1037
- "description": "Personally Identifiable Information handling strategy"
1038
- }
1039
- },
1040
- "additionalProperties": false
1041
- },
1042
- "lifecycle": {
1043
- "type": "object",
1044
- "description": "Agent lifecycle and environment management configuration",
1045
- "properties": {
1046
- "environments": {
1047
- "type": "object",
1048
- "description": "Environment-specific configurations",
1049
- "additionalProperties": {
1050
- "type": "object",
1051
- "description": "Configuration for a specific environment (e.g., development, staging, production)",
1052
- "additionalProperties": true
1053
- }
1054
- },
1055
- "dependencies": {
1056
- "type": "array",
1057
- "description": "External dependencies required by this agent",
1058
- "items": {
1059
- "type": "object",
1060
- "required": [
1061
- "name",
1062
- "version"
1063
- ],
1064
- "properties": {
1065
- "name": {
1066
- "type": "string",
1067
- "description": "Dependency name"
1068
- },
1069
- "version": {
1070
- "type": "string",
1071
- "description": "Dependency version (semver recommended)"
1072
- },
1073
- "type": {
1074
- "type": "string",
1075
- "enum": [
1076
- "runtime",
1077
- "build",
1078
- "optional"
1079
- ],
1080
- "default": "runtime",
1081
- "description": "Dependency type"
1082
- },
1083
- "source": {
1084
- "type": "string",
1085
- "description": "Dependency source (e.g., npm, pip, composer, docker)"
1086
- }
1087
- },
1088
- "additionalProperties": false
1089
- }
1090
- }
1091
- },
1092
- "additionalProperties": false
1093
- }
1094
- },
1095
- "additionalProperties": true
1096
- },
1097
- "WorkflowSpec": {
1098
- "type": "object",
1099
- "description": "Specification for workflow composition (kind: Workflow) - composes Tasks and Agents into executable pipelines",
1100
- "required": [
1101
- "steps"
1102
- ],
1103
- "properties": {
1104
- "triggers": {
1105
- "type": "array",
1106
- "description": "Events that trigger workflow execution",
1107
- "items": {
1108
- "$ref": "#/definitions/Trigger"
1109
- }
1110
- },
1111
- "inputs": {
1112
- "$ref": "#/definitions/JSONSchemaDefinition",
1113
- "description": "JSON Schema for workflow input validation"
1114
- },
1115
- "outputs": {
1116
- "$ref": "#/definitions/JSONSchemaDefinition",
1117
- "description": "JSON Schema for workflow output validation"
1118
- },
1119
- "steps": {
1120
- "type": "array",
1121
- "description": "Workflow steps (Tasks and/or Agents)",
1122
- "minItems": 1,
1123
- "items": {
1124
- "$ref": "#/definitions/WorkflowStep"
1125
- }
1126
- },
1127
- "context": {
1128
- "type": "object",
1129
- "description": "Shared context available to all steps",
1130
- "properties": {
1131
- "variables": {
1132
- "type": "object",
1133
- "description": "Workflow-level variables",
1134
- "additionalProperties": true
1135
- },
1136
- "secrets": {
1137
- "type": "array",
1138
- "description": "Secret references available to steps",
1139
- "items": {
1140
- "type": "object",
1141
- "properties": {
1142
- "name": {
1143
- "type": "string",
1144
- "description": "Secret name available to steps"
1145
- },
1146
- "ref": {
1147
- "type": "string",
1148
- "description": "Secret reference (e.g., vault://secret/api-key)"
1149
- }
1150
- },
1151
- "required": [
1152
- "name",
1153
- "ref"
1154
- ]
1155
- }
1156
- }
1157
- },
1158
- "additionalProperties": false
1159
- },
1160
- "concurrency": {
1161
- "type": "object",
1162
- "description": "Concurrency control",
1163
- "properties": {
1164
- "group": {
1165
- "type": "string",
1166
- "description": "Concurrency group name (workflows in same group are serialized)"
1167
- },
1168
- "cancel_in_progress": {
1169
- "type": "boolean",
1170
- "default": false,
1171
- "description": "Cancel running workflow if new one starts in same group"
1172
- }
1173
- },
1174
- "additionalProperties": false
1175
- },
1176
- "error_handling": {
1177
- "type": "object",
1178
- "description": "Workflow-level error handling",
1179
- "properties": {
1180
- "on_failure": {
1181
- "type": "string",
1182
- "enum": [
1183
- "halt",
1184
- "continue",
1185
- "rollback",
1186
- "notify",
1187
- "compensate",
1188
- "compensation"
1189
- ],
1190
- "default": "halt",
1191
- "description": "Action on step failure"
1192
- },
1193
- "compensation_steps": {
1194
- "type": "array",
1195
- "description": "Steps to run on rollback/compensate",
1196
- "items": {
1197
- "$ref": "#/definitions/WorkflowStep"
1198
- }
1199
- },
1200
- "notification": {
1201
- "type": "object",
1202
- "description": "Notification on failure",
1203
- "properties": {
1204
- "channels": {
1205
- "type": "array",
1206
- "items": {
1207
- "type": "string",
1208
- "enum": [
1209
- "email",
1210
- "slack",
1211
- "webhook",
1212
- "pagerduty"
1213
- ]
1214
- }
1215
- },
1216
- "template": {
1217
- "type": "string",
1218
- "description": "Notification template reference"
1219
- }
1220
- }
1221
- },
1222
- "retry_policy": {
1223
- "type": "object",
1224
- "properties": {
1225
- "max_attempts": {
1226
- "type": "integer",
1227
- "minimum": 1,
1228
- "maximum": 10,
1229
- "default": 3
1230
- },
1231
- "backoff": {
1232
- "type": "string",
1233
- "enum": [
1234
- "fixed",
1235
- "exponential",
1236
- "linear"
1237
- ],
1238
- "default": "exponential"
1239
- },
1240
- "initial_delay_ms": {
1241
- "type": "integer",
1242
- "minimum": 100,
1243
- "default": 1000
1244
- },
1245
- "max_delay_ms": {
1246
- "type": "integer",
1247
- "default": 60000
1248
- }
1249
- }
1250
- }
1251
- },
1252
- "additionalProperties": true
1253
- },
1254
- "timeout_seconds": {
1255
- "type": "integer",
1256
- "minimum": 1,
1257
- "maximum": 86400,
1258
- "description": "Maximum workflow execution time in seconds"
1259
- },
1260
- "observability": {
1261
- "type": "object",
1262
- "description": "Workflow observability configuration",
1263
- "properties": {
1264
- "tracing": {
1265
- "type": "object",
1266
- "properties": {
1267
- "enabled": {
1268
- "type": "boolean",
1269
- "default": true
1270
- },
1271
- "propagate_context": {
1272
- "type": "boolean",
1273
- "default": true,
1274
- "description": "Propagate trace context to steps"
1275
- }
1276
- }
1277
- },
1278
- "metrics": {
1279
- "type": "object",
1280
- "properties": {
1281
- "enabled": {
1282
- "type": "boolean",
1283
- "default": true
1284
- },
1285
- "custom_labels": {
1286
- "type": "object",
1287
- "additionalProperties": {
1288
- "type": "string"
1289
- }
1290
- }
1291
- }
1292
- },
1293
- "logging": {
1294
- "type": "object",
1295
- "properties": {
1296
- "level": {
1297
- "type": "string",
1298
- "enum": [
1299
- "debug",
1300
- "info",
1301
- "warn",
1302
- "error"
1303
- ],
1304
- "default": "info"
1305
- }
1306
- }
1307
- }
1308
- },
1309
- "additionalProperties": true
1310
- }
1311
- },
1312
- "additionalProperties": true
1313
- },
1314
- "RuntimeBinding": {
1315
- "type": "object",
1316
- "description": "Multi-runtime compatibility declaration",
1317
- "properties": {
1318
- "type": {
1319
- "type": "string",
1320
- "description": "Primary runtime type",
1321
- "enum": [
1322
- "unified",
1323
- "google-a2a",
1324
- "gitlab-duo",
1325
- "ossa-mesh",
1326
- "mcp",
1327
- "local",
1328
- "drupal",
1329
- "symfony_messenger",
1330
- "kagent",
1331
- "temporal",
1332
- "node"
1333
- ],
1334
- "default": "unified"
1335
- },
1336
- "supports": {
1337
- "type": "array",
1338
- "description": "List of compatible runtimes",
1339
- "items": {
1340
- "type": "string",
1341
- "enum": [
1342
- "google-a2a",
1343
- "gitlab-duo",
1344
- "ossa-mesh",
1345
- "mcp",
1346
- "local-execution",
1347
- "kubernetes",
1348
- "serverless",
1349
- "lambda",
1350
- "cloudflare-workers",
1351
- "drupal",
1352
- "symfony"
1353
- ]
1354
- },
1355
- "uniqueItems": true
1356
- },
1357
- "transport": {
1358
- "type": "string",
1359
- "description": "Message transport for async runtimes",
1360
- "examples": [
1361
- "async",
1362
- "sync",
1363
- "amqp",
1364
- "redis"
1365
- ]
1366
- },
1367
- "scheduling": {
1368
- "$ref": "#/definitions/SchedulingConfig",
1369
- "description": "Agent scheduling configuration"
1370
- },
1371
- "resource_limits": {
1372
- "$ref": "#/definitions/ResourceLimits",
1373
- "description": "Compute resource constraints"
1374
- },
1375
- "extensions": {
1376
- "type": "array",
1377
- "description": "External runtime extensions",
1378
- "items": {
1379
- "$ref": "#/definitions/RuntimeExtension"
1380
- }
1381
- },
1382
- "bindings": {
1383
- "type": "object",
1384
- "description": "Map of capability names to runtime-specific handlers",
1385
- "additionalProperties": {
1386
- "type": "object",
1387
- "properties": {
1388
- "handler": {
1389
- "type": "string",
1390
- "description": "Handler class/function (e.g., 'Drupal\\node\\NodeQuery::getList')"
1391
- },
1392
- "mcp_server": {
1393
- "type": "string",
1394
- "description": "MCP server name for MCP-based bindings"
1395
- },
1396
- "tool": {
1397
- "type": "string",
1398
- "description": "Tool name within MCP server"
1399
- },
1400
- "config": {
1401
- "type": "object",
1402
- "description": "Additional binding configuration",
1403
- "additionalProperties": true
1404
- }
1405
- },
1406
- "additionalProperties": false
1407
- }
1408
- },
1409
- "kubernetes": {
1410
- "$ref": "#/definitions/KubernetesConfig",
1411
- "description": "Kubernetes-specific configuration (KAS-inspired)"
1412
- }
1413
- },
1414
- "additionalProperties": false
1415
- },
1416
- "Trigger": {
1417
- "type": "object",
1418
- "description": "Workflow trigger configuration",
1419
- "required": [
1420
- "type"
1421
- ],
1422
- "properties": {
1423
- "type": {
1424
- "type": "string",
1425
- "enum": [
1426
- "webhook",
1427
- "cron",
1428
- "event",
1429
- "manual"
1430
- ],
1431
- "description": "Trigger type"
1432
- },
1433
- "path": {
1434
- "type": "string",
1435
- "description": "Webhook path (for type=webhook)"
1436
- },
1437
- "schedule": {
1438
- "type": "string",
1439
- "description": "Cron expression (for type=cron)",
1440
- "examples": [
1441
- "0 8 * * *",
1442
- "*/15 * * * *"
1443
- ]
1444
- },
1445
- "source": {
1446
- "type": "string",
1447
- "description": "Event source (for type=event)",
1448
- "examples": [
1449
- "drupal",
1450
- "kafka",
1451
- "webhook"
1452
- ]
1453
- },
1454
- "event": {
1455
- "type": "string",
1456
- "description": "Event name (for type=event)",
1457
- "examples": [
1458
- "node.created",
1459
- "user.login",
1460
- "order.placed"
1461
- ]
1462
- },
1463
- "filter": {
1464
- "type": "object",
1465
- "description": "Event filter conditions",
1466
- "additionalProperties": true
1467
- }
1468
- },
1469
- "additionalProperties": true
1470
- },
1471
- "WorkflowStep": {
1472
- "type": "object",
1473
- "description": "A step in a workflow - can be a Task, Agent, or control structure",
1474
- "required": [
1475
- "id"
1476
- ],
1477
- "properties": {
1478
- "id": {
1479
- "type": "string",
1480
- "pattern": "^[a-z][a-z0-9_-]*$",
1481
- "description": "Step identifier (unique within workflow)"
1482
- },
1483
- "name": {
1484
- "type": "string",
1485
- "description": "Human-readable step name for display"
1486
- },
1487
- "kind": {
1488
- "type": "string",
1489
- "enum": [
1490
- "Task",
1491
- "Agent",
1492
- "Parallel",
1493
- "Conditional",
1494
- "Loop"
1495
- ],
1496
- "description": "Step type"
1497
- },
1498
- "ref": {
1499
- "type": "string",
1500
- "description": "Reference to Task or Agent manifest file",
1501
- "examples": [
1502
- "./tasks/publish-content.yaml",
1503
- "./agents/content-reviewer.yaml"
1504
- ]
1505
- },
1506
- "inline": {
1507
- "type": "object",
1508
- "description": "Inline Task or Agent specification (alternative to ref)"
1509
- },
1510
- "input": {
1511
- "type": "object",
1512
- "description": "Input mapping using expression syntax",
1513
- "additionalProperties": true,
1514
- "examples": [
1515
- {
1516
- "content": "${{ steps.fetch.output.content }}",
1517
- "priority": "${{ workflow.input.priority }}"
1518
- }
1519
- ]
1520
- },
1521
- "output": {
1522
- "type": "object",
1523
- "description": "Output mapping to workflow context",
1524
- "properties": {
1525
- "to": {
1526
- "type": "string",
1527
- "description": "Variable name to store output"
1528
- },
1529
- "fields": {
1530
- "type": "array",
1531
- "items": {
1532
- "type": "string"
1533
- },
1534
- "description": "Specific fields to extract from output"
1535
- }
1536
- }
1537
- },
1538
- "condition": {
1539
- "type": "string",
1540
- "description": "Condition expression for conditional execution",
1541
- "examples": [
1542
- "${{ steps.review.output.approved }}",
1543
- "${{ workflow.input.priority == 'high' }}",
1544
- "${{ steps.check.output.status == 'ready' && context.retry_count < 3 }}"
1545
- ]
1546
- },
1547
- "depends_on": {
1548
- "type": "array",
1549
- "description": "Explicit dependencies on other steps",
1550
- "items": {
1551
- "type": "string"
1552
- },
1553
- "examples": [
1554
- [
1555
- "fetch",
1556
- "validate"
1557
- ]
1558
- ]
1559
- },
1560
- "parallel": {
1561
- "type": "array",
1562
- "description": "Steps to run in parallel (for kind: Parallel)",
1563
- "items": {
1564
- "$ref": "#/definitions/WorkflowStep"
1565
- }
1566
- },
1567
- "branches": {
1568
- "type": "array",
1569
- "description": "Conditional branches (for kind: Conditional)",
1570
- "items": {
1571
- "type": "object",
1572
- "properties": {
1573
- "condition": {
1574
- "type": "string",
1575
- "description": "Branch condition expression"
1576
- },
1577
- "steps": {
1578
- "type": "array",
1579
- "items": {
1580
- "$ref": "#/definitions/WorkflowStep"
1581
- }
1582
- }
1583
- },
1584
- "required": [
1585
- "condition",
1586
- "steps"
1587
- ]
1588
- }
1589
- },
1590
- "else": {
1591
- "type": "array",
1592
- "description": "Steps to run if no branch condition matches (for kind: Conditional)",
1593
- "items": {
1594
- "$ref": "#/definitions/WorkflowStep"
1595
- }
1596
- },
1597
- "loop": {
1598
- "type": "object",
1599
- "description": "Loop configuration (for kind: Loop)",
1600
- "properties": {
1601
- "over": {
1602
- "type": "string",
1603
- "description": "Expression returning array to iterate over",
1604
- "examples": [
1605
- "${{ steps.fetch.output.items }}",
1606
- "${{ workflow.input.recipients }}"
1607
- ]
1608
- },
1609
- "as": {
1610
- "type": "string",
1611
- "description": "Variable name for current item",
1612
- "default": "item"
1613
- },
1614
- "index": {
1615
- "type": "string",
1616
- "description": "Variable name for current index",
1617
- "default": "index"
1618
- },
1619
- "parallelism": {
1620
- "type": "integer",
1621
- "minimum": 1,
1622
- "description": "Maximum parallel iterations"
1623
- }
1624
- },
1625
- "required": [
1626
- "over"
1627
- ]
1628
- },
1629
- "steps": {
1630
- "type": "array",
1631
- "description": "Nested steps (for Loop and Conditional kinds)",
1632
- "items": {
1633
- "$ref": "#/definitions/WorkflowStep"
1634
- }
1635
- },
1636
- "retry": {
1637
- "type": "object",
1638
- "description": "Step-specific retry configuration",
1639
- "properties": {
1640
- "max_attempts": {
1641
- "type": "integer",
1642
- "minimum": 1,
1643
- "maximum": 10,
1644
- "default": 3
1645
- },
1646
- "backoff_strategy": {
1647
- "type": "string",
1648
- "enum": [
1649
- "fixed",
1650
- "exponential",
1651
- "linear"
1652
- ],
1653
- "default": "exponential"
1654
- },
1655
- "initial_delay_ms": {
1656
- "type": "integer",
1657
- "minimum": 100,
1658
- "default": 1000
1659
- },
1660
- "retryable_errors": {
1661
- "type": "array",
1662
- "items": {
1663
- "type": "string"
1664
- },
1665
- "description": "Error codes that should trigger retry"
1666
- }
1667
- }
1668
- },
1669
- "timeout_seconds": {
1670
- "type": "integer",
1671
- "minimum": 1,
1672
- "maximum": 86400,
1673
- "description": "Step-specific timeout"
1674
- },
1675
- "continue_on_error": {
1676
- "type": "boolean",
1677
- "default": false,
1678
- "description": "Continue workflow even if this step fails"
1679
- },
1680
- "on_error": {
1681
- "type": "object",
1682
- "description": "Step-specific error handling",
1683
- "properties": {
1684
- "action": {
1685
- "type": "string",
1686
- "enum": [
1687
- "fail",
1688
- "continue",
1689
- "goto",
1690
- "compensate"
1691
- ],
1692
- "default": "fail"
1693
- },
1694
- "goto": {
1695
- "type": "string",
1696
- "description": "Step ID to jump to on error (for action: goto)"
1697
- },
1698
- "compensation": {
1699
- "$ref": "#/definitions/WorkflowStep",
1700
- "description": "Compensation step to run on error"
1701
- }
1702
- }
1703
- },
1704
- "labels": {
1705
- "type": "object",
1706
- "description": "Step labels for filtering and organization",
1707
- "additionalProperties": {
1708
- "type": "string"
1709
- }
1710
- }
1711
- },
1712
- "additionalProperties": true
1713
- },
1714
- "JSONSchemaDefinition": {
1715
- "type": "object",
1716
- "description": "JSON Schema definition for input/output validation",
1717
- "properties": {
1718
- "type": {
1719
- "type": "string",
1720
- "enum": [
1721
- "object",
1722
- "array",
1723
- "string",
1724
- "number",
1725
- "integer",
1726
- "boolean",
1727
- "null"
1728
- ]
1729
- },
1730
- "properties": {
1731
- "type": "object",
1732
- "additionalProperties": true
1733
- },
1734
- "required": {
1735
- "type": "array",
1736
- "items": {
1737
- "type": "string"
1738
- }
1739
- },
1740
- "items": {
1741
- "type": "object"
1742
- },
1743
- "additionalProperties": {
1744
- "type": [
1745
- "boolean",
1746
- "object"
1747
- ]
1748
- }
1749
- },
1750
- "additionalProperties": true
1751
- },
1752
- "LLMConfig": {
1753
- "type": "object",
1754
- "required": [
1755
- "provider",
1756
- "model"
1757
- ],
1758
- "properties": {
1759
- "provider": {
1760
- "description": "LLM provider - literal value or environment variable with default (e.g., ${LLM_PROVIDER:-anthropic})",
1761
- "anyOf": [
1762
- {
1763
- "type": "string",
1764
- "enum": [
1765
- "openai",
1766
- "anthropic",
1767
- "google",
1768
- "azure",
1769
- "ollama",
1770
- "mistral",
1771
- "cohere",
1772
- "groq",
1773
- "together",
1774
- "fireworks",
1775
- "deepseek",
1776
- "custom"
1777
- ]
1778
- },
1779
- {
1780
- "type": "string",
1781
- "pattern": "^[$]\\{[A-Za-z_][A-Za-z0-9_]*(?::-[a-zA-Z0-9_-]+)?\\}$",
1782
- "description": "Environment variable reference with optional default"
1783
- }
1784
- ]
1785
- },
1786
- "model": {
1787
- "type": "string",
1788
- "description": "Model identifier (e.g., gpt-4o, claude-sonnet-4.5-20250929)"
1789
- },
1790
- "temperature": {
1791
- "type": "number",
1792
- "minimum": 0,
1793
- "maximum": 2,
1794
- "description": "Sampling temperature for response generation"
1795
- },
1796
- "maxTokens": {
1797
- "type": "integer",
1798
- "minimum": 1,
1799
- "description": "Maximum tokens in response"
1800
- },
1801
- "fallback_models": {
1802
- "type": "array",
1803
- "description": "Ordered list of fallback LLM configurations for resilience",
1804
- "items": {
1805
- "$ref": "#/definitions/FallbackLLM"
1806
- }
1807
- },
1808
- "retry_config": {
1809
- "$ref": "#/definitions/RetryConfig",
1810
- "description": "Retry and backoff configuration for transient failures"
1811
- },
1812
- "cost_tracking": {
1813
- "$ref": "#/definitions/CostTracking",
1814
- "description": "Cost governance and allocation tracking"
1815
- },
1816
- "profile": {
1817
- "description": "Execution profile for task-specific optimization (A2A compatible)",
1818
- "anyOf": [
1819
- {
1820
- "type": "string",
1821
- "enum": [
1822
- "fast",
1823
- "balanced",
1824
- "deep",
1825
- "safe"
1826
- ]
1827
- },
1828
- {
1829
- "type": "string",
1830
- "pattern": "^[$]\\{[A-Za-z_][A-Za-z0-9_]*(?::-[a-zA-Z0-9_-]+)?\\}$",
1831
- "description": "Environment variable reference with optional default"
1832
- }
1833
- ],
1834
- "default": "balanced"
1835
- },
1836
- "execution_profiles": {
1837
- "$ref": "#/definitions/ExecutionProfiles",
1838
- "description": "Custom execution profile definitions"
1839
- }
1840
- },
1841
- "additionalProperties": true
1842
- },
1843
- "FallbackLLM": {
1844
- "type": "object",
1845
- "description": "Fallback LLM configuration for resilience",
1846
- "required": [
1847
- "provider",
1848
- "model"
1849
- ],
1850
- "properties": {
1851
- "provider": {
1852
- "description": "LLM provider - literal value or environment variable",
1853
- "anyOf": [
1854
- {
1855
- "type": "string",
1856
- "enum": [
1857
- "openai",
1858
- "anthropic",
1859
- "google",
1860
- "azure",
1861
- "ollama",
1862
- "mistral",
1863
- "cohere",
1864
- "groq",
1865
- "together",
1866
- "fireworks",
1867
- "deepseek",
1868
- "custom"
1869
- ]
1870
- },
1871
- {
1872
- "type": "string",
1873
- "pattern": "^[$]\\{[A-Za-z_][A-Za-z0-9_]*(?::-[a-zA-Z0-9_-]+)?\\}$"
1874
- }
1875
- ]
1876
- },
1877
- "model": {
1878
- "type": "string",
1879
- "description": "Model identifier"
1880
- },
1881
- "temperature": {
1882
- "type": "number",
1883
- "minimum": 0,
1884
- "maximum": 2
1885
- },
1886
- "trigger": {
1887
- "type": "object",
1888
- "description": "Conditions that trigger fallback",
1889
- "properties": {
1890
- "on_error": {
1891
- "type": "boolean",
1892
- "description": "Trigger on any error from primary"
1893
- },
1894
- "max_retries": {
1895
- "type": "integer",
1896
- "description": "Retries before falling back"
1897
- },
1898
- "error_codes": {
1899
- "type": "array",
1900
- "items": {
1901
- "type": "integer"
1902
- },
1903
- "description": "Specific error codes to trigger on"
1904
- },
1905
- "latency_threshold_ms": {
1906
- "type": "integer",
1907
- "description": "Trigger when latency exceeds this threshold"
1908
- }
1909
- },
1910
- "additionalProperties": true
1911
- }
1912
- },
1913
- "additionalProperties": true
1914
- },
1915
- "RetryConfig": {
1916
- "type": "object",
1917
- "description": "Retry and backoff configuration for LLM calls",
1918
- "properties": {
1919
- "max_attempts": {
1920
- "type": "integer",
1921
- "minimum": 1,
1922
- "maximum": 10,
1923
- "default": 3,
1924
- "description": "Maximum number of retry attempts"
1925
- },
1926
- "backoff_strategy": {
1927
- "type": "string",
1928
- "enum": [
1929
- "none",
1930
- "linear",
1931
- "exponential"
1932
- ],
1933
- "default": "exponential",
1934
- "description": "Backoff strategy between retries"
1935
- },
1936
- "initial_delay_ms": {
1937
- "type": "integer",
1938
- "minimum": 0,
1939
- "default": 1000,
1940
- "description": "Initial delay in milliseconds before first retry"
1941
- },
1942
- "max_delay_ms": {
1943
- "type": "integer",
1944
- "minimum": 0,
1945
- "default": 30000,
1946
- "description": "Maximum delay between retries"
1947
- }
1948
- },
1949
- "additionalProperties": false
1950
- },
1951
- "CostTracking": {
1952
- "type": "object",
1953
- "description": "Cost governance and allocation tracking for LLM usage",
1954
- "properties": {
1955
- "enabled": {
1956
- "type": "boolean",
1957
- "default": false,
1958
- "description": "Enable cost tracking for this agent"
1959
- },
1960
- "budget_alert_threshold": {
1961
- "type": "number",
1962
- "minimum": 0,
1963
- "description": "Alert threshold in dollars for budget monitoring"
1964
- },
1965
- "cost_allocation_tags": {
1966
- "type": "object",
1967
- "additionalProperties": {
1968
- "type": "string"
1969
- },
1970
- "description": "Tags for cost allocation and chargeback (e.g., project, team, service)"
1971
- }
1972
- },
1973
- "additionalProperties": false
1974
- },
1975
- "Tool": {
1976
- "type": "object",
1977
- "required": [
1978
- "type"
1979
- ],
1980
- "properties": {
1981
- "type": {
1982
- "type": "string",
1983
- "enum": [
1984
- "mcp",
1985
- "kubernetes",
1986
- "http",
1987
- "api",
1988
- "grpc",
1989
- "function",
1990
- "a2a",
1991
- "webhook",
1992
- "schedule",
1993
- "pipeline",
1994
- "workflow",
1995
- "artifact",
1996
- "git-commit",
1997
- "ci-status",
1998
- "comment",
1999
- "library",
2000
- "custom"
2001
- ],
2002
- "description": "Tool/trigger type: mcp (Model Context Protocol), kubernetes (K8s API), http (HTTP endpoints), api (REST APIs), grpc (gRPC), function (local), a2a (agent-to-agent), webhook (event triggers), schedule (cron triggers), pipeline (CI/CD events), workflow (status changes), artifact (file outputs), git-commit (commit outputs), ci-status (pipeline status), comment (MR/issue comments), library (reusable logic), custom"
2003
- },
2004
- "name": {
2005
- "type": "string"
2006
- },
2007
- "capabilities": {
2008
- "type": "array",
2009
- "items": {
2010
- "$ref": "#/definitions/Capability"
2011
- }
2012
- }
2013
- },
2014
- "additionalProperties": true
2015
- },
2016
- "Capability": {
2017
- "description": "Capability definition - can be a simple string name or a detailed object",
2018
- "anyOf": [
2019
- {
2020
- "type": "string",
2021
- "description": "Simple capability name"
2022
- },
2023
- {
2024
- "type": "object",
2025
- "required": [
2026
- "name"
2027
- ],
2028
- "properties": {
2029
- "name": {
2030
- "type": "string"
2031
- },
2032
- "version": {
2033
- "type": "string",
2034
- "description": "Capability version"
2035
- },
2036
- "description": {
2037
- "type": "string"
2038
- },
2039
- "scopes": {
2040
- "type": "array",
2041
- "items": {
2042
- "type": "string"
2043
- },
2044
- "description": "Required scopes/permissions"
2045
- },
2046
- "transport": {
2047
- "type": "object",
2048
- "description": "Transport binding configuration"
2049
- },
2050
- "input_schema": {
2051
- "type": "object"
2052
- },
2053
- "output_schema": {
2054
- "type": "object"
2055
- }
2056
- },
2057
- "additionalProperties": true
2058
- }
2059
- ]
2060
- },
2061
- "Autonomy": {
2062
- "type": "object",
2063
- "description": "Agent autonomy configuration",
2064
- "properties": {
2065
- "level": {
2066
- "type": "string",
2067
- "enum": [
2068
- "supervised",
2069
- "assisted",
2070
- "semi_autonomous",
2071
- "autonomous",
2072
- "fully_autonomous"
2073
- ],
2074
- "description": "Autonomy level: supervised (all approval), assisted (guidance with approval), semi_autonomous (limited autonomy), autonomous (self-directed), fully_autonomous (no oversight)"
2075
- },
2076
- "approval_required": {
2077
- "description": "Whether human approval is required, or list of specific actions requiring approval",
2078
- "anyOf": [
2079
- {
2080
- "type": "boolean"
2081
- },
2082
- {
2083
- "type": "array",
2084
- "items": {
2085
- "type": "string"
2086
- },
2087
- "description": "List of action types that require human approval"
2088
- }
2089
- ]
2090
- },
2091
- "allowed_actions": {
2092
- "type": "array",
2093
- "items": {
2094
- "type": "string"
2095
- },
2096
- "description": "Actions the agent is allowed to perform"
2097
- },
2098
- "blocked_actions": {
2099
- "type": "array",
2100
- "items": {
2101
- "type": "string"
2102
- },
2103
- "description": "Actions the agent is explicitly blocked from"
2104
- },
2105
- "escalation_policy": {
2106
- "type": "object",
2107
- "description": "Policy for escalating to humans or other agents",
2108
- "properties": {
2109
- "triggers": {
2110
- "type": "array",
2111
- "items": {
2112
- "type": "string"
2113
- },
2114
- "description": "Conditions that trigger escalation"
2115
- },
2116
- "notify": {
2117
- "type": "array",
2118
- "items": {
2119
- "type": "string"
2120
- },
2121
- "description": "Notification channels (e.g., slack:#channel, gitlab:@team)"
2122
- }
2123
- },
2124
- "additionalProperties": true
2125
- }
2126
- },
2127
- "additionalProperties": true
2128
- },
2129
- "Constraints": {
2130
- "type": "object",
2131
- "description": "Agent resource and operational constraints",
2132
- "properties": {
2133
- "cost": {
2134
- "type": "object",
2135
- "description": "Cost constraints for LLM usage",
2136
- "properties": {
2137
- "maxTokensPerDay": {
2138
- "type": "integer",
2139
- "description": "Maximum tokens per day"
2140
- },
2141
- "maxTokensPerRequest": {
2142
- "type": "integer",
2143
- "description": "Maximum tokens per request"
2144
- },
2145
- "maxCostPerDay": {
2146
- "type": "number",
2147
- "description": "Maximum cost per day"
2148
- },
2149
- "currency": {
2150
- "type": "string",
2151
- "description": "Currency for cost tracking (e.g., USD, EUR)"
2152
- }
2153
- },
2154
- "additionalProperties": true
2155
- },
2156
- "performance": {
2157
- "type": "object",
2158
- "description": "Performance constraints",
2159
- "properties": {
2160
- "maxLatencySeconds": {
2161
- "type": "number",
2162
- "description": "Maximum response latency in seconds"
2163
- },
2164
- "maxConcurrentRequests": {
2165
- "type": "integer",
2166
- "description": "Maximum concurrent requests"
2167
- },
2168
- "timeoutSeconds": {
2169
- "type": "number",
2170
- "description": "Request timeout in seconds"
2171
- }
2172
- },
2173
- "additionalProperties": true
2174
- },
2175
- "resources": {
2176
- "type": "object",
2177
- "description": "Compute resource constraints (Kubernetes-style)",
2178
- "properties": {
2179
- "cpu": {
2180
- "type": "string",
2181
- "description": "CPU limit (e.g., '1', '500m')"
2182
- },
2183
- "memory": {
2184
- "type": "string",
2185
- "description": "Memory limit (e.g., '2Gi', '512Mi')"
2186
- }
2187
- },
2188
- "additionalProperties": true
2189
- }
2190
- },
2191
- "additionalProperties": true
2192
- },
2193
- "State": {
2194
- "type": "object",
2195
- "description": "Agent state management configuration",
2196
- "properties": {
2197
- "mode": {
2198
- "type": "string",
2199
- "enum": [
2200
- "stateless",
2201
- "session",
2202
- "long_running"
2203
- ],
2204
- "description": "State persistence mode"
2205
- },
2206
- "storage": {
2207
- "type": "object",
2208
- "description": "State storage configuration",
2209
- "properties": {
2210
- "type": {
2211
- "type": "string",
2212
- "enum": [
2213
- "memory",
2214
- "vector-db",
2215
- "kv",
2216
- "rdbms",
2217
- "custom"
2218
- ],
2219
- "description": "Storage backend type"
2220
- },
2221
- "retention": {
2222
- "type": "string",
2223
- "description": "Data retention period (e.g., '30d', '1h')"
2224
- },
2225
- "config": {
2226
- "type": "object",
2227
- "description": "Storage-specific configuration",
2228
- "properties": {
2229
- "provider": {
2230
- "type": "string",
2231
- "description": "Storage provider (e.g., redis, postgres, pinecone)"
2232
- },
2233
- "prefix": {
2234
- "type": "string",
2235
- "description": "Key prefix for namespacing"
2236
- },
2237
- "endpoint": {
2238
- "type": "string",
2239
- "description": "Storage endpoint URL"
2240
- }
2241
- },
2242
- "additionalProperties": true
2243
- },
2244
- "encryption": {
2245
- "type": "object",
2246
- "description": "Storage encryption configuration",
2247
- "properties": {
2248
- "enabled": {
2249
- "type": "boolean"
2250
- },
2251
- "algorithm": {
2252
- "type": "string",
2253
- "description": "Encryption algorithm (e.g., aes-256-gcm)"
2254
- },
2255
- "keyRef": {
2256
- "type": "string",
2257
- "description": "Reference to encryption key (e.g., env:ENCRYPTION_KEY)"
2258
- }
2259
- },
2260
- "additionalProperties": true
2261
- }
2262
- },
2263
- "additionalProperties": true
2264
- },
2265
- "context_window": {
2266
- "type": "object",
2267
- "description": "Context window management for conversation history",
2268
- "properties": {
2269
- "max_messages": {
2270
- "type": "integer",
2271
- "description": "Maximum messages to retain"
2272
- },
2273
- "max_tokens": {
2274
- "type": "integer",
2275
- "description": "Maximum tokens in context"
2276
- },
2277
- "strategy": {
2278
- "type": "string",
2279
- "enum": [
2280
- "truncation",
2281
- "summarization",
2282
- "sliding_window"
2283
- ],
2284
- "description": "Strategy for managing context overflow"
2285
- }
2286
- },
2287
- "additionalProperties": true
2288
- }
2289
- },
2290
- "additionalProperties": true
2291
- },
2292
- "AgentObservability": {
2293
- "type": "object",
2294
- "description": "Agent observability configuration",
2295
- "properties": {
2296
- "tracing": {
2297
- "type": "object",
2298
- "description": "Distributed tracing configuration",
2299
- "properties": {
2300
- "enabled": {
2301
- "type": "boolean"
2302
- },
2303
- "exporter": {
2304
- "type": "string",
2305
- "description": "Trace exporter (e.g., otlp, jaeger, zipkin)"
2306
- },
2307
- "endpoint": {
2308
- "type": "string",
2309
- "description": "Trace collector endpoint"
2310
- }
2311
- },
2312
- "additionalProperties": true
2313
- },
2314
- "metrics": {
2315
- "type": "object",
2316
- "description": "Metrics collection configuration",
2317
- "properties": {
2318
- "enabled": {
2319
- "type": "boolean"
2320
- },
2321
- "exporter": {
2322
- "type": "string",
2323
- "description": "Metrics exporter (e.g., prometheus, otlp)"
2324
- },
2325
- "endpoint": {
2326
- "type": "string",
2327
- "description": "Metrics endpoint"
2328
- },
2329
- "port": {
2330
- "type": "integer",
2331
- "description": "Metrics server port"
2332
- },
2333
- "customMetrics": {
2334
- "type": "array",
2335
- "description": "Custom metrics definitions",
2336
- "items": {
2337
- "type": "object",
2338
- "properties": {
2339
- "name": {
2340
- "type": "string"
2341
- },
2342
- "type": {
2343
- "type": "string",
2344
- "enum": [
2345
- "counter",
2346
- "gauge",
2347
- "histogram"
2348
- ]
2349
- },
2350
- "description": {
2351
- "type": "string"
2352
- }
2353
- }
2354
- }
2355
- }
2356
- },
2357
- "additionalProperties": true
2358
- },
2359
- "logging": {
2360
- "type": "object",
2361
- "description": "Logging configuration",
2362
- "properties": {
2363
- "level": {
2364
- "type": "string",
2365
- "enum": [
2366
- "debug",
2367
- "info",
2368
- "warn",
2369
- "error"
2370
- ],
2371
- "description": "Log level"
2372
- },
2373
- "format": {
2374
- "type": "string",
2375
- "enum": [
2376
- "json",
2377
- "text"
2378
- ],
2379
- "description": "Log format"
2380
- }
2381
- },
2382
- "additionalProperties": true
2383
- },
2384
- "alerting": {
2385
- "type": "object",
2386
- "description": "Alerting configuration",
2387
- "properties": {
2388
- "enabled": {
2389
- "type": "boolean"
2390
- },
2391
- "channels": {
2392
- "type": "array",
2393
- "items": {
2394
- "type": "string"
2395
- }
2396
- },
2397
- "rules": {
2398
- "type": "array",
2399
- "items": {
2400
- "type": "object"
2401
- }
2402
- }
2403
- },
2404
- "additionalProperties": true
2405
- },
2406
- "slo": {
2407
- "type": "object",
2408
- "description": "Service level objectives",
2409
- "properties": {
2410
- "availability": {
2411
- "type": "number"
2412
- },
2413
- "latency_p95_ms": {
2414
- "type": "integer"
2415
- },
2416
- "error_budget": {
2417
- "type": "number"
2418
- }
2419
- },
2420
- "additionalProperties": true
2421
- }
2422
- },
2423
- "additionalProperties": true
2424
- },
2425
- "Safety": {
2426
- "type": "object",
2427
- "description": "Agent safety and security configuration",
2428
- "properties": {
2429
- "content_filtering": {
2430
- "type": "object",
2431
- "description": "Content filtering for inputs/outputs",
2432
- "properties": {
2433
- "enabled": {
2434
- "type": "boolean"
2435
- },
2436
- "categories": {
2437
- "type": "array",
2438
- "items": {
2439
- "type": "string"
2440
- },
2441
- "description": "Categories to filter (e.g., pii, credentials)"
2442
- },
2443
- "threshold": {
2444
- "type": "string",
2445
- "enum": [
2446
- "low",
2447
- "medium",
2448
- "high"
2449
- ],
2450
- "description": "Filtering sensitivity"
2451
- },
2452
- "action": {
2453
- "type": "string",
2454
- "enum": [
2455
- "warn",
2456
- "block",
2457
- "redact"
2458
- ],
2459
- "description": "Action when content matches"
2460
- }
2461
- },
2462
- "additionalProperties": true
2463
- },
2464
- "pii_detection": {
2465
- "type": "object",
2466
- "description": "PII detection and handling",
2467
- "properties": {
2468
- "enabled": {
2469
- "type": "boolean"
2470
- },
2471
- "types": {
2472
- "type": "array",
2473
- "items": {
2474
- "type": "string"
2475
- },
2476
- "description": "PII types to detect (email, phone, ssn, api_key, etc.)"
2477
- },
2478
- "action": {
2479
- "type": "string",
2480
- "enum": [
2481
- "warn",
2482
- "block",
2483
- "redact"
2484
- ],
2485
- "description": "Action when PII detected"
2486
- }
2487
- },
2488
- "additionalProperties": true
2489
- },
2490
- "rate_limiting": {
2491
- "type": "object",
2492
- "description": "Rate limiting configuration",
2493
- "properties": {
2494
- "enabled": {
2495
- "type": "boolean"
2496
- },
2497
- "requests_per_minute": {
2498
- "type": "integer"
2499
- },
2500
- "burst_limit": {
2501
- "type": "integer"
2502
- }
2503
- },
2504
- "additionalProperties": true
2505
- },
2506
- "guardrails": {
2507
- "type": "object",
2508
- "description": "Guardrails for agent behavior",
2509
- "properties": {
2510
- "enabled": {
2511
- "type": "boolean"
2512
- },
2513
- "policies": {
2514
- "type": "array",
2515
- "items": {
2516
- "type": "object"
2517
- },
2518
- "description": "Policy definitions"
2519
- },
2520
- "max_tool_calls": {
2521
- "type": "integer",
2522
- "description": "Maximum tool calls per turn"
2523
- },
2524
- "max_execution_time_seconds": {
2525
- "type": "integer",
2526
- "description": "Maximum execution time"
2527
- }
2528
- },
2529
- "additionalProperties": true
2530
- },
2531
- "human_in_loop": {
2532
- "type": "object",
2533
- "description": "Human-in-the-loop configuration",
2534
- "properties": {
2535
- "enabled": {
2536
- "type": "boolean"
2537
- },
2538
- "triggers": {
2539
- "type": "array",
2540
- "items": {
2541
- "type": "string"
2542
- },
2543
- "description": "Conditions that require human approval"
2544
- }
2545
- },
2546
- "additionalProperties": true
2547
- }
2548
- },
2549
- "additionalProperties": true
2550
- },
2551
- "MCPExtension": {
2552
- "type": "object",
2553
- "description": "Model Context Protocol (MCP) extension for agents - supports tools, resources, and prompts",
2554
- "properties": {
2555
- "enabled": {
2556
- "type": "boolean",
2557
- "default": true,
2558
- "description": "Whether MCP is enabled for this agent"
2559
- },
2560
- "server_type": {
2561
- "type": "string",
2562
- "enum": [
2563
- "stdio",
2564
- "http",
2565
- "sse"
2566
- ],
2567
- "description": "MCP server transport mechanism"
2568
- },
2569
- "server_name": {
2570
- "type": "string",
2571
- "description": "Name of the MCP server"
2572
- },
2573
- "tools": {
2574
- "type": "array",
2575
- "description": "MCP tools (functions/actions the agent can invoke)",
2576
- "items": {
2577
- "$ref": "#/definitions/MCPTool"
2578
- }
2579
- },
2580
- "resources": {
2581
- "type": "array",
2582
- "description": "MCP resources (read-only context/data sources)",
2583
- "items": {
2584
- "$ref": "#/definitions/MCPResource"
2585
- }
2586
- },
2587
- "prompts": {
2588
- "type": "array",
2589
- "description": "MCP prompts (templated workflows and interactions)",
2590
- "items": {
2591
- "$ref": "#/definitions/MCPPrompt"
2592
- }
2593
- }
2594
- },
2595
- "additionalProperties": false
2596
- },
2597
- "SkillsExtension": {
2598
- "type": "object",
2599
- "description": "Anthropic/AgentSkills.io compatibility extension - enables OSSA agents to be packaged as Skills",
2600
- "properties": {
2601
- "enabled": {
2602
- "type": "boolean",
2603
- "default": false,
2604
- "description": "Enable Skills format export/import for this agent"
2605
- },
2606
- "allowedTools": {
2607
- "type": "array",
2608
- "items": {
2609
- "type": "string"
2610
- },
2611
- "description": "Pre-approved tools list (maps to spec.capabilities). Matches Skills allowed-tools field."
2612
- },
2613
- "platforms": {
2614
- "type": "array",
2615
- "items": {
2616
- "type": "string",
2617
- "examples": ["Claude", "Claude Code", "Cursor", "Kiro"]
2618
- },
2619
- "description": "Compatible AI platforms/environments"
2620
- },
2621
- "license": {
2622
- "type": "string",
2623
- "description": "License for the skill (e.g., Apache-2.0, MIT, GPL-2.0-or-later)"
2624
- },
2625
- "progressiveDisclosure": {
2626
- "type": "object",
2627
- "description": "Token budget for progressive disclosure stages",
2628
- "properties": {
2629
- "metadataTokens": {
2630
- "type": "integer",
2631
- "default": 100,
2632
- "description": "Max tokens for metadata stage (name + description)"
2633
- },
2634
- "instructionsTokens": {
2635
- "type": "integer",
2636
- "default": 5000,
2637
- "description": "Max tokens for instructions stage (full SKILL.md body)"
2638
- }
2639
- }
2640
- },
2641
- "directories": {
2642
- "type": "object",
2643
- "description": "Skills directory structure mapping",
2644
- "properties": {
2645
- "scripts": {
2646
- "type": "string",
2647
- "default": "scripts/",
2648
- "description": "Path to executable scripts"
2649
- },
2650
- "references": {
2651
- "type": "string",
2652
- "default": "references/",
2653
- "description": "Path to on-demand documentation"
2654
- },
2655
- "assets": {
2656
- "type": "string",
2657
- "default": "assets/",
2658
- "description": "Path to static resources"
2659
- }
2660
- }
2661
- }
2662
- },
2663
- "additionalProperties": true
2664
- },
2665
- "MCPTool": {
2666
- "type": "object",
2667
- "description": "MCP tool definition - actions/functions the agent can invoke",
2668
- "required": [
2669
- "name"
2670
- ],
2671
- "properties": {
2672
- "name": {
2673
- "type": "string",
2674
- "description": "Unique tool name"
2675
- },
2676
- "description": {
2677
- "type": "string",
2678
- "description": "Human-readable description of what the tool does"
2679
- },
2680
- "input_schema": {
2681
- "$ref": "#/definitions/JSONSchemaDefinition",
2682
- "description": "JSON Schema for tool input parameters (snake_case)"
2683
- },
2684
- "inputSchema": {
2685
- "$ref": "#/definitions/JSONSchemaDefinition",
2686
- "description": "JSON Schema for tool input parameters (camelCase - MCP SDK convention)"
2687
- }
2688
- },
2689
- "additionalProperties": true
2690
- },
2691
- "MCPResource": {
2692
- "type": "object",
2693
- "description": "MCP resource definition - read-only context and data sources",
2694
- "required": [
2695
- "uri",
2696
- "name"
2697
- ],
2698
- "properties": {
2699
- "uri": {
2700
- "type": "string",
2701
- "format": "uri",
2702
- "description": "Unique resource identifier (URI)"
2703
- },
2704
- "name": {
2705
- "type": "string",
2706
- "description": "Human-readable resource name"
2707
- },
2708
- "description": {
2709
- "type": "string",
2710
- "description": "Description of the resource and its contents"
2711
- },
2712
- "mimeType": {
2713
- "type": "string",
2714
- "description": "MIME type of the resource content",
2715
- "examples": [
2716
- "text/plain",
2717
- "application/json",
2718
- "text/markdown",
2719
- "image/png"
2720
- ]
2721
- },
2722
- "metadata": {
2723
- "type": "object",
2724
- "description": "Additional resource metadata",
2725
- "additionalProperties": true
2726
- }
2727
- },
2728
- "additionalProperties": false
2729
- },
2730
- "MCPPrompt": {
2731
- "type": "object",
2732
- "description": "MCP prompt definition - templated messages and workflows",
2733
- "required": [
2734
- "name"
2735
- ],
2736
- "properties": {
2737
- "name": {
2738
- "type": "string",
2739
- "description": "Unique prompt identifier"
2740
- },
2741
- "description": {
2742
- "type": "string",
2743
- "description": "Human-readable description of the prompt purpose"
2744
- },
2745
- "arguments": {
2746
- "type": "array",
2747
- "description": "Template arguments that can be substituted",
2748
- "items": {
2749
- "$ref": "#/definitions/MCPPromptArgument"
2750
- }
2751
- }
2752
- },
2753
- "additionalProperties": false
2754
- },
2755
- "MCPPromptArgument": {
2756
- "type": "object",
2757
- "description": "Argument definition for MCP prompts",
2758
- "required": [
2759
- "name"
2760
- ],
2761
- "properties": {
2762
- "name": {
2763
- "type": "string",
2764
- "description": "Argument name"
2765
- },
2766
- "description": {
2767
- "type": "string",
2768
- "description": "Description of what this argument represents"
2769
- },
2770
- "required": {
2771
- "type": "boolean",
2772
- "default": false,
2773
- "description": "Whether this argument is required"
2774
- }
2775
- },
2776
- "additionalProperties": false
2777
- },
2778
- "MessagingExtension": {
2779
- "type": "object",
2780
- "description": "Agent-to-agent messaging configuration (v0.3.3+)",
2781
- "properties": {
2782
- "publishes": {
2783
- "type": "array",
2784
- "description": "Channels this agent publishes to",
2785
- "items": {
2786
- "$ref": "#/definitions/PublishedChannel"
2787
- }
2788
- },
2789
- "subscribes": {
2790
- "type": "array",
2791
- "description": "Channels this agent subscribes to",
2792
- "items": {
2793
- "$ref": "#/definitions/Subscription"
2794
- }
2795
- },
2796
- "commands": {
2797
- "type": "array",
2798
- "description": "Commands this agent accepts (RPC-style operations)",
2799
- "items": {
2800
- "$ref": "#/definitions/Command"
2801
- }
2802
- },
2803
- "reliability": {
2804
- "$ref": "#/definitions/ReliabilityConfig",
2805
- "description": "Message reliability configuration"
2806
- }
2807
- },
2808
- "additionalProperties": false
2809
- },
2810
- "PublishedChannel": {
2811
- "type": "object",
2812
- "description": "Channel that an agent publishes messages to",
2813
- "required": [
2814
- "channel",
2815
- "schema"
2816
- ],
2817
- "properties": {
2818
- "channel": {
2819
- "type": "string",
2820
- "pattern": "^[a-z][a-z0-9_]*(\\.[a-z][a-z0-9_]*)*$",
2821
- "description": "Channel name (e.g., 'security.vulnerabilities')"
2822
- },
2823
- "description": {
2824
- "type": "string",
2825
- "description": "Human-readable description of the channel"
2826
- },
2827
- "schema": {
2828
- "type": "object",
2829
- "description": "JSON Schema for published messages",
2830
- "additionalProperties": true
2831
- },
2832
- "examples": {
2833
- "type": "array",
2834
- "description": "Example messages",
2835
- "items": {
2836
- "type": "object",
2837
- "additionalProperties": true
2838
- }
2839
- },
2840
- "contentType": {
2841
- "type": "string",
2842
- "description": "Content type of messages",
2843
- "default": "application/json"
2844
- },
2845
- "tags": {
2846
- "type": "array",
2847
- "description": "Tags for categorization",
2848
- "items": {
2849
- "type": "string"
2850
- }
2851
- }
2852
- },
2853
- "additionalProperties": false
2854
- },
2855
- "Subscription": {
2856
- "type": "object",
2857
- "description": "Channel subscription configuration",
2858
- "required": [
2859
- "channel"
2860
- ],
2861
- "properties": {
2862
- "channel": {
2863
- "type": "string",
2864
- "pattern": "^[a-z][a-z0-9_]*(\\.[a-z][a-z0-9_]*)*$",
2865
- "description": "Channel name to subscribe to"
2866
- },
2867
- "description": {
2868
- "type": "string",
2869
- "description": "Human-readable description"
2870
- },
2871
- "schema": {
2872
- "type": "object",
2873
- "description": "Expected message schema",
2874
- "additionalProperties": true
2875
- },
2876
- "handler": {
2877
- "type": "string",
2878
- "description": "Handler function name"
2879
- },
2880
- "filter": {
2881
- "type": "object",
2882
- "description": "Message filter configuration - supports JSONPath-style filtering",
2883
- "properties": {
2884
- "expression": {
2885
- "type": "string",
2886
- "description": "Filter expression"
2887
- },
2888
- "fields": {
2889
- "type": "object",
2890
- "description": "Field-based filters",
2891
- "additionalProperties": true
2892
- }
2893
- },
2894
- "additionalProperties": true
2895
- },
2896
- "priority": {
2897
- "type": "string",
2898
- "enum": [
2899
- "low",
2900
- "normal",
2901
- "high",
2902
- "critical"
2903
- ],
2904
- "default": "normal",
2905
- "description": "Message priority"
2906
- },
2907
- "maxConcurrency": {
2908
- "type": "integer",
2909
- "minimum": 1,
2910
- "description": "Maximum concurrent message processing"
2911
- }
2912
- },
2913
- "additionalProperties": false
2914
- },
2915
- "Command": {
2916
- "type": "object",
2917
- "description": "RPC-style command that an agent accepts",
2918
- "required": [
2919
- "name"
2920
- ],
2921
- "properties": {
2922
- "name": {
2923
- "type": "string",
2924
- "pattern": "^[a-z][a-z0-9_]*$",
2925
- "description": "Command name (snake_case)"
2926
- },
2927
- "description": {
2928
- "type": "string",
2929
- "description": "Human-readable description"
2930
- },
2931
- "inputSchema": {
2932
- "type": "object",
2933
- "description": "JSON Schema for command input (camelCase)",
2934
- "additionalProperties": true
2935
- },
2936
- "input_schema": {
2937
- "type": "object",
2938
- "description": "JSON Schema for command input (snake_case alias)",
2939
- "additionalProperties": true
2940
- },
2941
- "outputSchema": {
2942
- "type": "object",
2943
- "description": "JSON Schema for command output (camelCase)",
2944
- "additionalProperties": true
2945
- },
2946
- "output_schema": {
2947
- "type": "object",
2948
- "description": "JSON Schema for command output (snake_case alias)",
2949
- "additionalProperties": true
2950
- },
2951
- "timeoutSeconds": {
2952
- "type": "integer",
2953
- "minimum": 1,
2954
- "maximum": 3600,
2955
- "description": "Command execution timeout in seconds"
2956
- },
2957
- "timeout_seconds": {
2958
- "type": "integer",
2959
- "minimum": 1,
2960
- "maximum": 3600,
2961
- "description": "Command execution timeout (snake_case alias)"
2962
- },
2963
- "idempotent": {
2964
- "type": "boolean",
2965
- "default": false,
2966
- "description": "Whether the command is idempotent"
2967
- },
2968
- "async": {
2969
- "type": "boolean",
2970
- "default": false,
2971
- "description": "Whether the command executes asynchronously"
2972
- }
2973
- },
2974
- "additionalProperties": true
2975
- },
2976
- "ReliabilityConfig": {
2977
- "type": "object",
2978
- "description": "Message delivery reliability configuration",
2979
- "properties": {
2980
- "deliveryGuarantee": {
2981
- "type": "string",
2982
- "enum": [
2983
- "at-least-once",
2984
- "at-most-once",
2985
- "exactly-once",
2986
- "at_least_once",
2987
- "at_most_once",
2988
- "exactly_once"
2989
- ],
2990
- "default": "at-least-once",
2991
- "description": "Message delivery guarantee"
2992
- },
2993
- "delivery": {
2994
- "type": "string",
2995
- "enum": [
2996
- "at-least-once",
2997
- "at-most-once",
2998
- "exactly-once",
2999
- "at_least_once",
3000
- "at_most_once",
3001
- "exactly_once"
3002
- ],
3003
- "description": "Message delivery guarantee (alias for deliveryGuarantee)"
3004
- },
3005
- "retry": {
3006
- "type": "object",
3007
- "description": "Retry configuration",
3008
- "properties": {
3009
- "maxAttempts": {
3010
- "type": "integer",
3011
- "minimum": 0,
3012
- "maximum": 10,
3013
- "default": 3,
3014
- "description": "Maximum retry attempts"
3015
- },
3016
- "backoff": {
3017
- "type": "object",
3018
- "description": "Backoff strategy configuration",
3019
- "properties": {
3020
- "strategy": {
3021
- "type": "string",
3022
- "enum": [
3023
- "exponential",
3024
- "linear",
3025
- "constant"
3026
- ],
3027
- "default": "exponential",
3028
- "description": "Backoff strategy"
3029
- },
3030
- "initialDelayMs": {
3031
- "type": "integer",
3032
- "minimum": 0,
3033
- "default": 1000,
3034
- "description": "Initial delay in milliseconds"
3035
- },
3036
- "maxDelayMs": {
3037
- "type": "integer",
3038
- "minimum": 0,
3039
- "default": 60000,
3040
- "description": "Maximum delay in milliseconds"
3041
- },
3042
- "multiplier": {
3043
- "type": "number",
3044
- "minimum": 1,
3045
- "default": 2,
3046
- "description": "Backoff multiplier"
3047
- }
3048
- },
3049
- "additionalProperties": false
3050
- }
3051
- },
3052
- "additionalProperties": false
3053
- },
3054
- "dlq": {
3055
- "type": "object",
3056
- "description": "Dead letter queue configuration",
3057
- "properties": {
3058
- "enabled": {
3059
- "type": "boolean",
3060
- "default": false,
3061
- "description": "Enable dead letter queue"
3062
- },
3063
- "channel": {
3064
- "type": "string",
3065
- "description": "Dead letter queue channel name"
3066
- },
3067
- "retentionDays": {
3068
- "type": "integer",
3069
- "minimum": 1,
3070
- "maximum": 90,
3071
- "default": 7,
3072
- "description": "Message retention in days"
3073
- }
3074
- },
3075
- "additionalProperties": false
3076
- },
3077
- "ordering": {
3078
- "type": "object",
3079
- "description": "Message ordering configuration",
3080
- "properties": {
3081
- "guarantee": {
3082
- "type": "string",
3083
- "enum": [
3084
- "per-source",
3085
- "global"
3086
- ],
3087
- "default": "per-source",
3088
- "description": "Ordering guarantee level"
3089
- },
3090
- "mode": {
3091
- "type": "string",
3092
- "enum": [
3093
- "global",
3094
- "per_channel",
3095
- "per-channel",
3096
- "none"
3097
- ],
3098
- "description": "Ordering mode (alias for guarantee)"
3099
- },
3100
- "timeoutSeconds": {
3101
- "type": "integer",
3102
- "minimum": 1,
3103
- "description": "Ordering timeout in seconds"
3104
- }
3105
- },
3106
- "additionalProperties": true
3107
- },
3108
- "acknowledgment": {
3109
- "type": "object",
3110
- "description": "Message acknowledgment configuration",
3111
- "properties": {
3112
- "mode": {
3113
- "type": "string",
3114
- "enum": [
3115
- "manual",
3116
- "automatic"
3117
- ],
3118
- "default": "automatic",
3119
- "description": "Acknowledgment mode"
3120
- },
3121
- "timeoutSeconds": {
3122
- "type": "integer",
3123
- "minimum": 1,
3124
- "default": 30,
3125
- "description": "Acknowledgment timeout in seconds"
3126
- }
3127
- },
3128
- "additionalProperties": false
3129
- }
3130
- },
3131
- "additionalProperties": true
3132
- },
3133
- "ExecutionProfiles": {
3134
- "type": "object",
3135
- "description": "Execution profile presets for different use cases",
3136
- "properties": {
3137
- "default": {
3138
- "type": "string",
3139
- "description": "Default profile name"
3140
- },
3141
- "profiles": {
3142
- "type": "object",
3143
- "additionalProperties": {
3144
- "$ref": "#/definitions/ExecutionProfileConfig"
3145
- }
3146
- }
3147
- }
3148
- },
3149
- "ExecutionProfileConfig": {
3150
- "type": "object",
3151
- "description": "Individual execution profile configuration",
3152
- "properties": {
3153
- "maxTokens": {
3154
- "type": "integer",
3155
- "minimum": 1,
3156
- "description": "Maximum tokens for this profile"
3157
- },
3158
- "temperature": {
3159
- "type": "number",
3160
- "minimum": 0,
3161
- "maximum": 2,
3162
- "description": "Sampling temperature"
3163
- },
3164
- "reasoning_enabled": {
3165
- "type": "boolean",
3166
- "default": false,
3167
- "description": "Enable extended thinking/reasoning"
3168
- },
3169
- "validation_required": {
3170
- "type": "boolean",
3171
- "default": false,
3172
- "description": "Require output validation"
3173
- },
3174
- "audit_log": {
3175
- "type": "boolean",
3176
- "default": false,
3177
- "description": "Enable detailed audit logging"
3178
- },
3179
- "description": {
3180
- "type": "string",
3181
- "description": "Profile description"
3182
- }
3183
- },
3184
- "additionalProperties": false
3185
- },
3186
- "FunctionDefinition": {
3187
- "type": "object",
3188
- "description": "Function definition in A2A/OpenAI format",
3189
- "required": [
3190
- "name",
3191
- "description",
3192
- "parameters"
3193
- ],
3194
- "properties": {
3195
- "name": {
3196
- "type": "string",
3197
- "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$",
3198
- "description": "Function name"
3199
- },
3200
- "description": {
3201
- "type": "string",
3202
- "description": "What the function does"
3203
- },
3204
- "parameters": {
3205
- "$ref": "#/definitions/JSONSchemaDefinition",
3206
- "description": "JSON Schema for function parameters"
3207
- },
3208
- "returns": {
3209
- "$ref": "#/definitions/JSONSchemaDefinition",
3210
- "description": "JSON Schema for return value"
3211
- },
3212
- "strict": {
3213
- "type": "boolean",
3214
- "default": true,
3215
- "description": "Enforce strict schema validation"
3216
- }
3217
- },
3218
- "additionalProperties": false
3219
- },
3220
- "SchedulingConfig": {
3221
- "type": "object",
3222
- "description": "Agent scheduling configuration",
3223
- "properties": {
3224
- "strategy": {
3225
- "type": "string",
3226
- "enum": [
3227
- "fair",
3228
- "priority",
3229
- "deadline",
3230
- "cost-optimized"
3231
- ],
3232
- "default": "fair",
3233
- "description": "Scheduling strategy"
3234
- },
3235
- "priority": {
3236
- "type": "string",
3237
- "enum": [
3238
- "critical",
3239
- "high",
3240
- "normal",
3241
- "low",
3242
- "background"
3243
- ],
3244
- "default": "normal",
3245
- "description": "Execution priority"
3246
- },
3247
- "max_concurrent": {
3248
- "type": "integer",
3249
- "minimum": 1,
3250
- "default": 10,
3251
- "description": "Maximum concurrent executions"
3252
- },
3253
- "timeout_seconds": {
3254
- "type": "integer",
3255
- "minimum": 1,
3256
- "default": 300,
3257
- "description": "Execution timeout in seconds"
3258
- }
3259
- },
3260
- "additionalProperties": false
3261
- },
3262
- "ResourceLimits": {
3263
- "type": "object",
3264
- "description": "Compute resource constraints (Kubernetes-style)",
3265
- "properties": {
3266
- "memory_mb": {
3267
- "type": "integer",
3268
- "minimum": 64,
3269
- "description": "Memory limit in megabytes"
3270
- },
3271
- "cpu_millicores": {
3272
- "type": "integer",
3273
- "minimum": 100,
3274
- "description": "CPU limit in millicores (1000 = 1 CPU)"
3275
- },
3276
- "gpu_required": {
3277
- "type": "boolean",
3278
- "default": false,
3279
- "description": "Requires GPU acceleration"
3280
- },
3281
- "gpu_type": {
3282
- "type": "string",
3283
- "description": "Required GPU type (e.g., nvidia-a100, nvidia-h100)"
3284
- }
3285
- },
3286
- "additionalProperties": false
3287
- },
3288
- "RuntimeExtension": {
3289
- "type": "object",
3290
- "description": "External runtime extension (A2A compatible)",
3291
- "required": [
3292
- "type",
3293
- "name"
3294
- ],
3295
- "properties": {
3296
- "type": {
3297
- "type": "string",
3298
- "enum": [
3299
- "http",
3300
- "grpc",
3301
- "mcp",
3302
- "websocket",
3303
- "kafka",
3304
- "pubsub"
3305
- ],
3306
- "description": "Extension protocol type"
3307
- },
3308
- "name": {
3309
- "type": "string",
3310
- "description": "Extension name"
3311
- },
3312
- "endpoint": {
3313
- "type": "string",
3314
- "description": "Extension endpoint URL"
3315
- },
3316
- "credentials_ref": {
3317
- "type": "string",
3318
- "description": "Reference to credentials for authentication"
3319
- }
3320
- },
3321
- "additionalProperties": false
3322
- },
3323
- "KubernetesConfig": {
3324
- "type": "object",
3325
- "description": "Kubernetes-specific runtime configuration (KAS-inspired)",
3326
- "properties": {
3327
- "namespace": {
3328
- "type": "string",
3329
- "pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
3330
- "description": "Kubernetes namespace (DNS-1123 subdomain)"
3331
- },
3332
- "service_account": {
3333
- "type": "string",
3334
- "pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
3335
- "description": "Kubernetes service account name"
3336
- },
3337
- "api_server_url": {
3338
- "type": "string",
3339
- "format": "uri",
3340
- "description": "Kubernetes API server URL (similar to KAS private API URL)"
3341
- },
3342
- "network_family": {
3343
- "type": "string",
3344
- "enum": [
3345
- "tcp",
3346
- "tcp4",
3347
- "tcp6"
3348
- ],
3349
- "default": "tcp",
3350
- "description": "Network family (KAS pattern: tcp, tcp4, tcp6)"
3351
- },
3352
- "health_check_endpoint": {
3353
- "type": "string",
3354
- "format": "uri",
3355
- "description": "Health check endpoint URL"
3356
- },
3357
- "config_map_ref": {
3358
- "type": "string",
3359
- "description": "Reference to Kubernetes ConfigMap"
3360
- },
3361
- "secret_ref": {
3362
- "type": "string",
3363
- "description": "Reference to Kubernetes Secret"
3364
- },
3365
- "rbac": {
3366
- "type": "object",
3367
- "properties": {
3368
- "role": {
3369
- "type": "string",
3370
- "description": "Kubernetes Role name"
3371
- },
3372
- "cluster_role": {
3373
- "type": "string",
3374
- "description": "Kubernetes ClusterRole name"
3375
- },
3376
- "role_binding": {
3377
- "type": "string",
3378
- "description": "Kubernetes RoleBinding name"
3379
- }
3380
- },
3381
- "additionalProperties": false
3382
- }
3383
- },
3384
- "additionalProperties": false
3385
- }
3386
- }
3387
- }