@bluefly/openstandardagents 0.3.2 → 0.3.3

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 (1060) hide show
  1. package/CHANGELOG.md +37 -1990
  2. package/README.md +163 -392
  3. package/dist/adapters/anthropic/runtime.d.ts +1 -1
  4. package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
  5. package/dist/adapters/anthropic/runtime.js +1 -1
  6. package/dist/adapters/anthropic/runtime.js.map +1 -1
  7. package/dist/adapters/crewai-adapter.d.ts.map +1 -1
  8. package/dist/adapters/crewai-adapter.js +0 -1
  9. package/dist/adapters/crewai-adapter.js.map +1 -1
  10. package/dist/adapters/langchain-adapter.d.ts.map +1 -1
  11. package/dist/adapters/langchain-adapter.js +0 -1
  12. package/dist/adapters/langchain-adapter.js.map +1 -1
  13. package/dist/adapters/langflow-adapter.js +1 -1
  14. package/dist/adapters/langflow-adapter.js.map +1 -1
  15. package/dist/adapters/langfuse.adapter.d.ts +30 -0
  16. package/dist/adapters/langfuse.adapter.d.ts.map +1 -0
  17. package/dist/adapters/langfuse.adapter.js +61 -0
  18. package/dist/adapters/langfuse.adapter.js.map +1 -0
  19. package/dist/adapters/langsmith.adapter.d.ts +29 -0
  20. package/dist/adapters/langsmith.adapter.d.ts.map +1 -0
  21. package/dist/adapters/langsmith.adapter.js +60 -0
  22. package/dist/adapters/langsmith.adapter.js.map +1 -0
  23. package/dist/adapters/openapi-adapter.d.ts.map +1 -1
  24. package/dist/adapters/openapi-adapter.js +19 -15
  25. package/dist/adapters/openapi-adapter.js.map +1 -1
  26. package/dist/adapters/opentelemetry.adapter.d.ts +136 -0
  27. package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -0
  28. package/dist/adapters/opentelemetry.adapter.js +239 -0
  29. package/dist/adapters/opentelemetry.adapter.js.map +1 -0
  30. package/dist/adapters/phoenix.adapter.d.ts +28 -0
  31. package/dist/adapters/phoenix.adapter.d.ts.map +1 -0
  32. package/dist/adapters/phoenix.adapter.js +63 -0
  33. package/dist/adapters/phoenix.adapter.js.map +1 -0
  34. package/dist/bot/ci-pipeline-bot.d.ts +1 -1
  35. package/dist/bot/ci-pipeline-bot.d.ts.map +1 -1
  36. package/dist/bot/ci-pipeline-bot.js +1 -1
  37. package/dist/bot/ci-pipeline-bot.js.map +1 -1
  38. package/dist/bot/compliance-bot.d.ts.map +1 -1
  39. package/dist/bot/compliance-bot.js +1 -1
  40. package/dist/bot/compliance-bot.js.map +1 -1
  41. package/dist/cli/commands/agent-card.command.d.ts +4 -0
  42. package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
  43. package/dist/cli/commands/agent-card.command.js +9 -7
  44. package/dist/cli/commands/agent-card.command.js.map +1 -1
  45. package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
  46. package/dist/cli/commands/agents-md.command.js +9 -11
  47. package/dist/cli/commands/agents-md.command.js.map +1 -1
  48. package/dist/cli/commands/agents.command.js +3 -3
  49. package/dist/cli/commands/agents.command.js.map +1 -1
  50. package/dist/cli/commands/catalog/config.d.ts +54 -0
  51. package/dist/cli/commands/catalog/config.d.ts.map +1 -0
  52. package/dist/cli/commands/catalog/config.js +113 -0
  53. package/dist/cli/commands/catalog/config.js.map +1 -0
  54. package/dist/cli/commands/catalog/convert.command.d.ts +8 -0
  55. package/dist/cli/commands/catalog/convert.command.d.ts.map +1 -0
  56. package/dist/cli/commands/catalog/convert.command.js +106 -0
  57. package/dist/cli/commands/catalog/convert.command.js.map +1 -0
  58. package/dist/cli/commands/catalog/diff.command.d.ts +8 -0
  59. package/dist/cli/commands/catalog/diff.command.d.ts.map +1 -0
  60. package/dist/cli/commands/catalog/diff.command.js +76 -0
  61. package/dist/cli/commands/catalog/diff.command.js.map +1 -0
  62. package/dist/cli/commands/catalog/index.d.ts +19 -0
  63. package/dist/cli/commands/catalog/index.d.ts.map +1 -0
  64. package/dist/cli/commands/catalog/index.js +40 -0
  65. package/dist/cli/commands/catalog/index.js.map +1 -0
  66. package/dist/cli/commands/catalog/list.command.d.ts +8 -0
  67. package/dist/cli/commands/catalog/list.command.d.ts.map +1 -0
  68. package/dist/cli/commands/catalog/list.command.js +101 -0
  69. package/dist/cli/commands/catalog/list.command.js.map +1 -0
  70. package/dist/cli/commands/catalog/pull.command.d.ts +8 -0
  71. package/dist/cli/commands/catalog/pull.command.d.ts.map +1 -0
  72. package/dist/cli/commands/catalog/pull.command.js +87 -0
  73. package/dist/cli/commands/catalog/pull.command.js.map +1 -0
  74. package/dist/cli/commands/catalog/push.command.d.ts +8 -0
  75. package/dist/cli/commands/catalog/push.command.d.ts.map +1 -0
  76. package/dist/cli/commands/catalog/push.command.js +98 -0
  77. package/dist/cli/commands/catalog/push.command.js.map +1 -0
  78. package/dist/cli/commands/catalog/schemas.d.ts +62 -0
  79. package/dist/cli/commands/catalog/schemas.d.ts.map +1 -0
  80. package/dist/cli/commands/catalog/schemas.js +55 -0
  81. package/dist/cli/commands/catalog/schemas.js.map +1 -0
  82. package/dist/cli/commands/catalog/sync.command.d.ts +8 -0
  83. package/dist/cli/commands/catalog/sync.command.d.ts.map +1 -0
  84. package/dist/cli/commands/catalog/sync.command.js +69 -0
  85. package/dist/cli/commands/catalog/sync.command.js.map +1 -0
  86. package/dist/cli/commands/catalog/validate.command.d.ts +8 -0
  87. package/dist/cli/commands/catalog/validate.command.d.ts.map +1 -0
  88. package/dist/cli/commands/catalog/validate.command.js +140 -0
  89. package/dist/cli/commands/catalog/validate.command.js.map +1 -0
  90. package/dist/cli/commands/compliance.command.d.ts +19 -0
  91. package/dist/cli/commands/compliance.command.d.ts.map +1 -0
  92. package/dist/cli/commands/compliance.command.js +218 -0
  93. package/dist/cli/commands/compliance.command.js.map +1 -0
  94. package/dist/cli/commands/contract.command.d.ts +5 -0
  95. package/dist/cli/commands/contract.command.d.ts.map +1 -1
  96. package/dist/cli/commands/contract.command.js +40 -63
  97. package/dist/cli/commands/contract.command.js.map +1 -1
  98. package/dist/cli/commands/dependencies.command.d.ts +5 -0
  99. package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
  100. package/dist/cli/commands/dependencies.command.js +58 -108
  101. package/dist/cli/commands/dependencies.command.js.map +1 -1
  102. package/dist/cli/commands/diff.command.d.ts +4 -0
  103. package/dist/cli/commands/diff.command.d.ts.map +1 -1
  104. package/dist/cli/commands/diff.command.js +10 -10
  105. package/dist/cli/commands/diff.command.js.map +1 -1
  106. package/dist/cli/commands/docs.command.d.ts.map +1 -1
  107. package/dist/cli/commands/docs.command.js +2 -1
  108. package/dist/cli/commands/docs.command.js.map +1 -1
  109. package/dist/cli/commands/export.command.d.ts.map +1 -1
  110. package/dist/cli/commands/export.command.js +2 -2
  111. package/dist/cli/commands/export.command.js.map +1 -1
  112. package/dist/cli/commands/extension-team.command.d.ts +15 -0
  113. package/dist/cli/commands/extension-team.command.d.ts.map +1 -0
  114. package/dist/cli/commands/extension-team.command.js +117 -0
  115. package/dist/cli/commands/extension-team.command.js.map +1 -0
  116. package/dist/cli/commands/framework.command.d.ts +9 -0
  117. package/dist/cli/commands/framework.command.d.ts.map +1 -0
  118. package/dist/cli/commands/framework.command.js +179 -0
  119. package/dist/cli/commands/framework.command.js.map +1 -0
  120. package/dist/cli/commands/generate.command.d.ts.map +1 -1
  121. package/dist/cli/commands/generate.command.js +15 -8
  122. package/dist/cli/commands/generate.command.js.map +1 -1
  123. package/dist/cli/commands/github-sync.command.js +2 -2
  124. package/dist/cli/commands/github-sync.command.js.map +1 -1
  125. package/dist/cli/commands/import.command.d.ts.map +1 -1
  126. package/dist/cli/commands/import.command.js +2 -2
  127. package/dist/cli/commands/import.command.js.map +1 -1
  128. package/dist/cli/commands/install.command.d.ts.map +1 -1
  129. package/dist/cli/commands/install.command.js +3 -1
  130. package/dist/cli/commands/install.command.js.map +1 -1
  131. package/dist/cli/commands/langchain.command.d.ts +9 -0
  132. package/dist/cli/commands/langchain.command.d.ts.map +1 -0
  133. package/dist/cli/commands/langchain.command.js +110 -0
  134. package/dist/cli/commands/langchain.command.js.map +1 -0
  135. package/dist/cli/commands/langflow.command.d.ts +9 -0
  136. package/dist/cli/commands/langflow.command.d.ts.map +1 -0
  137. package/dist/cli/commands/langflow.command.js +111 -0
  138. package/dist/cli/commands/langflow.command.js.map +1 -0
  139. package/dist/cli/commands/lint.command.d.ts +5 -0
  140. package/dist/cli/commands/lint.command.d.ts.map +1 -1
  141. package/dist/cli/commands/lint.command.js +13 -57
  142. package/dist/cli/commands/lint.command.js.map +1 -1
  143. package/dist/cli/commands/llms-txt.command.d.ts +7 -0
  144. package/dist/cli/commands/llms-txt.command.d.ts.map +1 -0
  145. package/dist/cli/commands/llms-txt.command.js +119 -0
  146. package/dist/cli/commands/llms-txt.command.js.map +1 -0
  147. package/dist/cli/commands/migrate.command.js +4 -4
  148. package/dist/cli/commands/migrate.command.js.map +1 -1
  149. package/dist/cli/commands/publish.command.d.ts.map +1 -1
  150. package/dist/cli/commands/publish.command.js.map +1 -1
  151. package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
  152. package/dist/cli/commands/quickstart.command.js +4 -10
  153. package/dist/cli/commands/quickstart.command.js.map +1 -1
  154. package/dist/cli/commands/registry.command.d.ts +4 -0
  155. package/dist/cli/commands/registry.command.d.ts.map +1 -1
  156. package/dist/cli/commands/registry.command.js +11 -12
  157. package/dist/cli/commands/registry.command.js.map +1 -1
  158. package/dist/cli/commands/scaffold.command.d.ts +19 -0
  159. package/dist/cli/commands/scaffold.command.d.ts.map +1 -0
  160. package/dist/cli/commands/scaffold.command.js +182 -0
  161. package/dist/cli/commands/scaffold.command.js.map +1 -0
  162. package/dist/cli/commands/schema.command.d.ts +4 -0
  163. package/dist/cli/commands/schema.command.d.ts.map +1 -1
  164. package/dist/cli/commands/schema.command.js +8 -5
  165. package/dist/cli/commands/schema.command.js.map +1 -1
  166. package/dist/cli/commands/setup.command.d.ts.map +1 -1
  167. package/dist/cli/commands/setup.command.js +23 -24
  168. package/dist/cli/commands/setup.command.js.map +1 -1
  169. package/dist/cli/commands/standardize.command.d.ts +19 -0
  170. package/dist/cli/commands/standardize.command.d.ts.map +1 -0
  171. package/dist/cli/commands/standardize.command.js +275 -0
  172. package/dist/cli/commands/standardize.command.js.map +1 -0
  173. package/dist/cli/commands/sync.command.js +3 -3
  174. package/dist/cli/commands/sync.command.js.map +1 -1
  175. package/dist/cli/commands/test.command.d.ts +8 -0
  176. package/dist/cli/commands/test.command.d.ts.map +1 -1
  177. package/dist/cli/commands/test.command.js +83 -15
  178. package/dist/cli/commands/test.command.js.map +1 -1
  179. package/dist/cli/commands/validate.command.d.ts +4 -0
  180. package/dist/cli/commands/validate.command.d.ts.map +1 -1
  181. package/dist/cli/commands/validate.command.js +30 -1
  182. package/dist/cli/commands/validate.command.js.map +1 -1
  183. package/dist/cli/commands/workspace.command.d.ts.map +1 -1
  184. package/dist/cli/commands/workspace.command.js +32 -42
  185. package/dist/cli/commands/workspace.command.js.map +1 -1
  186. package/dist/cli/extensions/gitlab-release.commands.d.ts +19 -0
  187. package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -0
  188. package/dist/cli/extensions/gitlab-release.commands.js +341 -0
  189. package/dist/cli/extensions/gitlab-release.commands.js.map +1 -0
  190. package/dist/cli/extensions/gitlab.extension.d.ts +24 -0
  191. package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -0
  192. package/dist/cli/extensions/gitlab.extension.js +64 -0
  193. package/dist/cli/extensions/gitlab.extension.js.map +1 -0
  194. package/dist/cli/extensions/index.d.ts +63 -0
  195. package/dist/cli/extensions/index.d.ts.map +1 -0
  196. package/dist/cli/extensions/index.js +181 -0
  197. package/dist/cli/extensions/index.js.map +1 -0
  198. package/dist/cli/index.d.ts +11 -1
  199. package/dist/cli/index.d.ts.map +1 -1
  200. package/dist/cli/index.js +111 -35
  201. package/dist/cli/index.js.map +1 -1
  202. package/dist/cli/utils/error-formatter.js +6 -6
  203. package/dist/cli/utils/error-formatter.js.map +1 -1
  204. package/dist/cli/utils/gitlab-config.d.ts +94 -0
  205. package/dist/cli/utils/gitlab-config.d.ts.map +1 -0
  206. package/dist/cli/utils/gitlab-config.js +180 -0
  207. package/dist/cli/utils/gitlab-config.js.map +1 -0
  208. package/dist/cli/utils/index.d.ts +11 -0
  209. package/dist/cli/utils/index.d.ts.map +1 -0
  210. package/dist/cli/utils/index.js +15 -0
  211. package/dist/cli/utils/index.js.map +1 -0
  212. package/dist/cli/utils/manifest-loader.d.ts +77 -0
  213. package/dist/cli/utils/manifest-loader.d.ts.map +1 -0
  214. package/dist/cli/utils/manifest-loader.js +153 -0
  215. package/dist/cli/utils/manifest-loader.js.map +1 -0
  216. package/dist/cli/utils/output.d.ts +134 -0
  217. package/dist/cli/utils/output.d.ts.map +1 -0
  218. package/dist/cli/utils/output.js +200 -0
  219. package/dist/cli/utils/output.js.map +1 -0
  220. package/dist/config/defaults.d.ts +138 -0
  221. package/dist/config/defaults.d.ts.map +1 -0
  222. package/dist/config/defaults.js +223 -0
  223. package/dist/config/defaults.js.map +1 -0
  224. package/dist/dev-cli/schemas/spec.schema.d.ts +38 -0
  225. package/dist/dev-cli/schemas/spec.schema.d.ts.map +1 -0
  226. package/dist/dev-cli/schemas/spec.schema.js +36 -0
  227. package/dist/dev-cli/schemas/spec.schema.js.map +1 -0
  228. package/dist/dev-cli/schemas/version.schema.d.ts +82 -0
  229. package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -0
  230. package/dist/dev-cli/schemas/version.schema.js +83 -0
  231. package/dist/dev-cli/schemas/version.schema.js.map +1 -0
  232. package/dist/dev-cli/services/version-audit.service.d.ts +31 -0
  233. package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -0
  234. package/dist/dev-cli/services/version-audit.service.js +168 -0
  235. package/dist/dev-cli/services/version-audit.service.js.map +1 -0
  236. package/dist/dev-cli/src/commands/release-prep.command.d.ts +12 -0
  237. package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -0
  238. package/dist/dev-cli/src/commands/release-prep.command.js +112 -0
  239. package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -0
  240. package/dist/dev-cli/src/commands/release.command.d.ts +9 -0
  241. package/dist/dev-cli/src/commands/release.command.d.ts.map +1 -0
  242. package/dist/dev-cli/src/commands/release.command.js +112 -0
  243. package/dist/dev-cli/src/commands/release.command.js.map +1 -0
  244. package/dist/dev-cli/src/commands/spec.command.d.ts +9 -0
  245. package/dist/dev-cli/src/commands/spec.command.d.ts.map +1 -0
  246. package/dist/dev-cli/src/commands/spec.command.js +85 -0
  247. package/dist/dev-cli/src/commands/spec.command.js.map +1 -0
  248. package/dist/dev-cli/src/commands/version.command.d.ts +9 -0
  249. package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -0
  250. package/dist/dev-cli/src/commands/version.command.js +114 -0
  251. package/dist/dev-cli/src/commands/version.command.js.map +1 -0
  252. package/dist/dev-cli/src/commands/workflow.command.d.ts +8 -0
  253. package/dist/dev-cli/src/commands/workflow.command.d.ts.map +1 -0
  254. package/dist/dev-cli/src/commands/workflow.command.js +93 -0
  255. package/dist/dev-cli/src/commands/workflow.command.js.map +1 -0
  256. package/dist/dev-cli/src/index.d.ts +14 -0
  257. package/dist/dev-cli/src/index.d.ts.map +1 -0
  258. package/dist/dev-cli/src/index.js +35 -0
  259. package/dist/dev-cli/src/index.js.map +1 -0
  260. package/dist/dev-cli/src/schemas/release-prep.schema.d.ts +112 -0
  261. package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -0
  262. package/dist/dev-cli/src/schemas/release-prep.schema.js +76 -0
  263. package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -0
  264. package/dist/dev-cli/src/schemas/release.schema.d.ts +146 -0
  265. package/dist/dev-cli/src/schemas/release.schema.d.ts.map +1 -0
  266. package/dist/dev-cli/src/schemas/release.schema.js +77 -0
  267. package/dist/dev-cli/src/schemas/release.schema.js.map +1 -0
  268. package/dist/dev-cli/src/schemas/spec.schema.d.ts +34 -0
  269. package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -0
  270. package/dist/dev-cli/src/schemas/spec.schema.js +30 -0
  271. package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -0
  272. package/dist/dev-cli/src/schemas/version.schema.d.ts +53 -0
  273. package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -0
  274. package/dist/dev-cli/src/schemas/version.schema.js +43 -0
  275. package/dist/dev-cli/src/schemas/version.schema.js.map +1 -0
  276. package/dist/dev-cli/src/services/release-prep.service.d.ts +55 -0
  277. package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -0
  278. package/dist/dev-cli/src/services/release-prep.service.js +492 -0
  279. package/dist/dev-cli/src/services/release-prep.service.js.map +1 -0
  280. package/dist/dev-cli/src/services/release-verify.service.d.ts +49 -0
  281. package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -0
  282. package/dist/dev-cli/src/services/release-verify.service.js +385 -0
  283. package/dist/dev-cli/src/services/release-verify.service.js.map +1 -0
  284. package/dist/dev-cli/src/services/spec-generate.service.d.ts +18 -0
  285. package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -0
  286. package/dist/dev-cli/src/services/spec-generate.service.js +49 -0
  287. package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -0
  288. package/dist/dev-cli/src/services/spec-validate.service.d.ts +17 -0
  289. package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -0
  290. package/dist/dev-cli/src/services/spec-validate.service.js +52 -0
  291. package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -0
  292. package/dist/dev-cli/src/services/version-release.service.d.ts +17 -0
  293. package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -0
  294. package/dist/dev-cli/src/services/version-release.service.js +80 -0
  295. package/dist/dev-cli/src/services/version-release.service.js.map +1 -0
  296. package/dist/dev-cli/src/services/version-sync.service.d.ts +21 -0
  297. package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -0
  298. package/dist/dev-cli/src/services/version-sync.service.js +98 -0
  299. package/dist/dev-cli/src/services/version-sync.service.js.map +1 -0
  300. package/dist/dev-cli/src/services/version-validate.service.d.ts +17 -0
  301. package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -0
  302. package/dist/dev-cli/src/services/version-validate.service.js +52 -0
  303. package/dist/dev-cli/src/services/version-validate.service.js.map +1 -0
  304. package/dist/di-container.d.ts.map +1 -1
  305. package/dist/di-container.js +14 -3
  306. package/dist/di-container.js.map +1 -1
  307. package/dist/messaging/broker.d.ts +1 -1
  308. package/dist/messaging/broker.js +1 -1
  309. package/dist/messaging/channels.d.ts +1 -1
  310. package/dist/messaging/channels.js +1 -1
  311. package/dist/messaging/index.d.ts +1 -1
  312. package/dist/messaging/index.js +1 -1
  313. package/dist/messaging/protocols/memory.d.ts +1 -1
  314. package/dist/messaging/protocols/memory.js +1 -1
  315. package/dist/messaging/protocols/redis.d.ts +1 -1
  316. package/dist/messaging/protocols/redis.js +1 -1
  317. package/dist/messaging/types.d.ts +2 -2
  318. package/dist/messaging/types.js +1 -1
  319. package/dist/repositories/manifest.repository.d.ts +1 -1
  320. package/dist/repositories/manifest.repository.d.ts.map +1 -1
  321. package/dist/repositories/manifest.repository.js +18 -13
  322. package/dist/repositories/manifest.repository.js.map +1 -1
  323. package/dist/repositories/schema.repository.d.ts +2 -2
  324. package/dist/repositories/schema.repository.d.ts.map +1 -1
  325. package/dist/repositories/schema.repository.js +1 -1
  326. package/dist/runtime/crewai.runtime.d.ts +30 -0
  327. package/dist/runtime/crewai.runtime.d.ts.map +1 -0
  328. package/dist/runtime/crewai.runtime.js +106 -0
  329. package/dist/runtime/crewai.runtime.js.map +1 -0
  330. package/dist/runtime/langchain.runtime.d.ts +32 -0
  331. package/dist/runtime/langchain.runtime.d.ts.map +1 -0
  332. package/dist/runtime/langchain.runtime.js +75 -0
  333. package/dist/runtime/langchain.runtime.js.map +1 -0
  334. package/dist/runtime/langflow.runtime.d.ts +65 -0
  335. package/dist/runtime/langflow.runtime.d.ts.map +1 -0
  336. package/dist/runtime/langflow.runtime.js +140 -0
  337. package/dist/runtime/langflow.runtime.js.map +1 -0
  338. package/dist/sdks/index.d.ts +15 -0
  339. package/dist/sdks/index.d.ts.map +1 -0
  340. package/dist/sdks/index.js +17 -0
  341. package/dist/sdks/index.js.map +1 -0
  342. package/dist/sdks/python-generator/index.d.ts +18 -0
  343. package/dist/sdks/python-generator/index.d.ts.map +1 -0
  344. package/dist/sdks/python-generator/index.js +13 -0
  345. package/dist/sdks/python-generator/index.js.map +1 -0
  346. package/dist/sdks/shared/index.d.ts +24 -0
  347. package/dist/sdks/shared/index.d.ts.map +1 -0
  348. package/dist/sdks/shared/index.js +28 -0
  349. package/dist/sdks/shared/index.js.map +1 -0
  350. package/dist/sdks/shared/manifest-loader.d.ts +41 -0
  351. package/dist/sdks/shared/manifest-loader.d.ts.map +1 -0
  352. package/dist/sdks/shared/manifest-loader.js +45 -0
  353. package/dist/sdks/shared/manifest-loader.js.map +1 -0
  354. package/dist/sdks/shared/schema-validator.d.ts +34 -0
  355. package/dist/sdks/shared/schema-validator.d.ts.map +1 -0
  356. package/dist/sdks/shared/schema-validator.js +101 -0
  357. package/dist/sdks/shared/schema-validator.js.map +1 -0
  358. package/dist/sdks/shared/types.d.ts +43 -0
  359. package/dist/sdks/shared/types.d.ts.map +1 -0
  360. package/dist/sdks/shared/types.js +27 -0
  361. package/dist/sdks/shared/types.js.map +1 -0
  362. package/dist/sdks/shared/validation.d.ts +52 -0
  363. package/dist/sdks/shared/validation.d.ts.map +1 -0
  364. package/dist/sdks/shared/validation.js +37 -0
  365. package/dist/sdks/shared/validation.js.map +1 -0
  366. package/dist/sdks/typescript/client.d.ts +44 -0
  367. package/dist/sdks/typescript/client.d.ts.map +1 -0
  368. package/dist/sdks/typescript/client.js +51 -0
  369. package/dist/sdks/typescript/client.js.map +1 -0
  370. package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -0
  371. package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -0
  372. package/dist/sdks/typescript/events/index.d.ts.map +1 -0
  373. package/dist/sdks/typescript/events/index.js.map +1 -0
  374. package/dist/sdks/typescript/index.d.ts +31 -0
  375. package/dist/sdks/typescript/index.d.ts.map +1 -0
  376. package/dist/sdks/typescript/index.js +36 -0
  377. package/dist/sdks/typescript/index.js.map +1 -0
  378. package/dist/sdks/typescript/manifest.d.ts +36 -0
  379. package/dist/sdks/typescript/manifest.d.ts.map +1 -0
  380. package/dist/sdks/typescript/manifest.js +85 -0
  381. package/dist/sdks/typescript/manifest.js.map +1 -0
  382. package/dist/sdks/typescript/tracing/index.d.ts.map +1 -0
  383. package/dist/sdks/typescript/tracing/index.js.map +1 -0
  384. package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -0
  385. package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -0
  386. package/dist/sdks/typescript/types.d.ts +145 -0
  387. package/dist/sdks/typescript/types.d.ts.map +1 -0
  388. package/dist/sdks/typescript/types.js +51 -0
  389. package/dist/sdks/typescript/types.js.map +1 -0
  390. package/dist/sdks/typescript/validator.d.ts +26 -0
  391. package/dist/sdks/typescript/validator.d.ts.map +1 -0
  392. package/dist/sdks/typescript/validator.js +58 -0
  393. package/dist/sdks/typescript/validator.js.map +1 -0
  394. package/dist/services/agent-services/qdrant.service.js +2 -2
  395. package/dist/services/agent-services/qdrant.service.js.map +1 -1
  396. package/dist/services/codegen/codegen.service.d.ts +4 -2
  397. package/dist/services/codegen/codegen.service.d.ts.map +1 -1
  398. package/dist/services/codegen/codegen.service.js +8 -2
  399. package/dist/services/codegen/codegen.service.js.map +1 -1
  400. package/dist/services/codegen/generators/openapi-zod.generator.d.ts +79 -0
  401. package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -0
  402. package/dist/services/codegen/generators/openapi-zod.generator.js +476 -0
  403. package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -0
  404. package/dist/services/codegen/generators/vscode.generator.js +1 -1
  405. package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
  406. package/dist/services/codegen/generators/zod.generator.js +2 -1
  407. package/dist/services/codegen/generators/zod.generator.js.map +1 -1
  408. package/dist/services/codegen/index.d.ts +2 -0
  409. package/dist/services/codegen/index.d.ts.map +1 -1
  410. package/dist/services/codegen/index.js +2 -0
  411. package/dist/services/codegen/index.js.map +1 -1
  412. package/dist/services/extension-team/extension-team-kickoff.service.d.ts +85 -0
  413. package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -0
  414. package/dist/services/extension-team/extension-team-kickoff.service.js +121 -0
  415. package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -0
  416. package/dist/services/framework-import/langchain-importer.service.d.ts +55 -0
  417. package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -0
  418. package/dist/services/framework-import/langchain-importer.service.js +149 -0
  419. package/dist/services/framework-import/langchain-importer.service.js.map +1 -0
  420. package/dist/services/framework-import/langflow-importer.service.d.ts +85 -0
  421. package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -0
  422. package/dist/services/framework-import/langflow-importer.service.js +260 -0
  423. package/dist/services/framework-import/langflow-importer.service.js.map +1 -0
  424. package/dist/services/github-sync/sync.service.js +2 -2
  425. package/dist/services/llms-txt/llms-txt.service.d.ts +59 -0
  426. package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -0
  427. package/dist/services/llms-txt/llms-txt.service.js +509 -0
  428. package/dist/services/llms-txt/llms-txt.service.js.map +1 -0
  429. package/dist/services/messaging/example.js +15 -15
  430. package/dist/services/messaging/example.js.map +1 -1
  431. package/dist/services/release-automation/generate-changelog.d.ts +7 -0
  432. package/dist/services/release-automation/generate-changelog.d.ts.map +1 -0
  433. package/dist/services/release-automation/generate-changelog.js +286 -0
  434. package/dist/services/release-automation/generate-changelog.js.map +1 -0
  435. package/dist/services/release-automation/increment-dev-tag.d.ts +7 -0
  436. package/dist/services/release-automation/increment-dev-tag.d.ts.map +1 -0
  437. package/dist/services/release-automation/increment-dev-tag.js +156 -0
  438. package/dist/services/release-automation/increment-dev-tag.js.map +1 -0
  439. package/dist/services/release-automation/release-buttons.d.ts +7 -0
  440. package/dist/services/release-automation/release-buttons.d.ts.map +1 -0
  441. package/dist/services/release-automation/release-buttons.js +165 -0
  442. package/dist/services/release-automation/release-buttons.js.map +1 -0
  443. package/dist/services/release-automation/schemas/release.schema.d.ts +2 -2
  444. package/dist/services/release-automation/tag.service.d.ts +3 -3
  445. package/dist/services/validation-zod.service.d.ts +36 -0
  446. package/dist/services/validation-zod.service.d.ts.map +1 -0
  447. package/dist/services/validation-zod.service.js +328 -0
  448. package/dist/services/validation-zod.service.js.map +1 -0
  449. package/dist/services/validation.service.js +1 -1
  450. package/dist/services/validation.service.js.map +1 -1
  451. package/dist/services/validators/contract.validator.d.ts +6 -5
  452. package/dist/services/validators/contract.validator.d.ts.map +1 -1
  453. package/dist/services/validators/contract.validator.js +6 -6
  454. package/dist/services/validators/contract.validator.js.map +1 -1
  455. package/dist/services/validators/dependencies.validator.js.map +1 -1
  456. package/dist/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
  457. package/dist/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
  458. package/dist/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
  459. package/dist/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
  460. package/dist/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
  461. package/dist/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
  462. package/dist/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
  463. package/dist/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
  464. package/dist/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
  465. package/dist/spec/extensions/a2a-messaging.md +5 -5
  466. package/dist/spec/extensions/manifest-extensions.md +4 -4
  467. package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
  468. package/dist/spec/extensions/skills-compatibility.md +292 -0
  469. package/dist/spec/registry/README.md +1 -1
  470. package/dist/spec/registry/registry-spec.md +6 -6
  471. package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
  472. package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
  473. package/dist/spec/v0.3.2/access_tiers.yaml +2 -2
  474. package/dist/spec/v0.3.2/adapters/drupal.md +7 -7
  475. package/dist/spec/v0.3.2/adapters/symfony.md +4 -4
  476. package/dist/spec/v0.3.2/agent-test.schema.json +2 -2
  477. package/dist/spec/v0.3.2/examples/access-tiers/README.md +4 -4
  478. package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
  479. package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
  480. package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
  481. package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
  482. package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
  483. package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
  484. package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
  485. package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
  486. package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
  487. package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
  488. package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
  489. package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
  490. package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
  491. package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
  492. package/dist/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
  493. package/dist/spec/v0.3.2/extensions/drupal.md +5 -5
  494. package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
  495. package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
  496. package/dist/spec/v0.3.2/protocols/delegation.yaml +1 -1
  497. package/dist/spec/v0.3.2/protocols/websocket.md +2 -2
  498. package/dist/spec/v0.3.2/runtime/RUNTIME.md +3 -3
  499. package/dist/spec/v0.3.2/runtime/memory-model.yaml +4 -4
  500. package/dist/spec/v0.3.2/runtime/runtime.yaml +4 -4
  501. package/dist/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
  502. package/dist/spec/v0.3.2/schemas/capabilities.yaml +2 -2
  503. package/dist/spec/v0.3.2/schemas/functions.yaml +2 -2
  504. package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
  505. package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
  506. package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
  507. package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
  508. package/dist/spec/v0.3.2/schemas/runtime.yaml +2 -2
  509. package/dist/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
  510. package/dist/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
  511. package/dist/spec/v0.3.2/taxonomy.yaml +2 -2
  512. package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
  513. package/dist/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
  514. package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
  515. package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/drupal.md +7 -7
  516. package/dist/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
  517. package/{spec/v0.3.0 → dist/spec/v0.3.3}/agent-test.schema.json +2 -2
  518. package/dist/spec/v0.3.3/examples/access-tiers/README.md +106 -0
  519. package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
  520. package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
  521. package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
  522. package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
  523. package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
  524. package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
  525. package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
  526. package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
  527. package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
  528. package/dist/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
  529. package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
  530. package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
  531. package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
  532. package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
  533. package/dist/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
  534. package/dist/spec/v0.3.3/extensions/agents-md.md +1219 -0
  535. package/dist/spec/v0.3.3/extensions/autogen.md +1124 -0
  536. package/dist/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
  537. package/dist/spec/v0.3.3/extensions/crewai.md +1575 -0
  538. package/dist/spec/v0.3.3/extensions/dify.md +1461 -0
  539. package/dist/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
  540. package/dist/spec/v0.3.3/extensions/langchain.md +1092 -0
  541. package/dist/spec/v0.3.3/extensions/langflow.md +1055 -0
  542. package/dist/spec/v0.3.3/extensions/llamaindex.md +1519 -0
  543. package/dist/spec/v0.3.3/extensions/llms-txt.md +295 -0
  544. package/dist/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
  545. package/dist/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
  546. package/dist/spec/v0.3.3/extensions/opentelemetry.md +360 -0
  547. package/dist/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
  548. package/dist/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
  549. package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
  550. package/dist/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
  551. package/dist/spec/v0.3.3/protocols/delegation.yaml +239 -0
  552. package/dist/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
  553. package/dist/spec/v0.3.3/runtime/RUNTIME.md +457 -0
  554. package/dist/spec/v0.3.3/runtime/memory-model.yaml +871 -0
  555. package/dist/spec/v0.3.3/runtime/runtime.yaml +926 -0
  556. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
  557. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
  558. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
  559. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
  560. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
  561. package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
  562. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
  563. package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/runtime.yaml +2 -2
  564. package/dist/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
  565. package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
  566. package/{spec/v0.3.0 → dist/spec/v0.3.3}/taxonomy.yaml +114 -7
  567. package/dist/types/generated/ossa-0.3.2.types.d.ts +4 -4
  568. package/dist/types/generated/ossa-0.3.2.types.js +2 -2
  569. package/dist/types/generated/ossa-0.3.2.zod.d.ts +4 -4
  570. package/dist/types/generated/ossa-0.3.2.zod.js +3 -3
  571. package/dist/types/generated/ossa-0.3.3.types.d.ts +367 -0
  572. package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -0
  573. package/dist/types/generated/ossa-0.3.3.types.js +10 -0
  574. package/dist/types/generated/ossa-0.3.3.types.js.map +1 -0
  575. package/dist/types/generated/ossa-0.3.3.zod.d.ts +36 -0
  576. package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -0
  577. package/dist/types/generated/ossa-0.3.3.zod.js +25 -0
  578. package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -0
  579. package/dist/types/identity.d.ts +405 -0
  580. package/dist/types/identity.d.ts.map +1 -0
  581. package/dist/types/identity.js +12 -0
  582. package/dist/types/identity.js.map +1 -0
  583. package/dist/types/identity.zod.d.ts +622 -0
  584. package/dist/types/identity.zod.d.ts.map +1 -0
  585. package/dist/types/identity.zod.js +263 -0
  586. package/dist/types/identity.zod.js.map +1 -0
  587. package/dist/types/index.d.ts +67 -0
  588. package/dist/types/index.d.ts.map +1 -1
  589. package/dist/types/llms-txt.zod.d.ts +320 -0
  590. package/dist/types/llms-txt.zod.d.ts.map +1 -0
  591. package/dist/types/llms-txt.zod.js +80 -0
  592. package/dist/types/llms-txt.zod.js.map +1 -0
  593. package/dist/types/personality.d.ts +141 -0
  594. package/dist/types/personality.d.ts.map +1 -0
  595. package/dist/types/personality.js +72 -0
  596. package/dist/types/personality.js.map +1 -0
  597. package/dist/types/personality.zod.d.ts +483 -0
  598. package/dist/types/personality.zod.d.ts.map +1 -0
  599. package/dist/types/personality.zod.js +160 -0
  600. package/dist/types/personality.zod.js.map +1 -0
  601. package/dist/types/prompts.d.ts +219 -0
  602. package/dist/types/prompts.d.ts.map +1 -0
  603. package/dist/types/prompts.js +163 -0
  604. package/dist/types/prompts.js.map +1 -0
  605. package/dist/types/prompts.zod.d.ts +252 -0
  606. package/dist/types/prompts.zod.d.ts.map +1 -0
  607. package/dist/types/prompts.zod.js +105 -0
  608. package/dist/types/prompts.zod.js.map +1 -0
  609. package/dist/utils/index.d.ts +1 -0
  610. package/dist/utils/index.d.ts.map +1 -1
  611. package/dist/utils/index.js +1 -0
  612. package/dist/utils/index.js.map +1 -1
  613. package/dist/utils/type-guards.d.ts +59 -0
  614. package/dist/utils/type-guards.d.ts.map +1 -0
  615. package/dist/utils/type-guards.js +170 -0
  616. package/dist/utils/type-guards.js.map +1 -0
  617. package/dist/utils/version.js +3 -3
  618. package/dist/utils/version.js.map +1 -1
  619. package/examples/adapters/drupal-eca-mapping.yaml +1 -1
  620. package/examples/adapters/drupal-eca-task.yaml +1 -1
  621. package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
  622. package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
  623. package/examples/adapters/mistral-agent.yaml +1 -1
  624. package/examples/adapters/symfony-messenger-task.yaml +1 -1
  625. package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
  626. package/examples/adk-integration/code-review-workflow.yml +1 -1
  627. package/examples/adk-integration/customer-support.yml +1 -1
  628. package/examples/adk-integration/data-pipeline.yml +1 -1
  629. package/examples/advanced/reasoning-agent.yaml +1 -1
  630. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
  631. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  632. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  633. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  634. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  635. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  636. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  637. package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
  638. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  639. package/examples/agents/architecture-healer-enterprise.yaml +1 -1
  640. package/examples/agents/dependency-healer-npm.yaml +1 -1
  641. package/examples/agents/spec-healer-openapi.yaml +1 -1
  642. package/examples/agents/wiki-healer-production.yaml +1 -1
  643. package/examples/agents-md/code-agent.ossa.json +1 -1
  644. package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
  645. package/examples/anthropic/claude-assistant.ossa.json +1 -1
  646. package/examples/autogen/multi-agent.ossa.json +1 -1
  647. package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +13 -13
  648. package/examples/claude-code/code-reviewer.ossa.yaml +55 -47
  649. package/examples/claude-code/ossa-validator.ossa.yaml +62 -58
  650. package/examples/common_npm/agent-router.ossa.yaml +49 -171
  651. package/examples/contracts/data-consumer.ossa.yaml +2 -2
  652. package/examples/contracts/data-producer-v2.ossa.yaml +4 -4
  653. package/examples/contracts/data-producer.ossa.yaml +4 -4
  654. package/examples/crewai/research-team.ossa.json +1 -1
  655. package/examples/cursor/code-review-agent.ossa.json +1 -1
  656. package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -11
  657. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +53 -594
  658. package/examples/extensions/agents-md-advanced.yml +1 -1
  659. package/examples/extensions/agents-md-basic.yml +1 -1
  660. package/examples/extensions/agents-md-sync.yml +1 -1
  661. package/examples/extensions/agents-md-v1.yml +1 -1
  662. package/examples/extensions/drupal-v1.yml +1 -1
  663. package/examples/extensions/encryption-multi-provider.yaml +4 -4
  664. package/examples/extensions/kagent-v1.yml +1 -1
  665. package/examples/extensions/knowledge-sources.yaml +1 -1
  666. package/examples/extensions/mcp-full-featured.yaml +1 -1
  667. package/examples/getting-started/01-minimal-agent.ossa.yaml +24 -349
  668. package/examples/getting-started/02-agent-with-tools.ossa.yaml +187 -824
  669. package/examples/getting-started/03-agent-with-safety.ossa.yaml +66 -797
  670. package/examples/getting-started/04-agent-with-messaging.ossa.yaml +317 -754
  671. package/examples/getting-started/05-workflow-composition.ossa.yaml +98 -154
  672. package/examples/getting-started/hello-world-complete.ossa.yaml +61 -216
  673. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +75 -336
  674. package/examples/kagent/compliance-validator.ossa.yaml +40 -51
  675. package/examples/kagent/cost-optimizer.ossa.yaml +30 -42
  676. package/examples/kagent/documentation-agent.ossa.yaml +29 -41
  677. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +80 -263
  678. package/examples/kagent/k8s-troubleshooter.ossa.yaml +69 -224
  679. package/examples/kagent/security-scanner.ossa.yaml +54 -110
  680. package/examples/langchain/chain-agent.ossa.json +1 -1
  681. package/examples/langflow/workflow-agent.ossa.json +1 -1
  682. package/examples/langgraph/state-machine-agent.ossa.json +1 -1
  683. package/examples/llamaindex/rag-agent.ossa.json +1 -1
  684. package/examples/messaging/dependency-healer.ossa.yaml +2 -2
  685. package/examples/messaging/incident-responder.ossa.yaml +2 -2
  686. package/examples/messaging/routing-rules.ossa.yaml +2 -109
  687. package/examples/messaging/security-scanner.ossa.yaml +248 -241
  688. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  689. package/examples/multi-agent/conditional-router.ossa.yaml +32 -32
  690. package/examples/multi-agent/parallel-execution.ossa.yaml +43 -43
  691. package/examples/multi-agent/sequential-pipeline.ossa.yaml +35 -35
  692. package/examples/observability/activity-stream-full.yaml +1 -1
  693. package/examples/openai/basic-agent.ossa.yaml +33 -34
  694. package/examples/openai/multi-tool-agent.ossa.json +1 -1
  695. package/examples/openai/swarm-agent.ossa.json +1 -1
  696. package/examples/ossa-templates/01-code-assistant.ossa.yaml +114 -0
  697. package/examples/ossa-templates/02-security-scanner.ossa.yaml +103 -0
  698. package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +100 -0
  699. package/examples/ossa-templates/04-code-reviewer.ossa.yaml +116 -0
  700. package/examples/ossa-templates/05-doc-generator.ossa.yaml +102 -0
  701. package/examples/ossa-templates/06-compliance-validator.ossa.yaml +132 -0
  702. package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +110 -0
  703. package/examples/ossa-templates/08-content-writer.ossa.yaml +136 -0
  704. package/examples/ossa-templates/09-test-generator.ossa.yaml +113 -0
  705. package/examples/ossa-templates/10-data-transformer.ossa.yaml +102 -0
  706. package/examples/ossa-templates/README.md +98 -0
  707. package/examples/production/document-analyzer-openai.yml +1 -1
  708. package/examples/quickstart/support-agent.ossa.yaml +27 -29
  709. package/examples/rag-agent/index.ts +1 -1
  710. package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +2 -1
  711. package/examples/real-world/rag-documentation-assistant.ossa.yaml +2 -1
  712. package/examples/reference-implementations/typescript-client/package.json +1 -1
  713. package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +54 -420
  714. package/examples/schema/reusable-components.yaml +1 -1
  715. package/examples/showcase/ci-pipeline.ossa.yaml +27 -31
  716. package/examples/showcase/code-assistant.ossa.yaml +51 -65
  717. package/examples/showcase/code-reviewer.ossa.yaml +28 -31
  718. package/examples/showcase/compliance-validator.ossa.yaml +31 -32
  719. package/examples/showcase/content-writer.ossa.yaml +35 -32
  720. package/examples/showcase/data-transformer.ossa.yaml +35 -37
  721. package/examples/showcase/doc-generator.ossa.yaml +33 -35
  722. package/examples/showcase/security-scanner.ossa.yaml +33 -32
  723. package/examples/showcase/test-generator.ossa.yaml +25 -51
  724. package/examples/showcase/workflow-orchestrator.ossa.yaml +63 -78
  725. package/examples/tasks/batch-email-sender.yaml +1 -1
  726. package/examples/tasks/data-transform.yaml +1 -1
  727. package/examples/tasks/publish-content.yaml +1 -1
  728. package/examples/templates/ossa-compliance.yaml +1 -1
  729. package/examples/unified/security-scanner.ossa.yaml +224 -227
  730. package/examples/vercel/edge-agent.ossa.json +1 -1
  731. package/examples/workflows/batch-email-campaign.yaml +1 -1
  732. package/examples/workflows/content-review-publish.yaml +1 -1
  733. package/examples/workflows/simple-etl.yaml +1 -1
  734. package/junit.xml +1469 -0
  735. package/openapi/agent-communication.yaml +4 -45
  736. package/openapi/agent-crud.yaml +13 -65
  737. package/openapi/agent-discovery.yaml +3 -3
  738. package/openapi/agent-identity.yaml +8 -8
  739. package/openapi/cli-commands.openapi.yaml +1316 -110
  740. package/openapi/core/ossa-core-api.openapi.yaml +19 -257
  741. package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
  742. package/openapi/core/ossa-registry.openapi.yaml +5 -36
  743. package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
  744. package/openapi/dev-cli.openapi.yml +867 -0
  745. package/openapi/github-sync.yaml +1 -1
  746. package/openapi/protocols/sse-streams.yaml +1 -1
  747. package/openapi/protocols/websocket-events.yaml +2 -2
  748. package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +3 -3
  749. package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
  750. package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
  751. package/openapi/reference-implementations/critic-agent-api.openapi.yaml +1 -1
  752. package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +1 -1
  753. package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
  754. package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
  755. package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +3 -3
  756. package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
  757. package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
  758. package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
  759. package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
  760. package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +1 -1
  761. package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
  762. package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +1 -1
  763. package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
  764. package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +3 -3
  765. package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
  766. package/openapi/reference-implementations/worker-agent-api.openapi.yaml +1 -1
  767. package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
  768. package/openapi/schemas/common/agent.yaml +229 -0
  769. package/openapi/schemas/common/errors.yaml +75 -0
  770. package/openapi/schemas/common/metadata.yaml +62 -0
  771. package/openapi/schemas/common/pagination.yaml +72 -0
  772. package/openapi/schemas/common/security.yaml +88 -0
  773. package/openapi/schemas/index.yaml +88 -0
  774. package/package.json +29 -21
  775. package/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
  776. package/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
  777. package/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
  778. package/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
  779. package/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
  780. package/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
  781. package/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
  782. package/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
  783. package/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
  784. package/spec/extensions/a2a-messaging.md +5 -5
  785. package/spec/extensions/manifest-extensions.md +4 -4
  786. package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
  787. package/spec/extensions/skills-compatibility.md +292 -0
  788. package/spec/registry/README.md +1 -1
  789. package/spec/registry/registry-spec.md +6 -6
  790. package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
  791. package/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
  792. package/spec/v0.3.2/access_tiers.yaml +2 -2
  793. package/spec/v0.3.2/adapters/drupal.md +7 -7
  794. package/spec/v0.3.2/adapters/symfony.md +4 -4
  795. package/spec/v0.3.2/agent-test.schema.json +2 -2
  796. package/spec/v0.3.2/examples/access-tiers/README.md +4 -4
  797. package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
  798. package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
  799. package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
  800. package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
  801. package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
  802. package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
  803. package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
  804. package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
  805. package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
  806. package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
  807. package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
  808. package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
  809. package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
  810. package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
  811. package/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
  812. package/spec/v0.3.2/extensions/drupal.md +5 -5
  813. package/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
  814. package/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
  815. package/spec/v0.3.2/protocols/delegation.yaml +1 -1
  816. package/spec/v0.3.2/protocols/websocket.md +2 -2
  817. package/spec/v0.3.2/runtime/RUNTIME.md +3 -3
  818. package/spec/v0.3.2/runtime/memory-model.yaml +4 -4
  819. package/spec/v0.3.2/runtime/runtime.yaml +4 -4
  820. package/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
  821. package/spec/v0.3.2/schemas/capabilities.yaml +2 -2
  822. package/spec/v0.3.2/schemas/functions.yaml +2 -2
  823. package/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
  824. package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
  825. package/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
  826. package/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
  827. package/spec/v0.3.2/schemas/runtime.yaml +2 -2
  828. package/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
  829. package/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
  830. package/spec/v0.3.2/taxonomy.yaml +2 -2
  831. package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
  832. package/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
  833. package/spec/v0.3.3/access_tiers.yaml +375 -0
  834. package/{dist/spec/v0.3.0 → spec/v0.3.3}/adapters/drupal.md +7 -7
  835. package/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
  836. package/{dist/spec/v0.3.0 → spec/v0.3.3}/agent-test.schema.json +2 -2
  837. package/spec/v0.3.3/examples/access-tiers/README.md +106 -0
  838. package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
  839. package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
  840. package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
  841. package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
  842. package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
  843. package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
  844. package/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
  845. package/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
  846. package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
  847. package/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
  848. package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
  849. package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
  850. package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
  851. package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
  852. package/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
  853. package/spec/v0.3.3/extensions/agents-md.md +1219 -0
  854. package/spec/v0.3.3/extensions/autogen.md +1124 -0
  855. package/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
  856. package/spec/v0.3.3/extensions/crewai.md +1575 -0
  857. package/spec/v0.3.3/extensions/dify.md +1461 -0
  858. package/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
  859. package/spec/v0.3.3/extensions/langchain.md +1092 -0
  860. package/spec/v0.3.3/extensions/langflow.md +1055 -0
  861. package/spec/v0.3.3/extensions/llamaindex.md +1519 -0
  862. package/spec/v0.3.3/extensions/llms-txt.md +295 -0
  863. package/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
  864. package/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
  865. package/spec/v0.3.3/extensions/opentelemetry.md +360 -0
  866. package/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
  867. package/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
  868. package/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
  869. package/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
  870. package/spec/v0.3.3/protocols/a2a-communication.schema.json +897 -0
  871. package/spec/v0.3.3/protocols/delegation.yaml +239 -0
  872. package/spec/v0.3.3/protocols/identity-runtime.schema.json +482 -0
  873. package/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
  874. package/spec/v0.3.3/runtime/RUNTIME.md +457 -0
  875. package/spec/v0.3.3/runtime/memory-model.yaml +871 -0
  876. package/spec/v0.3.3/runtime/runtime.yaml +926 -0
  877. package/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
  878. package/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
  879. package/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
  880. package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
  881. package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
  882. package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
  883. package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
  884. package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/runtime.yaml +2 -2
  885. package/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
  886. package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
  887. package/{dist/spec/v0.3.0 → spec/v0.3.3}/taxonomy.yaml +114 -7
  888. package/.devfile.yaml +0 -87
  889. package/.gitlab-ci-trigger +0 -1
  890. package/bin/ossa-dev +0 -42
  891. package/bin/ossa-export +0 -32
  892. package/bin/ossa-generate +0 -53
  893. package/bin/ossa-health +0 -40
  894. package/bin/ossa-init +0 -26
  895. package/bin/quickstart +0 -514
  896. package/bin/validate-ossa.ts +0 -273
  897. package/dist/cli/commands/release.command.d.ts +0 -8
  898. package/dist/cli/commands/release.command.d.ts.map +0 -1
  899. package/dist/cli/commands/release.command.js +0 -641
  900. package/dist/cli/commands/release.command.js.map +0 -1
  901. package/dist/sdk/events/cloudevents-emitter.d.ts.map +0 -1
  902. package/dist/sdk/events/cloudevents-emitter.js.map +0 -1
  903. package/dist/sdk/events/index.d.ts.map +0 -1
  904. package/dist/sdk/events/index.js.map +0 -1
  905. package/dist/sdk/tracing/index.d.ts.map +0 -1
  906. package/dist/sdk/tracing/index.js.map +0 -1
  907. package/dist/sdk/tracing/w3c-baggage.d.ts.map +0 -1
  908. package/dist/sdk/tracing/w3c-baggage.js.map +0 -1
  909. package/dist/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
  910. package/dist/spec/v0.1.9/ecosystem-compliance.json +0 -235
  911. package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
  912. package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
  913. package/dist/spec/v0.1.9/reasoning-compliance.json +0 -654
  914. package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
  915. package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
  916. package/dist/spec/v0.2.2/kagent-enhancements.json +0 -395
  917. package/dist/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
  918. package/dist/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
  919. package/dist/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
  920. package/dist/spec/v0.2.3/CHANGELOG.md +0 -176
  921. package/dist/spec/v0.2.3/README.md +0 -154
  922. package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
  923. package/dist/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
  924. package/dist/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
  925. package/dist/spec/v0.2.4/CHANGELOG.md +0 -403
  926. package/dist/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
  927. package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
  928. package/dist/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
  929. package/dist/spec/v0.2.5/CHANGELOG.md +0 -401
  930. package/dist/spec/v0.2.5/README.md +0 -72
  931. package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
  932. package/dist/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
  933. package/dist/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
  934. package/dist/spec/v0.2.5-RC/CHANGELOG.md +0 -401
  935. package/dist/spec/v0.2.5-RC/README.md +0 -72
  936. package/dist/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
  937. package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
  938. package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
  939. package/dist/spec/v0.2.6/CHANGELOG.md +0 -401
  940. package/dist/spec/v0.2.6/README.md +0 -72
  941. package/dist/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
  942. package/dist/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
  943. package/dist/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
  944. package/dist/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
  945. package/dist/spec/v0.2.6-dev/CHANGELOG.md +0 -164
  946. package/dist/spec/v0.2.6-dev/README.md +0 -75
  947. package/dist/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
  948. package/dist/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
  949. package/dist/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
  950. package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
  951. package/dist/spec/v0.2.7/core/agentgraph.md +0 -324
  952. package/dist/spec/v0.2.7/resources/agentgraph.yaml +0 -135
  953. package/dist/spec/v0.2.8/CHANGELOG.md +0 -401
  954. package/dist/spec/v0.2.8/README.md +0 -72
  955. package/dist/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
  956. package/dist/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
  957. package/dist/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
  958. package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
  959. package/dist/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
  960. package/dist/spec/v0.2.9/a2a-protocol.md +0 -1337
  961. package/dist/spec/v0.2.9/agent.md +0 -1946
  962. package/dist/spec/v0.2.9/capabilities/index.yaml +0 -25
  963. package/dist/spec/v0.2.9/capabilities/memory.yaml +0 -251
  964. package/dist/spec/v0.2.9/capability-schema.md +0 -576
  965. package/dist/spec/v0.2.9/compliance-profiles.md +0 -533
  966. package/dist/spec/v0.2.9/conformance-testing.md +0 -1527
  967. package/dist/spec/v0.2.9/gitlab-duo-integration.md +0 -621
  968. package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
  969. package/dist/spec/v0.2.9/runtime-semantics.md +0 -464
  970. package/dist/spec/v0.2.9/security-model.md +0 -1245
  971. package/dist/spec/v0.2.9/semantic-conventions.md +0 -347
  972. package/dist/spec/v0.2.9/types.ts +0 -522
  973. package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
  974. package/examples/reference-implementations/curl-scripts/01-search-agents.sh +0 -72
  975. package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +0 -74
  976. package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +0 -136
  977. package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +0 -178
  978. package/examples/reference-implementations/curl-scripts/05-discovery.sh +0 -98
  979. package/schemas/agent.json +0 -523
  980. package/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
  981. package/spec/v0.1.9/ecosystem-compliance.json +0 -235
  982. package/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
  983. package/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
  984. package/spec/v0.1.9/reasoning-compliance.json +0 -654
  985. package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
  986. package/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
  987. package/spec/v0.2.2/kagent-enhancements.json +0 -395
  988. package/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
  989. package/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
  990. package/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
  991. package/spec/v0.2.3/CHANGELOG.md +0 -176
  992. package/spec/v0.2.3/README.md +0 -154
  993. package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
  994. package/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
  995. package/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
  996. package/spec/v0.2.4/CHANGELOG.md +0 -403
  997. package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
  998. package/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
  999. package/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
  1000. package/spec/v0.2.5/CHANGELOG.md +0 -401
  1001. package/spec/v0.2.5/README.md +0 -72
  1002. package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
  1003. package/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
  1004. package/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
  1005. package/spec/v0.2.5-RC/CHANGELOG.md +0 -401
  1006. package/spec/v0.2.5-RC/README.md +0 -72
  1007. package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
  1008. package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
  1009. package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
  1010. package/spec/v0.2.6/CHANGELOG.md +0 -401
  1011. package/spec/v0.2.6/README.md +0 -72
  1012. package/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
  1013. package/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
  1014. package/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
  1015. package/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
  1016. package/spec/v0.2.6-dev/CHANGELOG.md +0 -164
  1017. package/spec/v0.2.6-dev/README.md +0 -75
  1018. package/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
  1019. package/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
  1020. package/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
  1021. package/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
  1022. package/spec/v0.2.7/core/agentgraph.md +0 -324
  1023. package/spec/v0.2.7/resources/agentgraph.yaml +0 -135
  1024. package/spec/v0.2.8/CHANGELOG.md +0 -401
  1025. package/spec/v0.2.8/README.md +0 -72
  1026. package/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
  1027. package/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
  1028. package/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
  1029. package/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
  1030. package/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
  1031. package/spec/v0.2.9/a2a-protocol.md +0 -1337
  1032. package/spec/v0.2.9/agent.md +0 -1946
  1033. package/spec/v0.2.9/capabilities/index.yaml +0 -25
  1034. package/spec/v0.2.9/capabilities/memory.yaml +0 -251
  1035. package/spec/v0.2.9/capability-schema.md +0 -576
  1036. package/spec/v0.2.9/compliance-profiles.md +0 -533
  1037. package/spec/v0.2.9/conformance-testing.md +0 -1527
  1038. package/spec/v0.2.9/gitlab-duo-integration.md +0 -621
  1039. package/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
  1040. package/spec/v0.2.9/runtime-semantics.md +0 -464
  1041. package/spec/v0.2.9/security-model.md +0 -1245
  1042. package/spec/v0.2.9/semantic-conventions.md +0 -347
  1043. package/spec/v0.2.9/types.ts +0 -522
  1044. package/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
  1045. /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.d.ts +0 -0
  1046. /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.js +0 -0
  1047. /package/dist/{sdk → sdks/typescript}/events/index.d.ts +0 -0
  1048. /package/dist/{sdk → sdks/typescript}/events/index.js +0 -0
  1049. /package/dist/{sdk → sdks/typescript}/tracing/index.d.ts +0 -0
  1050. /package/dist/{sdk → sdks/typescript}/tracing/index.js +0 -0
  1051. /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.d.ts +0 -0
  1052. /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.js +0 -0
  1053. /package/{schemas/communication.json → dist/spec/v0.3.3/protocols/a2a-communication.schema.json} +0 -0
  1054. /package/{schemas/identity.json → dist/spec/v0.3.3/protocols/identity-runtime.schema.json} +0 -0
  1055. /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
  1056. /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
  1057. /package/dist/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
  1058. /package/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
  1059. /package/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
  1060. /package/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
@@ -1,1786 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://openstandardagents.org/schemas/v0.2.6/agent.json",
4
- "title": "OSSA v0.2.6 Agent Manifest Schema",
5
- "description": "Open Standard for Scalable AI Agents (OSSA) - The OpenAPI for AI Agents. Specification for declarative agent definition with framework-agnostic portability.",
6
- "type": "object",
7
- "required": [
8
- "apiVersion",
9
- "kind",
10
- "metadata",
11
- "spec"
12
- ],
13
- "properties": {
14
- "apiVersion": {
15
- "type": "string",
16
- "pattern": "^ossa/v(0\\.2\\.[2-6](-dev)?|1)(\\.[0-9]+)?(-[a-zA-Z0-9]+)?$",
17
- "description": "OSSA API version (supports ossa/v0.2.2, ossa/v0.2.3, ossa/v0.2.5, ossa/v0.2.6, or ossa/v1 for compatibility)",
18
- "examples": [
19
- "ossa/v1",
20
- "ossa/v0.2.6",
21
- "ossa/v0.2.5",
22
- "ossa/v0.2.3",
23
- "ossa/v0.2.2",
24
- "ossa/v1.0"
25
- ]
26
- },
27
- "kind": {
28
- "type": "string",
29
- "enum": [
30
- "Agent"
31
- ],
32
- "description": "Resource type - currently only 'Agent' is supported"
33
- },
34
- "metadata": {
35
- "$ref": "#/definitions/Metadata"
36
- },
37
- "spec": {
38
- "$ref": "#/definitions/AgentSpec"
39
- },
40
- "extensions": {
41
- "type": "object",
42
- "description": "Framework-specific extensions for integration with kagent, buildkit, drupal, librechat, mcp, langchain, crewai, openai_agents, cursor, langflow, autogen, vercel_ai, llamaindex, langgraph, anthropic, and other frameworks",
43
- "properties": {
44
- "kagent": {
45
- "$ref": "#/definitions/KAgentExtension"
46
- },
47
- "buildkit": {
48
- "$ref": "#/definitions/BuildKitExtension"
49
- },
50
- "drupal": {
51
- "$ref": "#/definitions/DrupalExtension"
52
- },
53
- "librechat": {
54
- "$ref": "#/definitions/LibreChatExtension"
55
- },
56
- "mcp": {
57
- "$ref": "#/definitions/MCPExtension"
58
- },
59
- "langchain": {
60
- "$ref": "#/definitions/LangChainExtension"
61
- },
62
- "crewai": {
63
- "$ref": "#/definitions/CrewAIExtension"
64
- },
65
- "openai_agents": {
66
- "$ref": "#/definitions/OpenAIAgentsExtension"
67
- },
68
- "cursor": {
69
- "$ref": "#/definitions/CursorExtension"
70
- },
71
- "langflow": {
72
- "$ref": "#/definitions/LangflowExtension"
73
- },
74
- "autogen": {
75
- "$ref": "#/definitions/AutoGenExtension"
76
- },
77
- "vercel_ai": {
78
- "$ref": "#/definitions/VercelAIExtension"
79
- },
80
- "llamaindex": {
81
- "$ref": "#/definitions/LlamaIndexExtension"
82
- },
83
- "langgraph": {
84
- "$ref": "#/definitions/LangGraphExtension"
85
- },
86
- "anthropic": {
87
- "$ref": "#/definitions/AnthropicExtension"
88
- },
89
- "google_adk": {
90
- "$ref": "#/definitions/GoogleADKExtension"
91
- }
92
- },
93
- "additionalProperties": true
94
- }
95
- },
96
- "additionalProperties": false,
97
- "definitions": {
98
- "Metadata": {
99
- "type": "object",
100
- "required": [
101
- "name"
102
- ],
103
- "properties": {
104
- "name": {
105
- "type": "string",
106
- "pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
107
- "maxLength": 253,
108
- "description": "Agent identifier (DNS-1123 subdomain format for Kubernetes compatibility)"
109
- },
110
- "version": {
111
- "type": "string",
112
- "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-]+)*))?$",
113
- "description": "Semantic version (semver 2.0.0)"
114
- },
115
- "description": {
116
- "type": "string",
117
- "maxLength": 2000,
118
- "description": "Human-readable description of agent purpose and capabilities"
119
- },
120
- "labels": {
121
- "type": "object",
122
- "additionalProperties": {
123
- "type": "string",
124
- "maxLength": 63
125
- },
126
- "description": "Key-value labels for organization and filtering"
127
- },
128
- "annotations": {
129
- "type": "object",
130
- "additionalProperties": {
131
- "type": "string"
132
- },
133
- "description": "Arbitrary metadata for tooling (not used for filtering)"
134
- }
135
- },
136
- "additionalProperties": false
137
- },
138
- "AgentSpec": {
139
- "type": "object",
140
- "required": [
141
- "role"
142
- ],
143
- "properties": {
144
- "taxonomy": {
145
- "$ref": "#/definitions/Taxonomy"
146
- },
147
- "role": {
148
- "type": "string",
149
- "minLength": 1,
150
- "description": "Agent role/system prompt describing behavior and capabilities"
151
- },
152
- "llm": {
153
- "$ref": "#/definitions/LLMConfig"
154
- },
155
- "tools": {
156
- "type": "array",
157
- "items": {
158
- "$ref": "#/definitions/Tool"
159
- },
160
- "description": "Available tools/capabilities for the agent"
161
- },
162
- "autonomy": {
163
- "$ref": "#/definitions/Autonomy"
164
- },
165
- "constraints": {
166
- "$ref": "#/definitions/Constraints"
167
- },
168
- "observability": {
169
- "$ref": "#/definitions/Observability"
170
- },
171
- "state": {
172
- "$ref": "#/definitions/State"
173
- }
174
- },
175
- "additionalProperties": true
176
- },
177
- "Taxonomy": {
178
- "type": "object",
179
- "required": [
180
- "domain"
181
- ],
182
- "properties": {
183
- "domain": {
184
- "type": "string",
185
- "description": "Primary domain classification",
186
- "examples": [
187
- "infrastructure",
188
- "security",
189
- "compliance",
190
- "documentation"
191
- ]
192
- },
193
- "subdomain": {
194
- "type": "string",
195
- "description": "Secondary classification within domain",
196
- "examples": [
197
- "kubernetes",
198
- "vulnerability",
199
- "generation"
200
- ]
201
- },
202
- "capability": {
203
- "type": "string",
204
- "description": "Specific capability or function",
205
- "examples": [
206
- "troubleshooting",
207
- "scanning",
208
- "optimization"
209
- ]
210
- }
211
- },
212
- "additionalProperties": false
213
- },
214
- "LLMConfig": {
215
- "type": "object",
216
- "required": [
217
- "provider",
218
- "model"
219
- ],
220
- "properties": {
221
- "provider": {
222
- "type": "string",
223
- "enum": [
224
- "openai",
225
- "anthropic",
226
- "google",
227
- "azure",
228
- "ollama",
229
- "custom"
230
- ],
231
- "description": "LLM provider"
232
- },
233
- "model": {
234
- "type": "string",
235
- "description": "Model identifier",
236
- "examples": [
237
- "gpt-4",
238
- "claude-3-sonnet-20240229",
239
- "gemini-pro"
240
- ]
241
- },
242
- "temperature": {
243
- "type": "number",
244
- "minimum": 0,
245
- "maximum": 2,
246
- "description": "Sampling temperature for response generation"
247
- },
248
- "maxTokens": {
249
- "type": "integer",
250
- "minimum": 1,
251
- "description": "Maximum tokens per request"
252
- },
253
- "topP": {
254
- "type": "number",
255
- "minimum": 0,
256
- "maximum": 1,
257
- "description": "Nucleus sampling parameter"
258
- },
259
- "frequencyPenalty": {
260
- "type": "number",
261
- "minimum": -2,
262
- "maximum": 2,
263
- "description": "Frequency penalty for token generation"
264
- },
265
- "presencePenalty": {
266
- "type": "number",
267
- "minimum": -2,
268
- "maximum": 2,
269
- "description": "Presence penalty for token generation"
270
- }
271
- },
272
- "additionalProperties": false
273
- },
274
- "Tool": {
275
- "type": "object",
276
- "required": [
277
- "type"
278
- ],
279
- "properties": {
280
- "type": {
281
- "type": "string",
282
- "enum": [
283
- "mcp",
284
- "kubernetes",
285
- "http",
286
- "grpc",
287
- "function",
288
- "a2a",
289
- "custom"
290
- ],
291
- "description": "Tool integration type"
292
- },
293
- "name": {
294
- "type": "string",
295
- "description": "Tool name/identifier"
296
- },
297
- "server": {
298
- "type": "string",
299
- "description": "MCP server name (for type=mcp)"
300
- },
301
- "namespace": {
302
- "type": "string",
303
- "description": "Kubernetes namespace (for type=kubernetes or mcp)"
304
- },
305
- "endpoint": {
306
- "type": "string",
307
- "description": "HTTP/gRPC endpoint (for type=http/grpc)"
308
- },
309
- "capabilities": {
310
- "type": "array",
311
- "items": {
312
- "$ref": "#/definitions/Capability"
313
- },
314
- "description": "Specific capabilities/operations from this tool"
315
- },
316
- "config": {
317
- "type": "object",
318
- "description": "Tool-specific configuration",
319
- "additionalProperties": true
320
- },
321
- "auth": {
322
- "type": "object",
323
- "properties": {
324
- "type": {
325
- "type": "string",
326
- "enum": [
327
- "bearer",
328
- "oauth2",
329
- "mtls",
330
- "apikey",
331
- "none"
332
- ]
333
- },
334
- "credentials": {
335
- "type": "string",
336
- "description": "Reference to secret/credential (not the actual secret)"
337
- },
338
- "scopes": {
339
- "type": "array",
340
- "items": {
341
- "type": "string"
342
- },
343
- "description": "OAuth2 scopes or permission scopes required"
344
- }
345
- }
346
- },
347
- "transport": {
348
- "$ref": "#/definitions/Transport"
349
- },
350
- "compliance_tags": {
351
- "type": "array",
352
- "items": {
353
- "type": "string"
354
- },
355
- "description": "Compliance framework tags (e.g., 'pii', 'hipaa', 'gdpr', 'fedramp')"
356
- }
357
- },
358
- "additionalProperties": false
359
- },
360
- "Capability": {
361
- "type": "object",
362
- "properties": {
363
- "name": {
364
- "type": "string",
365
- "description": "Capability name/identifier"
366
- },
367
- "description": {
368
- "type": "string",
369
- "description": "Human-readable description of the capability"
370
- },
371
- "version": {
372
- "type": "string",
373
- "pattern": "^[0-9]+\\.[0-9]+$",
374
- "description": "Capability version (major.minor format)"
375
- },
376
- "deprecated": {
377
- "type": "boolean",
378
- "default": false,
379
- "description": "Whether this capability is deprecated"
380
- },
381
- "deprecation_message": {
382
- "type": "string",
383
- "description": "Message explaining deprecation and migration path"
384
- },
385
- "input_schema": {
386
- "type": "object",
387
- "description": "JSON Schema for capability input"
388
- },
389
- "output_schema": {
390
- "type": "object",
391
- "description": "JSON Schema for capability output"
392
- },
393
- "transport": {
394
- "$ref": "#/definitions/Transport"
395
- },
396
- "scopes": {
397
- "type": "array",
398
- "items": {
399
- "type": "string"
400
- },
401
- "description": "Required permission scopes for this capability"
402
- },
403
- "compliance_tags": {
404
- "type": "array",
405
- "items": {
406
- "type": "string"
407
- },
408
- "description": "Compliance framework tags for this capability"
409
- }
410
- },
411
- "additionalProperties": false
412
- },
413
- "Transport": {
414
- "type": "object",
415
- "description": "Transport metadata for protocol-specific configuration (v0.2.5)",
416
- "properties": {
417
- "protocol": {
418
- "type": "string",
419
- "enum": [
420
- "http",
421
- "grpc",
422
- "a2a",
423
- "mcp",
424
- "websocket",
425
- "custom"
426
- ],
427
- "description": "Transport protocol"
428
- },
429
- "streaming": {
430
- "type": "string",
431
- "enum": [
432
- "none",
433
- "request",
434
- "response",
435
- "bidirectional"
436
- ],
437
- "default": "none",
438
- "description": "Streaming mode for the transport"
439
- },
440
- "binding": {
441
- "type": "string",
442
- "description": "Path or endpoint binding (e.g., '/api/v1/chat', 'myservice.MyMethod')"
443
- },
444
- "content_type": {
445
- "type": "string",
446
- "description": "Content type for HTTP transports",
447
- "examples": [
448
- "application/json",
449
- "application/x-ndjson",
450
- "text/event-stream"
451
- ]
452
- }
453
- },
454
- "additionalProperties": false
455
- },
456
- "State": {
457
- "type": "object",
458
- "description": "Agent state and memory configuration (v0.2.5)",
459
- "properties": {
460
- "mode": {
461
- "type": "string",
462
- "enum": [
463
- "stateless",
464
- "session",
465
- "long_running"
466
- ],
467
- "default": "stateless",
468
- "description": "State management mode"
469
- },
470
- "storage": {
471
- "type": "object",
472
- "properties": {
473
- "type": {
474
- "type": "string",
475
- "enum": [
476
- "memory",
477
- "vector-db",
478
- "kv",
479
- "rdbms",
480
- "custom"
481
- ],
482
- "default": "memory",
483
- "description": "Storage backend type"
484
- },
485
- "retention": {
486
- "type": "string",
487
- "description": "Retention period (e.g., '30d', '1y', 'forever')",
488
- "examples": [
489
- "24h",
490
- "7d",
491
- "30d",
492
- "1y",
493
- "forever"
494
- ]
495
- },
496
- "config": {
497
- "type": "object",
498
- "description": "Storage-specific configuration",
499
- "additionalProperties": true
500
- }
501
- },
502
- "additionalProperties": false
503
- },
504
- "context_window": {
505
- "type": "object",
506
- "properties": {
507
- "max_messages": {
508
- "type": "integer",
509
- "minimum": 1,
510
- "description": "Maximum messages to retain in context"
511
- },
512
- "max_tokens": {
513
- "type": "integer",
514
- "minimum": 1,
515
- "description": "Maximum tokens to retain in context"
516
- },
517
- "strategy": {
518
- "type": "string",
519
- "enum": [
520
- "sliding_window",
521
- "summarization",
522
- "importance_weighted"
523
- ],
524
- "default": "sliding_window",
525
- "description": "Context management strategy"
526
- }
527
- },
528
- "additionalProperties": false
529
- }
530
- },
531
- "additionalProperties": false
532
- },
533
- "Autonomy": {
534
- "type": "object",
535
- "properties": {
536
- "level": {
537
- "type": "string",
538
- "enum": [
539
- "supervised",
540
- "autonomous",
541
- "fully_autonomous"
542
- ],
543
- "description": "Level of autonomy for agent decision-making"
544
- },
545
- "approval_required": {
546
- "type": "boolean",
547
- "description": "Whether human approval is required for actions"
548
- },
549
- "allowed_actions": {
550
- "type": "array",
551
- "items": {
552
- "type": "string"
553
- },
554
- "description": "Whitelist of permitted actions"
555
- },
556
- "blocked_actions": {
557
- "type": "array",
558
- "items": {
559
- "type": "string"
560
- },
561
- "description": "Blacklist of forbidden actions"
562
- },
563
- "escalation_policy": {
564
- "type": "object",
565
- "description": "Rules for escalating to human oversight"
566
- }
567
- },
568
- "additionalProperties": false
569
- },
570
- "Constraints": {
571
- "type": "object",
572
- "properties": {
573
- "cost": {
574
- "type": "object",
575
- "properties": {
576
- "maxTokensPerDay": {
577
- "type": "integer",
578
- "minimum": 0
579
- },
580
- "maxTokensPerRequest": {
581
- "type": "integer",
582
- "minimum": 0
583
- },
584
- "maxCostPerDay": {
585
- "type": "number",
586
- "minimum": 0
587
- },
588
- "currency": {
589
- "type": "string",
590
- "pattern": "^[A-Z]{3}$",
591
- "default": "USD"
592
- }
593
- }
594
- },
595
- "performance": {
596
- "type": "object",
597
- "properties": {
598
- "maxLatencySeconds": {
599
- "type": "number",
600
- "minimum": 0
601
- },
602
- "maxConcurrentRequests": {
603
- "type": "integer",
604
- "minimum": 1
605
- },
606
- "timeoutSeconds": {
607
- "type": "number",
608
- "minimum": 0
609
- }
610
- }
611
- },
612
- "resources": {
613
- "type": "object",
614
- "properties": {
615
- "cpu": {
616
- "type": "string",
617
- "description": "CPU limit (Kubernetes format: 100m, 1, 2.5)"
618
- },
619
- "memory": {
620
- "type": "string",
621
- "description": "Memory limit (Kubernetes format: 128Mi, 1Gi)"
622
- },
623
- "gpu": {
624
- "type": "string",
625
- "description": "GPU requirement"
626
- }
627
- }
628
- }
629
- },
630
- "additionalProperties": false
631
- },
632
- "Observability": {
633
- "type": "object",
634
- "properties": {
635
- "tracing": {
636
- "type": "object",
637
- "properties": {
638
- "enabled": {
639
- "type": "boolean",
640
- "default": true
641
- },
642
- "exporter": {
643
- "type": "string",
644
- "enum": [
645
- "otlp",
646
- "jaeger",
647
- "zipkin",
648
- "custom"
649
- ]
650
- },
651
- "endpoint": {
652
- "type": "string"
653
- }
654
- }
655
- },
656
- "metrics": {
657
- "type": "object",
658
- "properties": {
659
- "enabled": {
660
- "type": "boolean",
661
- "default": true
662
- },
663
- "exporter": {
664
- "type": "string",
665
- "enum": [
666
- "prometheus",
667
- "otlp",
668
- "custom"
669
- ]
670
- },
671
- "endpoint": {
672
- "type": "string"
673
- }
674
- }
675
- },
676
- "logging": {
677
- "type": "object",
678
- "properties": {
679
- "level": {
680
- "type": "string",
681
- "enum": [
682
- "debug",
683
- "info",
684
- "warn",
685
- "error"
686
- ],
687
- "default": "info"
688
- },
689
- "format": {
690
- "type": "string",
691
- "enum": [
692
- "json",
693
- "text"
694
- ],
695
- "default": "json"
696
- }
697
- }
698
- }
699
- },
700
- "additionalProperties": false
701
- },
702
- "KAgentExtension": {
703
- "type": "object",
704
- "description": "kagent.dev Kubernetes-native agent deployment extension",
705
- "properties": {
706
- "kubernetes": {
707
- "type": "object",
708
- "properties": {
709
- "namespace": {
710
- "type": "string",
711
- "default": "default",
712
- "description": "Target Kubernetes namespace"
713
- },
714
- "labels": {
715
- "type": "object",
716
- "additionalProperties": {
717
- "type": "string"
718
- },
719
- "description": "Kubernetes labels for agent CRD"
720
- },
721
- "annotations": {
722
- "type": "object",
723
- "additionalProperties": {
724
- "type": "string"
725
- },
726
- "description": "Kubernetes annotations"
727
- }
728
- }
729
- },
730
- "deployment": {
731
- "type": "object",
732
- "properties": {
733
- "replicas": {
734
- "type": "integer",
735
- "minimum": 1,
736
- "default": 1
737
- },
738
- "strategy": {
739
- "type": "string",
740
- "enum": [
741
- "rolling-update",
742
- "recreate"
743
- ],
744
- "default": "rolling-update"
745
- }
746
- }
747
- },
748
- "api_version": {
749
- "type": "string",
750
- "description": "kagent.dev API version (e.g., kagent.dev/v1alpha2)",
751
- "default": "kagent.dev/v1alpha2"
752
- }
753
- },
754
- "additionalProperties": true
755
- },
756
- "BuildKitExtension": {
757
- "type": "object",
758
- "description": "Agent BuildKit deployment and orchestration extension",
759
- "properties": {
760
- "deployment": {
761
- "type": "object",
762
- "properties": {
763
- "replicas": {
764
- "type": "object",
765
- "properties": {
766
- "min": {
767
- "type": "integer",
768
- "default": 1
769
- },
770
- "max": {
771
- "type": "integer",
772
- "default": 4
773
- }
774
- }
775
- }
776
- }
777
- },
778
- "container": {
779
- "type": "object",
780
- "properties": {
781
- "image": {
782
- "type": "string",
783
- "description": "Container image"
784
- },
785
- "runtime": {
786
- "type": "string",
787
- "enum": [
788
- "docker",
789
- "podman",
790
- "containerd"
791
- ],
792
- "default": "docker"
793
- },
794
- "resources": {
795
- "type": "object",
796
- "description": "Container resource limits"
797
- }
798
- }
799
- }
800
- },
801
- "additionalProperties": true
802
- },
803
- "DrupalExtension": {
804
- "type": "object",
805
- "description": "Drupal LLM Platform integration extension",
806
- "properties": {
807
- "module": {
808
- "type": "string",
809
- "pattern": "^[a-z][a-z0-9_]*$",
810
- "description": "Drupal module that owns this agent"
811
- },
812
- "service": {
813
- "type": "string",
814
- "pattern": "^[a-z][a-z0-9_]*\\.[a-z][a-z0-9_]*$",
815
- "description": "Drupal service ID (module.service format)"
816
- },
817
- "dependencies": {
818
- "type": "array",
819
- "items": {
820
- "type": "string",
821
- "pattern": "^[a-z][a-z0-9_]*$"
822
- },
823
- "description": "Required Drupal modules"
824
- },
825
- "database": {
826
- "type": "object",
827
- "properties": {
828
- "tables": {
829
- "type": "array",
830
- "items": {
831
- "type": "string"
832
- }
833
- },
834
- "migrations": {
835
- "type": "array",
836
- "items": {
837
- "type": "string"
838
- }
839
- }
840
- }
841
- }
842
- },
843
- "additionalProperties": true
844
- },
845
- "LibreChatExtension": {
846
- "type": "object",
847
- "description": "LibreChat integration extension",
848
- "properties": {
849
- "enabled": {
850
- "type": "boolean",
851
- "default": true
852
- },
853
- "agent_id": {
854
- "type": "string",
855
- "description": "LibreChat agent identifier"
856
- },
857
- "endpoint": {
858
- "type": "string",
859
- "description": "LibreChat API endpoint"
860
- },
861
- "authentication": {
862
- "type": "object",
863
- "description": "LibreChat authentication configuration"
864
- }
865
- },
866
- "additionalProperties": true
867
- },
868
- "MCPExtension": {
869
- "type": "object",
870
- "description": "Model Context Protocol (MCP) extension",
871
- "properties": {
872
- "enabled": {
873
- "type": "boolean",
874
- "default": true
875
- },
876
- "server_type": {
877
- "type": "string",
878
- "enum": [
879
- "stdio",
880
- "sse",
881
- "websocket"
882
- ],
883
- "default": "stdio"
884
- },
885
- "server_name": {
886
- "type": "string",
887
- "description": "MCP server name"
888
- },
889
- "config": {
890
- "type": "object",
891
- "description": "MCP server configuration"
892
- }
893
- },
894
- "additionalProperties": true
895
- },
896
- "LangChainExtension": {
897
- "type": "object",
898
- "description": "LangChain framework integration extension",
899
- "properties": {
900
- "enabled": {
901
- "type": "boolean",
902
- "default": false
903
- },
904
- "tool_class": {
905
- "type": "string",
906
- "description": "LangChain tool class name"
907
- },
908
- "chain_type": {
909
- "type": "string",
910
- "enum": [
911
- "llm",
912
- "retrieval",
913
- "agent",
914
- "sequential",
915
- "custom"
916
- ]
917
- },
918
- "memory": {
919
- "type": "object",
920
- "properties": {
921
- "type": {
922
- "type": "string",
923
- "enum": [
924
- "buffer",
925
- "summary",
926
- "conversation",
927
- "vector"
928
- ]
929
- },
930
- "max_tokens": {
931
- "type": "integer"
932
- }
933
- }
934
- }
935
- },
936
- "additionalProperties": true
937
- },
938
- "CrewAIExtension": {
939
- "type": "object",
940
- "description": "CrewAI framework integration extension",
941
- "properties": {
942
- "enabled": {
943
- "type": "boolean",
944
- "default": false
945
- },
946
- "agent_type": {
947
- "type": "string",
948
- "enum": [
949
- "worker",
950
- "manager",
951
- "researcher",
952
- "analyst",
953
- "custom"
954
- ]
955
- },
956
- "role": {
957
- "type": "string",
958
- "description": "CrewAI agent role"
959
- },
960
- "goal": {
961
- "type": "string",
962
- "description": "CrewAI agent goal"
963
- },
964
- "backstory": {
965
- "type": "string",
966
- "description": "CrewAI agent backstory"
967
- },
968
- "tools": {
969
- "type": "array",
970
- "items": {
971
- "type": "string"
972
- },
973
- "description": "CrewAI tool names"
974
- }
975
- },
976
- "additionalProperties": true
977
- },
978
- "OpenAIAgentsExtension": {
979
- "type": "object",
980
- "description": "OpenAI Agents SDK integration extension",
981
- "properties": {
982
- "enabled": {
983
- "type": "boolean",
984
- "default": false,
985
- "description": "Enable OpenAI Agents SDK bridge"
986
- },
987
- "agent_id": {
988
- "type": "string",
989
- "description": "OpenAI agent ID (optional, auto-generated if not provided)"
990
- },
991
- "instructions": {
992
- "type": "string",
993
- "description": "Agent instructions/prompt (overrides spec.role if provided)"
994
- },
995
- "model": {
996
- "type": "string",
997
- "enum": [
998
- "gpt-4o",
999
- "gpt-4o-mini",
1000
- "gpt-4-turbo",
1001
- "gpt-3.5-turbo"
1002
- ],
1003
- "default": "gpt-4o-mini",
1004
- "description": "OpenAI model to use for the agent"
1005
- },
1006
- "tools_mapping": {
1007
- "type": "array",
1008
- "description": "Map OSSA capabilities to OpenAI tools",
1009
- "items": {
1010
- "type": "object",
1011
- "required": [
1012
- "ossa_capability"
1013
- ],
1014
- "properties": {
1015
- "ossa_capability": {
1016
- "type": "string",
1017
- "description": "OSSA capability name to map"
1018
- },
1019
- "openai_tool_name": {
1020
- "type": "string",
1021
- "description": "OpenAI tool name (defaults to ossa_capability if not provided)"
1022
- },
1023
- "description": {
1024
- "type": "string",
1025
- "description": "Tool description (defaults to OSSA capability description)"
1026
- },
1027
- "parameters": {
1028
- "type": "object",
1029
- "description": "OpenAI tool parameter schema (auto-generated from OSSA input_schema if not provided)"
1030
- }
1031
- },
1032
- "additionalProperties": false
1033
- }
1034
- },
1035
- "sub_agents": {
1036
- "type": "array",
1037
- "description": "Sub-agent handoffs configuration",
1038
- "items": {
1039
- "type": "object",
1040
- "required": [
1041
- "agent_id",
1042
- "ossa_agent_ref"
1043
- ],
1044
- "properties": {
1045
- "agent_id": {
1046
- "type": "string",
1047
- "description": "OpenAI sub-agent identifier"
1048
- },
1049
- "ossa_agent_ref": {
1050
- "type": "string",
1051
- "description": "Reference to OSSA agent (metadata.name or agent ID)"
1052
- },
1053
- "handoff_conditions": {
1054
- "type": "array",
1055
- "items": {
1056
- "type": "string"
1057
- },
1058
- "description": "Conditions that trigger handoff to this sub-agent"
1059
- },
1060
- "instructions": {
1061
- "type": "string",
1062
- "description": "Sub-agent specific instructions"
1063
- }
1064
- },
1065
- "additionalProperties": false
1066
- }
1067
- },
1068
- "guardrails": {
1069
- "type": "object",
1070
- "description": "Safety guardrails configuration",
1071
- "properties": {
1072
- "enabled": {
1073
- "type": "boolean",
1074
- "default": true
1075
- },
1076
- "policies": {
1077
- "type": "array",
1078
- "items": {
1079
- "type": "string"
1080
- },
1081
- "description": "Guardrail policy names (maps to OSSA compliance frameworks)"
1082
- },
1083
- "max_tool_calls": {
1084
- "type": "integer",
1085
- "minimum": 1,
1086
- "description": "Maximum tool calls per agent execution"
1087
- },
1088
- "timeout_seconds": {
1089
- "type": "integer",
1090
- "minimum": 1,
1091
- "description": "Maximum execution time in seconds"
1092
- }
1093
- },
1094
- "additionalProperties": false
1095
- },
1096
- "memory": {
1097
- "type": "object",
1098
- "description": "Session memory configuration",
1099
- "properties": {
1100
- "enabled": {
1101
- "type": "boolean",
1102
- "default": false
1103
- },
1104
- "type": {
1105
- "type": "string",
1106
- "enum": [
1107
- "session",
1108
- "persistent"
1109
- ],
1110
- "default": "session",
1111
- "description": "Memory storage type"
1112
- },
1113
- "max_messages": {
1114
- "type": "integer",
1115
- "minimum": 1,
1116
- "description": "Maximum messages to retain in memory"
1117
- }
1118
- },
1119
- "additionalProperties": false
1120
- },
1121
- "tracing": {
1122
- "type": "object",
1123
- "description": "Observability and tracing configuration",
1124
- "properties": {
1125
- "enabled": {
1126
- "type": "boolean",
1127
- "default": true
1128
- },
1129
- "provider": {
1130
- "type": "string",
1131
- "enum": [
1132
- "langfuse",
1133
- "langsmith",
1134
- "custom"
1135
- ],
1136
- "default": "langfuse",
1137
- "description": "Tracing provider"
1138
- },
1139
- "endpoint": {
1140
- "type": "string",
1141
- "description": "Custom tracing endpoint (for provider=custom)"
1142
- }
1143
- },
1144
- "additionalProperties": false
1145
- }
1146
- },
1147
- "additionalProperties": true
1148
- },
1149
- "CursorExtension": {
1150
- "type": "object",
1151
- "description": "Cursor IDE agent integration extension",
1152
- "properties": {
1153
- "enabled": {
1154
- "type": "boolean",
1155
- "default": true,
1156
- "description": "Enable Cursor IDE integration"
1157
- },
1158
- "agent_type": {
1159
- "type": "string",
1160
- "enum": [
1161
- "composer",
1162
- "chat",
1163
- "background",
1164
- "cloud"
1165
- ],
1166
- "default": "composer",
1167
- "description": "Cursor agent type (composer, chat, background, or cloud)"
1168
- },
1169
- "workspace_config": {
1170
- "type": "object",
1171
- "properties": {
1172
- "rules_file": {
1173
- "type": "string",
1174
- "description": "Path to .cursorrules file (default: .cursor/.cursorrules)"
1175
- },
1176
- "context_files": {
1177
- "type": "array",
1178
- "items": {
1179
- "type": "string"
1180
- },
1181
- "description": "Files to include in agent context"
1182
- },
1183
- "ignore_patterns": {
1184
- "type": "array",
1185
- "items": {
1186
- "type": "string"
1187
- },
1188
- "description": "Glob patterns to exclude from context"
1189
- }
1190
- }
1191
- },
1192
- "capabilities": {
1193
- "type": "object",
1194
- "properties": {
1195
- "code_generation": {
1196
- "type": "boolean",
1197
- "default": true
1198
- },
1199
- "code_review": {
1200
- "type": "boolean",
1201
- "default": false
1202
- },
1203
- "refactoring": {
1204
- "type": "boolean",
1205
- "default": false
1206
- },
1207
- "testing": {
1208
- "type": "boolean",
1209
- "default": false
1210
- }
1211
- }
1212
- },
1213
- "model": {
1214
- "type": "object",
1215
- "properties": {
1216
- "provider": {
1217
- "type": "string",
1218
- "enum": [
1219
- "openai",
1220
- "anthropic",
1221
- "custom"
1222
- ],
1223
- "default": "openai"
1224
- },
1225
- "name": {
1226
- "type": "string",
1227
- "description": "Model name (e.g., gpt-4, claude-3-opus)"
1228
- }
1229
- }
1230
- }
1231
- },
1232
- "additionalProperties": true
1233
- },
1234
- "LangflowExtension": {
1235
- "type": "object",
1236
- "description": "Langflow workflow orchestration extension",
1237
- "properties": {
1238
- "enabled": {
1239
- "type": "boolean",
1240
- "default": false,
1241
- "description": "Enable Langflow integration"
1242
- },
1243
- "flow_id": {
1244
- "type": "string",
1245
- "description": "Langflow flow identifier"
1246
- },
1247
- "flow_name": {
1248
- "type": "string",
1249
- "description": "Human-readable flow name"
1250
- },
1251
- "endpoint": {
1252
- "type": "string",
1253
- "description": "Langflow API endpoint"
1254
- },
1255
- "api_key": {
1256
- "type": "string",
1257
- "description": "Langflow API key (reference to secret)"
1258
- },
1259
- "components": {
1260
- "type": "array",
1261
- "description": "Langflow components used in this agent",
1262
- "items": {
1263
- "type": "object",
1264
- "properties": {
1265
- "id": {
1266
- "type": "string"
1267
- },
1268
- "type": {
1269
- "type": "string"
1270
- },
1271
- "name": {
1272
- "type": "string"
1273
- }
1274
- }
1275
- }
1276
- },
1277
- "dataflow": {
1278
- "type": "object",
1279
- "description": "Data flow configuration between components"
1280
- }
1281
- },
1282
- "additionalProperties": true
1283
- },
1284
- "AutoGenExtension": {
1285
- "type": "object",
1286
- "description": "AutoGen multi-agent framework extension",
1287
- "properties": {
1288
- "enabled": {
1289
- "type": "boolean",
1290
- "default": false,
1291
- "description": "Enable AutoGen integration"
1292
- },
1293
- "agent_type": {
1294
- "type": "string",
1295
- "enum": [
1296
- "assistant",
1297
- "user_proxy",
1298
- "groupchat",
1299
- "custom"
1300
- ],
1301
- "description": "AutoGen agent type"
1302
- },
1303
- "system_message": {
1304
- "type": "string",
1305
- "description": "System message for AutoGen agent (overrides spec.role if provided)"
1306
- },
1307
- "human_input_mode": {
1308
- "type": "string",
1309
- "enum": [
1310
- "ALWAYS",
1311
- "NEVER",
1312
- "TERMINATE"
1313
- ],
1314
- "default": "NEVER",
1315
- "description": "When to request human input"
1316
- },
1317
- "code_execution": {
1318
- "type": "object",
1319
- "properties": {
1320
- "enabled": {
1321
- "type": "boolean",
1322
- "default": false
1323
- },
1324
- "work_dir": {
1325
- "type": "string",
1326
- "description": "Working directory for code execution"
1327
- },
1328
- "use_docker": {
1329
- "type": "boolean",
1330
- "default": false,
1331
- "description": "Execute code in Docker container"
1332
- }
1333
- }
1334
- },
1335
- "max_consecutive_auto_reply": {
1336
- "type": "integer",
1337
- "minimum": 1,
1338
- "default": 10,
1339
- "description": "Maximum consecutive auto-replies before human input"
1340
- },
1341
- "groupchat": {
1342
- "type": "object",
1343
- "description": "Group chat configuration (for agent_type=groupchat)",
1344
- "properties": {
1345
- "agents": {
1346
- "type": "array",
1347
- "items": {
1348
- "type": "string"
1349
- },
1350
- "description": "Other agent IDs in the group"
1351
- },
1352
- "max_round": {
1353
- "type": "integer",
1354
- "minimum": 1,
1355
- "description": "Maximum rounds in group chat"
1356
- }
1357
- }
1358
- }
1359
- },
1360
- "additionalProperties": true
1361
- },
1362
- "VercelAIExtension": {
1363
- "type": "object",
1364
- "description": "Vercel AI SDK integration extension",
1365
- "properties": {
1366
- "enabled": {
1367
- "type": "boolean",
1368
- "default": false,
1369
- "description": "Enable Vercel AI SDK integration"
1370
- },
1371
- "runtime": {
1372
- "type": "string",
1373
- "enum": [
1374
- "edge",
1375
- "nodejs"
1376
- ],
1377
- "default": "edge",
1378
- "description": "Runtime environment (edge or nodejs)"
1379
- },
1380
- "stream": {
1381
- "type": "boolean",
1382
- "default": true,
1383
- "description": "Enable streaming responses"
1384
- },
1385
- "route": {
1386
- "type": "string",
1387
- "description": "API route path (e.g., /api/chat)"
1388
- },
1389
- "tools": {
1390
- "type": "array",
1391
- "description": "Vercel AI SDK tools configuration",
1392
- "items": {
1393
- "type": "object",
1394
- "properties": {
1395
- "name": {
1396
- "type": "string"
1397
- },
1398
- "description": {
1399
- "type": "string"
1400
- },
1401
- "parameters": {
1402
- "type": "object",
1403
- "description": "Tool parameters schema (JSON Schema)"
1404
- }
1405
- }
1406
- }
1407
- },
1408
- "experimental": {
1409
- "type": "object",
1410
- "description": "Experimental Vercel AI SDK features",
1411
- "additionalProperties": true
1412
- }
1413
- },
1414
- "additionalProperties": true
1415
- },
1416
- "LlamaIndexExtension": {
1417
- "type": "object",
1418
- "description": "LlamaIndex framework integration extension",
1419
- "properties": {
1420
- "enabled": {
1421
- "type": "boolean",
1422
- "default": false,
1423
- "description": "Enable LlamaIndex integration"
1424
- },
1425
- "agent_type": {
1426
- "type": "string",
1427
- "enum": [
1428
- "query_engine",
1429
- "chat_engine",
1430
- "retriever",
1431
- "custom"
1432
- ],
1433
- "description": "LlamaIndex agent/engine type"
1434
- },
1435
- "llm": {
1436
- "type": "object",
1437
- "properties": {
1438
- "provider": {
1439
- "type": "string",
1440
- "enum": [
1441
- "openai",
1442
- "anthropic",
1443
- "local",
1444
- "custom"
1445
- ]
1446
- },
1447
- "model": {
1448
- "type": "string"
1449
- },
1450
- "temperature": {
1451
- "type": "number",
1452
- "minimum": 0,
1453
- "maximum": 2
1454
- }
1455
- }
1456
- },
1457
- "vector_store": {
1458
- "type": "object",
1459
- "description": "Vector store configuration for RAG",
1460
- "properties": {
1461
- "type": {
1462
- "type": "string",
1463
- "enum": [
1464
- "pinecone",
1465
- "weaviate",
1466
- "chroma",
1467
- "qdrant",
1468
- "milvus",
1469
- "custom"
1470
- ]
1471
- },
1472
- "config": {
1473
- "type": "object",
1474
- "additionalProperties": true
1475
- }
1476
- }
1477
- },
1478
- "retrieval": {
1479
- "type": "object",
1480
- "description": "Retrieval configuration",
1481
- "properties": {
1482
- "top_k": {
1483
- "type": "integer",
1484
- "minimum": 1,
1485
- "default": 5,
1486
- "description": "Number of documents to retrieve"
1487
- },
1488
- "similarity_top_k": {
1489
- "type": "integer",
1490
- "minimum": 1
1491
- }
1492
- }
1493
- },
1494
- "tools": {
1495
- "type": "array",
1496
- "description": "LlamaIndex tools/query modules",
1497
- "items": {
1498
- "type": "object",
1499
- "properties": {
1500
- "name": {
1501
- "type": "string"
1502
- },
1503
- "type": {
1504
- "type": "string"
1505
- }
1506
- }
1507
- }
1508
- }
1509
- },
1510
- "additionalProperties": true
1511
- },
1512
- "LangGraphExtension": {
1513
- "type": "object",
1514
- "description": "LangGraph state machine agent extension",
1515
- "properties": {
1516
- "enabled": {
1517
- "type": "boolean",
1518
- "default": false,
1519
- "description": "Enable LangGraph integration"
1520
- },
1521
- "graph_name": {
1522
- "type": "string",
1523
- "description": "LangGraph graph/state machine name"
1524
- },
1525
- "state_schema": {
1526
- "type": "object",
1527
- "description": "State schema definition (TypedDict structure)"
1528
- },
1529
- "nodes": {
1530
- "type": "array",
1531
- "description": "Graph nodes configuration",
1532
- "items": {
1533
- "type": "object",
1534
- "properties": {
1535
- "name": {
1536
- "type": "string"
1537
- },
1538
- "function": {
1539
- "type": "string",
1540
- "description": "Node function name"
1541
- }
1542
- }
1543
- }
1544
- },
1545
- "edges": {
1546
- "type": "array",
1547
- "description": "Graph edges/transitions",
1548
- "items": {
1549
- "type": "object",
1550
- "properties": {
1551
- "from": {
1552
- "type": "string"
1553
- },
1554
- "to": {
1555
- "type": "string"
1556
- },
1557
- "condition": {
1558
- "type": "string",
1559
- "description": "Condition function name (optional)"
1560
- }
1561
- }
1562
- }
1563
- },
1564
- "checkpoint": {
1565
- "type": "object",
1566
- "description": "Checkpoint configuration for state persistence",
1567
- "properties": {
1568
- "enabled": {
1569
- "type": "boolean",
1570
- "default": false
1571
- },
1572
- "type": {
1573
- "type": "string",
1574
- "enum": [
1575
- "memory",
1576
- "sqlite",
1577
- "postgres",
1578
- "custom"
1579
- ]
1580
- }
1581
- }
1582
- }
1583
- },
1584
- "additionalProperties": true
1585
- },
1586
- "AnthropicExtension": {
1587
- "type": "object",
1588
- "description": "Anthropic Claude API integration extension",
1589
- "properties": {
1590
- "enabled": {
1591
- "type": "boolean",
1592
- "default": false,
1593
- "description": "Enable Anthropic Claude integration"
1594
- },
1595
- "model": {
1596
- "type": "string",
1597
- "enum": [
1598
- "claude-3-5-sonnet-20241022",
1599
- "claude-3-5-haiku-20241022",
1600
- "claude-3-opus-20240229",
1601
- "claude-3-sonnet-20240229",
1602
- "claude-3-haiku-20240307"
1603
- ],
1604
- "default": "claude-3-5-sonnet-20241022",
1605
- "description": "Claude model version"
1606
- },
1607
- "system": {
1608
- "type": "string",
1609
- "description": "System prompt (overrides spec.role if provided)"
1610
- },
1611
- "max_tokens": {
1612
- "type": "integer",
1613
- "minimum": 1,
1614
- "maximum": 4096,
1615
- "default": 4096,
1616
- "description": "Maximum tokens in response"
1617
- },
1618
- "temperature": {
1619
- "type": "number",
1620
- "minimum": 0,
1621
- "maximum": 1,
1622
- "default": 1,
1623
- "description": "Sampling temperature"
1624
- },
1625
- "tools": {
1626
- "type": "array",
1627
- "description": "Claude tools/capabilities",
1628
- "items": {
1629
- "type": "object",
1630
- "properties": {
1631
- "name": {
1632
- "type": "string"
1633
- },
1634
- "description": {
1635
- "type": "string"
1636
- },
1637
- "input_schema": {
1638
- "type": "object",
1639
- "description": "Tool input schema (JSON Schema)"
1640
- }
1641
- },
1642
- "required": [
1643
- "name",
1644
- "description",
1645
- "input_schema"
1646
- ]
1647
- }
1648
- },
1649
- "streaming": {
1650
- "type": "boolean",
1651
- "default": false,
1652
- "description": "Enable streaming responses"
1653
- },
1654
- "stop_sequences": {
1655
- "type": "array",
1656
- "items": {
1657
- "type": "string"
1658
- },
1659
- "description": "Stop sequences for response generation"
1660
- }
1661
- },
1662
- "additionalProperties": true
1663
- },
1664
- "GoogleADKExtension": {
1665
- "type": "object",
1666
- "description": "Google Agent Development Kit (ADK) integration extension (v0.2.5)",
1667
- "properties": {
1668
- "enabled": {
1669
- "type": "boolean",
1670
- "default": false,
1671
- "description": "Enable Google ADK integration"
1672
- },
1673
- "agent_type": {
1674
- "type": "string",
1675
- "enum": [
1676
- "llm_agent",
1677
- "sequential_agent",
1678
- "parallel_agent",
1679
- "loop_agent",
1680
- "custom"
1681
- ],
1682
- "default": "llm_agent",
1683
- "description": "ADK agent type"
1684
- },
1685
- "model": {
1686
- "type": "string",
1687
- "description": "Gemini model to use",
1688
- "examples": [
1689
- "gemini-2.0-flash-exp",
1690
- "gemini-1.5-pro"
1691
- ]
1692
- },
1693
- "instruction": {
1694
- "type": "string",
1695
- "description": "Agent instruction (overrides spec.role if provided)"
1696
- },
1697
- "tools": {
1698
- "type": "array",
1699
- "description": "ADK tools configuration",
1700
- "items": {
1701
- "type": "object",
1702
- "properties": {
1703
- "name": {
1704
- "type": "string"
1705
- },
1706
- "type": {
1707
- "type": "string",
1708
- "enum": [
1709
- "function",
1710
- "agent",
1711
- "mcp_server"
1712
- ]
1713
- },
1714
- "config": {
1715
- "type": "object",
1716
- "additionalProperties": true
1717
- }
1718
- }
1719
- }
1720
- },
1721
- "sub_agents": {
1722
- "type": "array",
1723
- "description": "Sub-agent references for orchestration",
1724
- "items": {
1725
- "type": "string"
1726
- }
1727
- },
1728
- "session": {
1729
- "type": "object",
1730
- "description": "Session management configuration",
1731
- "properties": {
1732
- "service": {
1733
- "type": "string",
1734
- "enum": [
1735
- "in_memory",
1736
- "database",
1737
- "vertex_ai"
1738
- ],
1739
- "default": "in_memory"
1740
- },
1741
- "state_schema": {
1742
- "type": "object",
1743
- "description": "Session state schema"
1744
- }
1745
- }
1746
- },
1747
- "memory": {
1748
- "type": "object",
1749
- "description": "Memory service configuration",
1750
- "properties": {
1751
- "enabled": {
1752
- "type": "boolean",
1753
- "default": false
1754
- },
1755
- "service": {
1756
- "type": "string",
1757
- "enum": [
1758
- "in_memory",
1759
- "vertex_ai_rag"
1760
- ]
1761
- }
1762
- }
1763
- },
1764
- "callbacks": {
1765
- "type": "object",
1766
- "description": "Lifecycle callbacks",
1767
- "properties": {
1768
- "before_agent_callback": {
1769
- "type": "string"
1770
- },
1771
- "after_agent_callback": {
1772
- "type": "string"
1773
- },
1774
- "before_model_callback": {
1775
- "type": "string"
1776
- },
1777
- "after_model_callback": {
1778
- "type": "string"
1779
- }
1780
- }
1781
- }
1782
- },
1783
- "additionalProperties": true
1784
- }
1785
- }
1786
- }