@bluefly/openstandardagents 0.3.3 → 0.3.5

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 (1236) hide show
  1. package/.wiki-config.json +1 -1
  2. package/CHANGELOG.md +104 -31
  3. package/README.md +189 -43
  4. package/bin/postinstall +61 -0
  5. package/dist/adapters/anthropic/client.d.ts.map +1 -1
  6. package/dist/adapters/anthropic/client.js +15 -7
  7. package/dist/adapters/anthropic/client.js.map +1 -1
  8. package/dist/adapters/anthropic/config.d.ts.map +1 -1
  9. package/dist/adapters/anthropic/config.js +1 -1
  10. package/dist/adapters/anthropic/config.js.map +1 -1
  11. package/dist/adapters/anthropic/index.d.ts +3 -3
  12. package/dist/adapters/anthropic/index.d.ts.map +1 -1
  13. package/dist/adapters/anthropic/index.js +1 -1
  14. package/dist/adapters/anthropic/index.js.map +1 -1
  15. package/dist/adapters/anthropic/messages.d.ts.map +1 -1
  16. package/dist/adapters/anthropic/messages.js +10 -4
  17. package/dist/adapters/anthropic/messages.js.map +1 -1
  18. package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
  19. package/dist/adapters/anthropic/runtime.js +6 -3
  20. package/dist/adapters/anthropic/runtime.js.map +1 -1
  21. package/dist/adapters/anthropic/tools.d.ts.map +1 -1
  22. package/dist/adapters/anthropic/tools.js +13 -6
  23. package/dist/adapters/anthropic/tools.js.map +1 -1
  24. package/dist/adapters/crewai-adapter.d.ts.map +1 -1
  25. package/dist/adapters/crewai-adapter.js +4 -1
  26. package/dist/adapters/crewai-adapter.js.map +1 -1
  27. package/dist/adapters/drupal/index.d.ts.map +1 -1
  28. package/dist/adapters/drupal/index.js.map +1 -1
  29. package/dist/adapters/langchain-adapter.d.ts.map +1 -1
  30. package/dist/adapters/langchain-adapter.js.map +1 -1
  31. package/dist/adapters/langflow-adapter.d.ts.map +1 -1
  32. package/dist/adapters/langflow-adapter.js +8 -2
  33. package/dist/adapters/langflow-adapter.js.map +1 -1
  34. package/dist/adapters/langfuse.adapter.d.ts.map +1 -1
  35. package/dist/adapters/langfuse.adapter.js +7 -3
  36. package/dist/adapters/langfuse.adapter.js.map +1 -1
  37. package/dist/adapters/langsmith.adapter.d.ts.map +1 -1
  38. package/dist/adapters/langsmith.adapter.js +4 -2
  39. package/dist/adapters/langsmith.adapter.js.map +1 -1
  40. package/dist/adapters/openapi-adapter.d.ts.map +1 -1
  41. package/dist/adapters/openapi-adapter.js +3 -1
  42. package/dist/adapters/openapi-adapter.js.map +1 -1
  43. package/dist/adapters/opentelemetry.adapter.d.ts +1 -1
  44. package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -1
  45. package/dist/adapters/opentelemetry.adapter.js +91 -50
  46. package/dist/adapters/opentelemetry.adapter.js.map +1 -1
  47. package/dist/adapters/phoenix.adapter.d.ts.map +1 -1
  48. package/dist/adapters/phoenix.adapter.js +6 -4
  49. package/dist/adapters/phoenix.adapter.js.map +1 -1
  50. package/dist/adapters/symfony/index.d.ts.map +1 -1
  51. package/dist/adapters/symfony/index.js +2 -1
  52. package/dist/adapters/symfony/index.js.map +1 -1
  53. package/dist/bot/{architecture-validator-bot.d.ts → agent-architecture_validator.d.ts} +1 -1
  54. package/dist/bot/agent-architecture_validator.d.ts.map +1 -0
  55. package/dist/bot/{architecture-validator-bot.js → agent-architecture_validator.js} +1 -1
  56. package/dist/bot/agent-architecture_validator.js.map +1 -0
  57. package/dist/bot/{ci-pipeline-bot.d.ts → agent-ci_pipeline.d.ts} +1 -1
  58. package/dist/bot/agent-ci_pipeline.d.ts.map +1 -0
  59. package/dist/bot/{ci-pipeline-bot.js → agent-ci_pipeline.js} +1 -1
  60. package/dist/bot/agent-ci_pipeline.js.map +1 -0
  61. package/dist/bot/{compliance-bot.d.ts → agent-compliance.d.ts} +1 -1
  62. package/dist/bot/agent-compliance.d.ts.map +1 -0
  63. package/dist/bot/{compliance-bot.js → agent-compliance.js} +35 -16
  64. package/dist/bot/agent-compliance.js.map +1 -0
  65. package/dist/bot/{dependency-updater-bot.d.ts → agent-dependency_updater.d.ts} +1 -1
  66. package/dist/bot/agent-dependency_updater.d.ts.map +1 -0
  67. package/dist/bot/{dependency-updater-bot.js → agent-dependency_updater.js} +1 -1
  68. package/dist/bot/agent-dependency_updater.js.map +1 -0
  69. package/dist/bot/{security-scanner-bot.d.ts → agent-security_scanner.d.ts} +1 -1
  70. package/dist/bot/agent-security_scanner.d.ts.map +1 -0
  71. package/dist/bot/{security-scanner-bot.js → agent-security_scanner.js} +2 -2
  72. package/dist/bot/agent-security_scanner.js.map +1 -0
  73. package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
  74. package/dist/cli/commands/agent-card.command.js +15 -9
  75. package/dist/cli/commands/agent-card.command.js.map +1 -1
  76. package/dist/cli/commands/agents-md.command.js +3 -3
  77. package/dist/cli/commands/agents-md.command.js.map +1 -1
  78. package/dist/cli/commands/agents.command.d.ts.map +1 -1
  79. package/dist/cli/commands/agents.command.js +28 -11
  80. package/dist/cli/commands/agents.command.js.map +1 -1
  81. package/dist/cli/commands/catalog/convert.command.js.map +1 -1
  82. package/dist/cli/commands/catalog/index.d.ts +3 -1
  83. package/dist/cli/commands/catalog/index.d.ts.map +1 -1
  84. package/dist/cli/commands/catalog/index.js +8 -2
  85. package/dist/cli/commands/catalog/index.js.map +1 -1
  86. package/dist/cli/commands/catalog/info.command.d.ts +3 -0
  87. package/dist/cli/commands/catalog/info.command.d.ts.map +1 -0
  88. package/dist/cli/commands/catalog/info.command.js +137 -0
  89. package/dist/cli/commands/catalog/info.command.js.map +1 -0
  90. package/dist/cli/commands/catalog/list.command.js.map +1 -1
  91. package/dist/cli/commands/catalog/pull.command.js.map +1 -1
  92. package/dist/cli/commands/catalog/push.command.js.map +1 -1
  93. package/dist/cli/commands/catalog/search.command.d.ts +3 -0
  94. package/dist/cli/commands/catalog/search.command.d.ts.map +1 -0
  95. package/dist/cli/commands/catalog/search.command.js +47 -0
  96. package/dist/cli/commands/catalog/search.command.js.map +1 -0
  97. package/dist/cli/commands/catalog/sync.command.js.map +1 -1
  98. package/dist/cli/commands/catalog/validate.command.js.map +1 -1
  99. package/dist/cli/commands/compliance.command.d.ts.map +1 -1
  100. package/dist/cli/commands/compliance.command.js +10 -7
  101. package/dist/cli/commands/compliance.command.js.map +1 -1
  102. package/dist/cli/commands/conformance.command.d.ts +14 -0
  103. package/dist/cli/commands/conformance.command.d.ts.map +1 -0
  104. package/dist/cli/commands/conformance.command.js +232 -0
  105. package/dist/cli/commands/conformance.command.js.map +1 -0
  106. package/dist/cli/commands/contract.command.d.ts.map +1 -1
  107. package/dist/cli/commands/contract.command.js +3 -1
  108. package/dist/cli/commands/contract.command.js.map +1 -1
  109. package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
  110. package/dist/cli/commands/dependencies.command.js +9 -3
  111. package/dist/cli/commands/dependencies.command.js.map +1 -1
  112. package/dist/cli/commands/deploy.command.d.ts.map +1 -1
  113. package/dist/cli/commands/deploy.command.js +4 -2
  114. package/dist/cli/commands/deploy.command.js.map +1 -1
  115. package/dist/cli/commands/deploy.d.ts.map +1 -1
  116. package/dist/cli/commands/deploy.js +20 -4
  117. package/dist/cli/commands/deploy.js.map +1 -1
  118. package/dist/cli/commands/diff.command.d.ts.map +1 -1
  119. package/dist/cli/commands/diff.command.js +22 -6
  120. package/dist/cli/commands/diff.command.js.map +1 -1
  121. package/dist/cli/commands/docs.command.d.ts.map +1 -1
  122. package/dist/cli/commands/docs.command.js +5 -2
  123. package/dist/cli/commands/docs.command.js.map +1 -1
  124. package/dist/cli/commands/export.command.d.ts.map +1 -1
  125. package/dist/cli/commands/export.command.js.map +1 -1
  126. package/dist/cli/commands/extension-team.command.d.ts.map +1 -1
  127. package/dist/cli/commands/extension-team.command.js +6 -7
  128. package/dist/cli/commands/extension-team.command.js.map +1 -1
  129. package/dist/cli/commands/framework.command.js +24 -10
  130. package/dist/cli/commands/framework.command.js.map +1 -1
  131. package/dist/cli/commands/generate.command.d.ts.map +1 -1
  132. package/dist/cli/commands/generate.command.js +4 -5
  133. package/dist/cli/commands/generate.command.js.map +1 -1
  134. package/dist/cli/commands/github-sync.command.js.map +1 -1
  135. package/dist/cli/commands/gitlab-agent.command.d.ts.map +1 -1
  136. package/dist/cli/commands/gitlab-agent.command.js.map +1 -1
  137. package/dist/cli/commands/import.command.d.ts.map +1 -1
  138. package/dist/cli/commands/import.command.js.map +1 -1
  139. package/dist/cli/commands/info.command.d.ts.map +1 -1
  140. package/dist/cli/commands/info.command.js.map +1 -1
  141. package/dist/cli/commands/init.command.d.ts.map +1 -1
  142. package/dist/cli/commands/init.command.js +7 -3
  143. package/dist/cli/commands/init.command.js.map +1 -1
  144. package/dist/cli/commands/install.command.d.ts.map +1 -1
  145. package/dist/cli/commands/install.command.js.map +1 -1
  146. package/dist/cli/commands/langchain.command.js +4 -1
  147. package/dist/cli/commands/langchain.command.js.map +1 -1
  148. package/dist/cli/commands/langflow.command.js.map +1 -1
  149. package/dist/cli/commands/lint.command.d.ts.map +1 -1
  150. package/dist/cli/commands/lint.command.js +12 -3
  151. package/dist/cli/commands/lint.command.js.map +1 -1
  152. package/dist/cli/commands/llms-txt.command.d.ts.map +1 -1
  153. package/dist/cli/commands/llms-txt.command.js +4 -5
  154. package/dist/cli/commands/llms-txt.command.js.map +1 -1
  155. package/dist/cli/commands/migrate-batch.command.d.ts +19 -0
  156. package/dist/cli/commands/migrate-batch.command.d.ts.map +1 -0
  157. package/dist/cli/commands/migrate-batch.command.js +223 -0
  158. package/dist/cli/commands/migrate-batch.command.js.map +1 -0
  159. package/dist/cli/commands/migrate-langchain.command.d.ts +23 -0
  160. package/dist/cli/commands/migrate-langchain.command.d.ts.map +1 -0
  161. package/dist/cli/commands/migrate-langchain.command.js +167 -0
  162. package/dist/cli/commands/migrate-langchain.command.js.map +1 -0
  163. package/dist/cli/commands/migrate.command.d.ts.map +1 -1
  164. package/dist/cli/commands/migrate.command.js +3 -0
  165. package/dist/cli/commands/migrate.command.js.map +1 -1
  166. package/dist/cli/commands/publish.command.d.ts.map +1 -1
  167. package/dist/cli/commands/publish.command.js +77 -32
  168. package/dist/cli/commands/publish.command.js.map +1 -1
  169. package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
  170. package/dist/cli/commands/quickstart.command.js.map +1 -1
  171. package/dist/cli/commands/registry.command.d.ts.map +1 -1
  172. package/dist/cli/commands/registry.command.js +17 -11
  173. package/dist/cli/commands/registry.command.js.map +1 -1
  174. package/dist/cli/commands/run.command.d.ts.map +1 -1
  175. package/dist/cli/commands/run.command.js +3 -2
  176. package/dist/cli/commands/run.command.js.map +1 -1
  177. package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
  178. package/dist/cli/commands/scaffold.command.js +75 -27
  179. package/dist/cli/commands/scaffold.command.js.map +1 -1
  180. package/dist/cli/commands/schema.command.d.ts.map +1 -1
  181. package/dist/cli/commands/schema.command.js +5 -2
  182. package/dist/cli/commands/schema.command.js.map +1 -1
  183. package/dist/cli/commands/search.command.d.ts.map +1 -1
  184. package/dist/cli/commands/search.command.js.map +1 -1
  185. package/dist/cli/commands/serve.command.d.ts.map +1 -1
  186. package/dist/cli/commands/serve.command.js +8 -3
  187. package/dist/cli/commands/serve.command.js.map +1 -1
  188. package/dist/cli/commands/setup.command.d.ts.map +1 -1
  189. package/dist/cli/commands/setup.command.js +7 -2
  190. package/dist/cli/commands/setup.command.js.map +1 -1
  191. package/dist/cli/commands/standardize.command.d.ts.map +1 -1
  192. package/dist/cli/commands/standardize.command.js +13 -7
  193. package/dist/cli/commands/standardize.command.js.map +1 -1
  194. package/dist/cli/commands/sync.command.d.ts.map +1 -1
  195. package/dist/cli/commands/sync.command.js.map +1 -1
  196. package/dist/cli/commands/test.command.d.ts.map +1 -1
  197. package/dist/cli/commands/test.command.js +10 -3
  198. package/dist/cli/commands/test.command.js.map +1 -1
  199. package/dist/cli/commands/validate.command.d.ts.map +1 -1
  200. package/dist/cli/commands/validate.command.js +3 -1
  201. package/dist/cli/commands/validate.command.js.map +1 -1
  202. package/dist/cli/commands/wizard.command.d.ts +12 -0
  203. package/dist/cli/commands/wizard.command.d.ts.map +1 -0
  204. package/dist/cli/commands/wizard.command.js +836 -0
  205. package/dist/cli/commands/wizard.command.js.map +1 -0
  206. package/dist/cli/commands/workspace.command.d.ts.map +1 -1
  207. package/dist/cli/commands/workspace.command.js +20 -11
  208. package/dist/cli/commands/workspace.command.js.map +1 -1
  209. package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -1
  210. package/dist/cli/extensions/gitlab-release.commands.js +6 -2
  211. package/dist/cli/extensions/gitlab-release.commands.js.map +1 -1
  212. package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -1
  213. package/dist/cli/extensions/gitlab.extension.js.map +1 -1
  214. package/dist/cli/extensions/index.d.ts.map +1 -1
  215. package/dist/cli/extensions/index.js +2 -1
  216. package/dist/cli/extensions/index.js.map +1 -1
  217. package/dist/cli/index.js +6 -0
  218. package/dist/cli/index.js.map +1 -1
  219. package/dist/cli/utils/error-formatter.d.ts.map +1 -1
  220. package/dist/cli/utils/error-formatter.js +27 -6
  221. package/dist/cli/utils/error-formatter.js.map +1 -1
  222. package/dist/cli/utils/gitlab-config.d.ts.map +1 -1
  223. package/dist/cli/utils/gitlab-config.js +3 -1
  224. package/dist/cli/utils/gitlab-config.js.map +1 -1
  225. package/dist/cli/utils/index.d.ts +1 -1
  226. package/dist/cli/utils/index.d.ts.map +1 -1
  227. package/dist/cli/utils/index.js +1 -1
  228. package/dist/cli/utils/index.js.map +1 -1
  229. package/dist/cli/utils/manifest-discovery.d.ts +63 -0
  230. package/dist/cli/utils/manifest-discovery.d.ts.map +1 -0
  231. package/dist/cli/utils/manifest-discovery.js +201 -0
  232. package/dist/cli/utils/manifest-discovery.js.map +1 -0
  233. package/dist/cli/utils/manifest-loader.d.ts.map +1 -1
  234. package/dist/cli/utils/manifest-loader.js.map +1 -1
  235. package/dist/cli/utils/migration-reporter.d.ts +96 -0
  236. package/dist/cli/utils/migration-reporter.d.ts.map +1 -0
  237. package/dist/cli/utils/migration-reporter.js +253 -0
  238. package/dist/cli/utils/migration-reporter.js.map +1 -0
  239. package/dist/cli/utils/output.d.ts.map +1 -1
  240. package/dist/cli/utils/output.js +8 -5
  241. package/dist/cli/utils/output.js.map +1 -1
  242. package/dist/config/defaults.d.ts.map +1 -1
  243. package/dist/config/defaults.js +10 -7
  244. package/dist/config/defaults.js.map +1 -1
  245. package/dist/deploy/base-driver.d.ts.map +1 -1
  246. package/dist/deploy/base-driver.js.map +1 -1
  247. package/dist/deploy/docker-driver.d.ts.map +1 -1
  248. package/dist/deploy/docker-driver.js.map +1 -1
  249. package/dist/deploy/k8s-driver.d.ts.map +1 -1
  250. package/dist/deploy/k8s-driver.js +11 -3
  251. package/dist/deploy/k8s-driver.js.map +1 -1
  252. package/dist/dev-cli/schemas/version.schema.d.ts +1 -1
  253. package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -1
  254. package/dist/dev-cli/schemas/version.schema.js +1 -1
  255. package/dist/dev-cli/schemas/version.schema.js.map +1 -1
  256. package/dist/dev-cli/services/version-audit.service.d.ts +2 -2
  257. package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -1
  258. package/dist/dev-cli/services/version-audit.service.js +4 -4
  259. package/dist/dev-cli/services/version-audit.service.js.map +1 -1
  260. package/dist/dev-cli/src/commands/env-cleanup.command.d.ts +8 -0
  261. package/dist/dev-cli/src/commands/env-cleanup.command.d.ts.map +1 -0
  262. package/dist/dev-cli/src/commands/env-cleanup.command.js +103 -0
  263. package/dist/dev-cli/src/commands/env-cleanup.command.js.map +1 -0
  264. package/dist/dev-cli/src/commands/migrate.command.d.ts +9 -0
  265. package/dist/dev-cli/src/commands/migrate.command.d.ts.map +1 -0
  266. package/dist/dev-cli/src/commands/migrate.command.js +78 -0
  267. package/dist/dev-cli/src/commands/migrate.command.js.map +1 -0
  268. package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -1
  269. package/dist/dev-cli/src/commands/release-prep.command.js +23 -9
  270. package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -1
  271. package/dist/dev-cli/src/commands/release.command.js +7 -7
  272. package/dist/dev-cli/src/commands/release.command.js.map +1 -1
  273. package/dist/dev-cli/src/commands/spec.command.js +4 -4
  274. package/dist/dev-cli/src/commands/spec.command.js.map +1 -1
  275. package/dist/dev-cli/src/commands/v035.command.d.ts +8 -0
  276. package/dist/dev-cli/src/commands/v035.command.d.ts.map +1 -0
  277. package/dist/dev-cli/src/commands/v035.command.js +247 -0
  278. package/dist/dev-cli/src/commands/v035.command.js.map +1 -0
  279. package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -1
  280. package/dist/dev-cli/src/commands/version.command.js +31 -5
  281. package/dist/dev-cli/src/commands/version.command.js.map +1 -1
  282. package/dist/dev-cli/src/commands/workflow.command.js +2 -2
  283. package/dist/dev-cli/src/commands/workflow.command.js.map +1 -1
  284. package/dist/dev-cli/src/index.js +6 -0
  285. package/dist/dev-cli/src/index.js.map +1 -1
  286. package/dist/dev-cli/src/schemas/migrate.schema.d.ts +40 -0
  287. package/dist/dev-cli/src/schemas/migrate.schema.d.ts.map +1 -0
  288. package/dist/dev-cli/src/schemas/migrate.schema.js +31 -0
  289. package/dist/dev-cli/src/schemas/migrate.schema.js.map +1 -0
  290. package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -1
  291. package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -1
  292. package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -1
  293. package/dist/dev-cli/src/schemas/spec.schema.js +4 -2
  294. package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -1
  295. package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -1
  296. package/dist/dev-cli/src/schemas/version.schema.js.map +1 -1
  297. package/dist/dev-cli/src/services/agent-migration.service.d.ts +39 -0
  298. package/dist/dev-cli/src/services/agent-migration.service.d.ts.map +1 -0
  299. package/dist/dev-cli/src/services/agent-migration.service.js +199 -0
  300. package/dist/dev-cli/src/services/agent-migration.service.js.map +1 -0
  301. package/dist/dev-cli/src/services/file.service.d.ts +42 -0
  302. package/dist/dev-cli/src/services/file.service.d.ts.map +1 -0
  303. package/dist/dev-cli/src/services/file.service.js +109 -0
  304. package/dist/dev-cli/src/services/file.service.js.map +1 -0
  305. package/dist/dev-cli/src/services/git.service.d.ts +77 -0
  306. package/dist/dev-cli/src/services/git.service.d.ts.map +1 -0
  307. package/dist/dev-cli/src/services/git.service.js +226 -0
  308. package/dist/dev-cli/src/services/git.service.js.map +1 -0
  309. package/dist/dev-cli/src/services/npm.service.d.ts +40 -0
  310. package/dist/dev-cli/src/services/npm.service.d.ts.map +1 -0
  311. package/dist/dev-cli/src/services/npm.service.js +75 -0
  312. package/dist/dev-cli/src/services/npm.service.js.map +1 -0
  313. package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -1
  314. package/dist/dev-cli/src/services/release-prep.service.js +24 -8
  315. package/dist/dev-cli/src/services/release-prep.service.js.map +1 -1
  316. package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -1
  317. package/dist/dev-cli/src/services/release-verify.service.js +17 -14
  318. package/dist/dev-cli/src/services/release-verify.service.js.map +1 -1
  319. package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -1
  320. package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -1
  321. package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -1
  322. package/dist/dev-cli/src/services/spec-validate.service.js +3 -1
  323. package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -1
  324. package/dist/dev-cli/src/services/version-detection.service.d.ts +51 -0
  325. package/dist/dev-cli/src/services/version-detection.service.d.ts.map +1 -0
  326. package/dist/dev-cli/src/services/version-detection.service.js +235 -0
  327. package/dist/dev-cli/src/services/version-detection.service.js.map +1 -0
  328. package/dist/dev-cli/src/services/version-file.service.d.ts +32 -0
  329. package/dist/dev-cli/src/services/version-file.service.d.ts.map +1 -0
  330. package/dist/dev-cli/src/services/version-file.service.js +65 -0
  331. package/dist/dev-cli/src/services/version-file.service.js.map +1 -0
  332. package/dist/dev-cli/src/services/version-release.service.d.ts +4 -2
  333. package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -1
  334. package/dist/dev-cli/src/services/version-release.service.js +36 -24
  335. package/dist/dev-cli/src/services/version-release.service.js.map +1 -1
  336. package/dist/dev-cli/src/services/version-sync.service.d.ts +6 -3
  337. package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -1
  338. package/dist/dev-cli/src/services/version-sync.service.js +14 -12
  339. package/dist/dev-cli/src/services/version-sync.service.js.map +1 -1
  340. package/dist/dev-cli/src/services/version-validate.service.d.ts +2 -0
  341. package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -1
  342. package/dist/dev-cli/src/services/version-validate.service.js +12 -14
  343. package/dist/dev-cli/src/services/version-validate.service.js.map +1 -1
  344. package/dist/di-container.d.ts.map +1 -1
  345. package/dist/di-container.js +34 -0
  346. package/dist/di-container.js.map +1 -1
  347. package/dist/index.d.ts +12 -0
  348. package/dist/index.d.ts.map +1 -1
  349. package/dist/index.js +13 -0
  350. package/dist/index.js.map +1 -1
  351. package/dist/mesh/client.d.ts.map +1 -1
  352. package/dist/mesh/client.js +5 -2
  353. package/dist/mesh/client.js.map +1 -1
  354. package/dist/mesh/discovery.d.ts.map +1 -1
  355. package/dist/mesh/discovery.js +2 -1
  356. package/dist/mesh/discovery.js.map +1 -1
  357. package/dist/mesh/routing.d.ts.map +1 -1
  358. package/dist/mesh/routing.js +6 -3
  359. package/dist/mesh/routing.js.map +1 -1
  360. package/dist/mesh/types.d.ts.map +1 -1
  361. package/dist/messaging/broker.d.ts.map +1 -1
  362. package/dist/messaging/broker.js +3 -1
  363. package/dist/messaging/broker.js.map +1 -1
  364. package/dist/messaging/channels.d.ts.map +1 -1
  365. package/dist/messaging/channels.js +8 -4
  366. package/dist/messaging/channels.js.map +1 -1
  367. package/dist/messaging/protocols/memory.d.ts.map +1 -1
  368. package/dist/messaging/protocols/memory.js +2 -5
  369. package/dist/messaging/protocols/memory.js.map +1 -1
  370. package/dist/messaging/protocols/redis.d.ts.map +1 -1
  371. package/dist/messaging/protocols/redis.js.map +1 -1
  372. package/dist/messaging/types.d.ts.map +1 -1
  373. package/dist/repositories/manifest.repository.d.ts.map +1 -1
  374. package/dist/repositories/manifest.repository.js.map +1 -1
  375. package/dist/repositories/schema.repository.d.ts.map +1 -1
  376. package/dist/repositories/schema.repository.js +30 -16
  377. package/dist/repositories/schema.repository.js.map +1 -1
  378. package/dist/runtime/crewai.runtime.d.ts.map +1 -1
  379. package/dist/runtime/crewai.runtime.js +8 -4
  380. package/dist/runtime/crewai.runtime.js.map +1 -1
  381. package/dist/runtime/langchain.runtime.d.ts.map +1 -1
  382. package/dist/runtime/langchain.runtime.js.map +1 -1
  383. package/dist/runtime/langflow.runtime.d.ts.map +1 -1
  384. package/dist/runtime/langflow.runtime.js +5 -2
  385. package/dist/runtime/langflow.runtime.js.map +1 -1
  386. package/dist/sdks/python-generator/index.d.ts.map +1 -1
  387. package/dist/sdks/python-generator/index.js.map +1 -1
  388. package/dist/sdks/shared/manifest-loader.d.ts.map +1 -1
  389. package/dist/sdks/shared/manifest-loader.js.map +1 -1
  390. package/dist/sdks/shared/schema-validator.d.ts.map +1 -1
  391. package/dist/sdks/shared/schema-validator.js +3 -1
  392. package/dist/sdks/shared/schema-validator.js.map +1 -1
  393. package/dist/sdks/shared/validation.d.ts.map +1 -1
  394. package/dist/sdks/shared/validation.js +5 -1
  395. package/dist/sdks/shared/validation.js.map +1 -1
  396. package/dist/sdks/typescript/client.d.ts.map +1 -1
  397. package/dist/sdks/typescript/client.js.map +1 -1
  398. package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -1
  399. package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -1
  400. package/dist/sdks/typescript/manifest.d.ts.map +1 -1
  401. package/dist/sdks/typescript/manifest.js +5 -2
  402. package/dist/sdks/typescript/manifest.js.map +1 -1
  403. package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -1
  404. package/dist/sdks/typescript/tracing/w3c-baggage.js +3 -1
  405. package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -1
  406. package/dist/sdks/typescript/types.d.ts.map +1 -1
  407. package/dist/sdks/typescript/types.js.map +1 -1
  408. package/dist/sdks/typescript/validator.d.ts.map +1 -1
  409. package/dist/sdks/typescript/validator.js.map +1 -1
  410. package/dist/services/agent-services/qdrant.service.d.ts.map +1 -1
  411. package/dist/services/agent-services/qdrant.service.js.map +1 -1
  412. package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
  413. package/dist/services/agents-md/agents-md.service.js.map +1 -1
  414. package/dist/services/codegen/codegen.service.d.ts.map +1 -1
  415. package/dist/services/codegen/codegen.service.js.map +1 -1
  416. package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -1
  417. package/dist/services/codegen/generators/manifest.generator.js.map +1 -1
  418. package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -1
  419. package/dist/services/codegen/generators/openapi-zod.generator.js +9 -3
  420. package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -1
  421. package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -1
  422. package/dist/services/codegen/generators/openapi.generator.js.map +1 -1
  423. package/dist/services/codegen/generators/types.generator.d.ts.map +1 -1
  424. package/dist/services/codegen/generators/types.generator.js.map +1 -1
  425. package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -1
  426. package/dist/services/codegen/generators/vscode.generator.js +3 -3
  427. package/dist/services/codegen/generators/vscode.generator.js.map +1 -1
  428. package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
  429. package/dist/services/codegen/generators/zod.generator.js.map +1 -1
  430. package/dist/services/codegen/index.d.ts +1 -1
  431. package/dist/services/codegen/index.d.ts.map +1 -1
  432. package/dist/services/codegen/index.js +1 -1
  433. package/dist/services/codegen/index.js.map +1 -1
  434. package/dist/services/conformance/conformance.service.d.ts +75 -0
  435. package/dist/services/conformance/conformance.service.d.ts.map +1 -0
  436. package/dist/services/conformance/conformance.service.js +194 -0
  437. package/dist/services/conformance/conformance.service.js.map +1 -0
  438. package/dist/services/conformance/feature-detector.service.d.ts +66 -0
  439. package/dist/services/conformance/feature-detector.service.d.ts.map +1 -0
  440. package/dist/services/conformance/feature-detector.service.js +161 -0
  441. package/dist/services/conformance/feature-detector.service.js.map +1 -0
  442. package/dist/services/conformance/index.d.ts +10 -0
  443. package/dist/services/conformance/index.d.ts.map +1 -0
  444. package/dist/services/conformance/index.js +9 -0
  445. package/dist/services/conformance/index.js.map +1 -0
  446. package/dist/services/conformance/profile-loader.service.d.ts +51 -0
  447. package/dist/services/conformance/profile-loader.service.d.ts.map +1 -0
  448. package/dist/services/conformance/profile-loader.service.js +192 -0
  449. package/dist/services/conformance/profile-loader.service.js.map +1 -0
  450. package/dist/services/conformance/score-calculator.service.d.ts +50 -0
  451. package/dist/services/conformance/score-calculator.service.d.ts.map +1 -0
  452. package/dist/services/conformance/score-calculator.service.js +222 -0
  453. package/dist/services/conformance/score-calculator.service.js.map +1 -0
  454. package/dist/services/conformance/types.d.ts +107 -0
  455. package/dist/services/conformance/types.d.ts.map +1 -0
  456. package/dist/services/conformance/types.js +6 -0
  457. package/dist/services/conformance/types.js.map +1 -0
  458. package/dist/services/deployment/deployment.service.d.ts.map +1 -1
  459. package/dist/services/deployment/deployment.service.js.map +1 -1
  460. package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -1
  461. package/dist/services/extension-team/extension-team-kickoff.service.js +51 -9
  462. package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -1
  463. package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -1
  464. package/dist/services/framework-import/langchain-importer.service.js +13 -7
  465. package/dist/services/framework-import/langchain-importer.service.js.map +1 -1
  466. package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -1
  467. package/dist/services/framework-import/langflow-importer.service.js +29 -27
  468. package/dist/services/framework-import/langflow-importer.service.js.map +1 -1
  469. package/dist/services/generation.service.d.ts.map +1 -1
  470. package/dist/services/generation.service.js +44 -14
  471. package/dist/services/generation.service.js.map +1 -1
  472. package/dist/services/git-rollback.service.d.ts +75 -0
  473. package/dist/services/git-rollback.service.d.ts.map +1 -0
  474. package/dist/services/git-rollback.service.js +329 -0
  475. package/dist/services/git-rollback.service.js.map +1 -0
  476. package/dist/services/git.service.d.ts.map +1 -1
  477. package/dist/services/git.service.js.map +1 -1
  478. package/dist/services/github-sync/github-client.d.ts.map +1 -1
  479. package/dist/services/github-sync/github-client.js.map +1 -1
  480. package/dist/services/github-sync/gitlab-client.d.ts.map +1 -1
  481. package/dist/services/github-sync/gitlab-client.js.map +1 -1
  482. package/dist/services/github-sync/sync.service.d.ts.map +1 -1
  483. package/dist/services/github-sync/sync.service.js.map +1 -1
  484. package/dist/services/gitlab-agent.service.d.ts.map +1 -1
  485. package/dist/services/gitlab-agent.service.js.map +1 -1
  486. package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -1
  487. package/dist/services/llms-txt/llms-txt.service.js +30 -19
  488. package/dist/services/llms-txt/llms-txt.service.js.map +1 -1
  489. package/dist/services/messaging/example.js +1 -1
  490. package/dist/services/messaging/example.js.map +1 -1
  491. package/dist/services/messaging/memory-broker.d.ts.map +1 -1
  492. package/dist/services/messaging/memory-broker.js +2 -1
  493. package/dist/services/messaging/memory-broker.js.map +1 -1
  494. package/dist/services/messaging/messaging.service.d.ts.map +1 -1
  495. package/dist/services/messaging/messaging.service.js.map +1 -1
  496. package/dist/services/migration/langchain-migration.service.d.ts +117 -0
  497. package/dist/services/migration/langchain-migration.service.d.ts.map +1 -0
  498. package/dist/services/migration/langchain-migration.service.js +621 -0
  499. package/dist/services/migration/langchain-migration.service.js.map +1 -0
  500. package/dist/services/migration-transform.service.d.ts +74 -0
  501. package/dist/services/migration-transform.service.d.ts.map +1 -0
  502. package/dist/services/migration-transform.service.js +263 -0
  503. package/dist/services/migration-transform.service.js.map +1 -0
  504. package/dist/services/migration.service.d.ts +60 -0
  505. package/dist/services/migration.service.d.ts.map +1 -1
  506. package/dist/services/migration.service.js +214 -12
  507. package/dist/services/migration.service.js.map +1 -1
  508. package/dist/services/registry/bundle.service.d.ts +36 -0
  509. package/dist/services/registry/bundle.service.d.ts.map +1 -0
  510. package/dist/services/registry/bundle.service.js +69 -0
  511. package/dist/services/registry/bundle.service.js.map +1 -0
  512. package/dist/services/registry/index.service.d.ts +76 -0
  513. package/dist/services/registry/index.service.d.ts.map +1 -0
  514. package/dist/services/registry/index.service.js +85 -0
  515. package/dist/services/registry/index.service.js.map +1 -0
  516. package/dist/services/registry/registry.service.d.ts.map +1 -1
  517. package/dist/services/registry/registry.service.js.map +1 -1
  518. package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
  519. package/dist/services/release-automation/base-crud.service.js.map +1 -1
  520. package/dist/services/release-automation/generate-changelog.js +22 -20
  521. package/dist/services/release-automation/generate-changelog.js.map +1 -1
  522. package/dist/services/release-automation/increment-dev-tag.js +6 -2
  523. package/dist/services/release-automation/increment-dev-tag.js.map +1 -1
  524. package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
  525. package/dist/services/release-automation/merge-request.service.js +4 -4
  526. package/dist/services/release-automation/merge-request.service.js.map +1 -1
  527. package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
  528. package/dist/services/release-automation/milestone.service.js.map +1 -1
  529. package/dist/services/release-automation/release-buttons.js +12 -4
  530. package/dist/services/release-automation/release-buttons.js.map +1 -1
  531. package/dist/services/release-automation/release.service.d.ts.map +1 -1
  532. package/dist/services/release-automation/release.service.js +3 -1
  533. package/dist/services/release-automation/release.service.js.map +1 -1
  534. package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
  535. package/dist/services/release-automation/schemas/release.schema.js +19 -4
  536. package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
  537. package/dist/services/release-automation/tag.service.d.ts.map +1 -1
  538. package/dist/services/release-automation/tag.service.js.map +1 -1
  539. package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
  540. package/dist/services/release-automation/webhook.service.js +2 -1
  541. package/dist/services/release-automation/webhook.service.js.map +1 -1
  542. package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -1
  543. package/dist/services/runtime/anthropic.adapter.js.map +1 -1
  544. package/dist/services/runtime/azure.adapter.d.ts.map +1 -1
  545. package/dist/services/runtime/azure.adapter.js +3 -1
  546. package/dist/services/runtime/azure.adapter.js.map +1 -1
  547. package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -1
  548. package/dist/services/runtime/bedrock.adapter.js +3 -1
  549. package/dist/services/runtime/bedrock.adapter.js.map +1 -1
  550. package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
  551. package/dist/services/runtime/claude/claude-adapter.js +7 -3
  552. package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
  553. package/dist/services/runtime/gemini.adapter.d.ts.map +1 -1
  554. package/dist/services/runtime/gemini.adapter.js +2 -1
  555. package/dist/services/runtime/gemini.adapter.js.map +1 -1
  556. package/dist/services/runtime/mistral.adapter.d.ts.map +1 -1
  557. package/dist/services/runtime/mistral.adapter.js +4 -2
  558. package/dist/services/runtime/mistral.adapter.js.map +1 -1
  559. package/dist/services/runtime/ollama.adapter.d.ts.map +1 -1
  560. package/dist/services/runtime/ollama.adapter.js.map +1 -1
  561. package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
  562. package/dist/services/runtime/openai.adapter.js.map +1 -1
  563. package/dist/services/skill-registry.service.d.ts +134 -0
  564. package/dist/services/skill-registry.service.d.ts.map +1 -0
  565. package/dist/services/skill-registry.service.js +452 -0
  566. package/dist/services/skill-registry.service.js.map +1 -0
  567. package/dist/services/test-runner/test-runner.service.d.ts.map +1 -1
  568. package/dist/services/test-runner/test-runner.service.js +11 -3
  569. package/dist/services/test-runner/test-runner.service.js.map +1 -1
  570. package/dist/services/validation-zod.service.d.ts.map +1 -1
  571. package/dist/services/validation-zod.service.js +32 -16
  572. package/dist/services/validation-zod.service.js.map +1 -1
  573. package/dist/services/validation.service.d.ts.map +1 -1
  574. package/dist/services/validation.service.js +16 -8
  575. package/dist/services/validation.service.js.map +1 -1
  576. package/dist/services/validators/a2a.validator.d.ts +16 -0
  577. package/dist/services/validators/a2a.validator.d.ts.map +1 -0
  578. package/dist/services/validators/a2a.validator.js +61 -0
  579. package/dist/services/validators/a2a.validator.js.map +1 -0
  580. package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
  581. package/dist/services/validators/anthropic.validator.js +5 -2
  582. package/dist/services/validators/anthropic.validator.js.map +1 -1
  583. package/dist/services/validators/autogen.validator.d.ts +5 -2
  584. package/dist/services/validators/autogen.validator.d.ts.map +1 -1
  585. package/dist/services/validators/autogen.validator.js +41 -6
  586. package/dist/services/validators/autogen.validator.js.map +1 -1
  587. package/dist/services/validators/contract.validator.d.ts.map +1 -1
  588. package/dist/services/validators/contract.validator.js +19 -7
  589. package/dist/services/validators/contract.validator.js.map +1 -1
  590. package/dist/services/validators/crewai.validator.d.ts +3 -0
  591. package/dist/services/validators/crewai.validator.d.ts.map +1 -1
  592. package/dist/services/validators/crewai.validator.js +33 -2
  593. package/dist/services/validators/crewai.validator.js.map +1 -1
  594. package/dist/services/validators/cursor.validator.d.ts.map +1 -1
  595. package/dist/services/validators/cursor.validator.js.map +1 -1
  596. package/dist/services/validators/dependencies.validator.d.ts.map +1 -1
  597. package/dist/services/validators/dependencies.validator.js +2 -1
  598. package/dist/services/validators/dependencies.validator.js.map +1 -1
  599. package/dist/services/validators/index.d.ts +3 -0
  600. package/dist/services/validators/index.d.ts.map +1 -1
  601. package/dist/services/validators/index.js +3 -0
  602. package/dist/services/validators/index.js.map +1 -1
  603. package/dist/services/validators/kagent.validator.d.ts +13 -0
  604. package/dist/services/validators/kagent.validator.d.ts.map +1 -0
  605. package/dist/services/validators/kagent.validator.js +202 -0
  606. package/dist/services/validators/kagent.validator.js.map +1 -0
  607. package/dist/services/validators/langchain.validator.d.ts +3 -0
  608. package/dist/services/validators/langchain.validator.d.ts.map +1 -1
  609. package/dist/services/validators/langchain.validator.js +44 -5
  610. package/dist/services/validators/langchain.validator.js.map +1 -1
  611. package/dist/services/validators/langflow.validator.d.ts.map +1 -1
  612. package/dist/services/validators/langflow.validator.js +2 -1
  613. package/dist/services/validators/langflow.validator.js.map +1 -1
  614. package/dist/services/validators/langgraph.validator.d.ts +3 -0
  615. package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
  616. package/dist/services/validators/langgraph.validator.js +33 -2
  617. package/dist/services/validators/langgraph.validator.js.map +1 -1
  618. package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
  619. package/dist/services/validators/llamaindex.validator.js +13 -4
  620. package/dist/services/validators/llamaindex.validator.js.map +1 -1
  621. package/dist/services/validators/mcp.validator.d.ts +16 -0
  622. package/dist/services/validators/mcp.validator.d.ts.map +1 -0
  623. package/dist/services/validators/mcp.validator.js +68 -0
  624. package/dist/services/validators/mcp.validator.js.map +1 -0
  625. package/dist/services/validators/openai.validator.d.ts.map +1 -1
  626. package/dist/services/validators/openai.validator.js +6 -1
  627. package/dist/services/validators/openai.validator.js.map +1 -1
  628. package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
  629. package/dist/services/validators/vercel-ai.validator.js +3 -1
  630. package/dist/services/validators/vercel-ai.validator.js.map +1 -1
  631. package/dist/services/version-detection.service.d.ts +50 -0
  632. package/dist/services/version-detection.service.d.ts.map +1 -0
  633. package/dist/services/version-detection.service.js +206 -0
  634. package/dist/services/version-detection.service.js.map +1 -0
  635. package/dist/spec/{examples → reference}/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
  636. package/dist/spec/{examples → reference}/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
  637. package/{spec/examples → dist/spec/reference}/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
  638. package/{spec/examples → dist/spec/reference}/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
  639. package/dist/spec/{examples → reference}/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
  640. package/dist/spec/{examples → reference}/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
  641. package/dist/spec/v0.3/CHANGELOG.md +237 -0
  642. package/dist/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
  643. package/dist/spec/v0.3/README.md +366 -0
  644. package/dist/spec/v0.3/adoption-blockers.json +142 -0
  645. package/dist/spec/v0.3/bat-framework.schema.json +114 -0
  646. package/dist/spec/v0.3/capability-discovery.schema.json +128 -0
  647. package/dist/spec/v0.3/checkpoint.schema.json +132 -0
  648. package/dist/spec/v0.3/completion-signals.schema.json +136 -0
  649. package/dist/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
  650. package/dist/spec/v0.3/conformance/PROFILES.md +210 -0
  651. package/dist/spec/v0.3/conformance/README.md +263 -0
  652. package/dist/spec/v0.3/conformance/profiles/baseline.json +27 -0
  653. package/dist/spec/v0.3/conformance/profiles/enterprise.json +33 -0
  654. package/dist/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
  655. package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
  656. package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
  657. package/dist/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
  658. package/dist/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
  659. package/dist/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
  660. package/dist/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
  661. package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
  662. package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
  663. package/dist/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
  664. package/dist/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
  665. package/dist/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
  666. package/dist/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
  667. package/dist/spec/v0.3/extensions/a2a/README.md +193 -0
  668. package/dist/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
  669. package/dist/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
  670. package/dist/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
  671. package/dist/spec/v0.3/extensions/kagent/README.md +315 -0
  672. package/dist/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
  673. package/dist/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
  674. package/dist/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
  675. package/dist/spec/v0.3/extensions/mcp/README.md +276 -0
  676. package/dist/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
  677. package/dist/spec/v0.3/feedback-loops.schema.json +145 -0
  678. package/dist/spec/v0.3/flow-kind.schema.json +244 -0
  679. package/dist/spec/v0.3/infrastructure-substrate.schema.json +190 -0
  680. package/dist/spec/v0.3/mixture-of-experts.schema.json +159 -0
  681. package/dist/spec/v0.3/moe-metrics.schema.json +162 -0
  682. package/dist/spec/{v0.3.3/ossa-0.3.3.schema.json → v0.3/ossa-0.3.5.schema.json} +4428 -667
  683. package/dist/spec/v0.3/registry/registry-contract.schema.json +359 -0
  684. package/dist/testing/reporters/console.d.ts.map +1 -1
  685. package/dist/testing/reporters/console.js +3 -1
  686. package/dist/testing/reporters/console.js.map +1 -1
  687. package/dist/testing/runner.d.ts.map +1 -1
  688. package/dist/testing/runner.js +9 -3
  689. package/dist/testing/runner.js.map +1 -1
  690. package/dist/tools/validation/validate-v0.3.5-features.d.ts +50 -0
  691. package/dist/tools/validation/validate-v0.3.5-features.d.ts.map +1 -0
  692. package/dist/tools/validation/validate-v0.3.5-features.js +280 -0
  693. package/dist/tools/validation/validate-v0.3.5-features.js.map +1 -0
  694. package/dist/transports/index.d.ts +3 -3
  695. package/dist/transports/index.d.ts.map +1 -1
  696. package/dist/transports/index.js +3 -3
  697. package/dist/transports/index.js.map +1 -1
  698. package/dist/transports/sse.d.ts.map +1 -1
  699. package/dist/transports/sse.js +7 -2
  700. package/dist/transports/sse.js.map +1 -1
  701. package/dist/transports/webrtc.d.ts.map +1 -1
  702. package/dist/transports/webrtc.js +6 -3
  703. package/dist/transports/webrtc.js.map +1 -1
  704. package/dist/transports/websocket.d.ts.map +1 -1
  705. package/dist/transports/websocket.js +2 -1
  706. package/dist/transports/websocket.js.map +1 -1
  707. package/dist/types/generated/ossa-0.3.2.types.d.ts +10 -10
  708. package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -1
  709. package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -1
  710. package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -1
  711. package/dist/types/generated/ossa-0.3.3.types.d.ts +10 -10
  712. package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -1
  713. package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -1
  714. package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -1
  715. package/dist/types/generated/ossa-0.3.4.types.d.ts +367 -0
  716. package/dist/types/generated/ossa-0.3.4.types.d.ts.map +1 -0
  717. package/dist/types/generated/ossa-0.3.4.types.js +10 -0
  718. package/dist/types/generated/ossa-0.3.4.types.js.map +1 -0
  719. package/dist/types/generated/ossa-0.3.4.zod.d.ts +37 -0
  720. package/dist/types/generated/ossa-0.3.4.zod.d.ts.map +1 -0
  721. package/dist/types/generated/ossa-0.3.4.zod.js +28 -0
  722. package/dist/types/generated/ossa-0.3.4.zod.js.map +1 -0
  723. package/dist/types/identity.d.ts.map +1 -1
  724. package/dist/types/identity.zod.d.ts.map +1 -1
  725. package/dist/types/identity.zod.js +11 -2
  726. package/dist/types/identity.zod.js.map +1 -1
  727. package/dist/types/index.d.ts +8 -8
  728. package/dist/types/index.d.ts.map +1 -1
  729. package/dist/types/index.js +5 -5
  730. package/dist/types/index.js.map +1 -1
  731. package/dist/types/llms-txt.zod.d.ts.map +1 -1
  732. package/dist/types/llms-txt.zod.js +4 -2
  733. package/dist/types/llms-txt.zod.js.map +1 -1
  734. package/dist/types/personality.d.ts.map +1 -1
  735. package/dist/types/personality.js +1 -1
  736. package/dist/types/personality.js.map +1 -1
  737. package/dist/types/personality.zod.d.ts +24 -24
  738. package/dist/types/personality.zod.d.ts.map +1 -1
  739. package/dist/types/personality.zod.js +36 -6
  740. package/dist/types/personality.zod.js.map +1 -1
  741. package/dist/types/policy.d.ts.map +1 -1
  742. package/dist/types/policy.js.map +1 -1
  743. package/dist/types/prompts.d.ts.map +1 -1
  744. package/dist/types/prompts.js +4 -4
  745. package/dist/types/prompts.js.map +1 -1
  746. package/dist/types/prompts.zod.d.ts.map +1 -1
  747. package/dist/types/prompts.zod.js +10 -2
  748. package/dist/types/prompts.zod.js.map +1 -1
  749. package/dist/types/task.d.ts.map +1 -1
  750. package/dist/types/task.js.map +1 -1
  751. package/dist/types/workflow.d.ts +1 -1
  752. package/dist/types/workflow.d.ts.map +1 -1
  753. package/dist/types/workflow.js.map +1 -1
  754. package/dist/utils/path-validator.d.ts.map +1 -1
  755. package/dist/utils/path-validator.js.map +1 -1
  756. package/dist/utils/type-guards.d.ts.map +1 -1
  757. package/dist/utils/type-guards.js +30 -10
  758. package/dist/utils/type-guards.js.map +1 -1
  759. package/dist/utils/version.d.ts.map +1 -1
  760. package/dist/utils/version.js +2 -1
  761. package/dist/utils/version.js.map +1 -1
  762. package/dist/utils/yaml-parser.d.ts.map +1 -1
  763. package/dist/utils/yaml-parser.js +1 -1
  764. package/dist/utils/yaml-parser.js.map +1 -1
  765. package/examples/a2a/agent-handoff.ossa.yaml +202 -0
  766. package/examples/a2a/service-discovery.ossa.yaml +194 -0
  767. package/examples/adapters/anthropic-quickstart.ts +66 -0
  768. package/examples/adapters/crewai-quickstart.py +86 -0
  769. package/examples/adapters/drupal-eca-mapping.yaml +1 -1
  770. package/examples/adapters/drupal-eca-task.yaml +1 -1
  771. package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
  772. package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
  773. package/examples/adapters/langchain-quickstart.ts +40 -0
  774. package/examples/adapters/mistral-agent.yaml +1 -1
  775. package/examples/adapters/symfony-messenger-task.yaml +1 -1
  776. package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
  777. package/examples/adk-integration/code-review-workflow.yml +1 -1
  778. package/examples/adk-integration/customer-support.yml +1 -1
  779. package/examples/adk-integration/data-pipeline.yml +1 -1
  780. package/examples/advanced/reasoning-agent.yaml +1 -1
  781. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
  782. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  783. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  784. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  785. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  786. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  787. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  788. package/examples/agent-manifests/sample-compliant-agent.yaml +37 -24
  789. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  790. package/examples/agent-skills/SKILLS_CATALOG.md +323 -0
  791. package/examples/agent-skills/react-best-practices/SKILL.md +158 -0
  792. package/examples/agent-skills/react-best-practices/references/react-performance-guidelines.md +500 -0
  793. package/examples/agents/architecture-healer-enterprise.yaml +1 -1
  794. package/examples/agents/dependency-healer-npm.yaml +1 -1
  795. package/examples/agents/spec-healer-openapi.yaml +1 -1
  796. package/examples/agents/wiki-healer-production.yaml +1 -1
  797. package/examples/agents-md/code-agent.ossa.json +1 -1
  798. package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
  799. package/examples/anthropic/claude-assistant.ossa.json +1 -1
  800. package/examples/autogen/multi-agent.ossa.json +1 -1
  801. package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +12 -15
  802. package/examples/claude-code/code-reviewer.ossa.yaml +5 -5
  803. package/examples/claude-code/ossa-validator.ossa.yaml +11 -9
  804. package/examples/common_npm/agent-router.ossa.yaml +3 -3
  805. package/examples/contracts/data-consumer.ossa.yaml +1 -1
  806. package/examples/contracts/data-producer-v2.ossa.yaml +1 -1
  807. package/examples/contracts/data-producer.ossa.yaml +5 -3
  808. package/examples/crewai/research-team.ossa.json +1 -1
  809. package/examples/cursor/code-review-agent.ossa.json +1 -1
  810. package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -10
  811. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +4 -4
  812. package/examples/extensions/agents-md-advanced.yml +1 -1
  813. package/examples/extensions/agents-md-basic.yml +1 -1
  814. package/examples/extensions/agents-md-sync.yml +1 -1
  815. package/examples/extensions/agents-md-v1.yml +1 -1
  816. package/examples/extensions/drupal-v1.yml +1 -1
  817. package/examples/extensions/encryption-multi-provider.yaml +4 -4
  818. package/examples/extensions/kagent-v1.yml +1 -1
  819. package/examples/extensions/knowledge-sources.yaml +1 -1
  820. package/examples/extensions/mcp-full-featured.yaml +1 -1
  821. package/examples/getting-started/01-minimal-agent.ossa.yaml +1 -1
  822. package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
  823. package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
  824. package/examples/getting-started/04-agent-with-messaging.ossa.yaml +1 -1
  825. package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
  826. package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
  827. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
  828. package/examples/kagent/compliance-validator.ossa.yaml +1 -1
  829. package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
  830. package/examples/kagent/documentation-agent.ossa.yaml +1 -1
  831. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +3 -3
  832. package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
  833. package/examples/kagent/security-scanner.ossa.yaml +1 -1
  834. package/examples/langchain/chain-agent.ossa.json +1 -1
  835. package/examples/langflow/workflow-agent.ossa.json +1 -1
  836. package/examples/langgraph/state-machine-agent.ossa.json +1 -1
  837. package/examples/llamaindex/rag-agent.ossa.json +1 -1
  838. package/examples/mcp/database-mcp.ossa.yaml +134 -0
  839. package/examples/mcp/filesystem-mcp.ossa.yaml +101 -0
  840. package/examples/messaging/dependency-healer.ossa.yaml +1 -1
  841. package/examples/messaging/incident-responder.ossa.yaml +1 -1
  842. package/examples/messaging/routing-rules.ossa.yaml +1 -1
  843. package/examples/messaging/security-scanner.ossa.yaml +1 -1
  844. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  845. package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +38 -0
  846. package/examples/migrations/langchain/01-python-react-agent-before.py +62 -0
  847. package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +40 -0
  848. package/examples/migrations/langchain/02-typescript-conversational-before.ts +79 -0
  849. package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +95 -0
  850. package/examples/migrations/langchain/03-sequential-chain-before.py +100 -0
  851. package/examples/migrations/langchain/04-config-based-after.ossa.yaml +54 -0
  852. package/examples/migrations/langchain/04-config-based-before.yaml +52 -0
  853. package/examples/migrations/langchain/INTEGRATION-EXAMPLE.txt +335 -0
  854. package/examples/migrations/langchain/USAGE.txt +121 -0
  855. package/examples/migrations/langchain/test-migrations.ts +135 -0
  856. package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
  857. package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
  858. package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
  859. package/examples/observability/activity-stream-full.yaml +1 -1
  860. package/examples/openai/basic-agent.ossa.yaml +1 -1
  861. package/examples/openai/multi-tool-agent.ossa.json +1 -1
  862. package/examples/openai/swarm-agent.ossa.json +1 -1
  863. package/examples/ossa-templates/01-code-assistant.ossa.yaml +1 -1
  864. package/examples/ossa-templates/02-security-scanner.ossa.yaml +1 -1
  865. package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +1 -1
  866. package/examples/ossa-templates/04-code-reviewer.ossa.yaml +1 -1
  867. package/examples/ossa-templates/05-doc-generator.ossa.yaml +1 -1
  868. package/examples/ossa-templates/06-compliance-validator.ossa.yaml +1 -1
  869. package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +1 -1
  870. package/examples/ossa-templates/08-content-writer.ossa.yaml +1 -1
  871. package/examples/ossa-templates/09-test-generator.ossa.yaml +1 -1
  872. package/examples/ossa-templates/10-data-transformer.ossa.yaml +1 -1
  873. package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +384 -0
  874. package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +265 -0
  875. package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +264 -0
  876. package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +267 -0
  877. package/examples/production/document-analyzer-openai.yml +1 -1
  878. package/examples/quickstart/support-agent.ossa.yaml +1 -1
  879. package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +14 -7
  880. package/examples/real-world/rag-documentation-assistant.ossa.yaml +3 -10
  881. package/examples/registry/USAGE.txt +105 -0
  882. package/examples/registry/agents/code-reviewer/agent.yaml +159 -0
  883. package/examples/registry/agents/security-scanner/agent.yaml +128 -0
  884. package/examples/registry/index.json +5 -0
  885. package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
  886. package/examples/schema/reusable-components.yaml +1 -1
  887. package/examples/showcase/ci-pipeline.ossa.yaml +1 -1
  888. package/examples/showcase/code-assistant.ossa.yaml +1 -1
  889. package/examples/showcase/code-reviewer.ossa.yaml +1 -1
  890. package/examples/showcase/compliance-validator.ossa.yaml +1 -1
  891. package/examples/showcase/content-writer.ossa.yaml +1 -1
  892. package/examples/showcase/data-transformer.ossa.yaml +1 -1
  893. package/examples/showcase/doc-generator.ossa.yaml +1 -1
  894. package/examples/showcase/security-scanner.ossa.yaml +1 -1
  895. package/examples/showcase/test-generator.ossa.yaml +1 -1
  896. package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
  897. package/examples/tasks/batch-email-sender.yaml +1 -1
  898. package/examples/tasks/data-transform.yaml +1 -1
  899. package/examples/tasks/publish-content.yaml +1 -1
  900. package/examples/templates/ossa-compliance.yaml +1 -1
  901. package/examples/unified/security-scanner.ossa.yaml +4 -4
  902. package/examples/vercel/edge-agent.ossa.json +1 -1
  903. package/examples/workflows/batch-email-campaign.yaml +1 -1
  904. package/examples/workflows/content-review-publish.yaml +1 -1
  905. package/examples/workflows/simple-etl.yaml +1 -1
  906. package/llms-ctx-full.txt +9 -7
  907. package/llms-ctx.txt +8 -6
  908. package/package.json +64 -8
  909. package/spec/{examples → reference}/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
  910. package/spec/{examples → reference}/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
  911. package/{dist/spec/examples → spec/reference}/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
  912. package/{dist/spec/examples → spec/reference}/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
  913. package/spec/{examples → reference}/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
  914. package/spec/{examples → reference}/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
  915. package/spec/v0.3/CHANGELOG.md +237 -0
  916. package/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
  917. package/spec/v0.3/README.md +366 -0
  918. package/spec/v0.3/adoption-blockers.json +142 -0
  919. package/spec/v0.3/bat-framework.schema.json +114 -0
  920. package/spec/v0.3/capability-discovery.schema.json +128 -0
  921. package/spec/v0.3/checkpoint.schema.json +132 -0
  922. package/spec/v0.3/completion-signals.schema.json +136 -0
  923. package/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
  924. package/spec/v0.3/conformance/PROFILES.md +210 -0
  925. package/spec/v0.3/conformance/README.md +263 -0
  926. package/spec/v0.3/conformance/profiles/baseline.json +27 -0
  927. package/spec/v0.3/conformance/profiles/enterprise.json +33 -0
  928. package/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
  929. package/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
  930. package/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
  931. package/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
  932. package/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
  933. package/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
  934. package/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
  935. package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
  936. package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
  937. package/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
  938. package/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
  939. package/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
  940. package/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
  941. package/spec/v0.3/extensions/a2a/README.md +193 -0
  942. package/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
  943. package/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
  944. package/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
  945. package/spec/v0.3/extensions/kagent/README.md +315 -0
  946. package/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
  947. package/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
  948. package/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
  949. package/spec/v0.3/extensions/mcp/README.md +276 -0
  950. package/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
  951. package/spec/v0.3/feedback-loops.schema.json +145 -0
  952. package/spec/v0.3/flow-kind.schema.json +244 -0
  953. package/spec/v0.3/infrastructure-substrate.schema.json +190 -0
  954. package/spec/v0.3/mixture-of-experts.schema.json +159 -0
  955. package/spec/v0.3/moe-metrics.schema.json +162 -0
  956. package/spec/{v0.3.3/ossa-0.3.3.schema.json → v0.3/ossa-0.3.5.schema.json} +4428 -667
  957. package/spec/v0.3/registry/registry-contract.schema.json +359 -0
  958. package/src/dev-cli/README.md +53 -0
  959. package/src/dev-cli/src/index.ts +47 -0
  960. package/templates/platforms/cursor/code-assistant/manifest.ossa.yaml +40 -0
  961. package/templates/platforms/drupal/content-agent/manifest.ossa.yaml +39 -0
  962. package/templates/platforms/gitlab/ci-agent/manifest.ossa.yaml +41 -0
  963. package/templates/platforms/kubernetes/operator-agent/manifest.ossa.yaml +39 -0
  964. package/templates/platforms/langflow/workflow-agent/manifest.ossa.yaml +38 -0
  965. package/dist/bot/architecture-validator-bot.d.ts.map +0 -1
  966. package/dist/bot/architecture-validator-bot.js.map +0 -1
  967. package/dist/bot/ci-pipeline-bot.d.ts.map +0 -1
  968. package/dist/bot/ci-pipeline-bot.js.map +0 -1
  969. package/dist/bot/compliance-bot.d.ts.map +0 -1
  970. package/dist/bot/compliance-bot.js.map +0 -1
  971. package/dist/bot/dependency-updater-bot.d.ts.map +0 -1
  972. package/dist/bot/dependency-updater-bot.js.map +0 -1
  973. package/dist/bot/security-scanner-bot.d.ts.map +0 -1
  974. package/dist/bot/security-scanner-bot.js.map +0 -1
  975. package/dist/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
  976. package/dist/spec/v0.3.1/adapters/drupal.md +0 -541
  977. package/dist/spec/v0.3.1/adapters/symfony.md +0 -659
  978. package/dist/spec/v0.3.1/agent-test.schema.json +0 -75
  979. package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
  980. package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
  981. package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
  982. package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
  983. package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
  984. package/dist/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
  985. package/dist/spec/v0.3.1/extensions/drupal.md +0 -417
  986. package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
  987. package/dist/spec/v0.3.1/protocols/sse.md +0 -494
  988. package/dist/spec/v0.3.1/protocols/webrtc.md +0 -600
  989. package/dist/spec/v0.3.1/protocols/websocket.md +0 -362
  990. package/dist/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
  991. package/dist/spec/v0.3.1/schemas/capabilities.yaml +0 -102
  992. package/dist/spec/v0.3.1/schemas/functions.yaml +0 -75
  993. package/dist/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
  994. package/dist/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
  995. package/dist/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
  996. package/dist/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
  997. package/dist/spec/v0.3.1/schemas/runtime.yaml +0 -102
  998. package/dist/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
  999. package/dist/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
  1000. package/dist/spec/v0.3.1/taxonomy.yaml +0 -256
  1001. package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
  1002. package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
  1003. package/dist/spec/v0.3.2/access_tiers.yaml +0 -375
  1004. package/dist/spec/v0.3.2/adapters/drupal.md +0 -541
  1005. package/dist/spec/v0.3.2/adapters/symfony.md +0 -659
  1006. package/dist/spec/v0.3.2/agent-test.schema.json +0 -75
  1007. package/dist/spec/v0.3.2/examples/access-tiers/README.md +0 -106
  1008. package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1009. package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1010. package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1011. package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1012. package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1013. package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
  1014. package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
  1015. package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1016. package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
  1017. package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1018. package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
  1019. package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
  1020. package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
  1021. package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1022. package/dist/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
  1023. package/dist/spec/v0.3.2/extensions/drupal.md +0 -417
  1024. package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
  1025. package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
  1026. package/dist/spec/v0.3.2/protocols/delegation.yaml +0 -239
  1027. package/dist/spec/v0.3.2/protocols/sse.md +0 -494
  1028. package/dist/spec/v0.3.2/protocols/webrtc.md +0 -600
  1029. package/dist/spec/v0.3.2/protocols/websocket.md +0 -362
  1030. package/dist/spec/v0.3.2/runtime/RUNTIME.md +0 -457
  1031. package/dist/spec/v0.3.2/runtime/memory-model.yaml +0 -871
  1032. package/dist/spec/v0.3.2/runtime/runtime.yaml +0 -926
  1033. package/dist/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
  1034. package/dist/spec/v0.3.2/schemas/capabilities.yaml +0 -102
  1035. package/dist/spec/v0.3.2/schemas/functions.yaml +0 -75
  1036. package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
  1037. package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
  1038. package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
  1039. package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
  1040. package/dist/spec/v0.3.2/schemas/runtime.yaml +0 -102
  1041. package/dist/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
  1042. package/dist/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
  1043. package/dist/spec/v0.3.2/taxonomy.yaml +0 -363
  1044. package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
  1045. package/dist/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
  1046. package/dist/spec/v0.3.3/access_tiers.yaml +0 -375
  1047. package/dist/spec/v0.3.3/adapters/drupal.md +0 -541
  1048. package/dist/spec/v0.3.3/adapters/symfony.md +0 -659
  1049. package/dist/spec/v0.3.3/agent-test.schema.json +0 -75
  1050. package/dist/spec/v0.3.3/examples/access-tiers/README.md +0 -106
  1051. package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1052. package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1053. package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1054. package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1055. package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1056. package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
  1057. package/dist/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
  1058. package/dist/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1059. package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
  1060. package/dist/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1061. package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
  1062. package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
  1063. package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
  1064. package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1065. package/dist/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
  1066. package/dist/spec/v0.3.3/extensions/agents-md.md +0 -1219
  1067. package/dist/spec/v0.3.3/extensions/autogen.md +0 -1124
  1068. package/dist/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
  1069. package/dist/spec/v0.3.3/extensions/crewai.md +0 -1575
  1070. package/dist/spec/v0.3.3/extensions/dify.md +0 -1461
  1071. package/dist/spec/v0.3.3/extensions/drupal.md +0 -417
  1072. package/dist/spec/v0.3.3/extensions/langchain.md +0 -1092
  1073. package/dist/spec/v0.3.3/extensions/langflow.md +0 -1055
  1074. package/dist/spec/v0.3.3/extensions/llamaindex.md +0 -1519
  1075. package/dist/spec/v0.3.3/extensions/llms-txt.md +0 -295
  1076. package/dist/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
  1077. package/dist/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
  1078. package/dist/spec/v0.3.3/extensions/opentelemetry.md +0 -360
  1079. package/dist/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
  1080. package/dist/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
  1081. package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
  1082. package/dist/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
  1083. package/dist/spec/v0.3.3/protocols/delegation.yaml +0 -239
  1084. package/dist/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
  1085. package/dist/spec/v0.3.3/protocols/sse.md +0 -494
  1086. package/dist/spec/v0.3.3/protocols/webrtc.md +0 -600
  1087. package/dist/spec/v0.3.3/protocols/websocket.md +0 -362
  1088. package/dist/spec/v0.3.3/runtime/RUNTIME.md +0 -457
  1089. package/dist/spec/v0.3.3/runtime/memory-model.yaml +0 -871
  1090. package/dist/spec/v0.3.3/runtime/runtime.yaml +0 -926
  1091. package/dist/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
  1092. package/dist/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
  1093. package/dist/spec/v0.3.3/schemas/capabilities.yaml +0 -102
  1094. package/dist/spec/v0.3.3/schemas/functions.yaml +0 -75
  1095. package/dist/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
  1096. package/dist/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
  1097. package/dist/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
  1098. package/dist/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
  1099. package/dist/spec/v0.3.3/schemas/runtime.yaml +0 -102
  1100. package/dist/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
  1101. package/dist/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
  1102. package/dist/spec/v0.3.3/taxonomy.yaml +0 -363
  1103. package/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
  1104. package/spec/v0.3.1/adapters/drupal.md +0 -541
  1105. package/spec/v0.3.1/adapters/symfony.md +0 -659
  1106. package/spec/v0.3.1/agent-test.schema.json +0 -75
  1107. package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
  1108. package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
  1109. package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
  1110. package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
  1111. package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
  1112. package/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
  1113. package/spec/v0.3.1/extensions/drupal.md +0 -417
  1114. package/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
  1115. package/spec/v0.3.1/protocols/sse.md +0 -494
  1116. package/spec/v0.3.1/protocols/webrtc.md +0 -600
  1117. package/spec/v0.3.1/protocols/websocket.md +0 -362
  1118. package/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
  1119. package/spec/v0.3.1/schemas/capabilities.yaml +0 -102
  1120. package/spec/v0.3.1/schemas/functions.yaml +0 -75
  1121. package/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
  1122. package/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
  1123. package/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
  1124. package/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
  1125. package/spec/v0.3.1/schemas/runtime.yaml +0 -102
  1126. package/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
  1127. package/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
  1128. package/spec/v0.3.1/taxonomy.yaml +0 -256
  1129. package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
  1130. package/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
  1131. package/spec/v0.3.2/access_tiers.yaml +0 -375
  1132. package/spec/v0.3.2/adapters/drupal.md +0 -541
  1133. package/spec/v0.3.2/adapters/symfony.md +0 -659
  1134. package/spec/v0.3.2/agent-test.schema.json +0 -75
  1135. package/spec/v0.3.2/examples/access-tiers/README.md +0 -106
  1136. package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1137. package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1138. package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1139. package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1140. package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1141. package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
  1142. package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
  1143. package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1144. package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
  1145. package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1146. package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
  1147. package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
  1148. package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
  1149. package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1150. package/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
  1151. package/spec/v0.3.2/extensions/drupal.md +0 -417
  1152. package/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
  1153. package/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
  1154. package/spec/v0.3.2/protocols/delegation.yaml +0 -239
  1155. package/spec/v0.3.2/protocols/sse.md +0 -494
  1156. package/spec/v0.3.2/protocols/webrtc.md +0 -600
  1157. package/spec/v0.3.2/protocols/websocket.md +0 -362
  1158. package/spec/v0.3.2/runtime/RUNTIME.md +0 -457
  1159. package/spec/v0.3.2/runtime/memory-model.yaml +0 -871
  1160. package/spec/v0.3.2/runtime/runtime.yaml +0 -926
  1161. package/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
  1162. package/spec/v0.3.2/schemas/capabilities.yaml +0 -102
  1163. package/spec/v0.3.2/schemas/functions.yaml +0 -75
  1164. package/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
  1165. package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
  1166. package/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
  1167. package/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
  1168. package/spec/v0.3.2/schemas/runtime.yaml +0 -102
  1169. package/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
  1170. package/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
  1171. package/spec/v0.3.2/taxonomy.yaml +0 -363
  1172. package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
  1173. package/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
  1174. package/spec/v0.3.3/access_tiers.yaml +0 -375
  1175. package/spec/v0.3.3/adapters/drupal.md +0 -541
  1176. package/spec/v0.3.3/adapters/symfony.md +0 -659
  1177. package/spec/v0.3.3/agent-test.schema.json +0 -75
  1178. package/spec/v0.3.3/examples/access-tiers/README.md +0 -106
  1179. package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
  1180. package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
  1181. package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
  1182. package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
  1183. package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
  1184. package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
  1185. package/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
  1186. package/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
  1187. package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
  1188. package/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
  1189. package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
  1190. package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
  1191. package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
  1192. package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
  1193. package/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
  1194. package/spec/v0.3.3/extensions/agents-md.md +0 -1219
  1195. package/spec/v0.3.3/extensions/autogen.md +0 -1124
  1196. package/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
  1197. package/spec/v0.3.3/extensions/crewai.md +0 -1575
  1198. package/spec/v0.3.3/extensions/dify.md +0 -1461
  1199. package/spec/v0.3.3/extensions/drupal.md +0 -417
  1200. package/spec/v0.3.3/extensions/langchain.md +0 -1092
  1201. package/spec/v0.3.3/extensions/langflow.md +0 -1055
  1202. package/spec/v0.3.3/extensions/llamaindex.md +0 -1519
  1203. package/spec/v0.3.3/extensions/llms-txt.md +0 -295
  1204. package/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
  1205. package/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
  1206. package/spec/v0.3.3/extensions/opentelemetry.md +0 -360
  1207. package/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
  1208. package/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
  1209. package/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
  1210. package/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
  1211. package/spec/v0.3.3/protocols/delegation.yaml +0 -239
  1212. package/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
  1213. package/spec/v0.3.3/protocols/sse.md +0 -494
  1214. package/spec/v0.3.3/protocols/webrtc.md +0 -600
  1215. package/spec/v0.3.3/protocols/websocket.md +0 -362
  1216. package/spec/v0.3.3/runtime/RUNTIME.md +0 -457
  1217. package/spec/v0.3.3/runtime/memory-model.yaml +0 -871
  1218. package/spec/v0.3.3/runtime/runtime.yaml +0 -926
  1219. package/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
  1220. package/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
  1221. package/spec/v0.3.3/schemas/capabilities.yaml +0 -102
  1222. package/spec/v0.3.3/schemas/functions.yaml +0 -75
  1223. package/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
  1224. package/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
  1225. package/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
  1226. package/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
  1227. package/spec/v0.3.3/schemas/runtime.yaml +0 -102
  1228. package/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
  1229. package/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
  1230. package/spec/v0.3.3/taxonomy.yaml +0 -363
  1231. /package/dist/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
  1232. /package/dist/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
  1233. /package/dist/spec/{examples → reference}/reference-agents/release-orchestrator/README.md +0 -0
  1234. /package/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
  1235. /package/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
  1236. /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
- }