@bluefly/openstandardagents 0.3.1 → 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/.wiki-config.json +24 -0
- package/CHANGELOG.md +37 -1779
- package/README.md +164 -418
- 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 +3 -3
- 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/architecture-validator-bot.d.ts +8 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +1 -0
- package/dist/bot/architecture-validator-bot.js +15 -0
- package/dist/bot/architecture-validator-bot.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +7 -0
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -0
- package/dist/bot/ci-pipeline-bot.js +7 -0
- package/dist/bot/ci-pipeline-bot.js.map +1 -0
- package/dist/bot/compliance-bot.d.ts +56 -0
- package/dist/bot/compliance-bot.d.ts.map +1 -0
- package/dist/bot/compliance-bot.js +203 -0
- package/dist/bot/compliance-bot.js.map +1 -0
- package/dist/bot/dependency-updater-bot.d.ts +9 -0
- package/dist/bot/dependency-updater-bot.d.ts.map +1 -0
- package/dist/bot/dependency-updater-bot.js +9 -0
- package/dist/bot/dependency-updater-bot.js.map +1 -0
- package/dist/bot/security-scanner-bot.d.ts +11 -0
- package/dist/bot/security-scanner-bot.d.ts.map +1 -0
- package/dist/bot/security-scanner-bot.js +21 -0
- package/dist/bot/security-scanner-bot.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts +15 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-card.command.js +287 -0
- package/dist/cli/commands/agent-card.command.js.map +1 -0
- 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.d.ts +11 -0
- package/dist/cli/commands/agents.command.d.ts.map +1 -0
- package/dist/cli/commands/agents.command.js +326 -0
- package/dist/cli/commands/agents.command.js.map +1 -0
- 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 +13 -2
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +212 -30
- 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 +18 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -0
- package/dist/cli/commands/registry.command.js +427 -0
- package/dist/cli/commands/registry.command.js.map +1 -0
- 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 +14 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -0
- package/dist/cli/commands/workspace.command.js +457 -0
- package/dist/cli/commands/workspace.command.js.map +1 -0
- 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 +117 -32
- 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 +34 -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 +77 -0
- package/dist/services/codegen/codegen.service.d.ts.map +1 -0
- package/dist/services/codegen/codegen.service.js +142 -0
- package/dist/services/codegen/codegen.service.js.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts +41 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.js +178 -0
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -0
- 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/openapi.generator.d.ts +46 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.js +157 -0
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -0
- package/dist/services/codegen/generators/types.generator.d.ts +27 -0
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/types.generator.js +97 -0
- package/dist/services/codegen/generators/types.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts +43 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +163 -0
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -0
- package/dist/services/codegen/generators/zod.generator.d.ts +31 -0
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/zod.generator.js +135 -0
- package/dist/services/codegen/generators/zod.generator.js.map +1 -0
- package/dist/services/codegen/index.d.ts +35 -0
- package/dist/services/codegen/index.d.ts.map +1 -0
- package/dist/services/codegen/index.js +38 -0
- package/dist/services/codegen/index.js.map +1 -0
- 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 +804 -0
- 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.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.2/access_tiers.yaml +375 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/adapters/drupal.md +7 -7
- package/dist/spec/{v0.3.0 → v0.3.2}/adapters/symfony.md +4 -4
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +63 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/{spec/v0.3.0 → 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 +205 -0
- package/dist/spec/{v0.3.0 → 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 +137 -0
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +103 -0
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/{spec/v0.3.0/ossa-0.3.0.schema.json → dist/spec/v0.3.2/ossa-0.3.2.schema.json} +634 -34
- package/dist/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/agent-unified.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/capabilities.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/functions.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/subscription.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/runtime.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/taxonomy.yaml +3 -3
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/unified-llm.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/taxonomy.yaml +114 -7
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/adapters/drupal.md +7 -7
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/symfony.md +4 -4
- package/dist/spec/{v0.3.0 → 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/{spec/v0.3.0 → dist/spec/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/{spec/v0.3.0 → dist/spec/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/{spec/v0.3.0 → dist/spec/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.3/runtime-bindings/anthropic.yaml +209 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/capabilities.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/functions.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/runtime.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/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/dist/spec/{v0.3.0 → v0.3.3}/taxonomy.yaml +114 -7
- package/dist/types/generated/ossa-0.3.2.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.types.js +10 -0
- package/dist/types/generated/ossa-0.3.2.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -0
- 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 +36 -11
- package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
- package/examples/anthropic/claude-assistant.ossa.json +4 -4
- package/examples/autogen/multi-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/cursor/code-review-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/langflow/workflow-agent.ossa.json +2 -2
- package/examples/langgraph/state-machine-agent.ossa.json +2 -2
- package/examples/llamaindex/rag-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/openai/swarm-agent.ossa.json +2 -2
- 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 +55 -0
- package/examples/showcase/code-assistant.ossa.yaml +104 -0
- package/examples/showcase/code-reviewer.ossa.yaml +58 -0
- package/examples/showcase/compliance-validator.ossa.yaml +61 -0
- package/examples/showcase/content-writer.ossa.yaml +70 -0
- package/examples/showcase/data-transformer.ossa.yaml +76 -0
- package/examples/showcase/doc-generator.ossa.yaml +66 -0
- package/examples/showcase/security-scanner.ossa.yaml +66 -0
- package/examples/showcase/test-generator.ossa.yaml +37 -0
- package/examples/showcase/workflow-orchestrator.ossa.yaml +114 -0
- 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 +2 -2
- 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/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -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 +1437 -0
- 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 +4 -4
- 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 +2 -2
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +2 -2
- 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 +4 -4
- 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 +2 -2
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +4 -4
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +2 -2
- 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 +39 -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 +804 -0
- 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.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.2/access_tiers.yaml +375 -0
- package/spec/v0.3.2/adapters/drupal.md +541 -0
- package/spec/v0.3.2/adapters/symfony.md +659 -0
- package/spec/v0.3.2/agent-test.schema.json +75 -0
- package/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +63 -0
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +91 -0
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +80 -0
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +131 -0
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +137 -0
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +103 -0
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.2/extensions/drupal.md +417 -0
- package/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +634 -34
- package/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/spec/v0.3.2/protocols/sse.md +494 -0
- package/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/spec/v0.3.2/protocols/websocket.md +362 -0
- package/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.2/taxonomy.yaml +363 -0
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/spec/v0.3.3/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.3/access_tiers.yaml +375 -0
- package/spec/v0.3.3/adapters/drupal.md +541 -0
- package/spec/v0.3.3/adapters/symfony.md +659 -0
- package/spec/v0.3.3/agent-test.schema.json +75 -0
- 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.3/examples/drupal-content-writer.ossa.yaml +91 -0
- package/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +80 -0
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +131 -0
- 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.3/extensions/drupal.md +417 -0
- 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.3/protocols/sse.md +494 -0
- package/spec/v0.3.3/protocols/webrtc.md +600 -0
- package/spec/v0.3.3/protocols/websocket.md +362 -0
- 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.3/runtime-bindings/anthropic.yaml +209 -0
- package/spec/v0.3.3/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.3/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.3/schemas/functions.yaml +75 -0
- package/spec/v0.3.3/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.3/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.3/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.3/schemas/runtime.yaml +102 -0
- package/spec/v0.3.3/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.3/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.3/taxonomy.yaml +363 -0
- 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/dist/spec/v0.3.1/ossa-0.3.0.schema.json +0 -2787
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +0 -60
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +0 -68
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +0 -106
- 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/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/dist/spec/{v0.3.0 → v0.3.2}/protocols/sse.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.2}/protocols/webrtc.md +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/{spec/v0.3.0 → dist/spec/v0.3.3}/protocols/sse.md +0 -0
- /package/{spec/v0.3.0 → dist/spec/v0.3.3}/protocols/webrtc.md +0 -0
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
# OSSA Agent Identity Extension v0.3.3
|
|
2
|
+
# Comprehensive specification for agent identity, authentication, and attribution
|
|
3
|
+
---
|
|
4
|
+
$schema: http://json-schema.org/draft-07/schema#
|
|
5
|
+
$id: https://openstandardagents.org/schemas/v0.3.3/extensions/agent-identity.json
|
|
6
|
+
title: OSSA Agent Identity Extension
|
|
7
|
+
version: 0.3.3
|
|
8
|
+
description: |
|
|
9
|
+
The Agent Identity Extension enables OSSA agents to operate with authenticated
|
|
10
|
+
identities across DevOps platforms (GitLab, GitHub, Azure DevOps, Bitbucket).
|
|
11
|
+
|
|
12
|
+
Key capabilities:
|
|
13
|
+
- Service account integration with automatic git attribution
|
|
14
|
+
- Pattern-based auto-detection of agent identity from working directory
|
|
15
|
+
- Token management with secure storage and rotation policies
|
|
16
|
+
- DORA metrics tracking for agent performance measurement
|
|
17
|
+
- Session management for Claude Code and similar AI assistants
|
|
18
|
+
- Multi-provider identity federation for complex environments
|
|
19
|
+
- Compliance and audit logging integration
|
|
20
|
+
|
|
21
|
+
# Schema Definition
|
|
22
|
+
definitions:
|
|
23
|
+
AgentIdentity:
|
|
24
|
+
type: object
|
|
25
|
+
description: Complete agent identity configuration
|
|
26
|
+
properties:
|
|
27
|
+
# Primary provider configuration
|
|
28
|
+
provider:
|
|
29
|
+
type: string
|
|
30
|
+
enum:
|
|
31
|
+
- gitlab
|
|
32
|
+
- github
|
|
33
|
+
- azure-devops
|
|
34
|
+
- bitbucket
|
|
35
|
+
- generic
|
|
36
|
+
description: Primary identity provider type
|
|
37
|
+
|
|
38
|
+
# Service account configuration
|
|
39
|
+
service_account:
|
|
40
|
+
$ref: "#/definitions/ServiceAccount"
|
|
41
|
+
|
|
42
|
+
# Authentication configuration
|
|
43
|
+
authentication:
|
|
44
|
+
$ref: "#/definitions/AuthenticationConfig"
|
|
45
|
+
|
|
46
|
+
# Token source configuration
|
|
47
|
+
token_source:
|
|
48
|
+
$ref: "#/definitions/TokenSource"
|
|
49
|
+
|
|
50
|
+
# Auto-detection patterns
|
|
51
|
+
patterns:
|
|
52
|
+
type: array
|
|
53
|
+
items:
|
|
54
|
+
type: string
|
|
55
|
+
description: |
|
|
56
|
+
Glob patterns for auto-detection based on working directory.
|
|
57
|
+
Uses picomatch syntax. Patterns are matched against absolute paths.
|
|
58
|
+
Examples: "*/agent-buildkit", "*/common_npm/*", "**/drupal-modules/*"
|
|
59
|
+
|
|
60
|
+
# Fallback identity chain
|
|
61
|
+
fallback:
|
|
62
|
+
type: array
|
|
63
|
+
items:
|
|
64
|
+
$ref: "#/definitions/FallbackIdentity"
|
|
65
|
+
description: |
|
|
66
|
+
Fallback identity chain. If primary identity cannot be resolved,
|
|
67
|
+
attempts each fallback in order until one succeeds.
|
|
68
|
+
|
|
69
|
+
# DORA metrics tracking
|
|
70
|
+
dora_tracking:
|
|
71
|
+
$ref: "#/definitions/DORATracking"
|
|
72
|
+
|
|
73
|
+
# Session management (Claude Code integration)
|
|
74
|
+
session:
|
|
75
|
+
$ref: "#/definitions/SessionConfig"
|
|
76
|
+
|
|
77
|
+
# Observability/OpenTelemetry identity
|
|
78
|
+
observability:
|
|
79
|
+
$ref: "#/definitions/ObservabilityIdentity"
|
|
80
|
+
|
|
81
|
+
# Compliance requirements
|
|
82
|
+
compliance:
|
|
83
|
+
$ref: "#/definitions/IdentityCompliance"
|
|
84
|
+
|
|
85
|
+
# Security policies
|
|
86
|
+
security:
|
|
87
|
+
$ref: "#/definitions/IdentitySecurity"
|
|
88
|
+
|
|
89
|
+
ServiceAccount:
|
|
90
|
+
type: object
|
|
91
|
+
description: Service account details for automated operations
|
|
92
|
+
required:
|
|
93
|
+
- username
|
|
94
|
+
- email
|
|
95
|
+
properties:
|
|
96
|
+
id:
|
|
97
|
+
oneOf:
|
|
98
|
+
- type: integer
|
|
99
|
+
- type: string
|
|
100
|
+
description: Provider-specific account ID (numeric for GitLab, string for others)
|
|
101
|
+
username:
|
|
102
|
+
type: string
|
|
103
|
+
pattern: "^[a-z0-9_-]+$"
|
|
104
|
+
minLength: 1
|
|
105
|
+
maxLength: 64
|
|
106
|
+
description: Service account username
|
|
107
|
+
email:
|
|
108
|
+
type: string
|
|
109
|
+
format: email
|
|
110
|
+
description: Service account email for git attribution
|
|
111
|
+
display_name:
|
|
112
|
+
type: string
|
|
113
|
+
description: Human-readable display name
|
|
114
|
+
avatar_url:
|
|
115
|
+
type: string
|
|
116
|
+
format: uri
|
|
117
|
+
description: Avatar URL for the service account
|
|
118
|
+
created_at:
|
|
119
|
+
type: string
|
|
120
|
+
format: date-time
|
|
121
|
+
description: When the service account was created
|
|
122
|
+
roles:
|
|
123
|
+
type: array
|
|
124
|
+
items:
|
|
125
|
+
type: string
|
|
126
|
+
enum:
|
|
127
|
+
- developer
|
|
128
|
+
- maintainer
|
|
129
|
+
- owner
|
|
130
|
+
- reporter
|
|
131
|
+
- guest
|
|
132
|
+
description: Roles assigned to this service account
|
|
133
|
+
|
|
134
|
+
AuthenticationConfig:
|
|
135
|
+
type: object
|
|
136
|
+
description: Authentication method configuration
|
|
137
|
+
properties:
|
|
138
|
+
method:
|
|
139
|
+
type: string
|
|
140
|
+
enum:
|
|
141
|
+
- personal_access_token
|
|
142
|
+
- project_access_token
|
|
143
|
+
- group_access_token
|
|
144
|
+
- deploy_token
|
|
145
|
+
- oauth2
|
|
146
|
+
- ssh_key
|
|
147
|
+
- mtls
|
|
148
|
+
- github_app
|
|
149
|
+
- azure_service_principal
|
|
150
|
+
default: personal_access_token
|
|
151
|
+
description: Authentication method type
|
|
152
|
+
scopes:
|
|
153
|
+
type: array
|
|
154
|
+
items:
|
|
155
|
+
type: string
|
|
156
|
+
description: |
|
|
157
|
+
Required token scopes. Provider-specific.
|
|
158
|
+
GitLab: api, read_user, read_repository, write_repository
|
|
159
|
+
GitHub: repo, user, admin:org
|
|
160
|
+
auto_refresh:
|
|
161
|
+
type: boolean
|
|
162
|
+
default: false
|
|
163
|
+
description: Automatically refresh token before expiry
|
|
164
|
+
expiry_warning_days:
|
|
165
|
+
type: integer
|
|
166
|
+
default: 7
|
|
167
|
+
minimum: 1
|
|
168
|
+
maximum: 90
|
|
169
|
+
description: Days before expiry to warn about token rotation
|
|
170
|
+
rotation_policy:
|
|
171
|
+
type: object
|
|
172
|
+
properties:
|
|
173
|
+
enabled:
|
|
174
|
+
type: boolean
|
|
175
|
+
default: false
|
|
176
|
+
interval_days:
|
|
177
|
+
type: integer
|
|
178
|
+
default: 90
|
|
179
|
+
minimum: 7
|
|
180
|
+
maximum: 365
|
|
181
|
+
notify_on_rotation:
|
|
182
|
+
type: boolean
|
|
183
|
+
default: true
|
|
184
|
+
description: Token rotation policy configuration
|
|
185
|
+
|
|
186
|
+
TokenSource:
|
|
187
|
+
type: object
|
|
188
|
+
description: Token/credential source configuration with priority order
|
|
189
|
+
properties:
|
|
190
|
+
env_var:
|
|
191
|
+
type: string
|
|
192
|
+
pattern: "^[A-Z][A-Z0-9_]*$"
|
|
193
|
+
description: |
|
|
194
|
+
Environment variable name containing the token.
|
|
195
|
+
Highest priority - checked first.
|
|
196
|
+
file_path:
|
|
197
|
+
type: string
|
|
198
|
+
description: |
|
|
199
|
+
Path to token file. Supports ~ expansion.
|
|
200
|
+
Second priority - checked if env_var not set.
|
|
201
|
+
vault:
|
|
202
|
+
type: object
|
|
203
|
+
properties:
|
|
204
|
+
path:
|
|
205
|
+
type: string
|
|
206
|
+
description: Vault secret path (e.g., secret/data/gitlab-token)
|
|
207
|
+
key:
|
|
208
|
+
type: string
|
|
209
|
+
default: value
|
|
210
|
+
description: Key within the Vault secret
|
|
211
|
+
role:
|
|
212
|
+
type: string
|
|
213
|
+
description: Vault role for authentication
|
|
214
|
+
description: |
|
|
215
|
+
HashiCorp Vault configuration.
|
|
216
|
+
Third priority - checked if file_path not available.
|
|
217
|
+
kubernetes_secret:
|
|
218
|
+
type: object
|
|
219
|
+
properties:
|
|
220
|
+
name:
|
|
221
|
+
type: string
|
|
222
|
+
description: Secret name
|
|
223
|
+
namespace:
|
|
224
|
+
type: string
|
|
225
|
+
description: Kubernetes namespace
|
|
226
|
+
key:
|
|
227
|
+
type: string
|
|
228
|
+
default: token
|
|
229
|
+
description: Key within the secret
|
|
230
|
+
description: |
|
|
231
|
+
Kubernetes secret configuration for cloud-native deployments.
|
|
232
|
+
Fourth priority.
|
|
233
|
+
gcp_secret_manager:
|
|
234
|
+
type: object
|
|
235
|
+
properties:
|
|
236
|
+
project:
|
|
237
|
+
type: string
|
|
238
|
+
description: GCP project ID
|
|
239
|
+
secret:
|
|
240
|
+
type: string
|
|
241
|
+
description: Secret name
|
|
242
|
+
version:
|
|
243
|
+
type: string
|
|
244
|
+
default: latest
|
|
245
|
+
description: Secret version
|
|
246
|
+
description: GCP Secret Manager configuration
|
|
247
|
+
aws_secrets_manager:
|
|
248
|
+
type: object
|
|
249
|
+
properties:
|
|
250
|
+
region:
|
|
251
|
+
type: string
|
|
252
|
+
description: AWS region
|
|
253
|
+
secret_id:
|
|
254
|
+
type: string
|
|
255
|
+
description: Secret ARN or name
|
|
256
|
+
key:
|
|
257
|
+
type: string
|
|
258
|
+
description: JSON key within the secret
|
|
259
|
+
description: AWS Secrets Manager configuration
|
|
260
|
+
azure_key_vault:
|
|
261
|
+
type: object
|
|
262
|
+
properties:
|
|
263
|
+
vault_url:
|
|
264
|
+
type: string
|
|
265
|
+
format: uri
|
|
266
|
+
description: Azure Key Vault URL
|
|
267
|
+
secret_name:
|
|
268
|
+
type: string
|
|
269
|
+
description: Secret name
|
|
270
|
+
description: Azure Key Vault configuration
|
|
271
|
+
|
|
272
|
+
FallbackIdentity:
|
|
273
|
+
type: object
|
|
274
|
+
description: Fallback identity configuration
|
|
275
|
+
required:
|
|
276
|
+
- provider
|
|
277
|
+
- service_account
|
|
278
|
+
properties:
|
|
279
|
+
provider:
|
|
280
|
+
type: string
|
|
281
|
+
enum:
|
|
282
|
+
- gitlab
|
|
283
|
+
- github
|
|
284
|
+
- azure-devops
|
|
285
|
+
- bitbucket
|
|
286
|
+
- generic
|
|
287
|
+
service_account:
|
|
288
|
+
$ref: "#/definitions/ServiceAccount"
|
|
289
|
+
token_source:
|
|
290
|
+
$ref: "#/definitions/TokenSource"
|
|
291
|
+
condition:
|
|
292
|
+
type: object
|
|
293
|
+
description: Conditions under which this fallback is used
|
|
294
|
+
properties:
|
|
295
|
+
pattern_match:
|
|
296
|
+
type: array
|
|
297
|
+
items:
|
|
298
|
+
type: string
|
|
299
|
+
description: Only use this fallback for these patterns
|
|
300
|
+
platform_unavailable:
|
|
301
|
+
type: boolean
|
|
302
|
+
description: Use when primary platform is unavailable
|
|
303
|
+
|
|
304
|
+
DORATracking:
|
|
305
|
+
type: object
|
|
306
|
+
description: DORA metrics tracking configuration
|
|
307
|
+
properties:
|
|
308
|
+
enabled:
|
|
309
|
+
type: boolean
|
|
310
|
+
default: false
|
|
311
|
+
description: Enable DORA metrics tracking for this agent
|
|
312
|
+
metrics:
|
|
313
|
+
type: array
|
|
314
|
+
items:
|
|
315
|
+
type: string
|
|
316
|
+
enum:
|
|
317
|
+
- deployment_frequency
|
|
318
|
+
- lead_time
|
|
319
|
+
- change_failure_rate
|
|
320
|
+
- mttr
|
|
321
|
+
uniqueItems: true
|
|
322
|
+
description: DORA metrics to track
|
|
323
|
+
labels:
|
|
324
|
+
type: object
|
|
325
|
+
additionalProperties:
|
|
326
|
+
type: string
|
|
327
|
+
description: Additional labels to add to all metrics
|
|
328
|
+
prometheus:
|
|
329
|
+
type: object
|
|
330
|
+
properties:
|
|
331
|
+
push_gateway:
|
|
332
|
+
type: string
|
|
333
|
+
format: uri
|
|
334
|
+
description: Prometheus Pushgateway URL
|
|
335
|
+
job_name:
|
|
336
|
+
type: string
|
|
337
|
+
description: Prometheus job name
|
|
338
|
+
description: Prometheus-specific configuration
|
|
339
|
+
classifications:
|
|
340
|
+
type: object
|
|
341
|
+
description: DORA classification thresholds
|
|
342
|
+
properties:
|
|
343
|
+
deployment_frequency:
|
|
344
|
+
type: object
|
|
345
|
+
properties:
|
|
346
|
+
elite:
|
|
347
|
+
type: string
|
|
348
|
+
description: "Threshold for Elite (e.g., 'multiple_per_day')"
|
|
349
|
+
high:
|
|
350
|
+
type: string
|
|
351
|
+
medium:
|
|
352
|
+
type: string
|
|
353
|
+
low:
|
|
354
|
+
type: string
|
|
355
|
+
lead_time:
|
|
356
|
+
type: object
|
|
357
|
+
properties:
|
|
358
|
+
elite:
|
|
359
|
+
type: string
|
|
360
|
+
description: "Threshold in hours (e.g., '1')"
|
|
361
|
+
high:
|
|
362
|
+
type: string
|
|
363
|
+
medium:
|
|
364
|
+
type: string
|
|
365
|
+
low:
|
|
366
|
+
type: string
|
|
367
|
+
|
|
368
|
+
SessionConfig:
|
|
369
|
+
type: object
|
|
370
|
+
description: Session management for Claude Code integration
|
|
371
|
+
properties:
|
|
372
|
+
init_on_start:
|
|
373
|
+
type: boolean
|
|
374
|
+
default: true
|
|
375
|
+
description: Initialize identity when session starts
|
|
376
|
+
propagate_to_subprocesses:
|
|
377
|
+
type: boolean
|
|
378
|
+
default: true
|
|
379
|
+
description: Propagate identity env vars to spawned processes
|
|
380
|
+
git_attribution:
|
|
381
|
+
type: boolean
|
|
382
|
+
default: true
|
|
383
|
+
description: Configure git author/committer from identity
|
|
384
|
+
heartbeat_interval:
|
|
385
|
+
type: integer
|
|
386
|
+
default: 300
|
|
387
|
+
minimum: 30
|
|
388
|
+
maximum: 3600
|
|
389
|
+
description: Heartbeat interval in seconds for session tracking
|
|
390
|
+
timeout:
|
|
391
|
+
type: integer
|
|
392
|
+
default: 3600
|
|
393
|
+
minimum: 60
|
|
394
|
+
maximum: 86400
|
|
395
|
+
description: Session timeout in seconds
|
|
396
|
+
hooks:
|
|
397
|
+
type: object
|
|
398
|
+
properties:
|
|
399
|
+
pre_prompt_submit:
|
|
400
|
+
type: boolean
|
|
401
|
+
default: true
|
|
402
|
+
description: Hook into Claude Code pre-prompt-submit
|
|
403
|
+
post_session:
|
|
404
|
+
type: boolean
|
|
405
|
+
default: false
|
|
406
|
+
description: Execute cleanup on session end
|
|
407
|
+
description: Claude Code hook integration
|
|
408
|
+
|
|
409
|
+
ObservabilityIdentity:
|
|
410
|
+
type: object
|
|
411
|
+
description: OpenTelemetry service identity for distributed tracing
|
|
412
|
+
properties:
|
|
413
|
+
service_name:
|
|
414
|
+
type: string
|
|
415
|
+
description: Service name for OpenTelemetry traces
|
|
416
|
+
service_namespace:
|
|
417
|
+
type: string
|
|
418
|
+
description: Service namespace (e.g., production, staging)
|
|
419
|
+
service_version:
|
|
420
|
+
type: string
|
|
421
|
+
pattern: "^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.]+)?$"
|
|
422
|
+
description: Service version (semver)
|
|
423
|
+
service_instance_id:
|
|
424
|
+
type: string
|
|
425
|
+
description: Unique instance identifier
|
|
426
|
+
resource_attributes:
|
|
427
|
+
type: object
|
|
428
|
+
additionalProperties:
|
|
429
|
+
type: string
|
|
430
|
+
description: Additional OpenTelemetry resource attributes
|
|
431
|
+
|
|
432
|
+
IdentityCompliance:
|
|
433
|
+
type: object
|
|
434
|
+
description: Compliance requirements for identity management
|
|
435
|
+
properties:
|
|
436
|
+
require_mfa:
|
|
437
|
+
type: boolean
|
|
438
|
+
default: false
|
|
439
|
+
description: Require MFA for service account authentication
|
|
440
|
+
ip_allowlist:
|
|
441
|
+
type: array
|
|
442
|
+
items:
|
|
443
|
+
type: string
|
|
444
|
+
description: IP addresses/ranges allowed for this identity
|
|
445
|
+
audit_logging:
|
|
446
|
+
type: string
|
|
447
|
+
enum:
|
|
448
|
+
- required
|
|
449
|
+
- optional
|
|
450
|
+
- disabled
|
|
451
|
+
default: optional
|
|
452
|
+
description: Audit logging requirement level
|
|
453
|
+
data_residency:
|
|
454
|
+
type: string
|
|
455
|
+
description: Required data residency region
|
|
456
|
+
frameworks:
|
|
457
|
+
type: array
|
|
458
|
+
items:
|
|
459
|
+
type: string
|
|
460
|
+
enum:
|
|
461
|
+
- SOC2
|
|
462
|
+
- HIPAA
|
|
463
|
+
- GDPR
|
|
464
|
+
- FedRAMP
|
|
465
|
+
- PCI-DSS
|
|
466
|
+
- ISO27001
|
|
467
|
+
description: Applicable compliance frameworks
|
|
468
|
+
|
|
469
|
+
IdentitySecurity:
|
|
470
|
+
type: object
|
|
471
|
+
description: Security policies for identity management
|
|
472
|
+
properties:
|
|
473
|
+
token_encryption:
|
|
474
|
+
type: string
|
|
475
|
+
enum:
|
|
476
|
+
- none
|
|
477
|
+
- at_rest
|
|
478
|
+
- in_transit
|
|
479
|
+
- both
|
|
480
|
+
default: both
|
|
481
|
+
description: Token encryption requirements
|
|
482
|
+
minimum_token_length:
|
|
483
|
+
type: integer
|
|
484
|
+
default: 32
|
|
485
|
+
description: Minimum token length in characters
|
|
486
|
+
prohibited_actions:
|
|
487
|
+
type: array
|
|
488
|
+
items:
|
|
489
|
+
type: string
|
|
490
|
+
description: Actions this identity is prohibited from performing
|
|
491
|
+
required_approvals:
|
|
492
|
+
type: object
|
|
493
|
+
description: Actions requiring human approval
|
|
494
|
+
properties:
|
|
495
|
+
force_push:
|
|
496
|
+
type: boolean
|
|
497
|
+
default: true
|
|
498
|
+
delete_protected_branch:
|
|
499
|
+
type: boolean
|
|
500
|
+
default: true
|
|
501
|
+
modify_ci_config:
|
|
502
|
+
type: boolean
|
|
503
|
+
default: false
|
|
504
|
+
rate_limits:
|
|
505
|
+
type: object
|
|
506
|
+
properties:
|
|
507
|
+
requests_per_minute:
|
|
508
|
+
type: integer
|
|
509
|
+
default: 60
|
|
510
|
+
requests_per_hour:
|
|
511
|
+
type: integer
|
|
512
|
+
default: 1000
|
|
513
|
+
git_operations_per_hour:
|
|
514
|
+
type: integer
|
|
515
|
+
default: 100
|
|
516
|
+
description: Rate limiting configuration
|
|
517
|
+
|
|
518
|
+
# Example configurations
|
|
519
|
+
examples:
|
|
520
|
+
gitlab_service_account:
|
|
521
|
+
provider: gitlab
|
|
522
|
+
service_account:
|
|
523
|
+
id: 31840529
|
|
524
|
+
username: bot-ts-local
|
|
525
|
+
email: bot-ts-local@bluefly.io
|
|
526
|
+
roles:
|
|
527
|
+
- developer
|
|
528
|
+
authentication:
|
|
529
|
+
method: project_access_token
|
|
530
|
+
scopes:
|
|
531
|
+
- api
|
|
532
|
+
- read_repository
|
|
533
|
+
- write_repository
|
|
534
|
+
expiry_warning_days: 14
|
|
535
|
+
token_source:
|
|
536
|
+
env_var: GITLAB_BOT_TS_TOKEN
|
|
537
|
+
file_path: ~/.tokens/bot-ts-local
|
|
538
|
+
patterns:
|
|
539
|
+
- "*/common_npm/*"
|
|
540
|
+
- "*/agent-buildkit"
|
|
541
|
+
- "*/agent-studio"
|
|
542
|
+
dora_tracking:
|
|
543
|
+
enabled: true
|
|
544
|
+
metrics:
|
|
545
|
+
- deployment_frequency
|
|
546
|
+
- lead_time
|
|
547
|
+
- change_failure_rate
|
|
548
|
+
- mttr
|
|
549
|
+
session:
|
|
550
|
+
init_on_start: true
|
|
551
|
+
propagate_to_subprocesses: true
|
|
552
|
+
git_attribution: true
|
|
553
|
+
observability:
|
|
554
|
+
service_name: bot-ts-local
|
|
555
|
+
service_namespace: development
|
|
556
|
+
service_version: "1.0.0"
|
|
557
|
+
|
|
558
|
+
github_actions_bot:
|
|
559
|
+
provider: github
|
|
560
|
+
service_account:
|
|
561
|
+
username: github-actions[bot]
|
|
562
|
+
email: github-actions[bot]@users.noreply.github.com
|
|
563
|
+
authentication:
|
|
564
|
+
method: github_app
|
|
565
|
+
token_source:
|
|
566
|
+
env_var: GITHUB_TOKEN
|
|
567
|
+
patterns:
|
|
568
|
+
- "*/actions/workflows/*"
|
|
569
|
+
security:
|
|
570
|
+
prohibited_actions:
|
|
571
|
+
- force_push
|
|
572
|
+
- delete_branch
|
|
573
|
+
|
|
574
|
+
multi_provider_agent:
|
|
575
|
+
provider: gitlab
|
|
576
|
+
service_account:
|
|
577
|
+
id: 31840529
|
|
578
|
+
username: bot-ci-local
|
|
579
|
+
email: bot-ci-local@bluefly.io
|
|
580
|
+
fallback:
|
|
581
|
+
- provider: github
|
|
582
|
+
service_account:
|
|
583
|
+
username: bot-ci
|
|
584
|
+
email: bot-ci@company.com
|
|
585
|
+
token_source:
|
|
586
|
+
env_var: GITHUB_FALLBACK_TOKEN
|
|
587
|
+
condition:
|
|
588
|
+
platform_unavailable: true
|
|
589
|
+
compliance:
|
|
590
|
+
require_mfa: true
|
|
591
|
+
audit_logging: required
|
|
592
|
+
frameworks:
|
|
593
|
+
- SOC2
|
|
594
|
+
- GDPR
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Drupal Extension for OSSA v0.3.
|
|
1
|
+
# Drupal Extension for OSSA v0.3.3
|
|
2
2
|
|
|
3
3
|
## Overview
|
|
4
4
|
|
|
@@ -133,7 +133,7 @@ extensions:
|
|
|
133
133
|
An agent that generates content autonomously without user context:
|
|
134
134
|
|
|
135
135
|
```yaml
|
|
136
|
-
apiVersion: ossa/v0.3.
|
|
136
|
+
apiVersion: ossa/v0.3.3
|
|
137
137
|
kind: Agent
|
|
138
138
|
metadata:
|
|
139
139
|
name: content-writer
|
|
@@ -168,7 +168,7 @@ extensions:
|
|
|
168
168
|
An agent that reviews user-submitted content with merged permissions:
|
|
169
169
|
|
|
170
170
|
```yaml
|
|
171
|
-
apiVersion: ossa/v0.3.
|
|
171
|
+
apiVersion: ossa/v0.3.3
|
|
172
172
|
kind: Agent
|
|
173
173
|
metadata:
|
|
174
174
|
name: content-reviewer
|
|
@@ -195,7 +195,7 @@ extensions:
|
|
|
195
195
|
An agent integrated into ECA (Events-Conditions-Actions) module:
|
|
196
196
|
|
|
197
197
|
```yaml
|
|
198
|
-
apiVersion: ossa/v0.3.
|
|
198
|
+
apiVersion: ossa/v0.3.3
|
|
199
199
|
kind: Agent
|
|
200
200
|
metadata:
|
|
201
201
|
name: moderation-assistant
|
|
@@ -397,7 +397,7 @@ dependencies:
|
|
|
397
397
|
id: content_writer
|
|
398
398
|
label: Content Writer
|
|
399
399
|
manifest: |
|
|
400
|
-
apiVersion: ossa/v0.3.
|
|
400
|
+
apiVersion: ossa/v0.3.3
|
|
401
401
|
kind: Agent
|
|
402
402
|
# ... full manifest ...
|
|
403
403
|
```
|