@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.
- package/CHANGELOG.md +37 -1990
- package/README.md +163 -392
- package/dist/adapters/anthropic/runtime.d.ts +1 -1
- package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
- package/dist/adapters/anthropic/runtime.js +1 -1
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/adapters/crewai-adapter.d.ts.map +1 -1
- package/dist/adapters/crewai-adapter.js +0 -1
- package/dist/adapters/crewai-adapter.js.map +1 -1
- package/dist/adapters/langchain-adapter.d.ts.map +1 -1
- package/dist/adapters/langchain-adapter.js +0 -1
- package/dist/adapters/langchain-adapter.js.map +1 -1
- package/dist/adapters/langflow-adapter.js +1 -1
- package/dist/adapters/langflow-adapter.js.map +1 -1
- package/dist/adapters/langfuse.adapter.d.ts +30 -0
- package/dist/adapters/langfuse.adapter.d.ts.map +1 -0
- package/dist/adapters/langfuse.adapter.js +61 -0
- package/dist/adapters/langfuse.adapter.js.map +1 -0
- package/dist/adapters/langsmith.adapter.d.ts +29 -0
- package/dist/adapters/langsmith.adapter.d.ts.map +1 -0
- package/dist/adapters/langsmith.adapter.js +60 -0
- package/dist/adapters/langsmith.adapter.js.map +1 -0
- package/dist/adapters/openapi-adapter.d.ts.map +1 -1
- package/dist/adapters/openapi-adapter.js +19 -15
- package/dist/adapters/openapi-adapter.js.map +1 -1
- package/dist/adapters/opentelemetry.adapter.d.ts +136 -0
- package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -0
- package/dist/adapters/opentelemetry.adapter.js +239 -0
- package/dist/adapters/opentelemetry.adapter.js.map +1 -0
- package/dist/adapters/phoenix.adapter.d.ts +28 -0
- package/dist/adapters/phoenix.adapter.d.ts.map +1 -0
- package/dist/adapters/phoenix.adapter.js +63 -0
- package/dist/adapters/phoenix.adapter.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +1 -1
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -1
- package/dist/bot/ci-pipeline-bot.js +1 -1
- package/dist/bot/ci-pipeline-bot.js.map +1 -1
- package/dist/bot/compliance-bot.d.ts.map +1 -1
- package/dist/bot/compliance-bot.js +1 -1
- package/dist/bot/compliance-bot.js.map +1 -1
- package/dist/cli/commands/agent-card.command.d.ts +4 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
- package/dist/cli/commands/agent-card.command.js +9 -7
- package/dist/cli/commands/agent-card.command.js.map +1 -1
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
- package/dist/cli/commands/agents-md.command.js +9 -11
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/agents.command.js +3 -3
- package/dist/cli/commands/agents.command.js.map +1 -1
- package/dist/cli/commands/catalog/config.d.ts +54 -0
- package/dist/cli/commands/catalog/config.d.ts.map +1 -0
- package/dist/cli/commands/catalog/config.js +113 -0
- package/dist/cli/commands/catalog/config.js.map +1 -0
- package/dist/cli/commands/catalog/convert.command.d.ts +8 -0
- package/dist/cli/commands/catalog/convert.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/convert.command.js +106 -0
- package/dist/cli/commands/catalog/convert.command.js.map +1 -0
- package/dist/cli/commands/catalog/diff.command.d.ts +8 -0
- package/dist/cli/commands/catalog/diff.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/diff.command.js +76 -0
- package/dist/cli/commands/catalog/diff.command.js.map +1 -0
- package/dist/cli/commands/catalog/index.d.ts +19 -0
- package/dist/cli/commands/catalog/index.d.ts.map +1 -0
- package/dist/cli/commands/catalog/index.js +40 -0
- package/dist/cli/commands/catalog/index.js.map +1 -0
- package/dist/cli/commands/catalog/list.command.d.ts +8 -0
- package/dist/cli/commands/catalog/list.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/list.command.js +101 -0
- package/dist/cli/commands/catalog/list.command.js.map +1 -0
- package/dist/cli/commands/catalog/pull.command.d.ts +8 -0
- package/dist/cli/commands/catalog/pull.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/pull.command.js +87 -0
- package/dist/cli/commands/catalog/pull.command.js.map +1 -0
- package/dist/cli/commands/catalog/push.command.d.ts +8 -0
- package/dist/cli/commands/catalog/push.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/push.command.js +98 -0
- package/dist/cli/commands/catalog/push.command.js.map +1 -0
- package/dist/cli/commands/catalog/schemas.d.ts +62 -0
- package/dist/cli/commands/catalog/schemas.d.ts.map +1 -0
- package/dist/cli/commands/catalog/schemas.js +55 -0
- package/dist/cli/commands/catalog/schemas.js.map +1 -0
- package/dist/cli/commands/catalog/sync.command.d.ts +8 -0
- package/dist/cli/commands/catalog/sync.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/sync.command.js +69 -0
- package/dist/cli/commands/catalog/sync.command.js.map +1 -0
- package/dist/cli/commands/catalog/validate.command.d.ts +8 -0
- package/dist/cli/commands/catalog/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/validate.command.js +140 -0
- package/dist/cli/commands/catalog/validate.command.js.map +1 -0
- package/dist/cli/commands/compliance.command.d.ts +19 -0
- package/dist/cli/commands/compliance.command.d.ts.map +1 -0
- package/dist/cli/commands/compliance.command.js +218 -0
- package/dist/cli/commands/compliance.command.js.map +1 -0
- package/dist/cli/commands/contract.command.d.ts +5 -0
- package/dist/cli/commands/contract.command.d.ts.map +1 -1
- package/dist/cli/commands/contract.command.js +40 -63
- package/dist/cli/commands/contract.command.js.map +1 -1
- package/dist/cli/commands/dependencies.command.d.ts +5 -0
- package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
- package/dist/cli/commands/dependencies.command.js +58 -108
- package/dist/cli/commands/dependencies.command.js.map +1 -1
- package/dist/cli/commands/diff.command.d.ts +4 -0
- package/dist/cli/commands/diff.command.d.ts.map +1 -1
- package/dist/cli/commands/diff.command.js +10 -10
- package/dist/cli/commands/diff.command.js.map +1 -1
- package/dist/cli/commands/docs.command.d.ts.map +1 -1
- package/dist/cli/commands/docs.command.js +2 -1
- package/dist/cli/commands/docs.command.js.map +1 -1
- package/dist/cli/commands/export.command.d.ts.map +1 -1
- package/dist/cli/commands/export.command.js +2 -2
- package/dist/cli/commands/export.command.js.map +1 -1
- package/dist/cli/commands/extension-team.command.d.ts +15 -0
- package/dist/cli/commands/extension-team.command.d.ts.map +1 -0
- package/dist/cli/commands/extension-team.command.js +117 -0
- package/dist/cli/commands/extension-team.command.js.map +1 -0
- package/dist/cli/commands/framework.command.d.ts +9 -0
- package/dist/cli/commands/framework.command.d.ts.map +1 -0
- package/dist/cli/commands/framework.command.js +179 -0
- package/dist/cli/commands/framework.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +15 -8
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/github-sync.command.js +2 -2
- package/dist/cli/commands/github-sync.command.js.map +1 -1
- package/dist/cli/commands/import.command.d.ts.map +1 -1
- package/dist/cli/commands/import.command.js +2 -2
- package/dist/cli/commands/import.command.js.map +1 -1
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js +3 -1
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/langchain.command.d.ts +9 -0
- package/dist/cli/commands/langchain.command.d.ts.map +1 -0
- package/dist/cli/commands/langchain.command.js +110 -0
- package/dist/cli/commands/langchain.command.js.map +1 -0
- package/dist/cli/commands/langflow.command.d.ts +9 -0
- package/dist/cli/commands/langflow.command.d.ts.map +1 -0
- package/dist/cli/commands/langflow.command.js +111 -0
- package/dist/cli/commands/langflow.command.js.map +1 -0
- package/dist/cli/commands/lint.command.d.ts +5 -0
- package/dist/cli/commands/lint.command.d.ts.map +1 -1
- package/dist/cli/commands/lint.command.js +13 -57
- package/dist/cli/commands/lint.command.js.map +1 -1
- package/dist/cli/commands/llms-txt.command.d.ts +7 -0
- package/dist/cli/commands/llms-txt.command.d.ts.map +1 -0
- package/dist/cli/commands/llms-txt.command.js +119 -0
- package/dist/cli/commands/llms-txt.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.js +4 -4
- package/dist/cli/commands/migrate.command.js.map +1 -1
- package/dist/cli/commands/publish.command.d.ts.map +1 -1
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.command.js +4 -10
- package/dist/cli/commands/quickstart.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +4 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -1
- package/dist/cli/commands/registry.command.js +11 -12
- package/dist/cli/commands/registry.command.js.map +1 -1
- package/dist/cli/commands/scaffold.command.d.ts +19 -0
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -0
- package/dist/cli/commands/scaffold.command.js +182 -0
- package/dist/cli/commands/scaffold.command.js.map +1 -0
- package/dist/cli/commands/schema.command.d.ts +4 -0
- package/dist/cli/commands/schema.command.d.ts.map +1 -1
- package/dist/cli/commands/schema.command.js +8 -5
- package/dist/cli/commands/schema.command.js.map +1 -1
- package/dist/cli/commands/setup.command.d.ts.map +1 -1
- package/dist/cli/commands/setup.command.js +23 -24
- package/dist/cli/commands/setup.command.js.map +1 -1
- package/dist/cli/commands/standardize.command.d.ts +19 -0
- package/dist/cli/commands/standardize.command.d.ts.map +1 -0
- package/dist/cli/commands/standardize.command.js +275 -0
- package/dist/cli/commands/standardize.command.js.map +1 -0
- package/dist/cli/commands/sync.command.js +3 -3
- package/dist/cli/commands/sync.command.js.map +1 -1
- package/dist/cli/commands/test.command.d.ts +8 -0
- package/dist/cli/commands/test.command.d.ts.map +1 -1
- package/dist/cli/commands/test.command.js +83 -15
- package/dist/cli/commands/test.command.js.map +1 -1
- package/dist/cli/commands/validate.command.d.ts +4 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +30 -1
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/workspace.command.d.ts.map +1 -1
- package/dist/cli/commands/workspace.command.js +32 -42
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/extensions/gitlab-release.commands.d.ts +19 -0
- package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab-release.commands.js +341 -0
- package/dist/cli/extensions/gitlab-release.commands.js.map +1 -0
- package/dist/cli/extensions/gitlab.extension.d.ts +24 -0
- package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab.extension.js +64 -0
- package/dist/cli/extensions/gitlab.extension.js.map +1 -0
- package/dist/cli/extensions/index.d.ts +63 -0
- package/dist/cli/extensions/index.d.ts.map +1 -0
- package/dist/cli/extensions/index.js +181 -0
- package/dist/cli/extensions/index.js.map +1 -0
- package/dist/cli/index.d.ts +11 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +111 -35
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.js +6 -6
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/gitlab-config.d.ts +94 -0
- package/dist/cli/utils/gitlab-config.d.ts.map +1 -0
- package/dist/cli/utils/gitlab-config.js +180 -0
- package/dist/cli/utils/gitlab-config.js.map +1 -0
- package/dist/cli/utils/index.d.ts +11 -0
- package/dist/cli/utils/index.d.ts.map +1 -0
- package/dist/cli/utils/index.js +15 -0
- package/dist/cli/utils/index.js.map +1 -0
- package/dist/cli/utils/manifest-loader.d.ts +77 -0
- package/dist/cli/utils/manifest-loader.d.ts.map +1 -0
- package/dist/cli/utils/manifest-loader.js +153 -0
- package/dist/cli/utils/manifest-loader.js.map +1 -0
- package/dist/cli/utils/output.d.ts +134 -0
- package/dist/cli/utils/output.d.ts.map +1 -0
- package/dist/cli/utils/output.js +200 -0
- package/dist/cli/utils/output.js.map +1 -0
- package/dist/config/defaults.d.ts +138 -0
- package/dist/config/defaults.d.ts.map +1 -0
- package/dist/config/defaults.js +223 -0
- package/dist/config/defaults.js.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts +38 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.js +36 -0
- package/dist/dev-cli/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/schemas/version.schema.d.ts +82 -0
- package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/version.schema.js +83 -0
- package/dist/dev-cli/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/services/version-audit.service.d.ts +31 -0
- package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -0
- package/dist/dev-cli/services/version-audit.service.js +168 -0
- package/dist/dev-cli/services/version-audit.service.js.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts +12 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.js +112 -0
- package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -0
- package/dist/dev-cli/src/commands/release.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/release.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release.command.js +112 -0
- package/dist/dev-cli/src/commands/release.command.js.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.js +85 -0
- package/dist/dev-cli/src/commands/spec.command.js.map +1 -0
- package/dist/dev-cli/src/commands/version.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/version.command.js +114 -0
- package/dist/dev-cli/src/commands/version.command.js.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.js +93 -0
- package/dist/dev-cli/src/commands/workflow.command.js.map +1 -0
- package/dist/dev-cli/src/index.d.ts +14 -0
- package/dist/dev-cli/src/index.d.ts.map +1 -0
- package/dist/dev-cli/src/index.js +35 -0
- package/dist/dev-cli/src/index.js.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts +112 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js +76 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts +146 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.js +77 -0
- package/dist/dev-cli/src/schemas/release.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts +34 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.js +30 -0
- package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts +53 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.js +43 -0
- package/dist/dev-cli/src/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts +55 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.js +492 -0
- package/dist/dev-cli/src/services/release-prep.service.js.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts +49 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.js +385 -0
- package/dist/dev-cli/src/services/release-verify.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts +18 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.js +49 -0
- package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.js +52 -0
- package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.js +80 -0
- package/dist/dev-cli/src/services/version-release.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts +21 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.js +98 -0
- package/dist/dev-cli/src/services/version-sync.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.js +52 -0
- package/dist/dev-cli/src/services/version-validate.service.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +14 -3
- package/dist/di-container.js.map +1 -1
- package/dist/messaging/broker.d.ts +1 -1
- package/dist/messaging/broker.js +1 -1
- package/dist/messaging/channels.d.ts +1 -1
- package/dist/messaging/channels.js +1 -1
- package/dist/messaging/index.d.ts +1 -1
- package/dist/messaging/index.js +1 -1
- package/dist/messaging/protocols/memory.d.ts +1 -1
- package/dist/messaging/protocols/memory.js +1 -1
- package/dist/messaging/protocols/redis.d.ts +1 -1
- package/dist/messaging/protocols/redis.js +1 -1
- package/dist/messaging/types.d.ts +2 -2
- package/dist/messaging/types.js +1 -1
- package/dist/repositories/manifest.repository.d.ts +1 -1
- package/dist/repositories/manifest.repository.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.js +18 -13
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +2 -2
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +1 -1
- package/dist/runtime/crewai.runtime.d.ts +30 -0
- package/dist/runtime/crewai.runtime.d.ts.map +1 -0
- package/dist/runtime/crewai.runtime.js +106 -0
- package/dist/runtime/crewai.runtime.js.map +1 -0
- package/dist/runtime/langchain.runtime.d.ts +32 -0
- package/dist/runtime/langchain.runtime.d.ts.map +1 -0
- package/dist/runtime/langchain.runtime.js +75 -0
- package/dist/runtime/langchain.runtime.js.map +1 -0
- package/dist/runtime/langflow.runtime.d.ts +65 -0
- package/dist/runtime/langflow.runtime.d.ts.map +1 -0
- package/dist/runtime/langflow.runtime.js +140 -0
- package/dist/runtime/langflow.runtime.js.map +1 -0
- package/dist/sdks/index.d.ts +15 -0
- package/dist/sdks/index.d.ts.map +1 -0
- package/dist/sdks/index.js +17 -0
- package/dist/sdks/index.js.map +1 -0
- package/dist/sdks/python-generator/index.d.ts +18 -0
- package/dist/sdks/python-generator/index.d.ts.map +1 -0
- package/dist/sdks/python-generator/index.js +13 -0
- package/dist/sdks/python-generator/index.js.map +1 -0
- package/dist/sdks/shared/index.d.ts +24 -0
- package/dist/sdks/shared/index.d.ts.map +1 -0
- package/dist/sdks/shared/index.js +28 -0
- package/dist/sdks/shared/index.js.map +1 -0
- package/dist/sdks/shared/manifest-loader.d.ts +41 -0
- package/dist/sdks/shared/manifest-loader.d.ts.map +1 -0
- package/dist/sdks/shared/manifest-loader.js +45 -0
- package/dist/sdks/shared/manifest-loader.js.map +1 -0
- package/dist/sdks/shared/schema-validator.d.ts +34 -0
- package/dist/sdks/shared/schema-validator.d.ts.map +1 -0
- package/dist/sdks/shared/schema-validator.js +101 -0
- package/dist/sdks/shared/schema-validator.js.map +1 -0
- package/dist/sdks/shared/types.d.ts +43 -0
- package/dist/sdks/shared/types.d.ts.map +1 -0
- package/dist/sdks/shared/types.js +27 -0
- package/dist/sdks/shared/types.js.map +1 -0
- package/dist/sdks/shared/validation.d.ts +52 -0
- package/dist/sdks/shared/validation.d.ts.map +1 -0
- package/dist/sdks/shared/validation.js +37 -0
- package/dist/sdks/shared/validation.js.map +1 -0
- package/dist/sdks/typescript/client.d.ts +44 -0
- package/dist/sdks/typescript/client.d.ts.map +1 -0
- package/dist/sdks/typescript/client.js +51 -0
- package/dist/sdks/typescript/client.js.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -0
- package/dist/sdks/typescript/events/index.d.ts.map +1 -0
- package/dist/sdks/typescript/events/index.js.map +1 -0
- package/dist/sdks/typescript/index.d.ts +31 -0
- package/dist/sdks/typescript/index.d.ts.map +1 -0
- package/dist/sdks/typescript/index.js +36 -0
- package/dist/sdks/typescript/index.js.map +1 -0
- package/dist/sdks/typescript/manifest.d.ts +36 -0
- package/dist/sdks/typescript/manifest.d.ts.map +1 -0
- package/dist/sdks/typescript/manifest.js +85 -0
- package/dist/sdks/typescript/manifest.js.map +1 -0
- package/dist/sdks/typescript/tracing/index.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/index.js.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -0
- package/dist/sdks/typescript/types.d.ts +145 -0
- package/dist/sdks/typescript/types.d.ts.map +1 -0
- package/dist/sdks/typescript/types.js +51 -0
- package/dist/sdks/typescript/types.js.map +1 -0
- package/dist/sdks/typescript/validator.d.ts +26 -0
- package/dist/sdks/typescript/validator.d.ts.map +1 -0
- package/dist/sdks/typescript/validator.js +58 -0
- package/dist/sdks/typescript/validator.js.map +1 -0
- package/dist/services/agent-services/qdrant.service.js +2 -2
- package/dist/services/agent-services/qdrant.service.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +4 -2
- package/dist/services/codegen/codegen.service.d.ts.map +1 -1
- package/dist/services/codegen/codegen.service.js +8 -2
- package/dist/services/codegen/codegen.service.js.map +1 -1
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts +79 -0
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js +476 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +1 -1
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/zod.generator.js +2 -1
- package/dist/services/codegen/generators/zod.generator.js.map +1 -1
- package/dist/services/codegen/index.d.ts +2 -0
- package/dist/services/codegen/index.d.ts.map +1 -1
- package/dist/services/codegen/index.js +2 -0
- package/dist/services/codegen/index.js.map +1 -1
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts +85 -0
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js +121 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts +55 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.js +149 -0
- package/dist/services/framework-import/langchain-importer.service.js.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts +85 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.js +260 -0
- package/dist/services/framework-import/langflow-importer.service.js.map +1 -0
- package/dist/services/github-sync/sync.service.js +2 -2
- package/dist/services/llms-txt/llms-txt.service.d.ts +59 -0
- package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -0
- package/dist/services/llms-txt/llms-txt.service.js +509 -0
- package/dist/services/llms-txt/llms-txt.service.js.map +1 -0
- package/dist/services/messaging/example.js +15 -15
- package/dist/services/messaging/example.js.map +1 -1
- package/dist/services/release-automation/generate-changelog.d.ts +7 -0
- package/dist/services/release-automation/generate-changelog.d.ts.map +1 -0
- package/dist/services/release-automation/generate-changelog.js +286 -0
- package/dist/services/release-automation/generate-changelog.js.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts +7 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.js +156 -0
- package/dist/services/release-automation/increment-dev-tag.js.map +1 -0
- package/dist/services/release-automation/release-buttons.d.ts +7 -0
- package/dist/services/release-automation/release-buttons.d.ts.map +1 -0
- package/dist/services/release-automation/release-buttons.js +165 -0
- package/dist/services/release-automation/release-buttons.js.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +2 -2
- package/dist/services/release-automation/tag.service.d.ts +3 -3
- package/dist/services/validation-zod.service.d.ts +36 -0
- package/dist/services/validation-zod.service.d.ts.map +1 -0
- package/dist/services/validation-zod.service.js +328 -0
- package/dist/services/validation-zod.service.js.map +1 -0
- package/dist/services/validation.service.js +1 -1
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/contract.validator.d.ts +6 -5
- package/dist/services/validators/contract.validator.d.ts.map +1 -1
- package/dist/services/validators/contract.validator.js +6 -6
- package/dist/services/validators/contract.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.js.map +1 -1
- package/dist/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/dist/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/dist/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/dist/spec/extensions/a2a-messaging.md +5 -5
- package/dist/spec/extensions/manifest-extensions.md +4 -4
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/dist/spec/extensions/skills-compatibility.md +292 -0
- package/dist/spec/registry/README.md +1 -1
- package/dist/spec/registry/registry-spec.md +6 -6
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.2/access_tiers.yaml +2 -2
- package/dist/spec/v0.3.2/adapters/drupal.md +7 -7
- package/dist/spec/v0.3.2/adapters/symfony.md +4 -4
- package/dist/spec/v0.3.2/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/dist/spec/v0.3.2/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/dist/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/dist/spec/v0.3.2/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/dist/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/dist/spec/v0.3.2/taxonomy.yaml +2 -2
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/drupal.md +7 -7
- package/dist/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/dist/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/dist/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/dist/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/dist/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/dist/spec/v0.3.3/extensions/dify.md +1461 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/dist/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/dist/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/dist/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/dist/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/dist/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/dist/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/dist/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/dist/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/dist/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/taxonomy.yaml +114 -7
- package/dist/types/generated/ossa-0.3.2.types.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.types.js +2 -2
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.zod.js +3 -3
- package/dist/types/generated/ossa-0.3.3.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.types.js +10 -0
- package/dist/types/generated/ossa-0.3.3.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -0
- package/dist/types/identity.d.ts +405 -0
- package/dist/types/identity.d.ts.map +1 -0
- package/dist/types/identity.js +12 -0
- package/dist/types/identity.js.map +1 -0
- package/dist/types/identity.zod.d.ts +622 -0
- package/dist/types/identity.zod.d.ts.map +1 -0
- package/dist/types/identity.zod.js +263 -0
- package/dist/types/identity.zod.js.map +1 -0
- package/dist/types/index.d.ts +67 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/llms-txt.zod.d.ts +320 -0
- package/dist/types/llms-txt.zod.d.ts.map +1 -0
- package/dist/types/llms-txt.zod.js +80 -0
- package/dist/types/llms-txt.zod.js.map +1 -0
- package/dist/types/personality.d.ts +141 -0
- package/dist/types/personality.d.ts.map +1 -0
- package/dist/types/personality.js +72 -0
- package/dist/types/personality.js.map +1 -0
- package/dist/types/personality.zod.d.ts +483 -0
- package/dist/types/personality.zod.d.ts.map +1 -0
- package/dist/types/personality.zod.js +160 -0
- package/dist/types/personality.zod.js.map +1 -0
- package/dist/types/prompts.d.ts +219 -0
- package/dist/types/prompts.d.ts.map +1 -0
- package/dist/types/prompts.js +163 -0
- package/dist/types/prompts.js.map +1 -0
- package/dist/types/prompts.zod.d.ts +252 -0
- package/dist/types/prompts.zod.d.ts.map +1 -0
- package/dist/types/prompts.zod.js +105 -0
- package/dist/types/prompts.zod.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/type-guards.d.ts +59 -0
- package/dist/utils/type-guards.d.ts.map +1 -0
- package/dist/utils/type-guards.js +170 -0
- package/dist/utils/type-guards.js.map +1 -0
- package/dist/utils/version.js +3 -3
- package/dist/utils/version.js.map +1 -1
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +1 -1
- package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +13 -13
- package/examples/claude-code/code-reviewer.ossa.yaml +55 -47
- package/examples/claude-code/ossa-validator.ossa.yaml +62 -58
- package/examples/common_npm/agent-router.ossa.yaml +49 -171
- package/examples/contracts/data-consumer.ossa.yaml +2 -2
- package/examples/contracts/data-producer-v2.ossa.yaml +4 -4
- package/examples/contracts/data-producer.ossa.yaml +4 -4
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -11
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +53 -594
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +24 -349
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +187 -824
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +66 -797
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +317 -754
- package/examples/getting-started/05-workflow-composition.ossa.yaml +98 -154
- package/examples/getting-started/hello-world-complete.ossa.yaml +61 -216
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +75 -336
- package/examples/kagent/compliance-validator.ossa.yaml +40 -51
- package/examples/kagent/cost-optimizer.ossa.yaml +30 -42
- package/examples/kagent/documentation-agent.ossa.yaml +29 -41
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +80 -263
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +69 -224
- package/examples/kagent/security-scanner.ossa.yaml +54 -110
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/messaging/dependency-healer.ossa.yaml +2 -2
- package/examples/messaging/incident-responder.ossa.yaml +2 -2
- package/examples/messaging/routing-rules.ossa.yaml +2 -109
- package/examples/messaging/security-scanner.ossa.yaml +248 -241
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +32 -32
- package/examples/multi-agent/parallel-execution.ossa.yaml +43 -43
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +35 -35
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +33 -34
- package/examples/openai/multi-tool-agent.ossa.json +1 -1
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/ossa-templates/01-code-assistant.ossa.yaml +114 -0
- package/examples/ossa-templates/02-security-scanner.ossa.yaml +103 -0
- package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +100 -0
- package/examples/ossa-templates/04-code-reviewer.ossa.yaml +116 -0
- package/examples/ossa-templates/05-doc-generator.ossa.yaml +102 -0
- package/examples/ossa-templates/06-compliance-validator.ossa.yaml +132 -0
- package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +110 -0
- package/examples/ossa-templates/08-content-writer.ossa.yaml +136 -0
- package/examples/ossa-templates/09-test-generator.ossa.yaml +113 -0
- package/examples/ossa-templates/10-data-transformer.ossa.yaml +102 -0
- package/examples/ossa-templates/README.md +98 -0
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +27 -29
- package/examples/rag-agent/index.ts +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +2 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +2 -1
- package/examples/reference-implementations/typescript-client/package.json +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +54 -420
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +27 -31
- package/examples/showcase/code-assistant.ossa.yaml +51 -65
- package/examples/showcase/code-reviewer.ossa.yaml +28 -31
- package/examples/showcase/compliance-validator.ossa.yaml +31 -32
- package/examples/showcase/content-writer.ossa.yaml +35 -32
- package/examples/showcase/data-transformer.ossa.yaml +35 -37
- package/examples/showcase/doc-generator.ossa.yaml +33 -35
- package/examples/showcase/security-scanner.ossa.yaml +33 -32
- package/examples/showcase/test-generator.ossa.yaml +25 -51
- package/examples/showcase/workflow-orchestrator.ossa.yaml +63 -78
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +224 -227
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/junit.xml +1469 -0
- package/openapi/agent-communication.yaml +4 -45
- package/openapi/agent-crud.yaml +13 -65
- package/openapi/agent-discovery.yaml +3 -3
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +1316 -110
- package/openapi/core/ossa-core-api.openapi.yaml +19 -257
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +5 -36
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/dev-cli.openapi.yml +867 -0
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/openapi/schemas/common/agent.yaml +229 -0
- package/openapi/schemas/common/errors.yaml +75 -0
- package/openapi/schemas/common/metadata.yaml +62 -0
- package/openapi/schemas/common/pagination.yaml +72 -0
- package/openapi/schemas/common/security.yaml +88 -0
- package/openapi/schemas/index.yaml +88 -0
- package/package.json +29 -21
- package/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/spec/extensions/a2a-messaging.md +5 -5
- package/spec/extensions/manifest-extensions.md +4 -4
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/spec/extensions/skills-compatibility.md +292 -0
- package/spec/registry/README.md +1 -1
- package/spec/registry/registry-spec.md +6 -6
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.2/access_tiers.yaml +2 -2
- package/spec/v0.3.2/adapters/drupal.md +7 -7
- package/spec/v0.3.2/adapters/symfony.md +4 -4
- package/spec/v0.3.2/agent-test.schema.json +2 -2
- package/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/spec/v0.3.2/extensions/drupal.md +5 -5
- package/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/spec/v0.3.2/protocols/websocket.md +2 -2
- package/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/spec/v0.3.2/taxonomy.yaml +2 -2
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/adapters/drupal.md +7 -7
- package/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/agent-test.schema.json +2 -2
- package/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/spec/v0.3.3/extensions/dify.md +1461 -0
- package/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/spec/v0.3.3/protocols/a2a-communication.schema.json +897 -0
- package/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/spec/v0.3.3/protocols/identity-runtime.schema.json +482 -0
- package/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/taxonomy.yaml +114 -7
- package/.devfile.yaml +0 -87
- package/.gitlab-ci-trigger +0 -1
- package/bin/ossa-dev +0 -42
- package/bin/ossa-export +0 -32
- package/bin/ossa-generate +0 -53
- package/bin/ossa-health +0 -40
- package/bin/ossa-init +0 -26
- package/bin/quickstart +0 -514
- package/bin/validate-ossa.ts +0 -273
- package/dist/cli/commands/release.command.d.ts +0 -8
- package/dist/cli/commands/release.command.d.ts.map +0 -1
- package/dist/cli/commands/release.command.js +0 -641
- package/dist/cli/commands/release.command.js.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.d.ts.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.js.map +0 -1
- package/dist/sdk/events/index.d.ts.map +0 -1
- package/dist/sdk/events/index.js.map +0 -1
- package/dist/sdk/tracing/index.d.ts.map +0 -1
- package/dist/sdk/tracing/index.js.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.d.ts.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.js.map +0 -1
- package/dist/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/dist/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/dist/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/dist/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/dist/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/dist/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/dist/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/dist/spec/v0.2.3/CHANGELOG.md +0 -176
- package/dist/spec/v0.2.3/README.md +0 -154
- package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/dist/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/dist/spec/v0.2.4/CHANGELOG.md +0 -403
- package/dist/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/dist/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/dist/spec/v0.2.5/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5/README.md +0 -72
- package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/dist/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5-RC/README.md +0 -72
- package/dist/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/dist/spec/v0.2.6/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.6/README.md +0 -72
- package/dist/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/dist/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/dist/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/dist/spec/v0.2.6-dev/README.md +0 -75
- package/dist/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/dist/spec/v0.2.7/core/agentgraph.md +0 -324
- package/dist/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/dist/spec/v0.2.8/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.8/README.md +0 -72
- package/dist/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/dist/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/dist/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/dist/spec/v0.2.9/agent.md +0 -1946
- package/dist/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/dist/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/dist/spec/v0.2.9/capability-schema.md +0 -576
- package/dist/spec/v0.2.9/compliance-profiles.md +0 -533
- package/dist/spec/v0.2.9/conformance-testing.md +0 -1527
- package/dist/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/dist/spec/v0.2.9/runtime-semantics.md +0 -464
- package/dist/spec/v0.2.9/security-model.md +0 -1245
- package/dist/spec/v0.2.9/semantic-conventions.md +0 -347
- package/dist/spec/v0.2.9/types.ts +0 -522
- package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- package/examples/reference-implementations/curl-scripts/01-search-agents.sh +0 -72
- package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +0 -74
- package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +0 -136
- package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +0 -178
- package/examples/reference-implementations/curl-scripts/05-discovery.sh +0 -98
- package/schemas/agent.json +0 -523
- package/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/spec/v0.2.3/CHANGELOG.md +0 -176
- package/spec/v0.2.3/README.md +0 -154
- package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/spec/v0.2.4/CHANGELOG.md +0 -403
- package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/spec/v0.2.5/CHANGELOG.md +0 -401
- package/spec/v0.2.5/README.md +0 -72
- package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/spec/v0.2.5-RC/README.md +0 -72
- package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/spec/v0.2.6/CHANGELOG.md +0 -401
- package/spec/v0.2.6/README.md +0 -72
- package/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/spec/v0.2.6-dev/README.md +0 -75
- package/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/spec/v0.2.7/core/agentgraph.md +0 -324
- package/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/spec/v0.2.8/CHANGELOG.md +0 -401
- package/spec/v0.2.8/README.md +0 -72
- package/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/spec/v0.2.9/agent.md +0 -1946
- package/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/spec/v0.2.9/capability-schema.md +0 -576
- package/spec/v0.2.9/compliance-profiles.md +0 -533
- package/spec/v0.2.9/conformance-testing.md +0 -1527
- package/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/spec/v0.2.9/runtime-semantics.md +0 -464
- package/spec/v0.2.9/security-model.md +0 -1245
- package/spec/v0.2.9/semantic-conventions.md +0 -347
- package/spec/v0.2.9/types.ts +0 -522
- package/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.js +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.js +0 -0
- /package/{schemas/communication.json → dist/spec/v0.3.3/protocols/a2a-communication.schema.json} +0 -0
- /package/{schemas/identity.json → dist/spec/v0.3.3/protocols/identity-runtime.schema.json} +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
|
@@ -1,3247 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.2.8/agent.json",
|
|
4
|
-
"title": "OSSA v0.2.8 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-8](-dev)?|1)(\\.[0-9]+)?(-[a-zA-Z0-9]+)?$",
|
|
17
|
-
"description": "OSSA API version (supports ossa/v0.2.2 through ossa/v0.2.8, or ossa/v1 for compatibility)",
|
|
18
|
-
"examples": [
|
|
19
|
-
"ossa/v1",
|
|
20
|
-
"ossa/v0.2.8",
|
|
21
|
-
"ossa/v0.2.6",
|
|
22
|
-
"ossa/v0.2.5",
|
|
23
|
-
"ossa/v0.2.3",
|
|
24
|
-
"ossa/v0.2.2",
|
|
25
|
-
"ossa/v1.0"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"kind": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"enum": [
|
|
31
|
-
"Agent"
|
|
32
|
-
],
|
|
33
|
-
"description": "Resource type - currently only 'Agent' is supported"
|
|
34
|
-
},
|
|
35
|
-
"metadata": {
|
|
36
|
-
"$ref": "#/definitions/Metadata"
|
|
37
|
-
},
|
|
38
|
-
"spec": {
|
|
39
|
-
"$ref": "#/definitions/AgentSpec"
|
|
40
|
-
},
|
|
41
|
-
"extensions": {
|
|
42
|
-
"type": "object",
|
|
43
|
-
"description": "Framework-specific extensions for integration with kagent, buildkit, drupal, librechat, mcp, langchain, crewai, openai_agents, cursor, langflow, autogen, vercel_ai, llamaindex, langgraph, anthropic, agents_md, and other frameworks",
|
|
44
|
-
"properties": {
|
|
45
|
-
"kagent": {
|
|
46
|
-
"$ref": "#/definitions/KAgentExtension"
|
|
47
|
-
},
|
|
48
|
-
"buildkit": {
|
|
49
|
-
"$ref": "#/definitions/BuildKitExtension"
|
|
50
|
-
},
|
|
51
|
-
"drupal": {
|
|
52
|
-
"$ref": "#/definitions/DrupalExtension"
|
|
53
|
-
},
|
|
54
|
-
"librechat": {
|
|
55
|
-
"$ref": "#/definitions/LibreChatExtension"
|
|
56
|
-
},
|
|
57
|
-
"mcp": {
|
|
58
|
-
"$ref": "#/definitions/MCPExtension"
|
|
59
|
-
},
|
|
60
|
-
"langchain": {
|
|
61
|
-
"$ref": "#/definitions/LangChainExtension"
|
|
62
|
-
},
|
|
63
|
-
"crewai": {
|
|
64
|
-
"$ref": "#/definitions/CrewAIExtension"
|
|
65
|
-
},
|
|
66
|
-
"openai_agents": {
|
|
67
|
-
"$ref": "#/definitions/OpenAIAgentsExtension"
|
|
68
|
-
},
|
|
69
|
-
"cursor": {
|
|
70
|
-
"$ref": "#/definitions/CursorExtension"
|
|
71
|
-
},
|
|
72
|
-
"langflow": {
|
|
73
|
-
"$ref": "#/definitions/LangflowExtension"
|
|
74
|
-
},
|
|
75
|
-
"autogen": {
|
|
76
|
-
"$ref": "#/definitions/AutoGenExtension"
|
|
77
|
-
},
|
|
78
|
-
"vercel_ai": {
|
|
79
|
-
"$ref": "#/definitions/VercelAIExtension"
|
|
80
|
-
},
|
|
81
|
-
"llamaindex": {
|
|
82
|
-
"$ref": "#/definitions/LlamaIndexExtension"
|
|
83
|
-
},
|
|
84
|
-
"langgraph": {
|
|
85
|
-
"$ref": "#/definitions/LangGraphExtension"
|
|
86
|
-
},
|
|
87
|
-
"anthropic": {
|
|
88
|
-
"$ref": "#/definitions/AnthropicExtension"
|
|
89
|
-
},
|
|
90
|
-
"google_adk": {
|
|
91
|
-
"$ref": "#/definitions/GoogleADKExtension"
|
|
92
|
-
},
|
|
93
|
-
"a2a": {
|
|
94
|
-
"$ref": "#/definitions/A2AExtension"
|
|
95
|
-
},
|
|
96
|
-
"agents_md": {
|
|
97
|
-
"$ref": "#/definitions/AgentsMdExtension"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"additionalProperties": true
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"additionalProperties": false,
|
|
104
|
-
"definitions": {
|
|
105
|
-
"Metadata": {
|
|
106
|
-
"type": "object",
|
|
107
|
-
"required": [
|
|
108
|
-
"name"
|
|
109
|
-
],
|
|
110
|
-
"properties": {
|
|
111
|
-
"name": {
|
|
112
|
-
"type": "string",
|
|
113
|
-
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
|
|
114
|
-
"maxLength": 253,
|
|
115
|
-
"description": "Agent identifier (DNS-1123 subdomain format for Kubernetes compatibility)"
|
|
116
|
-
},
|
|
117
|
-
"version": {
|
|
118
|
-
"type": "string",
|
|
119
|
-
"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-]+)*))?$",
|
|
120
|
-
"description": "Semantic version (semver 2.0.0)"
|
|
121
|
-
},
|
|
122
|
-
"description": {
|
|
123
|
-
"type": "string",
|
|
124
|
-
"maxLength": 2000,
|
|
125
|
-
"description": "Human-readable description of agent purpose and capabilities"
|
|
126
|
-
},
|
|
127
|
-
"labels": {
|
|
128
|
-
"type": "object",
|
|
129
|
-
"additionalProperties": {
|
|
130
|
-
"type": "string",
|
|
131
|
-
"maxLength": 63
|
|
132
|
-
},
|
|
133
|
-
"description": "Key-value labels for organization and filtering"
|
|
134
|
-
},
|
|
135
|
-
"annotations": {
|
|
136
|
-
"type": "object",
|
|
137
|
-
"additionalProperties": {
|
|
138
|
-
"type": "string"
|
|
139
|
-
},
|
|
140
|
-
"description": "Arbitrary metadata for tooling (not used for filtering)"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"additionalProperties": false
|
|
144
|
-
},
|
|
145
|
-
"AgentSpec": {
|
|
146
|
-
"type": "object",
|
|
147
|
-
"required": [
|
|
148
|
-
"role"
|
|
149
|
-
],
|
|
150
|
-
"properties": {
|
|
151
|
-
"taxonomy": {
|
|
152
|
-
"$ref": "#/definitions/Taxonomy"
|
|
153
|
-
},
|
|
154
|
-
"role": {
|
|
155
|
-
"type": "string",
|
|
156
|
-
"minLength": 1,
|
|
157
|
-
"description": "Agent role/system prompt describing behavior and capabilities"
|
|
158
|
-
},
|
|
159
|
-
"llm": {
|
|
160
|
-
"$ref": "#/definitions/LLMConfig"
|
|
161
|
-
},
|
|
162
|
-
"tools": {
|
|
163
|
-
"type": "array",
|
|
164
|
-
"items": {
|
|
165
|
-
"$ref": "#/definitions/Tool"
|
|
166
|
-
},
|
|
167
|
-
"description": "Available tools/capabilities for the agent"
|
|
168
|
-
},
|
|
169
|
-
"autonomy": {
|
|
170
|
-
"$ref": "#/definitions/Autonomy"
|
|
171
|
-
},
|
|
172
|
-
"constraints": {
|
|
173
|
-
"$ref": "#/definitions/Constraints"
|
|
174
|
-
},
|
|
175
|
-
"observability": {
|
|
176
|
-
"$ref": "#/definitions/Observability"
|
|
177
|
-
},
|
|
178
|
-
"state": {
|
|
179
|
-
"$ref": "#/definitions/State"
|
|
180
|
-
},
|
|
181
|
-
"security": {
|
|
182
|
-
"$ref": "#/definitions/Security"
|
|
183
|
-
},
|
|
184
|
-
"reliability": {
|
|
185
|
-
"$ref": "#/definitions/Reliability"
|
|
186
|
-
},
|
|
187
|
-
"collaboration": {
|
|
188
|
-
"$ref": "#/definitions/Collaboration"
|
|
189
|
-
},
|
|
190
|
-
"safety": {
|
|
191
|
-
"$ref": "#/definitions/Safety"
|
|
192
|
-
},
|
|
193
|
-
"deployment": {
|
|
194
|
-
"$ref": "#/definitions/Deployment"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"additionalProperties": true
|
|
198
|
-
},
|
|
199
|
-
"Taxonomy": {
|
|
200
|
-
"type": "object",
|
|
201
|
-
"required": [
|
|
202
|
-
"domain"
|
|
203
|
-
],
|
|
204
|
-
"properties": {
|
|
205
|
-
"domain": {
|
|
206
|
-
"type": "string",
|
|
207
|
-
"description": "Primary domain classification",
|
|
208
|
-
"examples": [
|
|
209
|
-
"infrastructure",
|
|
210
|
-
"security",
|
|
211
|
-
"compliance",
|
|
212
|
-
"documentation"
|
|
213
|
-
]
|
|
214
|
-
},
|
|
215
|
-
"subdomain": {
|
|
216
|
-
"type": "string",
|
|
217
|
-
"description": "Secondary classification within domain",
|
|
218
|
-
"examples": [
|
|
219
|
-
"kubernetes",
|
|
220
|
-
"vulnerability",
|
|
221
|
-
"generation"
|
|
222
|
-
]
|
|
223
|
-
},
|
|
224
|
-
"capability": {
|
|
225
|
-
"type": "string",
|
|
226
|
-
"description": "Specific capability or function",
|
|
227
|
-
"examples": [
|
|
228
|
-
"troubleshooting",
|
|
229
|
-
"scanning",
|
|
230
|
-
"optimization"
|
|
231
|
-
]
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
"additionalProperties": false
|
|
235
|
-
},
|
|
236
|
-
"LLMConfig": {
|
|
237
|
-
"type": "object",
|
|
238
|
-
"required": [
|
|
239
|
-
"provider",
|
|
240
|
-
"model"
|
|
241
|
-
],
|
|
242
|
-
"properties": {
|
|
243
|
-
"provider": {
|
|
244
|
-
"type": "string",
|
|
245
|
-
"enum": [
|
|
246
|
-
"openai",
|
|
247
|
-
"anthropic",
|
|
248
|
-
"google",
|
|
249
|
-
"azure",
|
|
250
|
-
"ollama",
|
|
251
|
-
"custom"
|
|
252
|
-
],
|
|
253
|
-
"description": "LLM provider"
|
|
254
|
-
},
|
|
255
|
-
"model": {
|
|
256
|
-
"type": "string",
|
|
257
|
-
"description": "Model identifier",
|
|
258
|
-
"examples": [
|
|
259
|
-
"gpt-4",
|
|
260
|
-
"claude-3-sonnet-20240229",
|
|
261
|
-
"gemini-pro"
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
"temperature": {
|
|
265
|
-
"type": "number",
|
|
266
|
-
"minimum": 0,
|
|
267
|
-
"maximum": 2,
|
|
268
|
-
"description": "Sampling temperature for response generation"
|
|
269
|
-
},
|
|
270
|
-
"maxTokens": {
|
|
271
|
-
"type": "integer",
|
|
272
|
-
"minimum": 1,
|
|
273
|
-
"description": "Maximum tokens per request"
|
|
274
|
-
},
|
|
275
|
-
"topP": {
|
|
276
|
-
"type": "number",
|
|
277
|
-
"minimum": 0,
|
|
278
|
-
"maximum": 1,
|
|
279
|
-
"description": "Nucleus sampling parameter"
|
|
280
|
-
},
|
|
281
|
-
"frequencyPenalty": {
|
|
282
|
-
"type": "number",
|
|
283
|
-
"minimum": -2,
|
|
284
|
-
"maximum": 2,
|
|
285
|
-
"description": "Frequency penalty for token generation"
|
|
286
|
-
},
|
|
287
|
-
"presencePenalty": {
|
|
288
|
-
"type": "number",
|
|
289
|
-
"minimum": -2,
|
|
290
|
-
"maximum": 2,
|
|
291
|
-
"description": "Presence penalty for token generation"
|
|
292
|
-
},
|
|
293
|
-
"fallback_models": {
|
|
294
|
-
"type": "array",
|
|
295
|
-
"description": "Fallback models to use if primary model fails",
|
|
296
|
-
"items": {
|
|
297
|
-
"type": "object",
|
|
298
|
-
"properties": {
|
|
299
|
-
"provider": {
|
|
300
|
-
"type": "string",
|
|
301
|
-
"enum": ["openai", "anthropic", "google", "azure", "ollama", "custom"]
|
|
302
|
-
},
|
|
303
|
-
"model": {
|
|
304
|
-
"type": "string"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
"required": ["provider", "model"]
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
"retry_config": {
|
|
311
|
-
"type": "object",
|
|
312
|
-
"description": "Retry configuration for LLM calls",
|
|
313
|
-
"properties": {
|
|
314
|
-
"max_attempts": {
|
|
315
|
-
"type": "integer",
|
|
316
|
-
"minimum": 1,
|
|
317
|
-
"maximum": 5,
|
|
318
|
-
"default": 3
|
|
319
|
-
},
|
|
320
|
-
"backoff_strategy": {
|
|
321
|
-
"type": "string",
|
|
322
|
-
"enum": ["fixed", "exponential"],
|
|
323
|
-
"default": "exponential"
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"cost_tracking": {
|
|
328
|
-
"type": "object",
|
|
329
|
-
"description": "Cost tracking and budgeting",
|
|
330
|
-
"properties": {
|
|
331
|
-
"enabled": {
|
|
332
|
-
"type": "boolean",
|
|
333
|
-
"default": false
|
|
334
|
-
},
|
|
335
|
-
"budget_alert_threshold": {
|
|
336
|
-
"type": "number",
|
|
337
|
-
"minimum": 0,
|
|
338
|
-
"description": "Alert when cost exceeds this threshold"
|
|
339
|
-
},
|
|
340
|
-
"cost_allocation_tags": {
|
|
341
|
-
"type": "object",
|
|
342
|
-
"additionalProperties": {
|
|
343
|
-
"type": "string"
|
|
344
|
-
},
|
|
345
|
-
"description": "Tags for cost allocation"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"additionalProperties": false
|
|
351
|
-
},
|
|
352
|
-
"Tool": {
|
|
353
|
-
"type": "object",
|
|
354
|
-
"required": [
|
|
355
|
-
"type"
|
|
356
|
-
],
|
|
357
|
-
"properties": {
|
|
358
|
-
"type": {
|
|
359
|
-
"type": "string",
|
|
360
|
-
"enum": [
|
|
361
|
-
"mcp",
|
|
362
|
-
"kubernetes",
|
|
363
|
-
"http",
|
|
364
|
-
"grpc",
|
|
365
|
-
"function",
|
|
366
|
-
"a2a",
|
|
367
|
-
"custom"
|
|
368
|
-
],
|
|
369
|
-
"description": "Tool integration type"
|
|
370
|
-
},
|
|
371
|
-
"name": {
|
|
372
|
-
"type": "string",
|
|
373
|
-
"description": "Tool name/identifier"
|
|
374
|
-
},
|
|
375
|
-
"server": {
|
|
376
|
-
"type": "string",
|
|
377
|
-
"description": "MCP server name (for type=mcp)"
|
|
378
|
-
},
|
|
379
|
-
"namespace": {
|
|
380
|
-
"type": "string",
|
|
381
|
-
"description": "Kubernetes namespace (for type=kubernetes or mcp)"
|
|
382
|
-
},
|
|
383
|
-
"endpoint": {
|
|
384
|
-
"type": "string",
|
|
385
|
-
"description": "HTTP/gRPC endpoint (for type=http/grpc)"
|
|
386
|
-
},
|
|
387
|
-
"capabilities": {
|
|
388
|
-
"type": "array",
|
|
389
|
-
"items": {
|
|
390
|
-
"$ref": "#/definitions/Capability"
|
|
391
|
-
},
|
|
392
|
-
"description": "Specific capabilities/operations from this tool"
|
|
393
|
-
},
|
|
394
|
-
"config": {
|
|
395
|
-
"type": "object",
|
|
396
|
-
"description": "Tool-specific configuration",
|
|
397
|
-
"additionalProperties": true
|
|
398
|
-
},
|
|
399
|
-
"auth": {
|
|
400
|
-
"type": "object",
|
|
401
|
-
"properties": {
|
|
402
|
-
"type": {
|
|
403
|
-
"type": "string",
|
|
404
|
-
"enum": [
|
|
405
|
-
"bearer",
|
|
406
|
-
"oauth2",
|
|
407
|
-
"mtls",
|
|
408
|
-
"apikey",
|
|
409
|
-
"none"
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
"credentials": {
|
|
413
|
-
"type": "string",
|
|
414
|
-
"description": "Reference to secret/credential (not the actual secret)"
|
|
415
|
-
},
|
|
416
|
-
"scopes": {
|
|
417
|
-
"type": "array",
|
|
418
|
-
"items": {
|
|
419
|
-
"type": "string"
|
|
420
|
-
},
|
|
421
|
-
"description": "OAuth2 scopes or permission scopes required"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
"transport": {
|
|
426
|
-
"$ref": "#/definitions/Transport"
|
|
427
|
-
},
|
|
428
|
-
"compliance_tags": {
|
|
429
|
-
"type": "array",
|
|
430
|
-
"items": {
|
|
431
|
-
"type": "string"
|
|
432
|
-
},
|
|
433
|
-
"description": "Compliance framework tags (e.g., 'pii', 'hipaa', 'gdpr', 'fedramp')"
|
|
434
|
-
},
|
|
435
|
-
"health_check": {
|
|
436
|
-
"type": "object",
|
|
437
|
-
"description": "Health check configuration for this tool",
|
|
438
|
-
"properties": {
|
|
439
|
-
"enabled": {
|
|
440
|
-
"type": "boolean",
|
|
441
|
-
"default": false
|
|
442
|
-
},
|
|
443
|
-
"endpoint": {
|
|
444
|
-
"type": "string",
|
|
445
|
-
"description": "Health check endpoint"
|
|
446
|
-
},
|
|
447
|
-
"interval_seconds": {
|
|
448
|
-
"type": "integer",
|
|
449
|
-
"minimum": 1,
|
|
450
|
-
"default": 30
|
|
451
|
-
},
|
|
452
|
-
"timeout_seconds": {
|
|
453
|
-
"type": "integer",
|
|
454
|
-
"minimum": 1,
|
|
455
|
-
"default": 5
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
"circuit_breaker": {
|
|
460
|
-
"type": "object",
|
|
461
|
-
"description": "Circuit breaker configuration for this tool",
|
|
462
|
-
"properties": {
|
|
463
|
-
"enabled": {
|
|
464
|
-
"type": "boolean",
|
|
465
|
-
"default": false
|
|
466
|
-
},
|
|
467
|
-
"failure_threshold": {
|
|
468
|
-
"type": "integer",
|
|
469
|
-
"minimum": 1,
|
|
470
|
-
"default": 5
|
|
471
|
-
},
|
|
472
|
-
"timeout_seconds": {
|
|
473
|
-
"type": "number",
|
|
474
|
-
"minimum": 0,
|
|
475
|
-
"default": 60
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"additionalProperties": false
|
|
481
|
-
},
|
|
482
|
-
"Capability": {
|
|
483
|
-
"type": "object",
|
|
484
|
-
"required": ["name"],
|
|
485
|
-
"properties": {
|
|
486
|
-
"name": {
|
|
487
|
-
"type": "string",
|
|
488
|
-
"description": "Capability name/identifier"
|
|
489
|
-
},
|
|
490
|
-
"description": {
|
|
491
|
-
"type": "string",
|
|
492
|
-
"description": "Human-readable description of the capability"
|
|
493
|
-
},
|
|
494
|
-
"version": {
|
|
495
|
-
"type": "string",
|
|
496
|
-
"pattern": "^[0-9]+\\.[0-9]+$",
|
|
497
|
-
"description": "Capability version (major.minor format)"
|
|
498
|
-
},
|
|
499
|
-
"deprecated": {
|
|
500
|
-
"type": "boolean",
|
|
501
|
-
"default": false,
|
|
502
|
-
"description": "Whether this capability is deprecated"
|
|
503
|
-
},
|
|
504
|
-
"deprecation_message": {
|
|
505
|
-
"type": "string",
|
|
506
|
-
"description": "Message explaining deprecation and migration path"
|
|
507
|
-
},
|
|
508
|
-
"input_schema": {
|
|
509
|
-
"type": "object",
|
|
510
|
-
"description": "JSON Schema for capability input"
|
|
511
|
-
},
|
|
512
|
-
"output_schema": {
|
|
513
|
-
"type": "object",
|
|
514
|
-
"description": "JSON Schema for capability output"
|
|
515
|
-
},
|
|
516
|
-
"examples": {
|
|
517
|
-
"type": "array",
|
|
518
|
-
"description": "Example invocations of this capability",
|
|
519
|
-
"items": {
|
|
520
|
-
"type": "object",
|
|
521
|
-
"properties": {
|
|
522
|
-
"name": {
|
|
523
|
-
"type": "string",
|
|
524
|
-
"description": "Example name"
|
|
525
|
-
},
|
|
526
|
-
"description": {
|
|
527
|
-
"type": "string",
|
|
528
|
-
"description": "Example description"
|
|
529
|
-
},
|
|
530
|
-
"input": {
|
|
531
|
-
"type": "object",
|
|
532
|
-
"description": "Example input"
|
|
533
|
-
},
|
|
534
|
-
"output": {
|
|
535
|
-
"type": "object",
|
|
536
|
-
"description": "Expected output"
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"transport": {
|
|
542
|
-
"$ref": "#/definitions/Transport"
|
|
543
|
-
},
|
|
544
|
-
"scopes": {
|
|
545
|
-
"type": "array",
|
|
546
|
-
"items": {
|
|
547
|
-
"type": "string"
|
|
548
|
-
},
|
|
549
|
-
"description": "Required permission scopes for this capability"
|
|
550
|
-
},
|
|
551
|
-
"compliance_tags": {
|
|
552
|
-
"type": "array",
|
|
553
|
-
"items": {
|
|
554
|
-
"type": "string"
|
|
555
|
-
},
|
|
556
|
-
"description": "Compliance framework tags for this capability"
|
|
557
|
-
},
|
|
558
|
-
"timeout": {
|
|
559
|
-
"type": "object",
|
|
560
|
-
"description": "Timeout configuration for capability execution",
|
|
561
|
-
"properties": {
|
|
562
|
-
"execution_seconds": {
|
|
563
|
-
"type": "number",
|
|
564
|
-
"minimum": 0,
|
|
565
|
-
"description": "Maximum execution time in seconds"
|
|
566
|
-
},
|
|
567
|
-
"connection_seconds": {
|
|
568
|
-
"type": "number",
|
|
569
|
-
"minimum": 0,
|
|
570
|
-
"description": "Connection timeout in seconds"
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
"retry_policy": {
|
|
575
|
-
"type": "object",
|
|
576
|
-
"description": "Retry policy for failed capability invocations",
|
|
577
|
-
"properties": {
|
|
578
|
-
"max_attempts": {
|
|
579
|
-
"type": "integer",
|
|
580
|
-
"minimum": 1,
|
|
581
|
-
"maximum": 10,
|
|
582
|
-
"default": 3,
|
|
583
|
-
"description": "Maximum retry attempts"
|
|
584
|
-
},
|
|
585
|
-
"backoff_strategy": {
|
|
586
|
-
"type": "string",
|
|
587
|
-
"enum": ["fixed", "exponential", "linear"],
|
|
588
|
-
"default": "exponential",
|
|
589
|
-
"description": "Backoff strategy between retries"
|
|
590
|
-
},
|
|
591
|
-
"initial_delay_ms": {
|
|
592
|
-
"type": "integer",
|
|
593
|
-
"minimum": 0,
|
|
594
|
-
"default": 1000,
|
|
595
|
-
"description": "Initial delay in milliseconds"
|
|
596
|
-
},
|
|
597
|
-
"max_delay_ms": {
|
|
598
|
-
"type": "integer",
|
|
599
|
-
"minimum": 0,
|
|
600
|
-
"default": 30000,
|
|
601
|
-
"description": "Maximum delay in milliseconds"
|
|
602
|
-
},
|
|
603
|
-
"retryable_errors": {
|
|
604
|
-
"type": "array",
|
|
605
|
-
"items": {
|
|
606
|
-
"type": "string"
|
|
607
|
-
},
|
|
608
|
-
"description": "Error codes/types that should trigger retry"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"error_handling": {
|
|
613
|
-
"type": "object",
|
|
614
|
-
"description": "Error handling configuration",
|
|
615
|
-
"properties": {
|
|
616
|
-
"fallback_capability": {
|
|
617
|
-
"type": "string",
|
|
618
|
-
"description": "Fallback capability to use on failure"
|
|
619
|
-
},
|
|
620
|
-
"error_mapping": {
|
|
621
|
-
"type": "object",
|
|
622
|
-
"description": "Map internal errors to standard error codes",
|
|
623
|
-
"additionalProperties": {
|
|
624
|
-
"type": "string"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"on_error": {
|
|
628
|
-
"type": "string",
|
|
629
|
-
"enum": ["fail", "fallback", "ignore", "retry"],
|
|
630
|
-
"default": "fail",
|
|
631
|
-
"description": "Action to take on error"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"caching": {
|
|
636
|
-
"type": "object",
|
|
637
|
-
"description": "Caching configuration for capability results",
|
|
638
|
-
"properties": {
|
|
639
|
-
"enabled": {
|
|
640
|
-
"type": "boolean",
|
|
641
|
-
"default": false,
|
|
642
|
-
"description": "Enable result caching"
|
|
643
|
-
},
|
|
644
|
-
"ttl_seconds": {
|
|
645
|
-
"type": "integer",
|
|
646
|
-
"minimum": 0,
|
|
647
|
-
"description": "Cache TTL in seconds"
|
|
648
|
-
},
|
|
649
|
-
"cache_key_fields": {
|
|
650
|
-
"type": "array",
|
|
651
|
-
"items": {
|
|
652
|
-
"type": "string"
|
|
653
|
-
},
|
|
654
|
-
"description": "Input fields to use for cache key generation"
|
|
655
|
-
},
|
|
656
|
-
"invalidation_strategy": {
|
|
657
|
-
"type": "string",
|
|
658
|
-
"enum": ["ttl", "manual", "event_driven"],
|
|
659
|
-
"default": "ttl"
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"idempotency": {
|
|
664
|
-
"type": "object",
|
|
665
|
-
"description": "Idempotency configuration",
|
|
666
|
-
"properties": {
|
|
667
|
-
"enabled": {
|
|
668
|
-
"type": "boolean",
|
|
669
|
-
"default": false,
|
|
670
|
-
"description": "Whether this capability is idempotent"
|
|
671
|
-
},
|
|
672
|
-
"key_fields": {
|
|
673
|
-
"type": "array",
|
|
674
|
-
"items": {
|
|
675
|
-
"type": "string"
|
|
676
|
-
},
|
|
677
|
-
"description": "Fields used to determine idempotency"
|
|
678
|
-
},
|
|
679
|
-
"ttl_seconds": {
|
|
680
|
-
"type": "integer",
|
|
681
|
-
"minimum": 0,
|
|
682
|
-
"description": "How long to track idempotency keys"
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
"additionalProperties": false
|
|
688
|
-
},
|
|
689
|
-
"Transport": {
|
|
690
|
-
"type": "object",
|
|
691
|
-
"description": "Transport metadata for protocol-specific configuration (v0.2.5)",
|
|
692
|
-
"properties": {
|
|
693
|
-
"protocol": {
|
|
694
|
-
"type": "string",
|
|
695
|
-
"enum": [
|
|
696
|
-
"http",
|
|
697
|
-
"grpc",
|
|
698
|
-
"a2a",
|
|
699
|
-
"mcp",
|
|
700
|
-
"websocket",
|
|
701
|
-
"custom"
|
|
702
|
-
],
|
|
703
|
-
"description": "Transport protocol"
|
|
704
|
-
},
|
|
705
|
-
"streaming": {
|
|
706
|
-
"type": "string",
|
|
707
|
-
"enum": [
|
|
708
|
-
"none",
|
|
709
|
-
"request",
|
|
710
|
-
"response",
|
|
711
|
-
"bidirectional"
|
|
712
|
-
],
|
|
713
|
-
"default": "none",
|
|
714
|
-
"description": "Streaming mode for the transport"
|
|
715
|
-
},
|
|
716
|
-
"binding": {
|
|
717
|
-
"type": "string",
|
|
718
|
-
"description": "Path or endpoint binding (e.g., '/api/v1/chat', 'myservice.MyMethod')"
|
|
719
|
-
},
|
|
720
|
-
"content_type": {
|
|
721
|
-
"type": "string",
|
|
722
|
-
"description": "Content type for HTTP transports",
|
|
723
|
-
"examples": [
|
|
724
|
-
"application/json",
|
|
725
|
-
"application/x-ndjson",
|
|
726
|
-
"text/event-stream"
|
|
727
|
-
]
|
|
728
|
-
},
|
|
729
|
-
"rateLimit": {
|
|
730
|
-
"type": "object",
|
|
731
|
-
"description": "Rate limiting configuration for this transport",
|
|
732
|
-
"properties": {
|
|
733
|
-
"requestsPerMinute": {
|
|
734
|
-
"type": "integer",
|
|
735
|
-
"minimum": 1,
|
|
736
|
-
"description": "Maximum requests per minute"
|
|
737
|
-
},
|
|
738
|
-
"requestsPerHour": {
|
|
739
|
-
"type": "integer",
|
|
740
|
-
"minimum": 1,
|
|
741
|
-
"description": "Maximum requests per hour"
|
|
742
|
-
},
|
|
743
|
-
"burstLimit": {
|
|
744
|
-
"type": "integer",
|
|
745
|
-
"minimum": 1,
|
|
746
|
-
"description": "Maximum burst of concurrent requests"
|
|
747
|
-
},
|
|
748
|
-
"strategy": {
|
|
749
|
-
"type": "string",
|
|
750
|
-
"enum": ["fixed_window", "sliding_window", "token_bucket", "leaky_bucket"],
|
|
751
|
-
"default": "sliding_window",
|
|
752
|
-
"description": "Rate limiting algorithm"
|
|
753
|
-
},
|
|
754
|
-
"onExceeded": {
|
|
755
|
-
"type": "string",
|
|
756
|
-
"enum": ["reject", "queue", "throttle"],
|
|
757
|
-
"default": "reject",
|
|
758
|
-
"description": "Behavior when rate limit is exceeded"
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
"additionalProperties": false
|
|
764
|
-
},
|
|
765
|
-
"State": {
|
|
766
|
-
"type": "object",
|
|
767
|
-
"description": "Agent state and memory configuration (v0.2.5)",
|
|
768
|
-
"properties": {
|
|
769
|
-
"mode": {
|
|
770
|
-
"type": "string",
|
|
771
|
-
"enum": [
|
|
772
|
-
"stateless",
|
|
773
|
-
"session",
|
|
774
|
-
"long_running"
|
|
775
|
-
],
|
|
776
|
-
"default": "stateless",
|
|
777
|
-
"description": "State management mode"
|
|
778
|
-
},
|
|
779
|
-
"storage": {
|
|
780
|
-
"type": "object",
|
|
781
|
-
"properties": {
|
|
782
|
-
"type": {
|
|
783
|
-
"type": "string",
|
|
784
|
-
"enum": [
|
|
785
|
-
"memory",
|
|
786
|
-
"vector-db",
|
|
787
|
-
"kv",
|
|
788
|
-
"rdbms",
|
|
789
|
-
"custom"
|
|
790
|
-
],
|
|
791
|
-
"default": "memory",
|
|
792
|
-
"description": "Storage backend type"
|
|
793
|
-
},
|
|
794
|
-
"retention": {
|
|
795
|
-
"type": "string",
|
|
796
|
-
"description": "Retention period (e.g., '30d', '1y', 'forever')",
|
|
797
|
-
"examples": [
|
|
798
|
-
"24h",
|
|
799
|
-
"7d",
|
|
800
|
-
"30d",
|
|
801
|
-
"1y",
|
|
802
|
-
"forever"
|
|
803
|
-
]
|
|
804
|
-
},
|
|
805
|
-
"config": {
|
|
806
|
-
"type": "object",
|
|
807
|
-
"description": "Storage-specific configuration",
|
|
808
|
-
"additionalProperties": true
|
|
809
|
-
},
|
|
810
|
-
"encryption": {
|
|
811
|
-
"type": "object",
|
|
812
|
-
"description": "Encryption configuration for stored state data",
|
|
813
|
-
"properties": {
|
|
814
|
-
"enabled": {
|
|
815
|
-
"type": "boolean",
|
|
816
|
-
"default": false,
|
|
817
|
-
"description": "Enable encryption for state storage"
|
|
818
|
-
},
|
|
819
|
-
"algorithm": {
|
|
820
|
-
"type": "string",
|
|
821
|
-
"enum": ["aes-256-gcm", "aes-256-cbc", "chacha20-poly1305"],
|
|
822
|
-
"default": "aes-256-gcm",
|
|
823
|
-
"description": "Encryption algorithm"
|
|
824
|
-
},
|
|
825
|
-
"keyRef": {
|
|
826
|
-
"type": "string",
|
|
827
|
-
"description": "Secret reference for encryption key (e.g., 'vault:secret/data/agent-keys')"
|
|
828
|
-
},
|
|
829
|
-
"keyRotation": {
|
|
830
|
-
"type": "object",
|
|
831
|
-
"properties": {
|
|
832
|
-
"enabled": {
|
|
833
|
-
"type": "boolean",
|
|
834
|
-
"default": false
|
|
835
|
-
},
|
|
836
|
-
"interval": {
|
|
837
|
-
"type": "string",
|
|
838
|
-
"description": "Key rotation interval (e.g., '30d', '90d')"
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"additionalProperties": false
|
|
846
|
-
},
|
|
847
|
-
"context_window": {
|
|
848
|
-
"type": "object",
|
|
849
|
-
"properties": {
|
|
850
|
-
"max_messages": {
|
|
851
|
-
"type": "integer",
|
|
852
|
-
"minimum": 1,
|
|
853
|
-
"description": "Maximum messages to retain in context"
|
|
854
|
-
},
|
|
855
|
-
"max_tokens": {
|
|
856
|
-
"type": "integer",
|
|
857
|
-
"minimum": 1,
|
|
858
|
-
"description": "Maximum tokens to retain in context"
|
|
859
|
-
},
|
|
860
|
-
"strategy": {
|
|
861
|
-
"type": "string",
|
|
862
|
-
"enum": [
|
|
863
|
-
"sliding_window",
|
|
864
|
-
"summarization",
|
|
865
|
-
"importance_weighted"
|
|
866
|
-
],
|
|
867
|
-
"default": "sliding_window",
|
|
868
|
-
"description": "Context management strategy"
|
|
869
|
-
}
|
|
870
|
-
},
|
|
871
|
-
"additionalProperties": false
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"additionalProperties": false
|
|
875
|
-
},
|
|
876
|
-
"Autonomy": {
|
|
877
|
-
"type": "object",
|
|
878
|
-
"properties": {
|
|
879
|
-
"level": {
|
|
880
|
-
"type": "string",
|
|
881
|
-
"enum": [
|
|
882
|
-
"supervised",
|
|
883
|
-
"autonomous",
|
|
884
|
-
"fully_autonomous"
|
|
885
|
-
],
|
|
886
|
-
"description": "Level of autonomy for agent decision-making"
|
|
887
|
-
},
|
|
888
|
-
"approval_required": {
|
|
889
|
-
"type": "boolean",
|
|
890
|
-
"description": "Whether human approval is required for actions"
|
|
891
|
-
},
|
|
892
|
-
"allowed_actions": {
|
|
893
|
-
"type": "array",
|
|
894
|
-
"items": {
|
|
895
|
-
"type": "string"
|
|
896
|
-
},
|
|
897
|
-
"description": "Whitelist of permitted actions"
|
|
898
|
-
},
|
|
899
|
-
"blocked_actions": {
|
|
900
|
-
"type": "array",
|
|
901
|
-
"items": {
|
|
902
|
-
"type": "string"
|
|
903
|
-
},
|
|
904
|
-
"description": "Blacklist of forbidden actions"
|
|
905
|
-
},
|
|
906
|
-
"escalation_policy": {
|
|
907
|
-
"type": "object",
|
|
908
|
-
"description": "Rules for escalating to human oversight"
|
|
909
|
-
}
|
|
910
|
-
},
|
|
911
|
-
"additionalProperties": false
|
|
912
|
-
},
|
|
913
|
-
"Constraints": {
|
|
914
|
-
"type": "object",
|
|
915
|
-
"properties": {
|
|
916
|
-
"cost": {
|
|
917
|
-
"type": "object",
|
|
918
|
-
"properties": {
|
|
919
|
-
"maxTokensPerDay": {
|
|
920
|
-
"type": "integer",
|
|
921
|
-
"minimum": 0
|
|
922
|
-
},
|
|
923
|
-
"maxTokensPerRequest": {
|
|
924
|
-
"type": "integer",
|
|
925
|
-
"minimum": 0
|
|
926
|
-
},
|
|
927
|
-
"maxCostPerDay": {
|
|
928
|
-
"type": "number",
|
|
929
|
-
"minimum": 0
|
|
930
|
-
},
|
|
931
|
-
"currency": {
|
|
932
|
-
"type": "string",
|
|
933
|
-
"pattern": "^[A-Z]{3}$",
|
|
934
|
-
"default": "USD"
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
"performance": {
|
|
939
|
-
"type": "object",
|
|
940
|
-
"properties": {
|
|
941
|
-
"maxLatencySeconds": {
|
|
942
|
-
"type": "number",
|
|
943
|
-
"minimum": 0
|
|
944
|
-
},
|
|
945
|
-
"maxConcurrentRequests": {
|
|
946
|
-
"type": "integer",
|
|
947
|
-
"minimum": 1
|
|
948
|
-
},
|
|
949
|
-
"timeoutSeconds": {
|
|
950
|
-
"type": "number",
|
|
951
|
-
"minimum": 0
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
"resources": {
|
|
956
|
-
"type": "object",
|
|
957
|
-
"properties": {
|
|
958
|
-
"cpu": {
|
|
959
|
-
"type": "string",
|
|
960
|
-
"description": "CPU limit (Kubernetes format: 100m, 1, 2.5)"
|
|
961
|
-
},
|
|
962
|
-
"memory": {
|
|
963
|
-
"type": "string",
|
|
964
|
-
"description": "Memory limit (Kubernetes format: 128Mi, 1Gi)"
|
|
965
|
-
},
|
|
966
|
-
"gpu": {
|
|
967
|
-
"type": "string",
|
|
968
|
-
"description": "GPU requirement"
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
"additionalProperties": false
|
|
974
|
-
},
|
|
975
|
-
"Observability": {
|
|
976
|
-
"type": "object",
|
|
977
|
-
"properties": {
|
|
978
|
-
"tracing": {
|
|
979
|
-
"type": "object",
|
|
980
|
-
"properties": {
|
|
981
|
-
"enabled": {
|
|
982
|
-
"type": "boolean",
|
|
983
|
-
"default": true
|
|
984
|
-
},
|
|
985
|
-
"exporter": {
|
|
986
|
-
"type": "string",
|
|
987
|
-
"enum": [
|
|
988
|
-
"otlp",
|
|
989
|
-
"jaeger",
|
|
990
|
-
"zipkin",
|
|
991
|
-
"custom"
|
|
992
|
-
]
|
|
993
|
-
},
|
|
994
|
-
"endpoint": {
|
|
995
|
-
"type": "string"
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
"metrics": {
|
|
1000
|
-
"type": "object",
|
|
1001
|
-
"properties": {
|
|
1002
|
-
"enabled": {
|
|
1003
|
-
"type": "boolean",
|
|
1004
|
-
"default": true
|
|
1005
|
-
},
|
|
1006
|
-
"exporter": {
|
|
1007
|
-
"type": "string",
|
|
1008
|
-
"enum": [
|
|
1009
|
-
"prometheus",
|
|
1010
|
-
"otlp",
|
|
1011
|
-
"custom"
|
|
1012
|
-
]
|
|
1013
|
-
},
|
|
1014
|
-
"endpoint": {
|
|
1015
|
-
"type": "string"
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
"logging": {
|
|
1020
|
-
"type": "object",
|
|
1021
|
-
"properties": {
|
|
1022
|
-
"level": {
|
|
1023
|
-
"type": "string",
|
|
1024
|
-
"enum": [
|
|
1025
|
-
"debug",
|
|
1026
|
-
"info",
|
|
1027
|
-
"warn",
|
|
1028
|
-
"error"
|
|
1029
|
-
],
|
|
1030
|
-
"default": "info"
|
|
1031
|
-
},
|
|
1032
|
-
"format": {
|
|
1033
|
-
"type": "string",
|
|
1034
|
-
"enum": [
|
|
1035
|
-
"json",
|
|
1036
|
-
"text"
|
|
1037
|
-
],
|
|
1038
|
-
"default": "json"
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
"alerting": {
|
|
1043
|
-
"type": "object",
|
|
1044
|
-
"description": "Alerting configuration",
|
|
1045
|
-
"properties": {
|
|
1046
|
-
"enabled": {
|
|
1047
|
-
"type": "boolean",
|
|
1048
|
-
"default": false
|
|
1049
|
-
},
|
|
1050
|
-
"channels": {
|
|
1051
|
-
"type": "array",
|
|
1052
|
-
"items": {
|
|
1053
|
-
"type": "string",
|
|
1054
|
-
"enum": ["email", "slack", "pagerduty", "webhook", "sns"]
|
|
1055
|
-
},
|
|
1056
|
-
"description": "Alert notification channels"
|
|
1057
|
-
},
|
|
1058
|
-
"rules": {
|
|
1059
|
-
"type": "array",
|
|
1060
|
-
"items": {
|
|
1061
|
-
"type": "object",
|
|
1062
|
-
"properties": {
|
|
1063
|
-
"name": {
|
|
1064
|
-
"type": "string"
|
|
1065
|
-
},
|
|
1066
|
-
"condition": {
|
|
1067
|
-
"type": "string",
|
|
1068
|
-
"description": "Alert condition (e.g., 'error_rate > 5%')"
|
|
1069
|
-
},
|
|
1070
|
-
"severity": {
|
|
1071
|
-
"type": "string",
|
|
1072
|
-
"enum": ["critical", "warning", "info"]
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"slo": {
|
|
1080
|
-
"type": "object",
|
|
1081
|
-
"description": "Service Level Objectives",
|
|
1082
|
-
"properties": {
|
|
1083
|
-
"availability": {
|
|
1084
|
-
"type": "number",
|
|
1085
|
-
"minimum": 0,
|
|
1086
|
-
"maximum": 100,
|
|
1087
|
-
"description": "Target availability percentage"
|
|
1088
|
-
},
|
|
1089
|
-
"latency_p95_ms": {
|
|
1090
|
-
"type": "number",
|
|
1091
|
-
"minimum": 0,
|
|
1092
|
-
"description": "P95 latency target in milliseconds"
|
|
1093
|
-
},
|
|
1094
|
-
"error_budget": {
|
|
1095
|
-
"type": "number",
|
|
1096
|
-
"minimum": 0,
|
|
1097
|
-
"maximum": 100,
|
|
1098
|
-
"description": "Allowed error budget percentage"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"additionalProperties": false
|
|
1104
|
-
},
|
|
1105
|
-
"KAgentExtension": {
|
|
1106
|
-
"type": "object",
|
|
1107
|
-
"description": "kagent.dev Kubernetes-native agent deployment extension",
|
|
1108
|
-
"properties": {
|
|
1109
|
-
"kubernetes": {
|
|
1110
|
-
"type": "object",
|
|
1111
|
-
"properties": {
|
|
1112
|
-
"namespace": {
|
|
1113
|
-
"type": "string",
|
|
1114
|
-
"default": "default",
|
|
1115
|
-
"description": "Target Kubernetes namespace"
|
|
1116
|
-
},
|
|
1117
|
-
"labels": {
|
|
1118
|
-
"type": "object",
|
|
1119
|
-
"additionalProperties": {
|
|
1120
|
-
"type": "string"
|
|
1121
|
-
},
|
|
1122
|
-
"description": "Kubernetes labels for agent CRD"
|
|
1123
|
-
},
|
|
1124
|
-
"annotations": {
|
|
1125
|
-
"type": "object",
|
|
1126
|
-
"additionalProperties": {
|
|
1127
|
-
"type": "string"
|
|
1128
|
-
},
|
|
1129
|
-
"description": "Kubernetes annotations"
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
"deployment": {
|
|
1134
|
-
"type": "object",
|
|
1135
|
-
"properties": {
|
|
1136
|
-
"replicas": {
|
|
1137
|
-
"type": "integer",
|
|
1138
|
-
"minimum": 1,
|
|
1139
|
-
"default": 1
|
|
1140
|
-
},
|
|
1141
|
-
"strategy": {
|
|
1142
|
-
"type": "string",
|
|
1143
|
-
"enum": [
|
|
1144
|
-
"rolling-update",
|
|
1145
|
-
"recreate"
|
|
1146
|
-
],
|
|
1147
|
-
"default": "rolling-update"
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
"api_version": {
|
|
1152
|
-
"type": "string",
|
|
1153
|
-
"description": "kagent.dev API version (e.g., kagent.dev/v1alpha2)",
|
|
1154
|
-
"default": "kagent.dev/v1alpha2"
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
"additionalProperties": true
|
|
1158
|
-
},
|
|
1159
|
-
"BuildKitExtension": {
|
|
1160
|
-
"type": "object",
|
|
1161
|
-
"description": "Agent BuildKit deployment and orchestration extension",
|
|
1162
|
-
"properties": {
|
|
1163
|
-
"deployment": {
|
|
1164
|
-
"type": "object",
|
|
1165
|
-
"properties": {
|
|
1166
|
-
"replicas": {
|
|
1167
|
-
"type": "object",
|
|
1168
|
-
"properties": {
|
|
1169
|
-
"min": {
|
|
1170
|
-
"type": "integer",
|
|
1171
|
-
"default": 1
|
|
1172
|
-
},
|
|
1173
|
-
"max": {
|
|
1174
|
-
"type": "integer",
|
|
1175
|
-
"default": 4
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"container": {
|
|
1182
|
-
"type": "object",
|
|
1183
|
-
"properties": {
|
|
1184
|
-
"image": {
|
|
1185
|
-
"type": "string",
|
|
1186
|
-
"description": "Container image"
|
|
1187
|
-
},
|
|
1188
|
-
"runtime": {
|
|
1189
|
-
"type": "string",
|
|
1190
|
-
"enum": [
|
|
1191
|
-
"docker",
|
|
1192
|
-
"podman",
|
|
1193
|
-
"containerd"
|
|
1194
|
-
],
|
|
1195
|
-
"default": "docker"
|
|
1196
|
-
},
|
|
1197
|
-
"resources": {
|
|
1198
|
-
"type": "object",
|
|
1199
|
-
"description": "Container resource limits"
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
"additionalProperties": true
|
|
1205
|
-
},
|
|
1206
|
-
"DrupalExtension": {
|
|
1207
|
-
"type": "object",
|
|
1208
|
-
"description": "Drupal LLM Platform integration extension",
|
|
1209
|
-
"properties": {
|
|
1210
|
-
"module": {
|
|
1211
|
-
"type": "string",
|
|
1212
|
-
"pattern": "^[a-z][a-z0-9_]*$",
|
|
1213
|
-
"description": "Drupal module that owns this agent"
|
|
1214
|
-
},
|
|
1215
|
-
"service": {
|
|
1216
|
-
"type": "string",
|
|
1217
|
-
"pattern": "^[a-z][a-z0-9_]*\\.[a-z][a-z0-9_]*$",
|
|
1218
|
-
"description": "Drupal service ID (module.service format)"
|
|
1219
|
-
},
|
|
1220
|
-
"dependencies": {
|
|
1221
|
-
"type": "array",
|
|
1222
|
-
"items": {
|
|
1223
|
-
"type": "string",
|
|
1224
|
-
"pattern": "^[a-z][a-z0-9_]*$"
|
|
1225
|
-
},
|
|
1226
|
-
"description": "Required Drupal modules"
|
|
1227
|
-
},
|
|
1228
|
-
"database": {
|
|
1229
|
-
"type": "object",
|
|
1230
|
-
"properties": {
|
|
1231
|
-
"tables": {
|
|
1232
|
-
"type": "array",
|
|
1233
|
-
"items": {
|
|
1234
|
-
"type": "string"
|
|
1235
|
-
}
|
|
1236
|
-
},
|
|
1237
|
-
"migrations": {
|
|
1238
|
-
"type": "array",
|
|
1239
|
-
"items": {
|
|
1240
|
-
"type": "string"
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"additionalProperties": true
|
|
1247
|
-
},
|
|
1248
|
-
"LibreChatExtension": {
|
|
1249
|
-
"type": "object",
|
|
1250
|
-
"description": "LibreChat integration extension",
|
|
1251
|
-
"properties": {
|
|
1252
|
-
"enabled": {
|
|
1253
|
-
"type": "boolean",
|
|
1254
|
-
"default": true
|
|
1255
|
-
},
|
|
1256
|
-
"agent_id": {
|
|
1257
|
-
"type": "string",
|
|
1258
|
-
"description": "LibreChat agent identifier"
|
|
1259
|
-
},
|
|
1260
|
-
"endpoint": {
|
|
1261
|
-
"type": "string",
|
|
1262
|
-
"description": "LibreChat API endpoint"
|
|
1263
|
-
},
|
|
1264
|
-
"authentication": {
|
|
1265
|
-
"type": "object",
|
|
1266
|
-
"description": "LibreChat authentication configuration"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
"additionalProperties": true
|
|
1270
|
-
},
|
|
1271
|
-
"MCPExtension": {
|
|
1272
|
-
"type": "object",
|
|
1273
|
-
"description": "Model Context Protocol (MCP) extension",
|
|
1274
|
-
"properties": {
|
|
1275
|
-
"enabled": {
|
|
1276
|
-
"type": "boolean",
|
|
1277
|
-
"default": true
|
|
1278
|
-
},
|
|
1279
|
-
"server_type": {
|
|
1280
|
-
"type": "string",
|
|
1281
|
-
"enum": [
|
|
1282
|
-
"stdio",
|
|
1283
|
-
"sse",
|
|
1284
|
-
"websocket"
|
|
1285
|
-
],
|
|
1286
|
-
"default": "stdio"
|
|
1287
|
-
},
|
|
1288
|
-
"server_name": {
|
|
1289
|
-
"type": "string",
|
|
1290
|
-
"description": "MCP server name"
|
|
1291
|
-
},
|
|
1292
|
-
"config": {
|
|
1293
|
-
"type": "object",
|
|
1294
|
-
"description": "MCP server configuration"
|
|
1295
|
-
},
|
|
1296
|
-
"resources": {
|
|
1297
|
-
"type": "array",
|
|
1298
|
-
"description": "MCP resources exposed by this agent",
|
|
1299
|
-
"items": {
|
|
1300
|
-
"type": "object",
|
|
1301
|
-
"required": ["uri", "name"],
|
|
1302
|
-
"properties": {
|
|
1303
|
-
"uri": {
|
|
1304
|
-
"type": "string",
|
|
1305
|
-
"description": "Resource URI (e.g., file://, http://, custom://)"
|
|
1306
|
-
},
|
|
1307
|
-
"name": {
|
|
1308
|
-
"type": "string",
|
|
1309
|
-
"description": "Resource display name"
|
|
1310
|
-
},
|
|
1311
|
-
"description": {
|
|
1312
|
-
"type": "string",
|
|
1313
|
-
"description": "Resource description"
|
|
1314
|
-
},
|
|
1315
|
-
"mimeType": {
|
|
1316
|
-
"type": "string",
|
|
1317
|
-
"description": "Resource MIME type"
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"prompts": {
|
|
1323
|
-
"type": "array",
|
|
1324
|
-
"description": "MCP prompts exposed by this agent",
|
|
1325
|
-
"items": {
|
|
1326
|
-
"type": "object",
|
|
1327
|
-
"required": ["name"],
|
|
1328
|
-
"properties": {
|
|
1329
|
-
"name": {
|
|
1330
|
-
"type": "string",
|
|
1331
|
-
"description": "Prompt identifier"
|
|
1332
|
-
},
|
|
1333
|
-
"description": {
|
|
1334
|
-
"type": "string",
|
|
1335
|
-
"description": "Prompt description"
|
|
1336
|
-
},
|
|
1337
|
-
"arguments": {
|
|
1338
|
-
"type": "array",
|
|
1339
|
-
"description": "Prompt arguments",
|
|
1340
|
-
"items": {
|
|
1341
|
-
"type": "object",
|
|
1342
|
-
"required": ["name"],
|
|
1343
|
-
"properties": {
|
|
1344
|
-
"name": {
|
|
1345
|
-
"type": "string"
|
|
1346
|
-
},
|
|
1347
|
-
"description": {
|
|
1348
|
-
"type": "string"
|
|
1349
|
-
},
|
|
1350
|
-
"required": {
|
|
1351
|
-
"type": "boolean",
|
|
1352
|
-
"default": false
|
|
1353
|
-
}
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
"tools": {
|
|
1361
|
-
"type": "array",
|
|
1362
|
-
"description": "MCP tools configuration",
|
|
1363
|
-
"items": {
|
|
1364
|
-
"type": "object",
|
|
1365
|
-
"required": ["name"],
|
|
1366
|
-
"properties": {
|
|
1367
|
-
"name": {
|
|
1368
|
-
"type": "string",
|
|
1369
|
-
"description": "Tool name"
|
|
1370
|
-
},
|
|
1371
|
-
"description": {
|
|
1372
|
-
"type": "string",
|
|
1373
|
-
"description": "Tool description"
|
|
1374
|
-
},
|
|
1375
|
-
"inputSchema": {
|
|
1376
|
-
"type": "object",
|
|
1377
|
-
"description": "JSON Schema for tool input"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
"additionalProperties": true
|
|
1384
|
-
},
|
|
1385
|
-
"LangChainExtension": {
|
|
1386
|
-
"type": "object",
|
|
1387
|
-
"description": "LangChain framework integration extension",
|
|
1388
|
-
"properties": {
|
|
1389
|
-
"enabled": {
|
|
1390
|
-
"type": "boolean",
|
|
1391
|
-
"default": false
|
|
1392
|
-
},
|
|
1393
|
-
"tool_class": {
|
|
1394
|
-
"type": "string",
|
|
1395
|
-
"description": "LangChain tool class name"
|
|
1396
|
-
},
|
|
1397
|
-
"chain_type": {
|
|
1398
|
-
"type": "string",
|
|
1399
|
-
"enum": [
|
|
1400
|
-
"llm",
|
|
1401
|
-
"retrieval",
|
|
1402
|
-
"agent",
|
|
1403
|
-
"sequential",
|
|
1404
|
-
"custom"
|
|
1405
|
-
]
|
|
1406
|
-
},
|
|
1407
|
-
"memory": {
|
|
1408
|
-
"type": "object",
|
|
1409
|
-
"properties": {
|
|
1410
|
-
"type": {
|
|
1411
|
-
"type": "string",
|
|
1412
|
-
"enum": [
|
|
1413
|
-
"buffer",
|
|
1414
|
-
"summary",
|
|
1415
|
-
"conversation",
|
|
1416
|
-
"vector"
|
|
1417
|
-
]
|
|
1418
|
-
},
|
|
1419
|
-
"max_tokens": {
|
|
1420
|
-
"type": "integer"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
"additionalProperties": true
|
|
1426
|
-
},
|
|
1427
|
-
"CrewAIExtension": {
|
|
1428
|
-
"type": "object",
|
|
1429
|
-
"description": "CrewAI framework integration extension",
|
|
1430
|
-
"properties": {
|
|
1431
|
-
"enabled": {
|
|
1432
|
-
"type": "boolean",
|
|
1433
|
-
"default": false
|
|
1434
|
-
},
|
|
1435
|
-
"agent_type": {
|
|
1436
|
-
"type": "string",
|
|
1437
|
-
"enum": [
|
|
1438
|
-
"worker",
|
|
1439
|
-
"manager",
|
|
1440
|
-
"researcher",
|
|
1441
|
-
"analyst",
|
|
1442
|
-
"custom"
|
|
1443
|
-
]
|
|
1444
|
-
},
|
|
1445
|
-
"role": {
|
|
1446
|
-
"type": "string",
|
|
1447
|
-
"description": "CrewAI agent role"
|
|
1448
|
-
},
|
|
1449
|
-
"goal": {
|
|
1450
|
-
"type": "string",
|
|
1451
|
-
"description": "CrewAI agent goal"
|
|
1452
|
-
},
|
|
1453
|
-
"backstory": {
|
|
1454
|
-
"type": "string",
|
|
1455
|
-
"description": "CrewAI agent backstory"
|
|
1456
|
-
},
|
|
1457
|
-
"tools": {
|
|
1458
|
-
"type": "array",
|
|
1459
|
-
"items": {
|
|
1460
|
-
"type": "string"
|
|
1461
|
-
},
|
|
1462
|
-
"description": "CrewAI tool names"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
"additionalProperties": true
|
|
1466
|
-
},
|
|
1467
|
-
"OpenAIAgentsExtension": {
|
|
1468
|
-
"type": "object",
|
|
1469
|
-
"description": "OpenAI Agents SDK integration extension",
|
|
1470
|
-
"properties": {
|
|
1471
|
-
"enabled": {
|
|
1472
|
-
"type": "boolean",
|
|
1473
|
-
"default": false,
|
|
1474
|
-
"description": "Enable OpenAI Agents SDK bridge"
|
|
1475
|
-
},
|
|
1476
|
-
"agent_id": {
|
|
1477
|
-
"type": "string",
|
|
1478
|
-
"description": "OpenAI agent ID (optional, auto-generated if not provided)"
|
|
1479
|
-
},
|
|
1480
|
-
"instructions": {
|
|
1481
|
-
"type": "string",
|
|
1482
|
-
"description": "Agent instructions/prompt (overrides spec.role if provided)"
|
|
1483
|
-
},
|
|
1484
|
-
"model": {
|
|
1485
|
-
"type": "string",
|
|
1486
|
-
"enum": [
|
|
1487
|
-
"gpt-4o",
|
|
1488
|
-
"gpt-4o-mini",
|
|
1489
|
-
"gpt-4-turbo",
|
|
1490
|
-
"gpt-3.5-turbo"
|
|
1491
|
-
],
|
|
1492
|
-
"default": "gpt-4o-mini",
|
|
1493
|
-
"description": "OpenAI model to use for the agent"
|
|
1494
|
-
},
|
|
1495
|
-
"tools_mapping": {
|
|
1496
|
-
"type": "array",
|
|
1497
|
-
"description": "Map OSSA capabilities to OpenAI tools",
|
|
1498
|
-
"items": {
|
|
1499
|
-
"type": "object",
|
|
1500
|
-
"required": [
|
|
1501
|
-
"ossa_capability"
|
|
1502
|
-
],
|
|
1503
|
-
"properties": {
|
|
1504
|
-
"ossa_capability": {
|
|
1505
|
-
"type": "string",
|
|
1506
|
-
"description": "OSSA capability name to map"
|
|
1507
|
-
},
|
|
1508
|
-
"openai_tool_name": {
|
|
1509
|
-
"type": "string",
|
|
1510
|
-
"description": "OpenAI tool name (defaults to ossa_capability if not provided)"
|
|
1511
|
-
},
|
|
1512
|
-
"description": {
|
|
1513
|
-
"type": "string",
|
|
1514
|
-
"description": "Tool description (defaults to OSSA capability description)"
|
|
1515
|
-
},
|
|
1516
|
-
"parameters": {
|
|
1517
|
-
"type": "object",
|
|
1518
|
-
"description": "OpenAI tool parameter schema (auto-generated from OSSA input_schema if not provided)"
|
|
1519
|
-
}
|
|
1520
|
-
},
|
|
1521
|
-
"additionalProperties": false
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
"sub_agents": {
|
|
1525
|
-
"type": "array",
|
|
1526
|
-
"description": "Sub-agent handoffs configuration",
|
|
1527
|
-
"items": {
|
|
1528
|
-
"type": "object",
|
|
1529
|
-
"required": [
|
|
1530
|
-
"agent_id",
|
|
1531
|
-
"ossa_agent_ref"
|
|
1532
|
-
],
|
|
1533
|
-
"properties": {
|
|
1534
|
-
"agent_id": {
|
|
1535
|
-
"type": "string",
|
|
1536
|
-
"description": "OpenAI sub-agent identifier"
|
|
1537
|
-
},
|
|
1538
|
-
"ossa_agent_ref": {
|
|
1539
|
-
"type": "string",
|
|
1540
|
-
"description": "Reference to OSSA agent (metadata.name or agent ID)"
|
|
1541
|
-
},
|
|
1542
|
-
"handoff_conditions": {
|
|
1543
|
-
"type": "array",
|
|
1544
|
-
"items": {
|
|
1545
|
-
"type": "string"
|
|
1546
|
-
},
|
|
1547
|
-
"description": "Conditions that trigger handoff to this sub-agent"
|
|
1548
|
-
},
|
|
1549
|
-
"instructions": {
|
|
1550
|
-
"type": "string",
|
|
1551
|
-
"description": "Sub-agent specific instructions"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
"additionalProperties": false
|
|
1555
|
-
}
|
|
1556
|
-
},
|
|
1557
|
-
"guardrails": {
|
|
1558
|
-
"type": "object",
|
|
1559
|
-
"description": "Safety guardrails configuration",
|
|
1560
|
-
"properties": {
|
|
1561
|
-
"enabled": {
|
|
1562
|
-
"type": "boolean",
|
|
1563
|
-
"default": true
|
|
1564
|
-
},
|
|
1565
|
-
"policies": {
|
|
1566
|
-
"type": "array",
|
|
1567
|
-
"items": {
|
|
1568
|
-
"type": "string"
|
|
1569
|
-
},
|
|
1570
|
-
"description": "Guardrail policy names (maps to OSSA compliance frameworks)"
|
|
1571
|
-
},
|
|
1572
|
-
"max_tool_calls": {
|
|
1573
|
-
"type": "integer",
|
|
1574
|
-
"minimum": 1,
|
|
1575
|
-
"description": "Maximum tool calls per agent execution"
|
|
1576
|
-
},
|
|
1577
|
-
"timeout_seconds": {
|
|
1578
|
-
"type": "integer",
|
|
1579
|
-
"minimum": 1,
|
|
1580
|
-
"description": "Maximum execution time in seconds"
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
"additionalProperties": false
|
|
1584
|
-
},
|
|
1585
|
-
"memory": {
|
|
1586
|
-
"type": "object",
|
|
1587
|
-
"description": "Session memory configuration",
|
|
1588
|
-
"properties": {
|
|
1589
|
-
"enabled": {
|
|
1590
|
-
"type": "boolean",
|
|
1591
|
-
"default": false
|
|
1592
|
-
},
|
|
1593
|
-
"type": {
|
|
1594
|
-
"type": "string",
|
|
1595
|
-
"enum": [
|
|
1596
|
-
"session",
|
|
1597
|
-
"persistent"
|
|
1598
|
-
],
|
|
1599
|
-
"default": "session",
|
|
1600
|
-
"description": "Memory storage type"
|
|
1601
|
-
},
|
|
1602
|
-
"max_messages": {
|
|
1603
|
-
"type": "integer",
|
|
1604
|
-
"minimum": 1,
|
|
1605
|
-
"description": "Maximum messages to retain in memory"
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
|
-
"additionalProperties": false
|
|
1609
|
-
},
|
|
1610
|
-
"tracing": {
|
|
1611
|
-
"type": "object",
|
|
1612
|
-
"description": "Observability and tracing configuration",
|
|
1613
|
-
"properties": {
|
|
1614
|
-
"enabled": {
|
|
1615
|
-
"type": "boolean",
|
|
1616
|
-
"default": true
|
|
1617
|
-
},
|
|
1618
|
-
"provider": {
|
|
1619
|
-
"type": "string",
|
|
1620
|
-
"enum": [
|
|
1621
|
-
"langfuse",
|
|
1622
|
-
"langsmith",
|
|
1623
|
-
"custom"
|
|
1624
|
-
],
|
|
1625
|
-
"default": "langfuse",
|
|
1626
|
-
"description": "Tracing provider"
|
|
1627
|
-
},
|
|
1628
|
-
"endpoint": {
|
|
1629
|
-
"type": "string",
|
|
1630
|
-
"description": "Custom tracing endpoint (for provider=custom)"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
"additionalProperties": false
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
"additionalProperties": true
|
|
1637
|
-
},
|
|
1638
|
-
"CursorExtension": {
|
|
1639
|
-
"type": "object",
|
|
1640
|
-
"description": "Cursor IDE agent integration extension",
|
|
1641
|
-
"properties": {
|
|
1642
|
-
"enabled": {
|
|
1643
|
-
"type": "boolean",
|
|
1644
|
-
"default": true,
|
|
1645
|
-
"description": "Enable Cursor IDE integration"
|
|
1646
|
-
},
|
|
1647
|
-
"agent_type": {
|
|
1648
|
-
"type": "string",
|
|
1649
|
-
"enum": [
|
|
1650
|
-
"composer",
|
|
1651
|
-
"chat",
|
|
1652
|
-
"background",
|
|
1653
|
-
"cloud"
|
|
1654
|
-
],
|
|
1655
|
-
"default": "composer",
|
|
1656
|
-
"description": "Cursor agent type (composer, chat, background, or cloud)"
|
|
1657
|
-
},
|
|
1658
|
-
"workspace_config": {
|
|
1659
|
-
"type": "object",
|
|
1660
|
-
"properties": {
|
|
1661
|
-
"rules_file": {
|
|
1662
|
-
"type": "string",
|
|
1663
|
-
"description": "Path to .cursorrules file (default: .cursor/.cursorrules)"
|
|
1664
|
-
},
|
|
1665
|
-
"context_files": {
|
|
1666
|
-
"type": "array",
|
|
1667
|
-
"items": {
|
|
1668
|
-
"type": "string"
|
|
1669
|
-
},
|
|
1670
|
-
"description": "Files to include in agent context"
|
|
1671
|
-
},
|
|
1672
|
-
"ignore_patterns": {
|
|
1673
|
-
"type": "array",
|
|
1674
|
-
"items": {
|
|
1675
|
-
"type": "string"
|
|
1676
|
-
},
|
|
1677
|
-
"description": "Glob patterns to exclude from context"
|
|
1678
|
-
},
|
|
1679
|
-
"agents_md_path": {
|
|
1680
|
-
"type": "string",
|
|
1681
|
-
"description": "Path to AGENTS.md file for Cursor to read (default: AGENTS.md)"
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"capabilities": {
|
|
1686
|
-
"type": "object",
|
|
1687
|
-
"properties": {
|
|
1688
|
-
"code_generation": {
|
|
1689
|
-
"type": "boolean",
|
|
1690
|
-
"default": true
|
|
1691
|
-
},
|
|
1692
|
-
"code_review": {
|
|
1693
|
-
"type": "boolean",
|
|
1694
|
-
"default": false
|
|
1695
|
-
},
|
|
1696
|
-
"refactoring": {
|
|
1697
|
-
"type": "boolean",
|
|
1698
|
-
"default": false
|
|
1699
|
-
},
|
|
1700
|
-
"testing": {
|
|
1701
|
-
"type": "boolean",
|
|
1702
|
-
"default": false
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
"model": {
|
|
1707
|
-
"type": "object",
|
|
1708
|
-
"properties": {
|
|
1709
|
-
"provider": {
|
|
1710
|
-
"type": "string",
|
|
1711
|
-
"enum": [
|
|
1712
|
-
"openai",
|
|
1713
|
-
"anthropic",
|
|
1714
|
-
"custom"
|
|
1715
|
-
],
|
|
1716
|
-
"default": "openai"
|
|
1717
|
-
},
|
|
1718
|
-
"name": {
|
|
1719
|
-
"type": "string",
|
|
1720
|
-
"description": "Model name (e.g., gpt-4, claude-3-opus)"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
"additionalProperties": true
|
|
1726
|
-
},
|
|
1727
|
-
"LangflowExtension": {
|
|
1728
|
-
"type": "object",
|
|
1729
|
-
"description": "Langflow workflow orchestration extension",
|
|
1730
|
-
"properties": {
|
|
1731
|
-
"enabled": {
|
|
1732
|
-
"type": "boolean",
|
|
1733
|
-
"default": false,
|
|
1734
|
-
"description": "Enable Langflow integration"
|
|
1735
|
-
},
|
|
1736
|
-
"flow_id": {
|
|
1737
|
-
"type": "string",
|
|
1738
|
-
"description": "Langflow flow identifier"
|
|
1739
|
-
},
|
|
1740
|
-
"flow_name": {
|
|
1741
|
-
"type": "string",
|
|
1742
|
-
"description": "Human-readable flow name"
|
|
1743
|
-
},
|
|
1744
|
-
"endpoint": {
|
|
1745
|
-
"type": "string",
|
|
1746
|
-
"description": "Langflow API endpoint"
|
|
1747
|
-
},
|
|
1748
|
-
"api_key": {
|
|
1749
|
-
"type": "string",
|
|
1750
|
-
"description": "Langflow API key (reference to secret)"
|
|
1751
|
-
},
|
|
1752
|
-
"components": {
|
|
1753
|
-
"type": "array",
|
|
1754
|
-
"description": "Langflow components used in this agent",
|
|
1755
|
-
"items": {
|
|
1756
|
-
"type": "object",
|
|
1757
|
-
"properties": {
|
|
1758
|
-
"id": {
|
|
1759
|
-
"type": "string"
|
|
1760
|
-
},
|
|
1761
|
-
"type": {
|
|
1762
|
-
"type": "string"
|
|
1763
|
-
},
|
|
1764
|
-
"name": {
|
|
1765
|
-
"type": "string"
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
"dataflow": {
|
|
1771
|
-
"type": "object",
|
|
1772
|
-
"description": "Data flow configuration between components"
|
|
1773
|
-
}
|
|
1774
|
-
},
|
|
1775
|
-
"additionalProperties": true
|
|
1776
|
-
},
|
|
1777
|
-
"AutoGenExtension": {
|
|
1778
|
-
"type": "object",
|
|
1779
|
-
"description": "AutoGen multi-agent framework extension",
|
|
1780
|
-
"properties": {
|
|
1781
|
-
"enabled": {
|
|
1782
|
-
"type": "boolean",
|
|
1783
|
-
"default": false,
|
|
1784
|
-
"description": "Enable AutoGen integration"
|
|
1785
|
-
},
|
|
1786
|
-
"agent_type": {
|
|
1787
|
-
"type": "string",
|
|
1788
|
-
"enum": [
|
|
1789
|
-
"assistant",
|
|
1790
|
-
"user_proxy",
|
|
1791
|
-
"groupchat",
|
|
1792
|
-
"custom"
|
|
1793
|
-
],
|
|
1794
|
-
"description": "AutoGen agent type"
|
|
1795
|
-
},
|
|
1796
|
-
"system_message": {
|
|
1797
|
-
"type": "string",
|
|
1798
|
-
"description": "System message for AutoGen agent (overrides spec.role if provided)"
|
|
1799
|
-
},
|
|
1800
|
-
"human_input_mode": {
|
|
1801
|
-
"type": "string",
|
|
1802
|
-
"enum": [
|
|
1803
|
-
"ALWAYS",
|
|
1804
|
-
"NEVER",
|
|
1805
|
-
"TERMINATE"
|
|
1806
|
-
],
|
|
1807
|
-
"default": "NEVER",
|
|
1808
|
-
"description": "When to request human input"
|
|
1809
|
-
},
|
|
1810
|
-
"code_execution": {
|
|
1811
|
-
"type": "object",
|
|
1812
|
-
"properties": {
|
|
1813
|
-
"enabled": {
|
|
1814
|
-
"type": "boolean",
|
|
1815
|
-
"default": false
|
|
1816
|
-
},
|
|
1817
|
-
"work_dir": {
|
|
1818
|
-
"type": "string",
|
|
1819
|
-
"description": "Working directory for code execution"
|
|
1820
|
-
},
|
|
1821
|
-
"use_docker": {
|
|
1822
|
-
"type": "boolean",
|
|
1823
|
-
"default": false,
|
|
1824
|
-
"description": "Execute code in Docker container"
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
},
|
|
1828
|
-
"max_consecutive_auto_reply": {
|
|
1829
|
-
"type": "integer",
|
|
1830
|
-
"minimum": 1,
|
|
1831
|
-
"default": 10,
|
|
1832
|
-
"description": "Maximum consecutive auto-replies before human input"
|
|
1833
|
-
},
|
|
1834
|
-
"groupchat": {
|
|
1835
|
-
"type": "object",
|
|
1836
|
-
"description": "Group chat configuration (for agent_type=groupchat)",
|
|
1837
|
-
"properties": {
|
|
1838
|
-
"agents": {
|
|
1839
|
-
"type": "array",
|
|
1840
|
-
"items": {
|
|
1841
|
-
"type": "string"
|
|
1842
|
-
},
|
|
1843
|
-
"description": "Other agent IDs in the group"
|
|
1844
|
-
},
|
|
1845
|
-
"max_round": {
|
|
1846
|
-
"type": "integer",
|
|
1847
|
-
"minimum": 1,
|
|
1848
|
-
"description": "Maximum rounds in group chat"
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"additionalProperties": true
|
|
1854
|
-
},
|
|
1855
|
-
"VercelAIExtension": {
|
|
1856
|
-
"type": "object",
|
|
1857
|
-
"description": "Vercel AI SDK integration extension",
|
|
1858
|
-
"properties": {
|
|
1859
|
-
"enabled": {
|
|
1860
|
-
"type": "boolean",
|
|
1861
|
-
"default": false,
|
|
1862
|
-
"description": "Enable Vercel AI SDK integration"
|
|
1863
|
-
},
|
|
1864
|
-
"runtime": {
|
|
1865
|
-
"type": "string",
|
|
1866
|
-
"enum": [
|
|
1867
|
-
"edge",
|
|
1868
|
-
"nodejs"
|
|
1869
|
-
],
|
|
1870
|
-
"default": "edge",
|
|
1871
|
-
"description": "Runtime environment (edge or nodejs)"
|
|
1872
|
-
},
|
|
1873
|
-
"stream": {
|
|
1874
|
-
"type": "boolean",
|
|
1875
|
-
"default": true,
|
|
1876
|
-
"description": "Enable streaming responses"
|
|
1877
|
-
},
|
|
1878
|
-
"route": {
|
|
1879
|
-
"type": "string",
|
|
1880
|
-
"description": "API route path (e.g., /api/chat)"
|
|
1881
|
-
},
|
|
1882
|
-
"tools": {
|
|
1883
|
-
"type": "array",
|
|
1884
|
-
"description": "Vercel AI SDK tools configuration",
|
|
1885
|
-
"items": {
|
|
1886
|
-
"type": "object",
|
|
1887
|
-
"properties": {
|
|
1888
|
-
"name": {
|
|
1889
|
-
"type": "string"
|
|
1890
|
-
},
|
|
1891
|
-
"description": {
|
|
1892
|
-
"type": "string"
|
|
1893
|
-
},
|
|
1894
|
-
"parameters": {
|
|
1895
|
-
"type": "object",
|
|
1896
|
-
"description": "Tool parameters schema (JSON Schema)"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
}
|
|
1900
|
-
},
|
|
1901
|
-
"experimental": {
|
|
1902
|
-
"type": "object",
|
|
1903
|
-
"description": "Experimental Vercel AI SDK features",
|
|
1904
|
-
"additionalProperties": true
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1907
|
-
"additionalProperties": true
|
|
1908
|
-
},
|
|
1909
|
-
"LlamaIndexExtension": {
|
|
1910
|
-
"type": "object",
|
|
1911
|
-
"description": "LlamaIndex framework integration extension",
|
|
1912
|
-
"properties": {
|
|
1913
|
-
"enabled": {
|
|
1914
|
-
"type": "boolean",
|
|
1915
|
-
"default": false,
|
|
1916
|
-
"description": "Enable LlamaIndex integration"
|
|
1917
|
-
},
|
|
1918
|
-
"agent_type": {
|
|
1919
|
-
"type": "string",
|
|
1920
|
-
"enum": [
|
|
1921
|
-
"query_engine",
|
|
1922
|
-
"chat_engine",
|
|
1923
|
-
"retriever",
|
|
1924
|
-
"custom"
|
|
1925
|
-
],
|
|
1926
|
-
"description": "LlamaIndex agent/engine type"
|
|
1927
|
-
},
|
|
1928
|
-
"llm": {
|
|
1929
|
-
"type": "object",
|
|
1930
|
-
"properties": {
|
|
1931
|
-
"provider": {
|
|
1932
|
-
"type": "string",
|
|
1933
|
-
"enum": [
|
|
1934
|
-
"openai",
|
|
1935
|
-
"anthropic",
|
|
1936
|
-
"local",
|
|
1937
|
-
"custom"
|
|
1938
|
-
]
|
|
1939
|
-
},
|
|
1940
|
-
"model": {
|
|
1941
|
-
"type": "string"
|
|
1942
|
-
},
|
|
1943
|
-
"temperature": {
|
|
1944
|
-
"type": "number",
|
|
1945
|
-
"minimum": 0,
|
|
1946
|
-
"maximum": 2
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
"vector_store": {
|
|
1951
|
-
"type": "object",
|
|
1952
|
-
"description": "Vector store configuration for RAG",
|
|
1953
|
-
"properties": {
|
|
1954
|
-
"type": {
|
|
1955
|
-
"type": "string",
|
|
1956
|
-
"enum": [
|
|
1957
|
-
"pinecone",
|
|
1958
|
-
"weaviate",
|
|
1959
|
-
"chroma",
|
|
1960
|
-
"qdrant",
|
|
1961
|
-
"milvus",
|
|
1962
|
-
"custom"
|
|
1963
|
-
]
|
|
1964
|
-
},
|
|
1965
|
-
"config": {
|
|
1966
|
-
"type": "object",
|
|
1967
|
-
"additionalProperties": true
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
"retrieval": {
|
|
1972
|
-
"type": "object",
|
|
1973
|
-
"description": "Retrieval configuration",
|
|
1974
|
-
"properties": {
|
|
1975
|
-
"top_k": {
|
|
1976
|
-
"type": "integer",
|
|
1977
|
-
"minimum": 1,
|
|
1978
|
-
"default": 5,
|
|
1979
|
-
"description": "Number of documents to retrieve"
|
|
1980
|
-
},
|
|
1981
|
-
"similarity_top_k": {
|
|
1982
|
-
"type": "integer",
|
|
1983
|
-
"minimum": 1
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
"tools": {
|
|
1988
|
-
"type": "array",
|
|
1989
|
-
"description": "LlamaIndex tools/query modules",
|
|
1990
|
-
"items": {
|
|
1991
|
-
"type": "object",
|
|
1992
|
-
"properties": {
|
|
1993
|
-
"name": {
|
|
1994
|
-
"type": "string"
|
|
1995
|
-
},
|
|
1996
|
-
"type": {
|
|
1997
|
-
"type": "string"
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
"additionalProperties": true
|
|
2004
|
-
},
|
|
2005
|
-
"LangGraphExtension": {
|
|
2006
|
-
"type": "object",
|
|
2007
|
-
"description": "LangGraph state machine agent extension",
|
|
2008
|
-
"properties": {
|
|
2009
|
-
"enabled": {
|
|
2010
|
-
"type": "boolean",
|
|
2011
|
-
"default": false,
|
|
2012
|
-
"description": "Enable LangGraph integration"
|
|
2013
|
-
},
|
|
2014
|
-
"graph_name": {
|
|
2015
|
-
"type": "string",
|
|
2016
|
-
"description": "LangGraph graph/state machine name"
|
|
2017
|
-
},
|
|
2018
|
-
"state_schema": {
|
|
2019
|
-
"type": "object",
|
|
2020
|
-
"description": "State schema definition (TypedDict structure)"
|
|
2021
|
-
},
|
|
2022
|
-
"nodes": {
|
|
2023
|
-
"type": "array",
|
|
2024
|
-
"description": "Graph nodes configuration",
|
|
2025
|
-
"items": {
|
|
2026
|
-
"type": "object",
|
|
2027
|
-
"properties": {
|
|
2028
|
-
"name": {
|
|
2029
|
-
"type": "string"
|
|
2030
|
-
},
|
|
2031
|
-
"function": {
|
|
2032
|
-
"type": "string",
|
|
2033
|
-
"description": "Node function name"
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"edges": {
|
|
2039
|
-
"type": "array",
|
|
2040
|
-
"description": "Graph edges/transitions",
|
|
2041
|
-
"items": {
|
|
2042
|
-
"type": "object",
|
|
2043
|
-
"properties": {
|
|
2044
|
-
"from": {
|
|
2045
|
-
"type": "string"
|
|
2046
|
-
},
|
|
2047
|
-
"to": {
|
|
2048
|
-
"type": "string"
|
|
2049
|
-
},
|
|
2050
|
-
"condition": {
|
|
2051
|
-
"type": "string",
|
|
2052
|
-
"description": "Condition function name (optional)"
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
},
|
|
2057
|
-
"checkpoint": {
|
|
2058
|
-
"type": "object",
|
|
2059
|
-
"description": "Checkpoint configuration for state persistence",
|
|
2060
|
-
"properties": {
|
|
2061
|
-
"enabled": {
|
|
2062
|
-
"type": "boolean",
|
|
2063
|
-
"default": false
|
|
2064
|
-
},
|
|
2065
|
-
"type": {
|
|
2066
|
-
"type": "string",
|
|
2067
|
-
"enum": [
|
|
2068
|
-
"memory",
|
|
2069
|
-
"sqlite",
|
|
2070
|
-
"postgres",
|
|
2071
|
-
"custom"
|
|
2072
|
-
]
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
"additionalProperties": true
|
|
2078
|
-
},
|
|
2079
|
-
"AnthropicExtension": {
|
|
2080
|
-
"type": "object",
|
|
2081
|
-
"description": "Anthropic Claude API integration extension",
|
|
2082
|
-
"properties": {
|
|
2083
|
-
"enabled": {
|
|
2084
|
-
"type": "boolean",
|
|
2085
|
-
"default": false,
|
|
2086
|
-
"description": "Enable Anthropic Claude integration"
|
|
2087
|
-
},
|
|
2088
|
-
"model": {
|
|
2089
|
-
"type": "string",
|
|
2090
|
-
"enum": [
|
|
2091
|
-
"claude-opus-4-5-20251101",
|
|
2092
|
-
"claude-sonnet-4-5-20250929",
|
|
2093
|
-
"claude-haiku-4-5-20251001",
|
|
2094
|
-
"claude-3-5-sonnet-20241022",
|
|
2095
|
-
"claude-3-5-haiku-20241022",
|
|
2096
|
-
"claude-3-opus-20240229",
|
|
2097
|
-
"claude-3-sonnet-20240229",
|
|
2098
|
-
"claude-3-haiku-20240307"
|
|
2099
|
-
],
|
|
2100
|
-
"default": "claude-sonnet-4-5-20250929",
|
|
2101
|
-
"description": "Claude model version"
|
|
2102
|
-
},
|
|
2103
|
-
"system": {
|
|
2104
|
-
"type": "string",
|
|
2105
|
-
"description": "System prompt (overrides spec.role if provided)"
|
|
2106
|
-
},
|
|
2107
|
-
"max_tokens": {
|
|
2108
|
-
"type": "integer",
|
|
2109
|
-
"minimum": 1,
|
|
2110
|
-
"maximum": 32000,
|
|
2111
|
-
"default": 4096,
|
|
2112
|
-
"description": "Maximum tokens in response (Claude 4.5 supports up to 32K output tokens)"
|
|
2113
|
-
},
|
|
2114
|
-
"temperature": {
|
|
2115
|
-
"type": "number",
|
|
2116
|
-
"minimum": 0,
|
|
2117
|
-
"maximum": 1,
|
|
2118
|
-
"default": 1,
|
|
2119
|
-
"description": "Sampling temperature"
|
|
2120
|
-
},
|
|
2121
|
-
"tools": {
|
|
2122
|
-
"type": "array",
|
|
2123
|
-
"description": "Claude tools/capabilities",
|
|
2124
|
-
"items": {
|
|
2125
|
-
"type": "object",
|
|
2126
|
-
"properties": {
|
|
2127
|
-
"name": {
|
|
2128
|
-
"type": "string"
|
|
2129
|
-
},
|
|
2130
|
-
"description": {
|
|
2131
|
-
"type": "string"
|
|
2132
|
-
},
|
|
2133
|
-
"input_schema": {
|
|
2134
|
-
"type": "object",
|
|
2135
|
-
"description": "Tool input schema (JSON Schema)"
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
"required": [
|
|
2139
|
-
"name",
|
|
2140
|
-
"description",
|
|
2141
|
-
"input_schema"
|
|
2142
|
-
]
|
|
2143
|
-
}
|
|
2144
|
-
},
|
|
2145
|
-
"streaming": {
|
|
2146
|
-
"type": "boolean",
|
|
2147
|
-
"default": false,
|
|
2148
|
-
"description": "Enable streaming responses"
|
|
2149
|
-
},
|
|
2150
|
-
"stop_sequences": {
|
|
2151
|
-
"type": "array",
|
|
2152
|
-
"items": {
|
|
2153
|
-
"type": "string"
|
|
2154
|
-
},
|
|
2155
|
-
"description": "Stop sequences for response generation"
|
|
2156
|
-
}
|
|
2157
|
-
},
|
|
2158
|
-
"additionalProperties": true
|
|
2159
|
-
},
|
|
2160
|
-
"GoogleADKExtension": {
|
|
2161
|
-
"type": "object",
|
|
2162
|
-
"description": "Google Agent Development Kit (ADK) integration extension (v0.2.5)",
|
|
2163
|
-
"properties": {
|
|
2164
|
-
"enabled": {
|
|
2165
|
-
"type": "boolean",
|
|
2166
|
-
"default": false,
|
|
2167
|
-
"description": "Enable Google ADK integration"
|
|
2168
|
-
},
|
|
2169
|
-
"agent_type": {
|
|
2170
|
-
"type": "string",
|
|
2171
|
-
"enum": [
|
|
2172
|
-
"llm_agent",
|
|
2173
|
-
"sequential_agent",
|
|
2174
|
-
"parallel_agent",
|
|
2175
|
-
"loop_agent",
|
|
2176
|
-
"conditional_agent",
|
|
2177
|
-
"custom"
|
|
2178
|
-
],
|
|
2179
|
-
"default": "llm_agent",
|
|
2180
|
-
"description": "ADK agent type"
|
|
2181
|
-
},
|
|
2182
|
-
"model": {
|
|
2183
|
-
"type": "string",
|
|
2184
|
-
"description": "Gemini model to use",
|
|
2185
|
-
"examples": [
|
|
2186
|
-
"gemini-2.0-flash-exp",
|
|
2187
|
-
"gemini-1.5-pro"
|
|
2188
|
-
]
|
|
2189
|
-
},
|
|
2190
|
-
"instruction": {
|
|
2191
|
-
"type": "string",
|
|
2192
|
-
"description": "Agent instruction (overrides spec.role if provided)"
|
|
2193
|
-
},
|
|
2194
|
-
"tools": {
|
|
2195
|
-
"type": "array",
|
|
2196
|
-
"description": "ADK tools configuration",
|
|
2197
|
-
"items": {
|
|
2198
|
-
"type": "object",
|
|
2199
|
-
"properties": {
|
|
2200
|
-
"name": {
|
|
2201
|
-
"type": "string"
|
|
2202
|
-
},
|
|
2203
|
-
"type": {
|
|
2204
|
-
"type": "string",
|
|
2205
|
-
"enum": [
|
|
2206
|
-
"function",
|
|
2207
|
-
"agent",
|
|
2208
|
-
"mcp_server"
|
|
2209
|
-
]
|
|
2210
|
-
},
|
|
2211
|
-
"config": {
|
|
2212
|
-
"type": "object",
|
|
2213
|
-
"additionalProperties": true
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
},
|
|
2218
|
-
"sub_agents": {
|
|
2219
|
-
"type": "array",
|
|
2220
|
-
"description": "Sub-agent references for orchestration",
|
|
2221
|
-
"items": {
|
|
2222
|
-
"type": "string"
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
"session": {
|
|
2226
|
-
"type": "object",
|
|
2227
|
-
"description": "Session management configuration",
|
|
2228
|
-
"properties": {
|
|
2229
|
-
"service": {
|
|
2230
|
-
"type": "string",
|
|
2231
|
-
"enum": [
|
|
2232
|
-
"in_memory",
|
|
2233
|
-
"database",
|
|
2234
|
-
"vertex_ai"
|
|
2235
|
-
],
|
|
2236
|
-
"default": "in_memory"
|
|
2237
|
-
},
|
|
2238
|
-
"state_schema": {
|
|
2239
|
-
"type": "object",
|
|
2240
|
-
"description": "Session state schema"
|
|
2241
|
-
}
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
"memory": {
|
|
2245
|
-
"type": "object",
|
|
2246
|
-
"description": "Memory service configuration",
|
|
2247
|
-
"properties": {
|
|
2248
|
-
"enabled": {
|
|
2249
|
-
"type": "boolean",
|
|
2250
|
-
"default": false
|
|
2251
|
-
},
|
|
2252
|
-
"service": {
|
|
2253
|
-
"type": "string",
|
|
2254
|
-
"enum": [
|
|
2255
|
-
"in_memory",
|
|
2256
|
-
"vertex_ai_rag"
|
|
2257
|
-
]
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
|
-
"callbacks": {
|
|
2262
|
-
"type": "object",
|
|
2263
|
-
"description": "Lifecycle callbacks",
|
|
2264
|
-
"properties": {
|
|
2265
|
-
"before_agent_callback": {
|
|
2266
|
-
"type": "string"
|
|
2267
|
-
},
|
|
2268
|
-
"after_agent_callback": {
|
|
2269
|
-
"type": "string"
|
|
2270
|
-
},
|
|
2271
|
-
"before_model_callback": {
|
|
2272
|
-
"type": "string"
|
|
2273
|
-
},
|
|
2274
|
-
"after_model_callback": {
|
|
2275
|
-
"type": "string"
|
|
2276
|
-
}
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
"additionalProperties": true
|
|
2281
|
-
},
|
|
2282
|
-
"A2AExtension": {
|
|
2283
|
-
"type": "object",
|
|
2284
|
-
"description": "Agent-to-Agent (A2A) protocol extension for inter-agent communication",
|
|
2285
|
-
"properties": {
|
|
2286
|
-
"enabled": {
|
|
2287
|
-
"type": "boolean",
|
|
2288
|
-
"default": false,
|
|
2289
|
-
"description": "Enable A2A protocol support"
|
|
2290
|
-
},
|
|
2291
|
-
"agent_card": {
|
|
2292
|
-
"type": "object",
|
|
2293
|
-
"description": "A2A Agent Card configuration for discovery",
|
|
2294
|
-
"properties": {
|
|
2295
|
-
"name": {
|
|
2296
|
-
"type": "string",
|
|
2297
|
-
"description": "Agent display name"
|
|
2298
|
-
},
|
|
2299
|
-
"description": {
|
|
2300
|
-
"type": "string",
|
|
2301
|
-
"description": "Agent description for discovery"
|
|
2302
|
-
},
|
|
2303
|
-
"url": {
|
|
2304
|
-
"type": "string",
|
|
2305
|
-
"format": "uri",
|
|
2306
|
-
"description": "Agent endpoint URL"
|
|
2307
|
-
},
|
|
2308
|
-
"version": {
|
|
2309
|
-
"type": "string",
|
|
2310
|
-
"description": "Agent version"
|
|
2311
|
-
},
|
|
2312
|
-
"capabilities": {
|
|
2313
|
-
"type": "array",
|
|
2314
|
-
"items": {
|
|
2315
|
-
"type": "string"
|
|
2316
|
-
},
|
|
2317
|
-
"description": "List of capabilities the agent exposes"
|
|
2318
|
-
},
|
|
2319
|
-
"authentication": {
|
|
2320
|
-
"type": "object",
|
|
2321
|
-
"properties": {
|
|
2322
|
-
"schemes": {
|
|
2323
|
-
"type": "array",
|
|
2324
|
-
"items": {
|
|
2325
|
-
"type": "string",
|
|
2326
|
-
"enum": ["bearer", "oauth2", "mtls", "apikey", "none"]
|
|
2327
|
-
},
|
|
2328
|
-
"description": "Supported authentication schemes"
|
|
2329
|
-
}
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
"provider": {
|
|
2333
|
-
"type": "object",
|
|
2334
|
-
"properties": {
|
|
2335
|
-
"organization": {
|
|
2336
|
-
"type": "string"
|
|
2337
|
-
},
|
|
2338
|
-
"url": {
|
|
2339
|
-
"type": "string",
|
|
2340
|
-
"format": "uri"
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
|
-
}
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
"supported_content_types": {
|
|
2347
|
-
"type": "array",
|
|
2348
|
-
"items": {
|
|
2349
|
-
"type": "string"
|
|
2350
|
-
},
|
|
2351
|
-
"default": ["application/json"],
|
|
2352
|
-
"description": "Content types the agent can process",
|
|
2353
|
-
"examples": [
|
|
2354
|
-
["application/json", "text/plain", "application/x-ndjson"]
|
|
2355
|
-
]
|
|
2356
|
-
},
|
|
2357
|
-
"skills": {
|
|
2358
|
-
"type": "array",
|
|
2359
|
-
"description": "Skills exposed via A2A protocol",
|
|
2360
|
-
"items": {
|
|
2361
|
-
"type": "object",
|
|
2362
|
-
"properties": {
|
|
2363
|
-
"id": {
|
|
2364
|
-
"type": "string",
|
|
2365
|
-
"description": "Skill identifier"
|
|
2366
|
-
},
|
|
2367
|
-
"name": {
|
|
2368
|
-
"type": "string",
|
|
2369
|
-
"description": "Skill display name"
|
|
2370
|
-
},
|
|
2371
|
-
"description": {
|
|
2372
|
-
"type": "string",
|
|
2373
|
-
"description": "Skill description"
|
|
2374
|
-
},
|
|
2375
|
-
"input_modes": {
|
|
2376
|
-
"type": "array",
|
|
2377
|
-
"items": {
|
|
2378
|
-
"type": "string",
|
|
2379
|
-
"enum": ["text", "file", "data"]
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
"output_modes": {
|
|
2383
|
-
"type": "array",
|
|
2384
|
-
"items": {
|
|
2385
|
-
"type": "string",
|
|
2386
|
-
"enum": ["text", "file", "data"]
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
"streaming": {
|
|
2393
|
-
"type": "string",
|
|
2394
|
-
"enum": ["none", "response"],
|
|
2395
|
-
"default": "none",
|
|
2396
|
-
"description": "A2A streaming mode"
|
|
2397
|
-
},
|
|
2398
|
-
"push_notifications": {
|
|
2399
|
-
"type": "object",
|
|
2400
|
-
"description": "Push notification configuration",
|
|
2401
|
-
"properties": {
|
|
2402
|
-
"enabled": {
|
|
2403
|
-
"type": "boolean",
|
|
2404
|
-
"default": false
|
|
2405
|
-
},
|
|
2406
|
-
"webhook_url": {
|
|
2407
|
-
"type": "string",
|
|
2408
|
-
"format": "uri",
|
|
2409
|
-
"description": "Webhook URL for push notifications"
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
"additionalProperties": true
|
|
2415
|
-
},
|
|
2416
|
-
"AgentsMdSection": {
|
|
2417
|
-
"type": "object",
|
|
2418
|
-
"description": "Configuration for a single agents.md section",
|
|
2419
|
-
"properties": {
|
|
2420
|
-
"enabled": {
|
|
2421
|
-
"type": "boolean",
|
|
2422
|
-
"default": true,
|
|
2423
|
-
"description": "Whether this section is enabled"
|
|
2424
|
-
},
|
|
2425
|
-
"source": {
|
|
2426
|
-
"type": "string",
|
|
2427
|
-
"description": "OSSA manifest path to derive content from (e.g., 'spec.tools', 'spec.constraints')"
|
|
2428
|
-
},
|
|
2429
|
-
"custom": {
|
|
2430
|
-
"type": "string",
|
|
2431
|
-
"description": "Custom markdown content for this section"
|
|
2432
|
-
},
|
|
2433
|
-
"title_format": {
|
|
2434
|
-
"type": "string",
|
|
2435
|
-
"description": "Format string for section title (supports template variables)"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
"additionalProperties": false
|
|
2439
|
-
},
|
|
2440
|
-
"AgentsMdExtension": {
|
|
2441
|
-
"type": "object",
|
|
2442
|
-
"description": "OpenAI agents.md repository guidance generation extension",
|
|
2443
|
-
"properties": {
|
|
2444
|
-
"enabled": {
|
|
2445
|
-
"type": "boolean",
|
|
2446
|
-
"default": false,
|
|
2447
|
-
"description": "Enable agents.md generation"
|
|
2448
|
-
},
|
|
2449
|
-
"generate": {
|
|
2450
|
-
"type": "boolean",
|
|
2451
|
-
"default": true,
|
|
2452
|
-
"description": "Auto-generate AGENTS.md from manifest"
|
|
2453
|
-
},
|
|
2454
|
-
"output_path": {
|
|
2455
|
-
"type": "string",
|
|
2456
|
-
"default": "AGENTS.md",
|
|
2457
|
-
"description": "Output path for generated AGENTS.md file"
|
|
2458
|
-
},
|
|
2459
|
-
"sections": {
|
|
2460
|
-
"type": "object",
|
|
2461
|
-
"description": "Configuration for agents.md sections",
|
|
2462
|
-
"properties": {
|
|
2463
|
-
"dev_environment": {
|
|
2464
|
-
"$ref": "#/definitions/AgentsMdSection",
|
|
2465
|
-
"description": "Development environment setup instructions"
|
|
2466
|
-
},
|
|
2467
|
-
"testing": {
|
|
2468
|
-
"$ref": "#/definitions/AgentsMdSection",
|
|
2469
|
-
"description": "Testing instructions and requirements"
|
|
2470
|
-
},
|
|
2471
|
-
"pr_instructions": {
|
|
2472
|
-
"$ref": "#/definitions/AgentsMdSection",
|
|
2473
|
-
"description": "Pull request guidelines and requirements"
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
"additionalProperties": false
|
|
2477
|
-
},
|
|
2478
|
-
"sync": {
|
|
2479
|
-
"type": "object",
|
|
2480
|
-
"description": "Synchronization configuration",
|
|
2481
|
-
"properties": {
|
|
2482
|
-
"on_manifest_change": {
|
|
2483
|
-
"type": "boolean",
|
|
2484
|
-
"default": true,
|
|
2485
|
-
"description": "Automatically sync AGENTS.md when manifest changes"
|
|
2486
|
-
},
|
|
2487
|
-
"include_comments": {
|
|
2488
|
-
"type": "boolean",
|
|
2489
|
-
"default": true,
|
|
2490
|
-
"description": "Include explanatory comments in generated AGENTS.md"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
"additionalProperties": false
|
|
2494
|
-
},
|
|
2495
|
-
"cursor_integration": {
|
|
2496
|
-
"type": "boolean",
|
|
2497
|
-
"default": false,
|
|
2498
|
-
"description": "Generate Cursor-compatible content in AGENTS.md"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2501
|
-
"additionalProperties": true
|
|
2502
|
-
},
|
|
2503
|
-
"Security": {
|
|
2504
|
-
"type": "object",
|
|
2505
|
-
"description": "Security configuration for agent operations",
|
|
2506
|
-
"properties": {
|
|
2507
|
-
"authentication": {
|
|
2508
|
-
"type": "object",
|
|
2509
|
-
"properties": {
|
|
2510
|
-
"required": {
|
|
2511
|
-
"type": "boolean",
|
|
2512
|
-
"default": true,
|
|
2513
|
-
"description": "Whether authentication is required"
|
|
2514
|
-
},
|
|
2515
|
-
"methods": {
|
|
2516
|
-
"type": "array",
|
|
2517
|
-
"items": {
|
|
2518
|
-
"type": "string",
|
|
2519
|
-
"enum": ["bearer", "oauth2", "mtls", "apikey", "jwt", "saml"]
|
|
2520
|
-
},
|
|
2521
|
-
"description": "Supported authentication methods"
|
|
2522
|
-
},
|
|
2523
|
-
"mfa_required": {
|
|
2524
|
-
"type": "boolean",
|
|
2525
|
-
"default": false,
|
|
2526
|
-
"description": "Require multi-factor authentication"
|
|
2527
|
-
}
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
"authorization": {
|
|
2531
|
-
"type": "object",
|
|
2532
|
-
"properties": {
|
|
2533
|
-
"model": {
|
|
2534
|
-
"type": "string",
|
|
2535
|
-
"enum": ["rbac", "abac", "acl", "custom"],
|
|
2536
|
-
"default": "rbac",
|
|
2537
|
-
"description": "Authorization model"
|
|
2538
|
-
},
|
|
2539
|
-
"roles": {
|
|
2540
|
-
"type": "array",
|
|
2541
|
-
"items": {
|
|
2542
|
-
"type": "string"
|
|
2543
|
-
},
|
|
2544
|
-
"description": "Required roles for agent access"
|
|
2545
|
-
},
|
|
2546
|
-
"permissions": {
|
|
2547
|
-
"type": "array",
|
|
2548
|
-
"items": {
|
|
2549
|
-
"type": "string"
|
|
2550
|
-
},
|
|
2551
|
-
"description": "Required permissions"
|
|
2552
|
-
}
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
|
-
"encryption": {
|
|
2556
|
-
"type": "object",
|
|
2557
|
-
"properties": {
|
|
2558
|
-
"in_transit": {
|
|
2559
|
-
"type": "object",
|
|
2560
|
-
"properties": {
|
|
2561
|
-
"enabled": {
|
|
2562
|
-
"type": "boolean",
|
|
2563
|
-
"default": true
|
|
2564
|
-
},
|
|
2565
|
-
"tls_version": {
|
|
2566
|
-
"type": "string",
|
|
2567
|
-
"enum": ["1.2", "1.3"],
|
|
2568
|
-
"default": "1.3"
|
|
2569
|
-
},
|
|
2570
|
-
"cipher_suites": {
|
|
2571
|
-
"type": "array",
|
|
2572
|
-
"items": {
|
|
2573
|
-
"type": "string"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
}
|
|
2577
|
-
},
|
|
2578
|
-
"at_rest": {
|
|
2579
|
-
"type": "object",
|
|
2580
|
-
"properties": {
|
|
2581
|
-
"enabled": {
|
|
2582
|
-
"type": "boolean",
|
|
2583
|
-
"default": false
|
|
2584
|
-
},
|
|
2585
|
-
"algorithm": {
|
|
2586
|
-
"type": "string",
|
|
2587
|
-
"enum": ["aes-256-gcm", "aes-256-cbc", "chacha20-poly1305"],
|
|
2588
|
-
"default": "aes-256-gcm"
|
|
2589
|
-
},
|
|
2590
|
-
"key_management": {
|
|
2591
|
-
"type": "string",
|
|
2592
|
-
"enum": ["kms", "vault", "hsm", "manual"],
|
|
2593
|
-
"description": "Key management system"
|
|
2594
|
-
}
|
|
2595
|
-
}
|
|
2596
|
-
}
|
|
2597
|
-
}
|
|
2598
|
-
},
|
|
2599
|
-
"secrets": {
|
|
2600
|
-
"type": "object",
|
|
2601
|
-
"properties": {
|
|
2602
|
-
"provider": {
|
|
2603
|
-
"type": "string",
|
|
2604
|
-
"enum": ["vault", "aws_secrets_manager", "azure_key_vault", "gcp_secret_manager", "kubernetes"],
|
|
2605
|
-
"description": "Secret management provider"
|
|
2606
|
-
},
|
|
2607
|
-
"rotation": {
|
|
2608
|
-
"type": "object",
|
|
2609
|
-
"properties": {
|
|
2610
|
-
"enabled": {
|
|
2611
|
-
"type": "boolean",
|
|
2612
|
-
"default": false
|
|
2613
|
-
},
|
|
2614
|
-
"interval_days": {
|
|
2615
|
-
"type": "integer",
|
|
2616
|
-
"minimum": 1,
|
|
2617
|
-
"description": "Secret rotation interval in days"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2622
|
-
},
|
|
2623
|
-
"audit": {
|
|
2624
|
-
"type": "object",
|
|
2625
|
-
"properties": {
|
|
2626
|
-
"enabled": {
|
|
2627
|
-
"type": "boolean",
|
|
2628
|
-
"default": true
|
|
2629
|
-
},
|
|
2630
|
-
"log_level": {
|
|
2631
|
-
"type": "string",
|
|
2632
|
-
"enum": ["minimal", "standard", "detailed"],
|
|
2633
|
-
"default": "standard"
|
|
2634
|
-
},
|
|
2635
|
-
"retention_days": {
|
|
2636
|
-
"type": "integer",
|
|
2637
|
-
"minimum": 1,
|
|
2638
|
-
"description": "Audit log retention period"
|
|
2639
|
-
},
|
|
2640
|
-
"pii_redaction": {
|
|
2641
|
-
"type": "boolean",
|
|
2642
|
-
"default": true,
|
|
2643
|
-
"description": "Redact PII from audit logs"
|
|
2644
|
-
}
|
|
2645
|
-
}
|
|
2646
|
-
},
|
|
2647
|
-
"compliance": {
|
|
2648
|
-
"type": "object",
|
|
2649
|
-
"properties": {
|
|
2650
|
-
"frameworks": {
|
|
2651
|
-
"type": "array",
|
|
2652
|
-
"items": {
|
|
2653
|
-
"type": "string",
|
|
2654
|
-
"enum": ["soc2", "hipaa", "gdpr", "fedramp", "pci-dss", "iso27001"]
|
|
2655
|
-
},
|
|
2656
|
-
"description": "Compliance frameworks this agent adheres to"
|
|
2657
|
-
},
|
|
2658
|
-
"data_residency": {
|
|
2659
|
-
"type": "array",
|
|
2660
|
-
"items": {
|
|
2661
|
-
"type": "string"
|
|
2662
|
-
},
|
|
2663
|
-
"description": "Allowed data residency regions (ISO 3166-1 alpha-2)"
|
|
2664
|
-
}
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
"additionalProperties": false
|
|
2669
|
-
},
|
|
2670
|
-
"Reliability": {
|
|
2671
|
-
"type": "object",
|
|
2672
|
-
"description": "Reliability and resilience configuration",
|
|
2673
|
-
"properties": {
|
|
2674
|
-
"sla": {
|
|
2675
|
-
"type": "object",
|
|
2676
|
-
"properties": {
|
|
2677
|
-
"availability_percent": {
|
|
2678
|
-
"type": "number",
|
|
2679
|
-
"minimum": 0,
|
|
2680
|
-
"maximum": 100,
|
|
2681
|
-
"description": "Target availability percentage (e.g., 99.9)"
|
|
2682
|
-
},
|
|
2683
|
-
"latency_p50_ms": {
|
|
2684
|
-
"type": "number",
|
|
2685
|
-
"minimum": 0,
|
|
2686
|
-
"description": "P50 latency target in milliseconds"
|
|
2687
|
-
},
|
|
2688
|
-
"latency_p95_ms": {
|
|
2689
|
-
"type": "number",
|
|
2690
|
-
"minimum": 0,
|
|
2691
|
-
"description": "P95 latency target in milliseconds"
|
|
2692
|
-
},
|
|
2693
|
-
"latency_p99_ms": {
|
|
2694
|
-
"type": "number",
|
|
2695
|
-
"minimum": 0,
|
|
2696
|
-
"description": "P99 latency target in milliseconds"
|
|
2697
|
-
},
|
|
2698
|
-
"error_rate_percent": {
|
|
2699
|
-
"type": "number",
|
|
2700
|
-
"minimum": 0,
|
|
2701
|
-
"maximum": 100,
|
|
2702
|
-
"description": "Maximum acceptable error rate percentage"
|
|
2703
|
-
}
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
"circuit_breaker": {
|
|
2707
|
-
"type": "object",
|
|
2708
|
-
"properties": {
|
|
2709
|
-
"enabled": {
|
|
2710
|
-
"type": "boolean",
|
|
2711
|
-
"default": true
|
|
2712
|
-
},
|
|
2713
|
-
"failure_threshold": {
|
|
2714
|
-
"type": "integer",
|
|
2715
|
-
"minimum": 1,
|
|
2716
|
-
"default": 5,
|
|
2717
|
-
"description": "Number of failures before opening circuit"
|
|
2718
|
-
},
|
|
2719
|
-
"timeout_seconds": {
|
|
2720
|
-
"type": "number",
|
|
2721
|
-
"minimum": 0,
|
|
2722
|
-
"default": 60,
|
|
2723
|
-
"description": "Time to wait before attempting to close circuit"
|
|
2724
|
-
},
|
|
2725
|
-
"half_open_requests": {
|
|
2726
|
-
"type": "integer",
|
|
2727
|
-
"minimum": 1,
|
|
2728
|
-
"default": 3,
|
|
2729
|
-
"description": "Number of test requests in half-open state"
|
|
2730
|
-
}
|
|
2731
|
-
}
|
|
2732
|
-
},
|
|
2733
|
-
"health_check": {
|
|
2734
|
-
"type": "object",
|
|
2735
|
-
"properties": {
|
|
2736
|
-
"enabled": {
|
|
2737
|
-
"type": "boolean",
|
|
2738
|
-
"default": true
|
|
2739
|
-
},
|
|
2740
|
-
"endpoint": {
|
|
2741
|
-
"type": "string",
|
|
2742
|
-
"description": "Health check endpoint path"
|
|
2743
|
-
},
|
|
2744
|
-
"interval_seconds": {
|
|
2745
|
-
"type": "integer",
|
|
2746
|
-
"minimum": 1,
|
|
2747
|
-
"default": 30,
|
|
2748
|
-
"description": "Health check interval"
|
|
2749
|
-
},
|
|
2750
|
-
"timeout_seconds": {
|
|
2751
|
-
"type": "integer",
|
|
2752
|
-
"minimum": 1,
|
|
2753
|
-
"default": 5
|
|
2754
|
-
},
|
|
2755
|
-
"unhealthy_threshold": {
|
|
2756
|
-
"type": "integer",
|
|
2757
|
-
"minimum": 1,
|
|
2758
|
-
"default": 3,
|
|
2759
|
-
"description": "Consecutive failures before marking unhealthy"
|
|
2760
|
-
},
|
|
2761
|
-
"healthy_threshold": {
|
|
2762
|
-
"type": "integer",
|
|
2763
|
-
"minimum": 1,
|
|
2764
|
-
"default": 2,
|
|
2765
|
-
"description": "Consecutive successes before marking healthy"
|
|
2766
|
-
}
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
"failover": {
|
|
2770
|
-
"type": "object",
|
|
2771
|
-
"properties": {
|
|
2772
|
-
"enabled": {
|
|
2773
|
-
"type": "boolean",
|
|
2774
|
-
"default": false
|
|
2775
|
-
},
|
|
2776
|
-
"strategy": {
|
|
2777
|
-
"type": "string",
|
|
2778
|
-
"enum": ["active-passive", "active-active", "round-robin"],
|
|
2779
|
-
"default": "active-passive"
|
|
2780
|
-
},
|
|
2781
|
-
"fallback_agents": {
|
|
2782
|
-
"type": "array",
|
|
2783
|
-
"items": {
|
|
2784
|
-
"type": "string"
|
|
2785
|
-
},
|
|
2786
|
-
"description": "List of fallback agent IDs"
|
|
2787
|
-
}
|
|
2788
|
-
}
|
|
2789
|
-
},
|
|
2790
|
-
"disaster_recovery": {
|
|
2791
|
-
"type": "object",
|
|
2792
|
-
"properties": {
|
|
2793
|
-
"enabled": {
|
|
2794
|
-
"type": "boolean",
|
|
2795
|
-
"default": false
|
|
2796
|
-
},
|
|
2797
|
-
"rpo_minutes": {
|
|
2798
|
-
"type": "integer",
|
|
2799
|
-
"minimum": 0,
|
|
2800
|
-
"description": "Recovery Point Objective in minutes"
|
|
2801
|
-
},
|
|
2802
|
-
"rto_minutes": {
|
|
2803
|
-
"type": "integer",
|
|
2804
|
-
"minimum": 0,
|
|
2805
|
-
"description": "Recovery Time Objective in minutes"
|
|
2806
|
-
},
|
|
2807
|
-
"backup_regions": {
|
|
2808
|
-
"type": "array",
|
|
2809
|
-
"items": {
|
|
2810
|
-
"type": "string"
|
|
2811
|
-
},
|
|
2812
|
-
"description": "Backup deployment regions"
|
|
2813
|
-
}
|
|
2814
|
-
}
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
"additionalProperties": false
|
|
2818
|
-
},
|
|
2819
|
-
"Collaboration": {
|
|
2820
|
-
"type": "object",
|
|
2821
|
-
"description": "Multi-agent collaboration and orchestration",
|
|
2822
|
-
"properties": {
|
|
2823
|
-
"mode": {
|
|
2824
|
-
"type": "string",
|
|
2825
|
-
"enum": ["standalone", "collaborative", "orchestrated"],
|
|
2826
|
-
"default": "standalone",
|
|
2827
|
-
"description": "Agent collaboration mode"
|
|
2828
|
-
},
|
|
2829
|
-
"handoffs": {
|
|
2830
|
-
"type": "array",
|
|
2831
|
-
"description": "Agent handoff configuration",
|
|
2832
|
-
"items": {
|
|
2833
|
-
"type": "object",
|
|
2834
|
-
"properties": {
|
|
2835
|
-
"target_agent": {
|
|
2836
|
-
"type": "string",
|
|
2837
|
-
"description": "Target agent ID for handoff"
|
|
2838
|
-
},
|
|
2839
|
-
"conditions": {
|
|
2840
|
-
"type": "array",
|
|
2841
|
-
"items": {
|
|
2842
|
-
"type": "string"
|
|
2843
|
-
},
|
|
2844
|
-
"description": "Conditions that trigger handoff"
|
|
2845
|
-
},
|
|
2846
|
-
"context_transfer": {
|
|
2847
|
-
"type": "string",
|
|
2848
|
-
"enum": ["full", "partial", "minimal"],
|
|
2849
|
-
"default": "partial",
|
|
2850
|
-
"description": "How much context to transfer"
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
"delegation": {
|
|
2856
|
-
"type": "object",
|
|
2857
|
-
"properties": {
|
|
2858
|
-
"enabled": {
|
|
2859
|
-
"type": "boolean",
|
|
2860
|
-
"default": false
|
|
2861
|
-
},
|
|
2862
|
-
"allowed_agents": {
|
|
2863
|
-
"type": "array",
|
|
2864
|
-
"items": {
|
|
2865
|
-
"type": "string"
|
|
2866
|
-
},
|
|
2867
|
-
"description": "Agents this agent can delegate to"
|
|
2868
|
-
},
|
|
2869
|
-
"max_depth": {
|
|
2870
|
-
"type": "integer",
|
|
2871
|
-
"minimum": 1,
|
|
2872
|
-
"default": 3,
|
|
2873
|
-
"description": "Maximum delegation depth"
|
|
2874
|
-
}
|
|
2875
|
-
}
|
|
2876
|
-
},
|
|
2877
|
-
"communication": {
|
|
2878
|
-
"type": "object",
|
|
2879
|
-
"properties": {
|
|
2880
|
-
"protocols": {
|
|
2881
|
-
"type": "array",
|
|
2882
|
-
"items": {
|
|
2883
|
-
"type": "string",
|
|
2884
|
-
"enum": ["a2a", "mcp", "http", "grpc", "websocket"]
|
|
2885
|
-
},
|
|
2886
|
-
"description": "Supported inter-agent communication protocols"
|
|
2887
|
-
},
|
|
2888
|
-
"message_format": {
|
|
2889
|
-
"type": "string",
|
|
2890
|
-
"enum": ["json", "protobuf", "msgpack"],
|
|
2891
|
-
"default": "json"
|
|
2892
|
-
}
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
"orchestration": {
|
|
2896
|
-
"type": "object",
|
|
2897
|
-
"properties": {
|
|
2898
|
-
"role": {
|
|
2899
|
-
"type": "string",
|
|
2900
|
-
"enum": ["orchestrator", "worker", "both"],
|
|
2901
|
-
"description": "Agent's role in orchestration"
|
|
2902
|
-
},
|
|
2903
|
-
"workflow_engine": {
|
|
2904
|
-
"type": "string",
|
|
2905
|
-
"enum": ["langgraph", "autogen", "crewai", "custom"],
|
|
2906
|
-
"description": "Workflow orchestration engine"
|
|
2907
|
-
}
|
|
2908
|
-
}
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
"additionalProperties": false
|
|
2912
|
-
},
|
|
2913
|
-
"Safety": {
|
|
2914
|
-
"type": "object",
|
|
2915
|
-
"description": "Safety and content moderation configuration",
|
|
2916
|
-
"properties": {
|
|
2917
|
-
"content_filtering": {
|
|
2918
|
-
"type": "object",
|
|
2919
|
-
"properties": {
|
|
2920
|
-
"enabled": {
|
|
2921
|
-
"type": "boolean",
|
|
2922
|
-
"default": true
|
|
2923
|
-
},
|
|
2924
|
-
"categories": {
|
|
2925
|
-
"type": "array",
|
|
2926
|
-
"items": {
|
|
2927
|
-
"type": "string",
|
|
2928
|
-
"enum": ["hate", "violence", "sexual", "self-harm", "profanity", "pii"]
|
|
2929
|
-
},
|
|
2930
|
-
"description": "Content categories to filter"
|
|
2931
|
-
},
|
|
2932
|
-
"threshold": {
|
|
2933
|
-
"type": "string",
|
|
2934
|
-
"enum": ["low", "medium", "high"],
|
|
2935
|
-
"default": "medium",
|
|
2936
|
-
"description": "Filtering sensitivity threshold"
|
|
2937
|
-
},
|
|
2938
|
-
"action": {
|
|
2939
|
-
"type": "string",
|
|
2940
|
-
"enum": ["block", "warn", "log"],
|
|
2941
|
-
"default": "block",
|
|
2942
|
-
"description": "Action when harmful content detected"
|
|
2943
|
-
}
|
|
2944
|
-
}
|
|
2945
|
-
},
|
|
2946
|
-
"pii_detection": {
|
|
2947
|
-
"type": "object",
|
|
2948
|
-
"properties": {
|
|
2949
|
-
"enabled": {
|
|
2950
|
-
"type": "boolean",
|
|
2951
|
-
"default": true
|
|
2952
|
-
},
|
|
2953
|
-
"types": {
|
|
2954
|
-
"type": "array",
|
|
2955
|
-
"items": {
|
|
2956
|
-
"type": "string",
|
|
2957
|
-
"enum": ["email", "phone", "ssn", "credit_card", "ip_address", "name", "address"]
|
|
2958
|
-
},
|
|
2959
|
-
"description": "PII types to detect"
|
|
2960
|
-
},
|
|
2961
|
-
"action": {
|
|
2962
|
-
"type": "string",
|
|
2963
|
-
"enum": ["redact", "block", "warn", "log"],
|
|
2964
|
-
"default": "redact",
|
|
2965
|
-
"description": "Action when PII detected"
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
},
|
|
2969
|
-
"rate_limiting": {
|
|
2970
|
-
"type": "object",
|
|
2971
|
-
"properties": {
|
|
2972
|
-
"enabled": {
|
|
2973
|
-
"type": "boolean",
|
|
2974
|
-
"default": true
|
|
2975
|
-
},
|
|
2976
|
-
"requests_per_minute": {
|
|
2977
|
-
"type": "integer",
|
|
2978
|
-
"minimum": 1,
|
|
2979
|
-
"description": "Maximum requests per minute per user"
|
|
2980
|
-
},
|
|
2981
|
-
"requests_per_hour": {
|
|
2982
|
-
"type": "integer",
|
|
2983
|
-
"minimum": 1,
|
|
2984
|
-
"description": "Maximum requests per hour per user"
|
|
2985
|
-
},
|
|
2986
|
-
"burst_limit": {
|
|
2987
|
-
"type": "integer",
|
|
2988
|
-
"minimum": 1,
|
|
2989
|
-
"description": "Maximum burst requests"
|
|
2990
|
-
}
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
|
-
"guardrails": {
|
|
2994
|
-
"type": "object",
|
|
2995
|
-
"properties": {
|
|
2996
|
-
"enabled": {
|
|
2997
|
-
"type": "boolean",
|
|
2998
|
-
"default": true
|
|
2999
|
-
},
|
|
3000
|
-
"policies": {
|
|
3001
|
-
"type": "array",
|
|
3002
|
-
"items": {
|
|
3003
|
-
"type": "object",
|
|
3004
|
-
"properties": {
|
|
3005
|
-
"name": {
|
|
3006
|
-
"type": "string"
|
|
3007
|
-
},
|
|
3008
|
-
"type": {
|
|
3009
|
-
"type": "string",
|
|
3010
|
-
"enum": ["input", "output", "both"]
|
|
3011
|
-
},
|
|
3012
|
-
"rules": {
|
|
3013
|
-
"type": "array",
|
|
3014
|
-
"items": {
|
|
3015
|
-
"type": "string"
|
|
3016
|
-
}
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
|
-
"description": "Safety guardrail policies"
|
|
3021
|
-
},
|
|
3022
|
-
"max_tool_calls": {
|
|
3023
|
-
"type": "integer",
|
|
3024
|
-
"minimum": 1,
|
|
3025
|
-
"description": "Maximum tool calls per execution"
|
|
3026
|
-
},
|
|
3027
|
-
"max_execution_time_seconds": {
|
|
3028
|
-
"type": "integer",
|
|
3029
|
-
"minimum": 1,
|
|
3030
|
-
"description": "Maximum execution time"
|
|
3031
|
-
}
|
|
3032
|
-
}
|
|
3033
|
-
},
|
|
3034
|
-
"human_in_loop": {
|
|
3035
|
-
"type": "object",
|
|
3036
|
-
"properties": {
|
|
3037
|
-
"enabled": {
|
|
3038
|
-
"type": "boolean",
|
|
3039
|
-
"default": false
|
|
3040
|
-
},
|
|
3041
|
-
"triggers": {
|
|
3042
|
-
"type": "array",
|
|
3043
|
-
"items": {
|
|
3044
|
-
"type": "string",
|
|
3045
|
-
"enum": ["high_risk_action", "low_confidence", "policy_violation", "user_request"]
|
|
3046
|
-
},
|
|
3047
|
-
"description": "Conditions that trigger human review"
|
|
3048
|
-
},
|
|
3049
|
-
"timeout_seconds": {
|
|
3050
|
-
"type": "integer",
|
|
3051
|
-
"minimum": 1,
|
|
3052
|
-
"description": "Timeout waiting for human response"
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
"additionalProperties": false
|
|
3058
|
-
},
|
|
3059
|
-
"Deployment": {
|
|
3060
|
-
"type": "object",
|
|
3061
|
-
"description": "Deployment and lifecycle management configuration",
|
|
3062
|
-
"properties": {
|
|
3063
|
-
"strategy": {
|
|
3064
|
-
"type": "string",
|
|
3065
|
-
"enum": ["rolling", "blue-green", "canary", "recreate"],
|
|
3066
|
-
"default": "rolling",
|
|
3067
|
-
"description": "Deployment strategy"
|
|
3068
|
-
},
|
|
3069
|
-
"canary": {
|
|
3070
|
-
"type": "object",
|
|
3071
|
-
"properties": {
|
|
3072
|
-
"enabled": {
|
|
3073
|
-
"type": "boolean",
|
|
3074
|
-
"default": false
|
|
3075
|
-
},
|
|
3076
|
-
"initial_traffic_percent": {
|
|
3077
|
-
"type": "number",
|
|
3078
|
-
"minimum": 0,
|
|
3079
|
-
"maximum": 100,
|
|
3080
|
-
"default": 10,
|
|
3081
|
-
"description": "Initial traffic percentage for canary"
|
|
3082
|
-
},
|
|
3083
|
-
"increment_percent": {
|
|
3084
|
-
"type": "number",
|
|
3085
|
-
"minimum": 0,
|
|
3086
|
-
"maximum": 100,
|
|
3087
|
-
"default": 10,
|
|
3088
|
-
"description": "Traffic increment per step"
|
|
3089
|
-
},
|
|
3090
|
-
"interval_minutes": {
|
|
3091
|
-
"type": "integer",
|
|
3092
|
-
"minimum": 1,
|
|
3093
|
-
"default": 5,
|
|
3094
|
-
"description": "Time between traffic increments"
|
|
3095
|
-
},
|
|
3096
|
-
"success_criteria": {
|
|
3097
|
-
"type": "object",
|
|
3098
|
-
"properties": {
|
|
3099
|
-
"error_rate_threshold": {
|
|
3100
|
-
"type": "number",
|
|
3101
|
-
"minimum": 0,
|
|
3102
|
-
"maximum": 100
|
|
3103
|
-
},
|
|
3104
|
-
"latency_p95_threshold_ms": {
|
|
3105
|
-
"type": "number",
|
|
3106
|
-
"minimum": 0
|
|
3107
|
-
}
|
|
3108
|
-
}
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
|
-
"rollback": {
|
|
3113
|
-
"type": "object",
|
|
3114
|
-
"properties": {
|
|
3115
|
-
"enabled": {
|
|
3116
|
-
"type": "boolean",
|
|
3117
|
-
"default": true
|
|
3118
|
-
},
|
|
3119
|
-
"automatic": {
|
|
3120
|
-
"type": "boolean",
|
|
3121
|
-
"default": false,
|
|
3122
|
-
"description": "Automatically rollback on failure"
|
|
3123
|
-
},
|
|
3124
|
-
"triggers": {
|
|
3125
|
-
"type": "array",
|
|
3126
|
-
"items": {
|
|
3127
|
-
"type": "string",
|
|
3128
|
-
"enum": ["error_rate", "latency", "health_check", "manual"]
|
|
3129
|
-
},
|
|
3130
|
-
"description": "Conditions that trigger rollback"
|
|
3131
|
-
}
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
"versioning": {
|
|
3135
|
-
"type": "object",
|
|
3136
|
-
"properties": {
|
|
3137
|
-
"scheme": {
|
|
3138
|
-
"type": "string",
|
|
3139
|
-
"enum": ["semver", "timestamp", "git_sha"],
|
|
3140
|
-
"default": "semver"
|
|
3141
|
-
},
|
|
3142
|
-
"compatibility": {
|
|
3143
|
-
"type": "string",
|
|
3144
|
-
"enum": ["backward", "forward", "both", "none"],
|
|
3145
|
-
"default": "backward",
|
|
3146
|
-
"description": "Version compatibility mode"
|
|
3147
|
-
}
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
"testing": {
|
|
3151
|
-
"type": "object",
|
|
3152
|
-
"properties": {
|
|
3153
|
-
"dry_run": {
|
|
3154
|
-
"type": "boolean",
|
|
3155
|
-
"default": false,
|
|
3156
|
-
"description": "Enable dry-run mode for testing"
|
|
3157
|
-
},
|
|
3158
|
-
"shadow_mode": {
|
|
3159
|
-
"type": "boolean",
|
|
3160
|
-
"default": false,
|
|
3161
|
-
"description": "Run in shadow mode (process but don't act)"
|
|
3162
|
-
},
|
|
3163
|
-
"test_traffic_percent": {
|
|
3164
|
-
"type": "number",
|
|
3165
|
-
"minimum": 0,
|
|
3166
|
-
"maximum": 100,
|
|
3167
|
-
"description": "Percentage of traffic to use for testing"
|
|
3168
|
-
}
|
|
3169
|
-
}
|
|
3170
|
-
},
|
|
3171
|
-
"lifecycle": {
|
|
3172
|
-
"type": "object",
|
|
3173
|
-
"properties": {
|
|
3174
|
-
"startup_probe": {
|
|
3175
|
-
"type": "object",
|
|
3176
|
-
"properties": {
|
|
3177
|
-
"enabled": {
|
|
3178
|
-
"type": "boolean",
|
|
3179
|
-
"default": true
|
|
3180
|
-
},
|
|
3181
|
-
"initial_delay_seconds": {
|
|
3182
|
-
"type": "integer",
|
|
3183
|
-
"minimum": 0,
|
|
3184
|
-
"default": 0
|
|
3185
|
-
},
|
|
3186
|
-
"period_seconds": {
|
|
3187
|
-
"type": "integer",
|
|
3188
|
-
"minimum": 1,
|
|
3189
|
-
"default": 10
|
|
3190
|
-
},
|
|
3191
|
-
"failure_threshold": {
|
|
3192
|
-
"type": "integer",
|
|
3193
|
-
"minimum": 1,
|
|
3194
|
-
"default": 3
|
|
3195
|
-
}
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3198
|
-
"readiness_probe": {
|
|
3199
|
-
"type": "object",
|
|
3200
|
-
"properties": {
|
|
3201
|
-
"enabled": {
|
|
3202
|
-
"type": "boolean",
|
|
3203
|
-
"default": true
|
|
3204
|
-
},
|
|
3205
|
-
"period_seconds": {
|
|
3206
|
-
"type": "integer",
|
|
3207
|
-
"minimum": 1,
|
|
3208
|
-
"default": 10
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
3211
|
-
},
|
|
3212
|
-
"liveness_probe": {
|
|
3213
|
-
"type": "object",
|
|
3214
|
-
"properties": {
|
|
3215
|
-
"enabled": {
|
|
3216
|
-
"type": "boolean",
|
|
3217
|
-
"default": true
|
|
3218
|
-
},
|
|
3219
|
-
"period_seconds": {
|
|
3220
|
-
"type": "integer",
|
|
3221
|
-
"minimum": 1,
|
|
3222
|
-
"default": 30
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
|
-
"graceful_shutdown": {
|
|
3227
|
-
"type": "object",
|
|
3228
|
-
"properties": {
|
|
3229
|
-
"enabled": {
|
|
3230
|
-
"type": "boolean",
|
|
3231
|
-
"default": true
|
|
3232
|
-
},
|
|
3233
|
-
"timeout_seconds": {
|
|
3234
|
-
"type": "integer",
|
|
3235
|
-
"minimum": 0,
|
|
3236
|
-
"default": 30,
|
|
3237
|
-
"description": "Time to wait for graceful shutdown"
|
|
3238
|
-
}
|
|
3239
|
-
}
|
|
3240
|
-
}
|
|
3241
|
-
}
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
"additionalProperties": false
|
|
3245
|
-
}
|
|
3246
|
-
}
|
|
3247
|
-
}
|