@bluefly/openstandardagents 0.3.2 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.wiki-config.json +1 -1
- package/CHANGELOG.md +114 -1994
- package/README.md +289 -372
- package/bin/postinstall +61 -0
- package/dist/adapters/anthropic/client.d.ts.map +1 -1
- package/dist/adapters/anthropic/client.js +15 -7
- package/dist/adapters/anthropic/client.js.map +1 -1
- package/dist/adapters/anthropic/config.d.ts.map +1 -1
- package/dist/adapters/anthropic/config.js +1 -1
- package/dist/adapters/anthropic/config.js.map +1 -1
- package/dist/adapters/anthropic/index.d.ts +3 -3
- package/dist/adapters/anthropic/index.d.ts.map +1 -1
- package/dist/adapters/anthropic/index.js +1 -1
- package/dist/adapters/anthropic/index.js.map +1 -1
- package/dist/adapters/anthropic/messages.d.ts.map +1 -1
- package/dist/adapters/anthropic/messages.js +10 -4
- package/dist/adapters/anthropic/messages.js.map +1 -1
- 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 +7 -4
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/adapters/anthropic/tools.d.ts.map +1 -1
- package/dist/adapters/anthropic/tools.js +13 -6
- package/dist/adapters/anthropic/tools.js.map +1 -1
- package/dist/adapters/crewai-adapter.d.ts.map +1 -1
- package/dist/adapters/crewai-adapter.js +4 -2
- package/dist/adapters/crewai-adapter.js.map +1 -1
- package/dist/adapters/drupal/index.d.ts.map +1 -1
- package/dist/adapters/drupal/index.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.d.ts.map +1 -1
- package/dist/adapters/langflow-adapter.js +9 -3
- 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 +65 -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 +62 -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 +22 -16
- 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 +280 -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 +65 -0
- package/dist/adapters/phoenix.adapter.js.map +1 -0
- package/dist/adapters/symfony/index.d.ts.map +1 -1
- package/dist/adapters/symfony/index.js +2 -1
- package/dist/adapters/symfony/index.js.map +1 -1
- package/dist/bot/agent-architecture_validator.d.ts +8 -0
- package/dist/bot/agent-architecture_validator.d.ts.map +1 -0
- package/dist/bot/agent-architecture_validator.js +15 -0
- package/dist/bot/agent-architecture_validator.js.map +1 -0
- package/dist/bot/agent-ci_pipeline.d.ts +7 -0
- package/dist/bot/agent-ci_pipeline.d.ts.map +1 -0
- package/dist/bot/agent-ci_pipeline.js +7 -0
- package/dist/bot/agent-ci_pipeline.js.map +1 -0
- package/dist/bot/agent-compliance.d.ts +56 -0
- package/dist/bot/agent-compliance.d.ts.map +1 -0
- package/dist/bot/agent-compliance.js +222 -0
- package/dist/bot/agent-compliance.js.map +1 -0
- package/dist/bot/agent-dependency_updater.d.ts +9 -0
- package/dist/bot/agent-dependency_updater.d.ts.map +1 -0
- package/dist/bot/agent-dependency_updater.js +9 -0
- package/dist/bot/agent-dependency_updater.js.map +1 -0
- package/dist/bot/agent-security_scanner.d.ts +11 -0
- package/dist/bot/agent-security_scanner.d.ts.map +1 -0
- package/dist/bot/agent-security_scanner.js +21 -0
- package/dist/bot/agent-security_scanner.js.map +1 -0
- 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 +24 -16
- 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 +12 -14
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/agents.command.d.ts.map +1 -1
- package/dist/cli/commands/agents.command.js +31 -14
- 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 +21 -0
- package/dist/cli/commands/catalog/index.d.ts.map +1 -0
- package/dist/cli/commands/catalog/index.js +46 -0
- package/dist/cli/commands/catalog/index.js.map +1 -0
- package/dist/cli/commands/catalog/info.command.d.ts +3 -0
- package/dist/cli/commands/catalog/info.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/info.command.js +137 -0
- package/dist/cli/commands/catalog/info.command.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/search.command.d.ts +3 -0
- package/dist/cli/commands/catalog/search.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/search.command.js +47 -0
- package/dist/cli/commands/catalog/search.command.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 +221 -0
- package/dist/cli/commands/compliance.command.js.map +1 -0
- package/dist/cli/commands/conformance.command.d.ts +14 -0
- package/dist/cli/commands/conformance.command.d.ts.map +1 -0
- package/dist/cli/commands/conformance.command.js +232 -0
- package/dist/cli/commands/conformance.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 +42 -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 +64 -108
- package/dist/cli/commands/dependencies.command.js.map +1 -1
- package/dist/cli/commands/deploy.command.d.ts.map +1 -1
- package/dist/cli/commands/deploy.command.js +4 -2
- package/dist/cli/commands/deploy.command.js.map +1 -1
- package/dist/cli/commands/deploy.d.ts.map +1 -1
- package/dist/cli/commands/deploy.js +20 -4
- package/dist/cli/commands/deploy.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 +32 -16
- 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 +7 -3
- 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 +116 -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 +193 -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 +19 -13
- 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/gitlab-agent.command.d.ts.map +1 -1
- package/dist/cli/commands/gitlab-agent.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/info.command.d.ts.map +1 -1
- package/dist/cli/commands/info.command.js.map +1 -1
- package/dist/cli/commands/init.command.d.ts.map +1 -1
- package/dist/cli/commands/init.command.js +7 -3
- package/dist/cli/commands/init.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 +113 -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 +25 -60
- 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 +118 -0
- package/dist/cli/commands/llms-txt.command.js.map +1 -0
- package/dist/cli/commands/migrate-batch.command.d.ts +19 -0
- package/dist/cli/commands/migrate-batch.command.d.ts.map +1 -0
- package/dist/cli/commands/migrate-batch.command.js +223 -0
- package/dist/cli/commands/migrate-batch.command.js.map +1 -0
- package/dist/cli/commands/migrate-langchain.command.d.ts +23 -0
- package/dist/cli/commands/migrate-langchain.command.d.ts.map +1 -0
- package/dist/cli/commands/migrate-langchain.command.js +167 -0
- package/dist/cli/commands/migrate-langchain.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.d.ts.map +1 -1
- package/dist/cli/commands/migrate.command.js +7 -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 +77 -32
- 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 +28 -23
- package/dist/cli/commands/registry.command.js.map +1 -1
- package/dist/cli/commands/run.command.d.ts.map +1 -1
- package/dist/cli/commands/run.command.js +3 -2
- package/dist/cli/commands/run.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 +230 -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 +13 -7
- package/dist/cli/commands/schema.command.js.map +1 -1
- package/dist/cli/commands/search.command.d.ts.map +1 -1
- package/dist/cli/commands/search.command.js.map +1 -1
- package/dist/cli/commands/serve.command.d.ts.map +1 -1
- package/dist/cli/commands/serve.command.js +8 -3
- package/dist/cli/commands/serve.command.js.map +1 -1
- package/dist/cli/commands/setup.command.d.ts.map +1 -1
- package/dist/cli/commands/setup.command.js +30 -26
- 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 +281 -0
- package/dist/cli/commands/standardize.command.js.map +1 -0
- package/dist/cli/commands/sync.command.d.ts.map +1 -1
- 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 +91 -16
- 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 +33 -2
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/wizard.command.d.ts +12 -0
- package/dist/cli/commands/wizard.command.d.ts.map +1 -0
- package/dist/cli/commands/wizard.command.js +836 -0
- package/dist/cli/commands/wizard.command.js.map +1 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -1
- package/dist/cli/commands/workspace.command.js +51 -52
- 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 +345 -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 +182 -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 -35
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.d.ts.map +1 -1
- package/dist/cli/utils/error-formatter.js +33 -12
- 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 +182 -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-discovery.d.ts +63 -0
- package/dist/cli/utils/manifest-discovery.d.ts.map +1 -0
- package/dist/cli/utils/manifest-discovery.js +201 -0
- package/dist/cli/utils/manifest-discovery.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/migration-reporter.d.ts +96 -0
- package/dist/cli/utils/migration-reporter.d.ts.map +1 -0
- package/dist/cli/utils/migration-reporter.js +253 -0
- package/dist/cli/utils/migration-reporter.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 +203 -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 +226 -0
- package/dist/config/defaults.js.map +1 -0
- package/dist/deploy/base-driver.d.ts.map +1 -1
- package/dist/deploy/base-driver.js.map +1 -1
- package/dist/deploy/docker-driver.d.ts.map +1 -1
- package/dist/deploy/docker-driver.js.map +1 -1
- package/dist/deploy/k8s-driver.d.ts.map +1 -1
- package/dist/deploy/k8s-driver.js +11 -3
- package/dist/deploy/k8s-driver.js.map +1 -1
- 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/env-cleanup.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.js +103 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.js.map +1 -0
- package/dist/dev-cli/src/commands/migrate.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/migrate.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/migrate.command.js +78 -0
- package/dist/dev-cli/src/commands/migrate.command.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 +126 -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/v035.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/v035.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/v035.command.js +247 -0
- package/dist/dev-cli/src/commands/v035.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 +140 -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 +41 -0
- package/dist/dev-cli/src/index.js.map +1 -0
- package/dist/dev-cli/src/schemas/migrate.schema.d.ts +40 -0
- package/dist/dev-cli/src/schemas/migrate.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/migrate.schema.js +31 -0
- package/dist/dev-cli/src/schemas/migrate.schema.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 +32 -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/agent-migration.service.d.ts +39 -0
- package/dist/dev-cli/src/services/agent-migration.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/agent-migration.service.js +199 -0
- package/dist/dev-cli/src/services/agent-migration.service.js.map +1 -0
- package/dist/dev-cli/src/services/file.service.d.ts +42 -0
- package/dist/dev-cli/src/services/file.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/file.service.js +109 -0
- package/dist/dev-cli/src/services/file.service.js.map +1 -0
- package/dist/dev-cli/src/services/git.service.d.ts +77 -0
- package/dist/dev-cli/src/services/git.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/git.service.js +226 -0
- package/dist/dev-cli/src/services/git.service.js.map +1 -0
- package/dist/dev-cli/src/services/npm.service.d.ts +40 -0
- package/dist/dev-cli/src/services/npm.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/npm.service.js +75 -0
- package/dist/dev-cli/src/services/npm.service.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 +508 -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 +388 -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 +54 -0
- package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-detection.service.d.ts +51 -0
- package/dist/dev-cli/src/services/version-detection.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-detection.service.js +235 -0
- package/dist/dev-cli/src/services/version-detection.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-file.service.d.ts +32 -0
- package/dist/dev-cli/src/services/version-file.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-file.service.js +65 -0
- package/dist/dev-cli/src/services/version-file.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts +19 -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 +92 -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 +24 -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 +100 -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 +19 -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 +50 -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 +48 -3
- package/dist/di-container.js.map +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/mesh/client.d.ts.map +1 -1
- package/dist/mesh/client.js +5 -2
- package/dist/mesh/client.js.map +1 -1
- package/dist/mesh/discovery.d.ts.map +1 -1
- package/dist/mesh/discovery.js +2 -1
- package/dist/mesh/discovery.js.map +1 -1
- package/dist/mesh/routing.d.ts.map +1 -1
- package/dist/mesh/routing.js +6 -3
- package/dist/mesh/routing.js.map +1 -1
- package/dist/mesh/types.d.ts.map +1 -1
- package/dist/messaging/broker.d.ts +1 -1
- package/dist/messaging/broker.d.ts.map +1 -1
- package/dist/messaging/broker.js +4 -2
- package/dist/messaging/broker.js.map +1 -1
- package/dist/messaging/channels.d.ts +1 -1
- package/dist/messaging/channels.d.ts.map +1 -1
- package/dist/messaging/channels.js +9 -5
- package/dist/messaging/channels.js.map +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.d.ts.map +1 -1
- package/dist/messaging/protocols/memory.js +3 -6
- package/dist/messaging/protocols/memory.js.map +1 -1
- package/dist/messaging/protocols/redis.d.ts +1 -1
- package/dist/messaging/protocols/redis.d.ts.map +1 -1
- package/dist/messaging/protocols/redis.js +1 -1
- package/dist/messaging/protocols/redis.js.map +1 -1
- package/dist/messaging/types.d.ts +2 -2
- package/dist/messaging/types.d.ts.map +1 -1
- 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 +31 -17
- package/dist/repositories/schema.repository.js.map +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 +110 -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 +143 -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 +103 -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 +41 -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 +88 -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 +150 -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.d.ts.map +1 -1
- package/dist/services/agent-services/qdrant.service.js +2 -2
- package/dist/services/agent-services/qdrant.service.js.map +1 -1
- package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
- package/dist/services/agents-md/agents-md.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/manifest.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/manifest.generator.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 +482 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -1
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/types.generator.js.map +1 -1
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/vscode.generator.js +4 -4
- package/dist/services/codegen/generators/vscode.generator.js.map +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 +3 -1
- package/dist/services/codegen/index.d.ts.map +1 -1
- package/dist/services/codegen/index.js +3 -1
- package/dist/services/codegen/index.js.map +1 -1
- package/dist/services/conformance/conformance.service.d.ts +75 -0
- package/dist/services/conformance/conformance.service.d.ts.map +1 -0
- package/dist/services/conformance/conformance.service.js +194 -0
- package/dist/services/conformance/conformance.service.js.map +1 -0
- package/dist/services/conformance/feature-detector.service.d.ts +66 -0
- package/dist/services/conformance/feature-detector.service.d.ts.map +1 -0
- package/dist/services/conformance/feature-detector.service.js +161 -0
- package/dist/services/conformance/feature-detector.service.js.map +1 -0
- package/dist/services/conformance/index.d.ts +10 -0
- package/dist/services/conformance/index.d.ts.map +1 -0
- package/dist/services/conformance/index.js +9 -0
- package/dist/services/conformance/index.js.map +1 -0
- package/dist/services/conformance/profile-loader.service.d.ts +51 -0
- package/dist/services/conformance/profile-loader.service.d.ts.map +1 -0
- package/dist/services/conformance/profile-loader.service.js +192 -0
- package/dist/services/conformance/profile-loader.service.js.map +1 -0
- package/dist/services/conformance/score-calculator.service.d.ts +50 -0
- package/dist/services/conformance/score-calculator.service.d.ts.map +1 -0
- package/dist/services/conformance/score-calculator.service.js +222 -0
- package/dist/services/conformance/score-calculator.service.js.map +1 -0
- package/dist/services/conformance/types.d.ts +107 -0
- package/dist/services/conformance/types.d.ts.map +1 -0
- package/dist/services/conformance/types.js +6 -0
- package/dist/services/conformance/types.js.map +1 -0
- package/dist/services/deployment/deployment.service.d.ts.map +1 -1
- package/dist/services/deployment/deployment.service.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 +163 -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 +155 -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 +262 -0
- package/dist/services/framework-import/langflow-importer.service.js.map +1 -0
- package/dist/services/generation.service.d.ts.map +1 -1
- package/dist/services/generation.service.js +44 -14
- package/dist/services/generation.service.js.map +1 -1
- package/dist/services/git-rollback.service.d.ts +75 -0
- package/dist/services/git-rollback.service.d.ts.map +1 -0
- package/dist/services/git-rollback.service.js +329 -0
- package/dist/services/git-rollback.service.js.map +1 -0
- package/dist/services/git.service.d.ts.map +1 -1
- package/dist/services/git.service.js.map +1 -1
- package/dist/services/github-sync/github-client.d.ts.map +1 -1
- package/dist/services/github-sync/github-client.js.map +1 -1
- package/dist/services/github-sync/gitlab-client.d.ts.map +1 -1
- package/dist/services/github-sync/gitlab-client.js.map +1 -1
- package/dist/services/github-sync/sync.service.d.ts.map +1 -1
- package/dist/services/github-sync/sync.service.js +2 -2
- package/dist/services/github-sync/sync.service.js.map +1 -1
- package/dist/services/gitlab-agent.service.d.ts.map +1 -1
- package/dist/services/gitlab-agent.service.js.map +1 -1
- 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 +520 -0
- package/dist/services/llms-txt/llms-txt.service.js.map +1 -0
- package/dist/services/messaging/example.js +16 -16
- package/dist/services/messaging/example.js.map +1 -1
- package/dist/services/messaging/memory-broker.d.ts.map +1 -1
- package/dist/services/messaging/memory-broker.js +2 -1
- package/dist/services/messaging/memory-broker.js.map +1 -1
- package/dist/services/messaging/messaging.service.d.ts.map +1 -1
- package/dist/services/messaging/messaging.service.js.map +1 -1
- package/dist/services/migration/langchain-migration.service.d.ts +117 -0
- package/dist/services/migration/langchain-migration.service.d.ts.map +1 -0
- package/dist/services/migration/langchain-migration.service.js +621 -0
- package/dist/services/migration/langchain-migration.service.js.map +1 -0
- package/dist/services/migration-transform.service.d.ts +74 -0
- package/dist/services/migration-transform.service.d.ts.map +1 -0
- package/dist/services/migration-transform.service.js +263 -0
- package/dist/services/migration-transform.service.js.map +1 -0
- package/dist/services/migration.service.d.ts +60 -0
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +214 -12
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/registry/bundle.service.d.ts +36 -0
- package/dist/services/registry/bundle.service.d.ts.map +1 -0
- package/dist/services/registry/bundle.service.js +69 -0
- package/dist/services/registry/bundle.service.js.map +1 -0
- package/dist/services/registry/index.service.d.ts +76 -0
- package/dist/services/registry/index.service.d.ts.map +1 -0
- package/dist/services/registry/index.service.js +85 -0
- package/dist/services/registry/index.service.js.map +1 -0
- package/dist/services/registry/registry.service.d.ts.map +1 -1
- package/dist/services/registry/registry.service.js.map +1 -1
- package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
- package/dist/services/release-automation/base-crud.service.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 +288 -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 +160 -0
- package/dist/services/release-automation/increment-dev-tag.js.map +1 -0
- package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
- package/dist/services/release-automation/merge-request.service.js +4 -4
- package/dist/services/release-automation/merge-request.service.js.map +1 -1
- package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
- package/dist/services/release-automation/milestone.service.js.map +1 -1
- 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 +173 -0
- package/dist/services/release-automation/release-buttons.js.map +1 -0
- package/dist/services/release-automation/release.service.d.ts.map +1 -1
- package/dist/services/release-automation/release.service.js +3 -1
- package/dist/services/release-automation/release.service.js.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.d.ts +2 -2
- package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.js +19 -4
- package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
- package/dist/services/release-automation/tag.service.d.ts +3 -3
- package/dist/services/release-automation/tag.service.d.ts.map +1 -1
- package/dist/services/release-automation/tag.service.js.map +1 -1
- package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
- package/dist/services/release-automation/webhook.service.js +2 -1
- package/dist/services/release-automation/webhook.service.js.map +1 -1
- package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -1
- package/dist/services/runtime/anthropic.adapter.js.map +1 -1
- package/dist/services/runtime/azure.adapter.d.ts.map +1 -1
- package/dist/services/runtime/azure.adapter.js +3 -1
- package/dist/services/runtime/azure.adapter.js.map +1 -1
- package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -1
- package/dist/services/runtime/bedrock.adapter.js +3 -1
- package/dist/services/runtime/bedrock.adapter.js.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.js +7 -3
- package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
- package/dist/services/runtime/gemini.adapter.d.ts.map +1 -1
- package/dist/services/runtime/gemini.adapter.js +2 -1
- package/dist/services/runtime/gemini.adapter.js.map +1 -1
- package/dist/services/runtime/mistral.adapter.d.ts.map +1 -1
- package/dist/services/runtime/mistral.adapter.js +4 -2
- package/dist/services/runtime/mistral.adapter.js.map +1 -1
- package/dist/services/runtime/ollama.adapter.d.ts.map +1 -1
- package/dist/services/runtime/ollama.adapter.js.map +1 -1
- package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
- package/dist/services/runtime/openai.adapter.js.map +1 -1
- package/dist/services/skill-registry.service.d.ts +134 -0
- package/dist/services/skill-registry.service.d.ts.map +1 -0
- package/dist/services/skill-registry.service.js +452 -0
- package/dist/services/skill-registry.service.js.map +1 -0
- package/dist/services/test-runner/test-runner.service.d.ts.map +1 -1
- package/dist/services/test-runner/test-runner.service.js +11 -3
- package/dist/services/test-runner/test-runner.service.js.map +1 -1
- 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 +344 -0
- package/dist/services/validation-zod.service.js.map +1 -0
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +17 -9
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/a2a.validator.d.ts +16 -0
- package/dist/services/validators/a2a.validator.d.ts.map +1 -0
- package/dist/services/validators/a2a.validator.js +61 -0
- package/dist/services/validators/a2a.validator.js.map +1 -0
- package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
- package/dist/services/validators/anthropic.validator.js +5 -2
- package/dist/services/validators/anthropic.validator.js.map +1 -1
- package/dist/services/validators/autogen.validator.d.ts +5 -2
- package/dist/services/validators/autogen.validator.d.ts.map +1 -1
- package/dist/services/validators/autogen.validator.js +41 -6
- package/dist/services/validators/autogen.validator.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 +22 -10
- package/dist/services/validators/contract.validator.js.map +1 -1
- package/dist/services/validators/crewai.validator.d.ts +3 -0
- package/dist/services/validators/crewai.validator.d.ts.map +1 -1
- package/dist/services/validators/crewai.validator.js +33 -2
- package/dist/services/validators/crewai.validator.js.map +1 -1
- package/dist/services/validators/cursor.validator.d.ts.map +1 -1
- package/dist/services/validators/cursor.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.d.ts.map +1 -1
- package/dist/services/validators/dependencies.validator.js +2 -1
- package/dist/services/validators/dependencies.validator.js.map +1 -1
- package/dist/services/validators/index.d.ts +3 -0
- package/dist/services/validators/index.d.ts.map +1 -1
- package/dist/services/validators/index.js +3 -0
- package/dist/services/validators/index.js.map +1 -1
- package/dist/services/validators/kagent.validator.d.ts +13 -0
- package/dist/services/validators/kagent.validator.d.ts.map +1 -0
- package/dist/services/validators/kagent.validator.js +202 -0
- package/dist/services/validators/kagent.validator.js.map +1 -0
- package/dist/services/validators/langchain.validator.d.ts +3 -0
- package/dist/services/validators/langchain.validator.d.ts.map +1 -1
- package/dist/services/validators/langchain.validator.js +44 -5
- package/dist/services/validators/langchain.validator.js.map +1 -1
- package/dist/services/validators/langflow.validator.d.ts.map +1 -1
- package/dist/services/validators/langflow.validator.js +2 -1
- package/dist/services/validators/langflow.validator.js.map +1 -1
- package/dist/services/validators/langgraph.validator.d.ts +3 -0
- package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
- package/dist/services/validators/langgraph.validator.js +33 -2
- package/dist/services/validators/langgraph.validator.js.map +1 -1
- package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
- package/dist/services/validators/llamaindex.validator.js +13 -4
- package/dist/services/validators/llamaindex.validator.js.map +1 -1
- package/dist/services/validators/mcp.validator.d.ts +16 -0
- package/dist/services/validators/mcp.validator.d.ts.map +1 -0
- package/dist/services/validators/mcp.validator.js +68 -0
- package/dist/services/validators/mcp.validator.js.map +1 -0
- package/dist/services/validators/openai.validator.d.ts.map +1 -1
- package/dist/services/validators/openai.validator.js +6 -1
- package/dist/services/validators/openai.validator.js.map +1 -1
- package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
- package/dist/services/validators/vercel-ai.validator.js +3 -1
- package/dist/services/validators/vercel-ai.validator.js.map +1 -1
- package/dist/services/version-detection.service.d.ts +50 -0
- package/dist/services/version-detection.service.d.ts.map +1 -0
- package/dist/services/version-detection.service.js +206 -0
- package/dist/services/version-detection.service.js.map +1 -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/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/dist/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/dist/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/dist/spec/reference/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/dist/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/dist/spec/reference/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/dist/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/dist/spec/reference/reference-agents/release-orchestrator/README.md +35 -0
- package/dist/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/dist/spec/registry/README.md +1 -1
- package/dist/spec/registry/registry-spec.md +6 -6
- package/dist/spec/v0.3/CHANGELOG.md +237 -0
- package/dist/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
- package/dist/spec/v0.3/README.md +366 -0
- package/dist/spec/v0.3/adoption-blockers.json +142 -0
- package/dist/spec/v0.3/bat-framework.schema.json +114 -0
- package/dist/spec/v0.3/capability-discovery.schema.json +128 -0
- package/dist/spec/v0.3/checkpoint.schema.json +132 -0
- package/dist/spec/v0.3/completion-signals.schema.json +136 -0
- package/dist/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
- package/dist/spec/v0.3/conformance/PROFILES.md +210 -0
- package/dist/spec/v0.3/conformance/README.md +263 -0
- package/dist/spec/v0.3/conformance/profiles/baseline.json +27 -0
- package/dist/spec/v0.3/conformance/profiles/enterprise.json +33 -0
- package/dist/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
- package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
- package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
- package/dist/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
- package/dist/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
- package/dist/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
- package/dist/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
- package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
- package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
- package/dist/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
- package/dist/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
- package/dist/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
- package/dist/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
- package/dist/spec/v0.3/extensions/a2a/README.md +193 -0
- package/dist/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
- package/dist/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
- package/dist/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
- package/dist/spec/v0.3/extensions/kagent/README.md +315 -0
- package/dist/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
- package/dist/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
- package/dist/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
- package/dist/spec/v0.3/extensions/mcp/README.md +276 -0
- package/dist/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
- package/dist/spec/v0.3/feedback-loops.schema.json +145 -0
- package/dist/spec/v0.3/flow-kind.schema.json +244 -0
- package/dist/spec/v0.3/infrastructure-substrate.schema.json +190 -0
- package/dist/spec/v0.3/mixture-of-experts.schema.json +159 -0
- package/dist/spec/v0.3/moe-metrics.schema.json +162 -0
- package/dist/spec/v0.3/ossa-0.3.5.schema.json +13534 -0
- package/dist/spec/v0.3/registry/registry-contract.schema.json +359 -0
- package/dist/testing/reporters/console.d.ts.map +1 -1
- package/dist/testing/reporters/console.js +3 -1
- package/dist/testing/reporters/console.js.map +1 -1
- package/dist/testing/runner.d.ts.map +1 -1
- package/dist/testing/runner.js +9 -3
- package/dist/testing/runner.js.map +1 -1
- package/dist/tools/validation/validate-v0.3.5-features.d.ts +50 -0
- package/dist/tools/validation/validate-v0.3.5-features.d.ts.map +1 -0
- package/dist/tools/validation/validate-v0.3.5-features.js +280 -0
- package/dist/tools/validation/validate-v0.3.5-features.js.map +1 -0
- package/dist/transports/index.d.ts +3 -3
- package/dist/transports/index.d.ts.map +1 -1
- package/dist/transports/index.js +3 -3
- package/dist/transports/index.js.map +1 -1
- package/dist/transports/sse.d.ts.map +1 -1
- package/dist/transports/sse.js +7 -2
- package/dist/transports/sse.js.map +1 -1
- package/dist/transports/webrtc.d.ts.map +1 -1
- package/dist/transports/webrtc.js +6 -3
- package/dist/transports/webrtc.js.map +1 -1
- package/dist/transports/websocket.d.ts.map +1 -1
- package/dist/transports/websocket.js +2 -1
- package/dist/transports/websocket.js.map +1 -1
- package/dist/types/generated/ossa-0.3.2.types.d.ts +14 -14
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- package/dist/types/generated/ossa-0.3.2.zod.js +3 -3
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -1
- 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/generated/ossa-0.3.4.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.4.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.4.types.js +10 -0
- package/dist/types/generated/ossa-0.3.4.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.4.zod.d.ts +37 -0
- package/dist/types/generated/ossa-0.3.4.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.4.zod.js +28 -0
- package/dist/types/generated/ossa-0.3.4.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 +272 -0
- package/dist/types/identity.zod.js.map +1 -0
- package/dist/types/index.d.ts +75 -8
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +5 -5
- package/dist/types/index.js.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 +82 -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 +190 -0
- package/dist/types/personality.zod.js.map +1 -0
- package/dist/types/policy.d.ts.map +1 -1
- package/dist/types/policy.js.map +1 -1
- 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 +113 -0
- package/dist/types/prompts.zod.js.map +1 -0
- package/dist/types/task.d.ts.map +1 -1
- package/dist/types/task.js.map +1 -1
- package/dist/types/workflow.d.ts +1 -1
- package/dist/types/workflow.d.ts.map +1 -1
- package/dist/types/workflow.js.map +1 -1
- 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/path-validator.d.ts.map +1 -1
- package/dist/utils/path-validator.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 +190 -0
- package/dist/utils/type-guards.js.map +1 -0
- package/dist/utils/version.d.ts.map +1 -1
- package/dist/utils/version.js +5 -4
- package/dist/utils/version.js.map +1 -1
- package/dist/utils/yaml-parser.d.ts.map +1 -1
- package/dist/utils/yaml-parser.js +1 -1
- package/dist/utils/yaml-parser.js.map +1 -1
- package/examples/a2a/agent-handoff.ossa.yaml +202 -0
- package/examples/a2a/service-discovery.ossa.yaml +194 -0
- package/examples/adapters/anthropic-quickstart.ts +66 -0
- package/examples/adapters/crewai-quickstart.py +86 -0
- 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/langchain-quickstart.ts +40 -0
- 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 +37 -24
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agent-skills/SKILLS_CATALOG.md +323 -0
- package/examples/agent-skills/react-best-practices/SKILL.md +158 -0
- package/examples/agent-skills/react-best-practices/references/react-performance-guidelines.md +500 -0
- 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 +20 -23
- package/examples/claude-code/code-reviewer.ossa.yaml +59 -51
- package/examples/claude-code/ossa-validator.ossa.yaml +62 -56
- 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 +8 -6
- 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 +5 -12
- 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/mcp/database-mcp.ossa.yaml +134 -0
- package/examples/mcp/filesystem-mcp.ossa.yaml +101 -0
- 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/migrations/langchain/01-python-react-agent-after.ossa.yaml +38 -0
- package/examples/migrations/langchain/01-python-react-agent-before.py +62 -0
- package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +40 -0
- package/examples/migrations/langchain/02-typescript-conversational-before.ts +79 -0
- package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +95 -0
- package/examples/migrations/langchain/03-sequential-chain-before.py +100 -0
- package/examples/migrations/langchain/04-config-based-after.ossa.yaml +54 -0
- package/examples/migrations/langchain/04-config-based-before.yaml +52 -0
- package/examples/migrations/langchain/INTEGRATION-EXAMPLE.txt +335 -0
- package/examples/migrations/langchain/USAGE.txt +121 -0
- package/examples/migrations/langchain/test-migrations.ts +135 -0
- 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/11-react-performance-expert.ossa.yaml +384 -0
- package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +265 -0
- package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +264 -0
- package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +267 -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 +15 -7
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +4 -10
- package/examples/reference-implementations/typescript-client/package.json +1 -1
- package/examples/registry/USAGE.txt +105 -0
- package/examples/registry/agents/code-reviewer/agent.yaml +159 -0
- package/examples/registry/agents/security-scanner/agent.yaml +128 -0
- package/examples/registry/index.json +5 -0
- 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 +227 -230
- 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/llms-ctx-full.txt +9 -7
- package/llms-ctx.txt +8 -6
- 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 +88 -24
- 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/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/spec/reference/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/spec/reference/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/spec/reference/reference-agents/release-orchestrator/README.md +35 -0
- package/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/spec/registry/README.md +1 -1
- package/spec/registry/registry-spec.md +6 -6
- package/spec/v0.3/CHANGELOG.md +237 -0
- package/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
- package/spec/v0.3/README.md +366 -0
- package/spec/v0.3/adoption-blockers.json +142 -0
- package/spec/v0.3/bat-framework.schema.json +114 -0
- package/spec/v0.3/capability-discovery.schema.json +128 -0
- package/spec/v0.3/checkpoint.schema.json +132 -0
- package/spec/v0.3/completion-signals.schema.json +136 -0
- package/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
- package/spec/v0.3/conformance/PROFILES.md +210 -0
- package/spec/v0.3/conformance/README.md +263 -0
- package/spec/v0.3/conformance/profiles/baseline.json +27 -0
- package/spec/v0.3/conformance/profiles/enterprise.json +33 -0
- package/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
- package/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
- package/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
- package/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
- package/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
- package/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
- package/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
- package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
- package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
- package/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
- package/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
- package/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
- package/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
- package/spec/v0.3/extensions/a2a/README.md +193 -0
- package/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
- package/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
- package/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
- package/spec/v0.3/extensions/kagent/README.md +315 -0
- package/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
- package/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
- package/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
- package/spec/v0.3/extensions/mcp/README.md +276 -0
- package/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
- package/spec/v0.3/feedback-loops.schema.json +145 -0
- package/spec/v0.3/flow-kind.schema.json +244 -0
- package/spec/v0.3/infrastructure-substrate.schema.json +190 -0
- package/spec/v0.3/mixture-of-experts.schema.json +159 -0
- package/spec/v0.3/moe-metrics.schema.json +162 -0
- package/spec/v0.3/ossa-0.3.5.schema.json +13534 -0
- package/spec/v0.3/registry/registry-contract.schema.json +359 -0
- package/src/dev-cli/README.md +53 -0
- package/src/dev-cli/src/index.ts +47 -0
- package/templates/platforms/cursor/code-assistant/manifest.ossa.yaml +40 -0
- package/templates/platforms/drupal/content-agent/manifest.ossa.yaml +39 -0
- package/templates/platforms/gitlab/ci-agent/manifest.ossa.yaml +41 -0
- package/templates/platforms/kubernetes/operator-agent/manifest.ossa.yaml +39 -0
- package/templates/platforms/langflow/workflow-agent/manifest.ossa.yaml +38 -0
- 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/bot/architecture-validator-bot.d.ts +0 -8
- package/dist/bot/architecture-validator-bot.d.ts.map +0 -1
- package/dist/bot/architecture-validator-bot.js +0 -15
- package/dist/bot/architecture-validator-bot.js.map +0 -1
- package/dist/bot/ci-pipeline-bot.d.ts +0 -7
- package/dist/bot/ci-pipeline-bot.d.ts.map +0 -1
- package/dist/bot/ci-pipeline-bot.js +0 -7
- package/dist/bot/ci-pipeline-bot.js.map +0 -1
- package/dist/bot/compliance-bot.d.ts +0 -56
- package/dist/bot/compliance-bot.d.ts.map +0 -1
- package/dist/bot/compliance-bot.js +0 -203
- package/dist/bot/compliance-bot.js.map +0 -1
- package/dist/bot/dependency-updater-bot.d.ts +0 -9
- package/dist/bot/dependency-updater-bot.d.ts.map +0 -1
- package/dist/bot/dependency-updater-bot.js +0 -9
- package/dist/bot/dependency-updater-bot.js.map +0 -1
- package/dist/bot/security-scanner-bot.d.ts +0 -11
- package/dist/bot/security-scanner-bot.d.ts.map +0 -1
- package/dist/bot/security-scanner-bot.js +0 -21
- package/dist/bot/security-scanner-bot.js.map +0 -1
- 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 +0 -148
- 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/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.0/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.0/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.0/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +0 -110
- package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/dist/spec/v0.3.0/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- package/dist/spec/v0.3.0/protocols/sse.md +0 -494
- package/dist/spec/v0.3.0/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.0/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.0/runtime-bindings/anthropic.yaml +0 -209
- package/dist/spec/v0.3.0/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.0/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.0/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.0/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.0/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.0/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.0/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.0/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.0/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.0/taxonomy.yaml +0 -256
- package/dist/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.1/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.1/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.1/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
- package/dist/spec/v0.3.1/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
- package/dist/spec/v0.3.1/protocols/sse.md +0 -494
- package/dist/spec/v0.3.1/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.1/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.1/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.1/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.1/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.1/taxonomy.yaml +0 -256
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.2/access_tiers.yaml +0 -375
- package/dist/spec/v0.3.2/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.2/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.2/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +0 -106
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -119
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -234
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -201
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -117
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -133
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -68
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -110
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -236
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -147
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -125
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -190
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -247
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
- package/dist/spec/v0.3.2/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
- package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3316
- package/dist/spec/v0.3.2/protocols/delegation.yaml +0 -239
- package/dist/spec/v0.3.2/protocols/sse.md +0 -494
- package/dist/spec/v0.3.2/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.2/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +0 -457
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +0 -871
- package/dist/spec/v0.3.2/runtime/runtime.yaml +0 -926
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.2/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.2/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.2/taxonomy.yaml +0 -363
- 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/schemas/communication.json +0 -897
- package/schemas/identity.json +0 -482
- 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/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.0/adapters/drupal.md +0 -541
- package/spec/v0.3.0/adapters/symfony.md +0 -659
- package/spec/v0.3.0/agent-test.schema.json +0 -75
- package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +0 -110
- package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/spec/v0.3.0/extensions/drupal.md +0 -417
- package/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- package/spec/v0.3.0/protocols/sse.md +0 -494
- package/spec/v0.3.0/protocols/webrtc.md +0 -600
- package/spec/v0.3.0/protocols/websocket.md +0 -362
- package/spec/v0.3.0/runtime-bindings/anthropic.yaml +0 -209
- package/spec/v0.3.0/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.0/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.0/schemas/functions.yaml +0 -75
- package/spec/v0.3.0/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.0/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.0/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.0/schemas/runtime.yaml +0 -102
- package/spec/v0.3.0/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.0/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.0/taxonomy.yaml +0 -256
- package/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.1/adapters/drupal.md +0 -541
- package/spec/v0.3.1/adapters/symfony.md +0 -659
- package/spec/v0.3.1/agent-test.schema.json +0 -75
- package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
- package/spec/v0.3.1/extensions/drupal.md +0 -417
- package/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
- package/spec/v0.3.1/protocols/sse.md +0 -494
- package/spec/v0.3.1/protocols/webrtc.md +0 -600
- package/spec/v0.3.1/protocols/websocket.md +0 -362
- package/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.1/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.1/schemas/functions.yaml +0 -75
- package/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.1/schemas/runtime.yaml +0 -102
- package/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.1/taxonomy.yaml +0 -256
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.2/access_tiers.yaml +0 -375
- package/spec/v0.3.2/adapters/drupal.md +0 -541
- package/spec/v0.3.2/adapters/symfony.md +0 -659
- package/spec/v0.3.2/agent-test.schema.json +0 -75
- package/spec/v0.3.2/examples/access-tiers/README.md +0 -106
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -119
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -234
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -201
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -117
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -133
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -68
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -110
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -236
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -147
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -125
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -190
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -247
- package/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
- package/spec/v0.3.2/extensions/drupal.md +0 -417
- package/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
- package/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3316
- package/spec/v0.3.2/protocols/delegation.yaml +0 -239
- package/spec/v0.3.2/protocols/sse.md +0 -494
- package/spec/v0.3.2/protocols/webrtc.md +0 -600
- package/spec/v0.3.2/protocols/websocket.md +0 -362
- package/spec/v0.3.2/runtime/RUNTIME.md +0 -457
- package/spec/v0.3.2/runtime/memory-model.yaml +0 -871
- package/spec/v0.3.2/runtime/runtime.yaml +0 -926
- package/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.2/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.2/schemas/functions.yaml +0 -75
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.2/schemas/runtime.yaml +0 -102
- package/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.2/taxonomy.yaml +0 -363
- /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
|
@@ -1,829 +1,392 @@
|
|
|
1
|
-
|
|
2
|
-
# ║ ║
|
|
3
|
-
# ║ ██████╗ ███████╗███████╗ █████╗ ██╗ ██╗ ██████╗ ██████╗ ██████╗ ║
|
|
4
|
-
# ║ ██╔═══██╗██╔════╝██╔════╝██╔══██╗ ██║ ██║██╔═████╗ ╚════██╗██╔═████╗ ║
|
|
5
|
-
# ║ ██║ ██║███████╗███████╗███████║ ██║ ██║██║██╔██║ █████╔╝██║██╔██║ ║
|
|
6
|
-
# ║ ██║ ██║╚════██║╚════██║██╔══██║ ╚██╗ ██╔╝████╔╝██║ ╚═══██╗████╔╝██║ ║
|
|
7
|
-
# ║ ╚██████╔╝███████║███████║██║ ██║ ╚████╔╝ ╚██████╔╝██╗██████╔╝╚██████╔╝ ║
|
|
8
|
-
# ║ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═╝╚═════╝ ╚═════╝ ║
|
|
9
|
-
# ║ ║
|
|
10
|
-
# ║ GETTING STARTED: 04 - AGENT-TO-AGENT MESSAGING (A2A) ║
|
|
11
|
-
# ║ ║
|
|
12
|
-
# ╚═══════════════════════════════════════════════════════════════════════════════╝
|
|
13
|
-
#
|
|
14
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
15
|
-
# │ WHAT YOU'LL LEARN │
|
|
16
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
17
|
-
# │ │
|
|
18
|
-
# │ ✓ Agent-to-Agent (A2A) messaging - the foundation of multi-agent systems │
|
|
19
|
-
# │ ✓ Pub/Sub pattern - agents publish events, others subscribe and react │
|
|
20
|
-
# │ ✓ Commands - RPC-style request/response between agents │
|
|
21
|
-
# │ ✓ Message schemas - JSON Schema for type-safe communication │
|
|
22
|
-
# │ ✓ Reliability guarantees - at-least-once, exactly-once delivery │
|
|
23
|
-
# │ ✓ Dead letter queues - handling failed messages gracefully │
|
|
24
|
-
# │ ✓ Channel naming conventions - organizing message flow │
|
|
25
|
-
# │ ✓ Real example: Security scanner publishing vulnerabilities │
|
|
26
|
-
# │ │
|
|
27
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
28
|
-
#
|
|
29
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
30
|
-
# │ WHY AGENT-TO-AGENT MESSAGING? │
|
|
31
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
32
|
-
# │ │
|
|
33
|
-
# │ Single agents are limited. Multi-agent systems can: │
|
|
34
|
-
# │ • Specialize: Each agent is an expert in one domain │
|
|
35
|
-
# │ • Scale: Distribute work across multiple agents │
|
|
36
|
-
# │ • Coordinate: Agents collaborate to solve complex problems │
|
|
37
|
-
# │ • React: Event-driven architecture for real-time workflows │
|
|
38
|
-
# │ │
|
|
39
|
-
# │ Example: Automated Security Pipeline │
|
|
40
|
-
# │ ┌────────────────────────────────────────────────────────────────┐ │
|
|
41
|
-
# │ │ │ │
|
|
42
|
-
# │ │ 1. Scanner Agent │ │
|
|
43
|
-
# │ │ └─> Scans code for vulnerabilities │ │
|
|
44
|
-
# │ │ └─> PUBLISHES to: security.vulnerabilities │ │
|
|
45
|
-
# │ │ │ │
|
|
46
|
-
# │ │ 2. Remediation Agent │ │
|
|
47
|
-
# │ │ └─> SUBSCRIBES to: security.vulnerabilities │ │
|
|
48
|
-
# │ │ └─> Creates patches for critical issues │ │
|
|
49
|
-
# │ │ └─> PUBLISHES to: code.patches │ │
|
|
50
|
-
# │ │ │ │
|
|
51
|
-
# │ │ 3. Review Agent │ │
|
|
52
|
-
# │ │ └─> SUBSCRIBES to: code.patches │ │
|
|
53
|
-
# │ │ └─> Reviews patches for safety │ │
|
|
54
|
-
# │ │ └─> PUBLISHES to: github.pull_requests │ │
|
|
55
|
-
# │ │ │ │
|
|
56
|
-
# │ │ 4. Notification Agent │ │
|
|
57
|
-
# │ │ └─> SUBSCRIBES to: security.vulnerabilities │ │
|
|
58
|
-
# │ │ └─> Alerts security team via Slack │ │
|
|
59
|
-
# │ │ │ │
|
|
60
|
-
# │ └────────────────────────────────────────────────────────────────┘ │
|
|
61
|
-
# │ │
|
|
62
|
-
# │ This is EVENT-DRIVEN ARCHITECTURE for agents! │
|
|
63
|
-
# │ │
|
|
64
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
65
|
-
#
|
|
66
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
67
|
-
# │ PUB/SUB VS COMMANDS: WHEN TO USE EACH │
|
|
68
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
69
|
-
# │ │
|
|
70
|
-
# │ PUB/SUB (Publish/Subscribe) │
|
|
71
|
-
# │ ─────────────────────────── │
|
|
72
|
-
# │ • One-to-many: One publisher → many subscribers │
|
|
73
|
-
# │ • Asynchronous: Publisher doesn't wait for subscribers │
|
|
74
|
-
# │ • Decoupled: Publisher doesn't know who's listening │
|
|
75
|
-
# │ • Use for: Events, notifications, broadcasting state changes │
|
|
76
|
-
# │ │
|
|
77
|
-
# │ Example: │
|
|
78
|
-
# │ Scanner publishes security.vulnerabilities │
|
|
79
|
-
# │ → Remediation Agent subscribes │
|
|
80
|
-
# │ → Notification Agent subscribes │
|
|
81
|
-
# │ → Metrics Agent subscribes │
|
|
82
|
-
# │ Scanner doesn't know/care who's listening │
|
|
83
|
-
# │ │
|
|
84
|
-
# │ COMMANDS (Request/Response) │
|
|
85
|
-
# │ ─────────────────────────── │
|
|
86
|
-
# │ • One-to-one: Caller → specific agent │
|
|
87
|
-
# │ • Synchronous: Caller waits for response │
|
|
88
|
-
# │ • Coupled: Caller explicitly invokes target agent │
|
|
89
|
-
# │ • Use for: RPC, querying, requesting specific actions │
|
|
90
|
-
# │ │
|
|
91
|
-
# │ Example: │
|
|
92
|
-
# │ Orchestrator calls Scanner.scan_repository(url="...") │
|
|
93
|
-
# │ → Scanner executes scan │
|
|
94
|
-
# │ → Scanner returns {scan_id, status, findings_count} │
|
|
95
|
-
# │ → Orchestrator waits for response │
|
|
96
|
-
# │ │
|
|
97
|
-
# │ WHEN TO USE WHAT: │
|
|
98
|
-
# │ ┌──────────────────────┬──────────────────────────────────────────┐ │
|
|
99
|
-
# │ │ SCENARIO │ PATTERN │ │
|
|
100
|
-
# │ ├──────────────────────┼──────────────────────────────────────────┤ │
|
|
101
|
-
# │ │ Broadcasting events │ Pub/Sub │ │
|
|
102
|
-
# │ │ Loose coupling │ Pub/Sub │ │
|
|
103
|
-
# │ │ Unknown subscribers │ Pub/Sub │ │
|
|
104
|
-
# │ │ Need response │ Command │ │
|
|
105
|
-
# │ │ Invoke specific logic│ Command │ │
|
|
106
|
-
# │ │ Synchronous flow │ Command │ │
|
|
107
|
-
# │ └──────────────────────┴──────────────────────────────────────────┘ │
|
|
108
|
-
# │ │
|
|
109
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
110
|
-
#
|
|
111
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
112
|
-
# │ MESSAGE RELIABILITY: DELIVERY GUARANTEES │
|
|
113
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
114
|
-
# │ │
|
|
115
|
-
# │ AT-MOST-ONCE (Fire and Forget) │
|
|
116
|
-
# │ ────────────────────────────────── │
|
|
117
|
-
# │ • Message sent once, no retries │
|
|
118
|
-
# │ • Fast, but may lose messages │
|
|
119
|
-
# │ • Use for: Non-critical notifications, metrics │
|
|
120
|
-
# │ │
|
|
121
|
-
# │ Flow: │
|
|
122
|
-
# │ 1. Agent publishes message │
|
|
123
|
-
# │ 2. Message sent to broker │
|
|
124
|
-
# │ 3. Done (no confirmation) │
|
|
125
|
-
# │ │
|
|
126
|
-
# │ AT-LEAST-ONCE (Retry Until Success) │
|
|
127
|
-
# │ ──────────────────────────────────── │
|
|
128
|
-
# │ • Message retried until acknowledged │
|
|
129
|
-
# │ • Reliable, but may deliver duplicates │
|
|
130
|
-
# │ • Use for: Most production systems (RECOMMENDED) │
|
|
131
|
-
# │ │
|
|
132
|
-
# │ Flow: │
|
|
133
|
-
# │ 1. Agent publishes message │
|
|
134
|
-
# │ 2. Broker stores message │
|
|
135
|
-
# │ 3. Subscriber receives message │
|
|
136
|
-
# │ 4. Subscriber processes message │
|
|
137
|
-
# │ 5. Subscriber sends ACK │
|
|
138
|
-
# │ 6. If no ACK: retry after delay │
|
|
139
|
-
# │ │
|
|
140
|
-
# │ Idempotency required! Subscribers must handle duplicates: │
|
|
141
|
-
# │ • Use message IDs to detect dupes │
|
|
142
|
-
# │ • Make operations idempotent (running twice = same result) │
|
|
143
|
-
# │ │
|
|
144
|
-
# │ EXACTLY-ONCE (Guaranteed Delivery) │
|
|
145
|
-
# │ ─────────────────────────────────── │
|
|
146
|
-
# │ • Message delivered exactly once (no duplicates) │
|
|
147
|
-
# │ • Slow, complex, requires distributed transactions │
|
|
148
|
-
# │ • Use for: Financial transactions, critical data │
|
|
149
|
-
# │ │
|
|
150
|
-
# │ Flow: │
|
|
151
|
-
# │ 1. Agent publishes with unique transaction ID │
|
|
152
|
-
# │ 2. Broker deduplicates based on transaction ID │
|
|
153
|
-
# │ 3. Subscriber processes with 2-phase commit │
|
|
154
|
-
# │ 4. Transaction committed across broker + subscriber │
|
|
155
|
-
# │ │
|
|
156
|
-
# │ OSSA RECOMMENDATION: │
|
|
157
|
-
# │ Use at-least-once with idempotent subscribers (best balance) │
|
|
158
|
-
# │ │
|
|
159
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
160
|
-
#
|
|
161
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
162
|
-
# │ DEAD LETTER QUEUES (DLQ): HANDLING FAILURES │
|
|
163
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
164
|
-
# │ │
|
|
165
|
-
# │ What happens when a subscriber repeatedly fails to process a message? │
|
|
166
|
-
# │ Without DLQ: Message retries forever, blocking the queue │
|
|
167
|
-
# │ With DLQ: Failed messages moved to separate queue for investigation │
|
|
168
|
-
# │ │
|
|
169
|
-
# │ DLQ Flow: │
|
|
170
|
-
# │ ┌──────────────────────────────────────────────────────────────┐ │
|
|
171
|
-
# │ │ │ │
|
|
172
|
-
# │ │ 1. Message published to channel │ │
|
|
173
|
-
# │ │ 2. Subscriber tries to process │ │
|
|
174
|
-
# │ │ 3. Processing fails (exception, timeout, etc.) │ │
|
|
175
|
-
# │ │ 4. Message redelivered (attempt 2/3) │ │
|
|
176
|
-
# │ │ 5. Processing fails again │ │
|
|
177
|
-
# │ │ 6. Message redelivered (attempt 3/3) │ │
|
|
178
|
-
# │ │ 7. Processing fails again │ │
|
|
179
|
-
# │ │ 8. Max retries exceeded │ │
|
|
180
|
-
# │ │ 9. Message moved to Dead Letter Queue │ │
|
|
181
|
-
# │ │ 10. Alert sent to ops team │ │
|
|
182
|
-
# │ │ │ │
|
|
183
|
-
# │ └──────────────────────────────────────────────────────────────┘ │
|
|
184
|
-
# │ │
|
|
185
|
-
# │ DLQ Configuration: │
|
|
186
|
-
# │ • max_retries: How many times to retry (e.g., 3) │
|
|
187
|
-
# │ • backoff_multiplier: Delay between retries (exponential) │
|
|
188
|
-
# │ - Attempt 1: immediate │
|
|
189
|
-
# │ - Attempt 2: 2 seconds │
|
|
190
|
-
# │ - Attempt 3: 4 seconds │
|
|
191
|
-
# │ - Attempt 4: 8 seconds │
|
|
192
|
-
# │ │
|
|
193
|
-
# │ DLQ Operations: │
|
|
194
|
-
# │ • Inspect failed messages (debug why they failed) │
|
|
195
|
-
# │ • Fix subscriber bug │
|
|
196
|
-
# │ • Replay messages from DLQ (try again) │
|
|
197
|
-
# │ • Discard messages (if truly invalid) │
|
|
198
|
-
# │ │
|
|
199
|
-
# │ Common DLQ scenarios: │
|
|
200
|
-
# │ • Malformed message (invalid JSON) │
|
|
201
|
-
# │ • Subscriber bug (code exception) │
|
|
202
|
-
# │ • External service down (database, API) │
|
|
203
|
-
# │ • Resource exhaustion (out of memory) │
|
|
204
|
-
# │ │
|
|
205
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
206
|
-
#
|
|
207
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
208
|
-
# │ CHANNEL NAMING CONVENTIONS │
|
|
209
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
210
|
-
# │ │
|
|
211
|
-
# │ Good channel names are hierarchical and descriptive: │
|
|
212
|
-
# │ │
|
|
213
|
-
# │ Pattern: <domain>.<entity>.<event> │
|
|
214
|
-
# │ │
|
|
215
|
-
# │ Examples: │
|
|
216
|
-
# │ ✓ security.vulnerabilities → Security domain, vulnerability events│
|
|
217
|
-
# │ ✓ security.scan.completed → Security domain, scan completion │
|
|
218
|
-
# │ ✓ code.pr.opened → Code domain, PR opened │
|
|
219
|
-
# │ ✓ code.pr.merged → Code domain, PR merged │
|
|
220
|
-
# │ ✓ ci.build.completed → CI domain, build completion │
|
|
221
|
-
# │ ✓ deployment.production.success → Deployment domain, prod success │
|
|
222
|
-
# │ │
|
|
223
|
-
# │ Bad examples: │
|
|
224
|
-
# │ ✗ updates → Too vague │
|
|
225
|
-
# │ ✗ myChannel → Not descriptive │
|
|
226
|
-
# │ ✗ SECURITY_VULNS → Use lowercase │
|
|
227
|
-
# │ ✗ security-vulnerabilities → Use dots, not hyphens │
|
|
228
|
-
# │ │
|
|
229
|
-
# │ Wildcard subscriptions (supported): │
|
|
230
|
-
# │ • security.* → All security events │
|
|
231
|
-
# │ • *.pr.* → All PR events across domains │
|
|
232
|
-
# │ • security.vulnerabilities.critical → Only critical vulnerabilities │
|
|
233
|
-
# │ │
|
|
234
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
235
|
-
#
|
|
236
|
-
# ┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
237
|
-
# │ HOW TO RUN THIS EXAMPLE │
|
|
238
|
-
# ├─────────────────────────────────────────────────────────────────────────────────┤
|
|
239
|
-
# │ │
|
|
240
|
-
# │ STEP 1: Start a message broker │
|
|
241
|
-
# │ ───────────────────────────── │
|
|
242
|
-
# │ OSSA uses standard message brokers (NATS, RabbitMQ, Redis, Kafka) │
|
|
243
|
-
# │ │
|
|
244
|
-
# │ Option A: NATS (recommended for development): │
|
|
245
|
-
# │ $ docker run -p 4222:4222 nats:latest │
|
|
246
|
-
# │ │
|
|
247
|
-
# │ Option B: RabbitMQ: │
|
|
248
|
-
# │ $ docker run -p 5672:5672 rabbitmq:latest │
|
|
249
|
-
# │ │
|
|
250
|
-
# │ Option C: Redis: │
|
|
251
|
-
# │ $ docker run -p 6379:6379 redis:latest │
|
|
252
|
-
# │ │
|
|
253
|
-
# │ STEP 2: Set environment variables │
|
|
254
|
-
# │ ──────────────────────────────── │
|
|
255
|
-
# │ $ export ANTHROPIC_API_KEY=sk-ant-... │
|
|
256
|
-
# │ $ export MESSAGE_BROKER_URL=nats://localhost:4222 │
|
|
257
|
-
# │ $ export GITHUB_TOKEN=ghp_... # For GitHub MCP tool │
|
|
258
|
-
# │ │
|
|
259
|
-
# │ STEP 3: Start the security scanner agent │
|
|
260
|
-
# │ ─────────────────────────────────────── │
|
|
261
|
-
# │ $ ossa run 04-agent-with-messaging.ossa.yaml --daemon │
|
|
262
|
-
# │ │
|
|
263
|
-
# │ The agent will: │
|
|
264
|
-
# │ • Connect to message broker │
|
|
265
|
-
# │ • Subscribe to: dependency.updates, ci.build.completed │
|
|
266
|
-
# │ • Register commands: scan_repository, get_scan_status │
|
|
267
|
-
# │ • Wait for messages │
|
|
268
|
-
# │ │
|
|
269
|
-
# │ STEP 4: Trigger a scan via command │
|
|
270
|
-
# │ ───────────────────────────────────── │
|
|
271
|
-
# │ $ ossa command security-scanner scan_repository \ │
|
|
272
|
-
# │ --args '{"repo_url":"https://github.com/myorg/myrepo","priority":"urgent"}'│
|
|
273
|
-
# │ │
|
|
274
|
-
# │ Response: │
|
|
275
|
-
# │ { │
|
|
276
|
-
# │ "scan_id": "550e8400-e29b-41d4-a716-446655440000", │
|
|
277
|
-
# │ "status": "started" │
|
|
278
|
-
# │ } │
|
|
279
|
-
# │ │
|
|
280
|
-
# │ STEP 5: Monitor published events │
|
|
281
|
-
# │ ──────────────────────────────── │
|
|
282
|
-
# │ $ ossa subscribe security.vulnerabilities │
|
|
283
|
-
# │ │
|
|
284
|
-
# │ You'll see vulnerability events as they're published: │
|
|
285
|
-
# │ { │
|
|
286
|
-
# │ "severity": "critical", │
|
|
287
|
-
# │ "title": "SQL Injection in auth module", │
|
|
288
|
-
# │ "cve_id": "CVE-2024-1234", │
|
|
289
|
-
# │ "affected_file": "src/auth/login.py", │
|
|
290
|
-
# │ "remediation": "Update to version 2.1.0" │
|
|
291
|
-
# │ } │
|
|
292
|
-
# │ │
|
|
293
|
-
# │ STEP 6: Create a subscriber agent │
|
|
294
|
-
# │ ─────────────────────────────────── │
|
|
295
|
-
# │ Create a second agent that subscribes to security.vulnerabilities: │
|
|
296
|
-
# │ │
|
|
297
|
-
# │ ```yaml │
|
|
298
|
-
# │ # remediation-agent.ossa.yaml │
|
|
299
|
-
# │ apiVersion: ossa/v0.3.2 │
|
|
300
|
-
# │ kind: Agent │
|
|
301
|
-
# │ metadata: │
|
|
302
|
-
# │ name: remediation-agent │
|
|
303
|
-
# │ spec: │
|
|
304
|
-
# │ role: "Fix security vulnerabilities" │
|
|
305
|
-
# │ messaging: │
|
|
306
|
-
# │ subscribes: │
|
|
307
|
-
# │ - channel: security.vulnerabilities │
|
|
308
|
-
# │ handler: on_vulnerability_found │
|
|
309
|
-
# │ ``` │
|
|
310
|
-
# │ │
|
|
311
|
-
# │ Run it: │
|
|
312
|
-
# │ $ ossa run remediation-agent.ossa.yaml --daemon │
|
|
313
|
-
# │ │
|
|
314
|
-
# │ Now when scanner publishes vulnerabilities, remediation agent reacts! │
|
|
315
|
-
# │ │
|
|
316
|
-
# └─────────────────────────────────────────────────────────────────────────────────┘
|
|
317
|
-
#
|
|
318
|
-
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
319
|
-
# THE ACTUAL MANIFEST STARTS HERE
|
|
320
|
-
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
321
|
-
|
|
322
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
323
|
-
# API VERSION & KIND
|
|
324
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
325
|
-
apiVersion: ossa/v0.3.2
|
|
1
|
+
apiVersion: ossa/v0.3.5
|
|
326
2
|
kind: Agent
|
|
327
|
-
|
|
328
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
329
|
-
# METADATA
|
|
330
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
331
3
|
metadata:
|
|
332
4
|
name: security-scanner
|
|
333
5
|
version: 1.0.0
|
|
6
|
+
description: 'Security scanning agent demonstrating Agent-to-Agent (A2A) messaging.
|
|
334
7
|
|
|
335
|
-
description: |
|
|
336
|
-
Security scanning agent demonstrating Agent-to-Agent (A2A) messaging.
|
|
337
8
|
|
|
338
9
|
PUBLISHES TO:
|
|
10
|
+
|
|
339
11
|
• security.vulnerabilities - Vulnerability findings
|
|
12
|
+
|
|
340
13
|
• security.scan.completed - Scan completion notifications
|
|
341
14
|
|
|
15
|
+
|
|
342
16
|
SUBSCRIBES TO:
|
|
17
|
+
|
|
343
18
|
• dependency.updates - Trigger scan when dependencies change
|
|
19
|
+
|
|
344
20
|
• ci.build.completed - Trigger scan after successful builds
|
|
345
21
|
|
|
22
|
+
|
|
346
23
|
COMMANDS:
|
|
24
|
+
|
|
347
25
|
• scan_repository - On-demand security scan
|
|
26
|
+
|
|
348
27
|
• get_scan_status - Query scan progress
|
|
349
28
|
|
|
29
|
+
|
|
350
30
|
This agent demonstrates:
|
|
31
|
+
|
|
351
32
|
- Pub/sub pattern for event broadcasting
|
|
33
|
+
|
|
352
34
|
- Command pattern for RPC-style invocation
|
|
35
|
+
|
|
353
36
|
- JSON Schema message validation
|
|
37
|
+
|
|
354
38
|
- At-least-once delivery with dead letter queue
|
|
39
|
+
|
|
355
40
|
- Message filtering based on payload
|
|
356
41
|
|
|
42
|
+
'
|
|
357
43
|
labels:
|
|
358
44
|
difficulty: intermediate
|
|
359
|
-
tutorial:
|
|
45
|
+
tutorial: '04'
|
|
360
46
|
capability: security
|
|
361
47
|
pattern: multi-agent
|
|
362
|
-
|
|
363
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
364
|
-
# SPEC
|
|
365
|
-
# ──────────────────────────────────────────────────────────────────────────────────
|
|
366
48
|
spec:
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
370
|
-
role: |
|
|
371
|
-
You are a security scanner agent in a multi-agent system.
|
|
49
|
+
role: 'You are a security scanner agent in a multi-agent system.
|
|
50
|
+
|
|
372
51
|
|
|
373
52
|
Your responsibilities:
|
|
53
|
+
|
|
374
54
|
1. Scan code repositories for security vulnerabilities
|
|
55
|
+
|
|
375
56
|
2. Publish findings to security.vulnerabilities channel for other agents
|
|
57
|
+
|
|
376
58
|
3. React to dependency update notifications by triggering scans
|
|
59
|
+
|
|
377
60
|
4. Respond to on-demand scan requests via commands
|
|
378
61
|
|
|
62
|
+
|
|
379
63
|
Communication guidelines:
|
|
380
|
-
|
|
64
|
+
|
|
65
|
+
- Publish vulnerability events immediately when found (don''t batch)
|
|
66
|
+
|
|
381
67
|
- Include complete context in each message (scan_id, repo, severity)
|
|
68
|
+
|
|
382
69
|
- Log all message publications for audit trail
|
|
70
|
+
|
|
383
71
|
- Handle duplicate messages gracefully (idempotency)
|
|
384
72
|
|
|
73
|
+
|
|
385
74
|
When publishing vulnerabilities:
|
|
75
|
+
|
|
386
76
|
- Set severity accurately (critical/high/medium/low)
|
|
77
|
+
|
|
387
78
|
- Include CVE ID if available
|
|
79
|
+
|
|
388
80
|
- Provide clear remediation steps
|
|
81
|
+
|
|
389
82
|
- Reference the specific file and line number
|
|
390
83
|
|
|
391
|
-
|
|
392
|
-
# LLM CONFIGURATION
|
|
393
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
84
|
+
'
|
|
394
85
|
llm:
|
|
395
|
-
provider:
|
|
396
|
-
model:
|
|
397
|
-
|
|
398
|
-
# Low temperature for consistent security analysis
|
|
86
|
+
provider: anthropic
|
|
87
|
+
model: claude-sonnet-4-20250514
|
|
399
88
|
temperature: 0.2
|
|
400
|
-
|
|
401
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
402
|
-
# TOOLS
|
|
403
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
404
89
|
tools:
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
90
|
+
- type: mcp
|
|
91
|
+
name: github
|
|
92
|
+
description: GitHub API for repository access
|
|
93
|
+
config:
|
|
94
|
+
server: npx -y @modelcontextprotocol/server-github
|
|
95
|
+
env:
|
|
96
|
+
GITHUB_TOKEN: ${GITHUB_TOKEN}
|
|
97
|
+
- type: function
|
|
98
|
+
name: run_security_scan
|
|
99
|
+
description: 'Execute security analysis on a codebase.
|
|
100
|
+
|
|
101
|
+
Scans for: SQL injection, XSS, CSRF, dependency vulnerabilities,
|
|
102
|
+
|
|
103
|
+
hardcoded secrets, authentication issues.
|
|
104
|
+
|
|
105
|
+
'
|
|
106
|
+
input_schema:
|
|
107
|
+
type: object
|
|
108
|
+
required:
|
|
109
|
+
- repo_url
|
|
110
|
+
properties:
|
|
111
|
+
repo_url:
|
|
112
|
+
type: string
|
|
113
|
+
description: Repository URL to scan
|
|
114
|
+
scan_type:
|
|
115
|
+
type: string
|
|
116
|
+
enum:
|
|
117
|
+
- quick
|
|
118
|
+
- full
|
|
119
|
+
- dependency
|
|
120
|
+
default: quick
|
|
121
|
+
description: '• quick: Fast scan, common issues only (5-10 minutes)
|
|
122
|
+
|
|
123
|
+
• full: Comprehensive scan, all rules (30-60 minutes)
|
|
124
|
+
|
|
125
|
+
• dependency: Dependency vulnerabilities only (2-5 minutes)
|
|
126
|
+
|
|
127
|
+
'
|
|
128
|
+
messaging:
|
|
129
|
+
publishes:
|
|
130
|
+
- channel: security.vulnerabilities
|
|
131
|
+
description: Security vulnerabilities found during scans
|
|
132
|
+
schema:
|
|
422
133
|
type: object
|
|
423
|
-
required:
|
|
134
|
+
required:
|
|
135
|
+
- severity
|
|
136
|
+
- title
|
|
137
|
+
- affected_file
|
|
138
|
+
- scan_id
|
|
424
139
|
properties:
|
|
425
|
-
|
|
426
|
-
type: string
|
|
427
|
-
description: Repository URL to scan
|
|
428
|
-
scan_type:
|
|
140
|
+
severity:
|
|
429
141
|
type: string
|
|
430
|
-
enum:
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
438
|
-
# MESSAGING CONFIGURATION (v0.3.0 Feature)
|
|
439
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
440
|
-
# Define how this agent communicates with other agents
|
|
441
|
-
# ────────────────────────────────────────────────────────────────────────────────
|
|
442
|
-
messaging:
|
|
443
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
444
|
-
# CHANNELS THIS AGENT PUBLISHES TO
|
|
445
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
446
|
-
# Other agents subscribe to these channels to receive events
|
|
447
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
448
|
-
publishes:
|
|
449
|
-
# Channel 1: Individual vulnerability findings
|
|
450
|
-
- channel: security.vulnerabilities
|
|
451
|
-
description: Security vulnerabilities found during scans
|
|
452
|
-
|
|
453
|
-
# Message schema - validates outgoing messages
|
|
454
|
-
# Subscribers can rely on this structure
|
|
455
|
-
schema:
|
|
456
|
-
type: object
|
|
457
|
-
required: [severity, title, affected_file, scan_id]
|
|
458
|
-
properties:
|
|
459
|
-
severity:
|
|
460
|
-
type: string
|
|
461
|
-
enum: [critical, high, medium, low, info]
|
|
462
|
-
description: |
|
|
463
|
-
Severity level following CVSS guidelines:
|
|
464
|
-
• critical: CVSS 9.0-10.0, immediate action required
|
|
465
|
-
• high: CVSS 7.0-8.9, fix urgently
|
|
466
|
-
• medium: CVSS 4.0-6.9, fix soon
|
|
467
|
-
• low: CVSS 0.1-3.9, fix eventually
|
|
468
|
-
• info: CVSS 0.0, informational only
|
|
469
|
-
|
|
470
|
-
title:
|
|
471
|
-
type: string
|
|
472
|
-
minLength: 10
|
|
473
|
-
maxLength: 200
|
|
474
|
-
description: Brief, descriptive vulnerability title
|
|
475
|
-
|
|
476
|
-
cve_id:
|
|
477
|
-
type: string
|
|
478
|
-
pattern: "^CVE-\\d{4}-\\d{4,}$"
|
|
479
|
-
description: CVE identifier if available (e.g., CVE-2024-1234)
|
|
142
|
+
enum:
|
|
143
|
+
- critical
|
|
144
|
+
- high
|
|
145
|
+
- medium
|
|
146
|
+
- low
|
|
147
|
+
- info
|
|
148
|
+
description: 'Severity level following CVSS guidelines:
|
|
480
149
|
|
|
481
|
-
|
|
482
|
-
type: string
|
|
483
|
-
description: File path where vulnerability was found
|
|
484
|
-
|
|
485
|
-
line_number:
|
|
486
|
-
type: integer
|
|
487
|
-
minimum: 1
|
|
488
|
-
description: Line number in file (if applicable)
|
|
489
|
-
|
|
490
|
-
description:
|
|
491
|
-
type: string
|
|
492
|
-
description: Detailed explanation of the vulnerability
|
|
493
|
-
|
|
494
|
-
remediation:
|
|
495
|
-
type: string
|
|
496
|
-
description: How to fix the vulnerability
|
|
497
|
-
|
|
498
|
-
scan_id:
|
|
499
|
-
type: string
|
|
500
|
-
format: uuid
|
|
501
|
-
description: UUID of the scan that found this vulnerability
|
|
150
|
+
• critical: CVSS 9.0-10.0, immediate action required
|
|
502
151
|
|
|
503
|
-
|
|
504
|
-
type: string
|
|
505
|
-
format: uri
|
|
506
|
-
description: Repository where vulnerability was found
|
|
507
|
-
|
|
508
|
-
found_at:
|
|
509
|
-
type: string
|
|
510
|
-
format: date-time
|
|
511
|
-
description: Timestamp when vulnerability was detected
|
|
512
|
-
|
|
513
|
-
# Optional: Message retention
|
|
514
|
-
# retention_hours: 168 # Keep messages for 7 days
|
|
152
|
+
• high: CVSS 7.0-8.9, fix urgently
|
|
515
153
|
|
|
516
|
-
|
|
517
|
-
# priority: high # High-priority messages delivered first
|
|
154
|
+
• medium: CVSS 4.0-6.9, fix soon
|
|
518
155
|
|
|
519
|
-
|
|
520
|
-
- channel: security.scan.completed
|
|
521
|
-
description: Notification when a security scan completes
|
|
156
|
+
• low: CVSS 0.1-3.9, fix eventually
|
|
522
157
|
|
|
523
|
-
|
|
524
|
-
type: object
|
|
525
|
-
required: [scan_id, repo_url, status]
|
|
526
|
-
properties:
|
|
527
|
-
scan_id:
|
|
528
|
-
type: string
|
|
529
|
-
format: uuid
|
|
530
|
-
description: UUID of the completed scan
|
|
531
|
-
|
|
532
|
-
repo_url:
|
|
533
|
-
type: string
|
|
534
|
-
format: uri
|
|
535
|
-
description: Repository that was scanned
|
|
158
|
+
• info: CVSS 0.0, informational only
|
|
536
159
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
160
|
+
'
|
|
161
|
+
title:
|
|
162
|
+
type: string
|
|
163
|
+
minLength: 10
|
|
164
|
+
maxLength: 200
|
|
165
|
+
description: Brief, descriptive vulnerability title
|
|
166
|
+
cve_id:
|
|
167
|
+
type: string
|
|
168
|
+
pattern: ^CVE-\d{4}-\d{4,}$
|
|
169
|
+
description: CVE identifier if available (e.g., CVE-2024-1234)
|
|
170
|
+
affected_file:
|
|
171
|
+
type: string
|
|
172
|
+
description: File path where vulnerability was found
|
|
173
|
+
line_number:
|
|
174
|
+
type: integer
|
|
175
|
+
minimum: 1
|
|
176
|
+
description: Line number in file (if applicable)
|
|
177
|
+
description:
|
|
178
|
+
type: string
|
|
179
|
+
description: Detailed explanation of the vulnerability
|
|
180
|
+
remediation:
|
|
181
|
+
type: string
|
|
182
|
+
description: How to fix the vulnerability
|
|
183
|
+
scan_id:
|
|
184
|
+
type: string
|
|
185
|
+
format: uuid
|
|
186
|
+
description: UUID of the scan that found this vulnerability
|
|
187
|
+
repo_url:
|
|
188
|
+
type: string
|
|
189
|
+
format: uri
|
|
190
|
+
description: Repository where vulnerability was found
|
|
191
|
+
found_at:
|
|
192
|
+
type: string
|
|
193
|
+
format: date-time
|
|
194
|
+
description: Timestamp when vulnerability was detected
|
|
195
|
+
- channel: security.scan.completed
|
|
196
|
+
description: Notification when a security scan completes
|
|
197
|
+
schema:
|
|
198
|
+
type: object
|
|
199
|
+
required:
|
|
200
|
+
- scan_id
|
|
201
|
+
- repo_url
|
|
202
|
+
- status
|
|
203
|
+
properties:
|
|
204
|
+
scan_id:
|
|
205
|
+
type: string
|
|
206
|
+
format: uuid
|
|
207
|
+
description: UUID of the completed scan
|
|
208
|
+
repo_url:
|
|
209
|
+
type: string
|
|
210
|
+
format: uri
|
|
211
|
+
description: Repository that was scanned
|
|
212
|
+
status:
|
|
213
|
+
type: string
|
|
214
|
+
enum:
|
|
215
|
+
- completed
|
|
216
|
+
- failed
|
|
217
|
+
- partial
|
|
218
|
+
description: '• completed: Scan finished successfully
|
|
219
|
+
|
|
220
|
+
• failed: Scan encountered fatal error
|
|
221
|
+
|
|
222
|
+
• partial: Scan completed with warnings/skipped files
|
|
223
|
+
|
|
224
|
+
'
|
|
225
|
+
duration_seconds:
|
|
226
|
+
type: integer
|
|
227
|
+
minimum: 0
|
|
228
|
+
description: How long the scan took
|
|
229
|
+
findings_count:
|
|
230
|
+
type: object
|
|
231
|
+
description: Count of findings by severity
|
|
232
|
+
properties:
|
|
233
|
+
critical:
|
|
234
|
+
type: integer
|
|
235
|
+
high:
|
|
236
|
+
type: integer
|
|
237
|
+
medium:
|
|
238
|
+
type: integer
|
|
239
|
+
low:
|
|
240
|
+
type: integer
|
|
241
|
+
info:
|
|
242
|
+
type: integer
|
|
243
|
+
files_scanned:
|
|
244
|
+
type: integer
|
|
245
|
+
minimum: 0
|
|
246
|
+
description: Number of files analyzed
|
|
247
|
+
completed_at:
|
|
248
|
+
type: string
|
|
249
|
+
format: date-time
|
|
250
|
+
description: Scan completion timestamp
|
|
580
251
|
subscribes:
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
severity:
|
|
596
|
-
$in: [critical, high]
|
|
597
|
-
|
|
598
|
-
# Alternative filter syntax examples:
|
|
599
|
-
# package_name:
|
|
600
|
-
# $regex: "^django.*" # Only Django packages
|
|
601
|
-
# affected_versions:
|
|
602
|
-
# $contains: "2.1.0" # Only if affects version 2.1.0
|
|
603
|
-
|
|
604
|
-
# Optional: Batch processing
|
|
605
|
-
# batch:
|
|
606
|
-
# max_size: 10 # Process up to 10 messages at once
|
|
607
|
-
# timeout_seconds: 5 # Or batch after 5 seconds
|
|
608
|
-
|
|
609
|
-
# Subscription 2: CI build completion
|
|
610
|
-
- channel: ci.build.completed
|
|
611
|
-
description: Trigger security scan when builds complete
|
|
612
|
-
|
|
613
|
-
handler: on_build_completed
|
|
614
|
-
|
|
615
|
-
# Only scan successful builds (ignore failures)
|
|
616
|
-
filter:
|
|
617
|
-
build_status:
|
|
618
|
-
$eq: "success"
|
|
619
|
-
|
|
620
|
-
# Optional: Subscription priority
|
|
621
|
-
# priority: high # Process these messages first
|
|
622
|
-
|
|
623
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
624
|
-
# COMMANDS THIS AGENT ACCEPTS
|
|
625
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
626
|
-
# RPC-style request/response operations
|
|
627
|
-
# Other agents/systems can invoke these commands and get responses
|
|
628
|
-
# ──────────────────────────────────────────────────────────────────────────────
|
|
252
|
+
- channel: dependency.updates
|
|
253
|
+
description: Listen for dependency update notifications
|
|
254
|
+
handler: on_dependency_update
|
|
255
|
+
filter:
|
|
256
|
+
severity:
|
|
257
|
+
$in:
|
|
258
|
+
- critical
|
|
259
|
+
- high
|
|
260
|
+
- channel: ci.build.completed
|
|
261
|
+
description: Trigger security scan when builds complete
|
|
262
|
+
handler: on_build_completed
|
|
263
|
+
filter:
|
|
264
|
+
build_status:
|
|
265
|
+
$eq: success
|
|
629
266
|
commands:
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
• urgent: Queue jump, scan immediately (SLA: 5 minutes)
|
|
651
|
-
• normal: Standard queue (SLA: 30 minutes)
|
|
652
|
-
• low: Background scan (SLA: 4 hours)
|
|
653
|
-
|
|
654
|
-
scan_type:
|
|
655
|
-
type: string
|
|
656
|
-
enum: [quick, full, dependency]
|
|
657
|
-
default: quick
|
|
658
|
-
description: Type of scan to perform
|
|
659
|
-
|
|
660
|
-
notify_channels:
|
|
661
|
-
type: array
|
|
662
|
-
description: Additional channels to notify (beyond security.vulnerabilities)
|
|
663
|
-
items:
|
|
664
|
-
type: string
|
|
665
|
-
example: ["slack:security-team", "email:security@company.com"]
|
|
666
|
-
|
|
667
|
-
# Output schema - what the command returns
|
|
668
|
-
# Caller receives this structured response
|
|
669
|
-
output_schema:
|
|
670
|
-
type: object
|
|
671
|
-
required: [scan_id, status]
|
|
672
|
-
properties:
|
|
673
|
-
scan_id:
|
|
674
|
-
type: string
|
|
675
|
-
format: uuid
|
|
676
|
-
description: Unique scan identifier (use to query status later)
|
|
677
|
-
|
|
678
|
-
status:
|
|
679
|
-
type: string
|
|
680
|
-
enum: [queued, started, completed, failed]
|
|
681
|
-
description: Current scan status
|
|
682
|
-
|
|
683
|
-
estimated_completion:
|
|
684
|
-
type: string
|
|
685
|
-
format: date-time
|
|
686
|
-
description: When scan is expected to complete
|
|
687
|
-
|
|
688
|
-
queue_position:
|
|
689
|
-
type: integer
|
|
690
|
-
minimum: 0
|
|
691
|
-
description: Position in scan queue (if status=queued)
|
|
692
|
-
|
|
693
|
-
# Optional: Command timeout
|
|
694
|
-
# timeout_seconds: 300 # 5 minutes max
|
|
695
|
-
|
|
696
|
-
# Command 2: Query scan status
|
|
697
|
-
- name: get_scan_status
|
|
698
|
-
description: Get status of an ongoing or completed scan
|
|
699
|
-
|
|
700
|
-
input_schema:
|
|
701
|
-
type: object
|
|
702
|
-
required: [scan_id]
|
|
703
|
-
properties:
|
|
704
|
-
scan_id:
|
|
705
|
-
type: string
|
|
706
|
-
format: uuid
|
|
707
|
-
description: Scan ID returned from scan_repository command
|
|
267
|
+
- name: scan_repository
|
|
268
|
+
description: Trigger a security scan of a repository
|
|
269
|
+
input_schema:
|
|
270
|
+
type: object
|
|
271
|
+
required:
|
|
272
|
+
- repo_url
|
|
273
|
+
properties:
|
|
274
|
+
repo_url:
|
|
275
|
+
type: string
|
|
276
|
+
format: uri
|
|
277
|
+
description: Repository URL to scan
|
|
278
|
+
example: https://github.com/myorg/myrepo
|
|
279
|
+
priority:
|
|
280
|
+
type: string
|
|
281
|
+
enum:
|
|
282
|
+
- urgent
|
|
283
|
+
- normal
|
|
284
|
+
- low
|
|
285
|
+
default: normal
|
|
286
|
+
description: '• urgent: Queue jump, scan immediately (SLA: 5 minutes)
|
|
708
287
|
|
|
709
|
-
|
|
710
|
-
type: object
|
|
711
|
-
properties:
|
|
712
|
-
scan_id:
|
|
713
|
-
type: string
|
|
714
|
-
format: uuid
|
|
288
|
+
• normal: Standard queue (SLA: 30 minutes)
|
|
715
289
|
|
|
716
|
-
|
|
717
|
-
type: string
|
|
718
|
-
enum: [queued, started, completed, failed]
|
|
719
|
-
|
|
720
|
-
progress_percent:
|
|
721
|
-
type: number
|
|
722
|
-
minimum: 0
|
|
723
|
-
maximum: 100
|
|
724
|
-
description: Scan progress (0-100)
|
|
725
|
-
|
|
726
|
-
files_scanned:
|
|
727
|
-
type: integer
|
|
728
|
-
description: Files analyzed so far
|
|
729
|
-
|
|
730
|
-
findings_count:
|
|
731
|
-
type: object
|
|
732
|
-
description: Vulnerabilities found so far
|
|
733
|
-
properties:
|
|
734
|
-
critical:
|
|
735
|
-
type: integer
|
|
736
|
-
high:
|
|
737
|
-
type: integer
|
|
738
|
-
medium:
|
|
739
|
-
type: integer
|
|
740
|
-
|
|
741
|
-
started_at:
|
|
742
|
-
type: string
|
|
743
|
-
format: date-time
|
|
290
|
+
• low: Background scan (SLA: 4 hours)
|
|
744
291
|
|
|
745
|
-
|
|
292
|
+
'
|
|
293
|
+
scan_type:
|
|
294
|
+
type: string
|
|
295
|
+
enum:
|
|
296
|
+
- quick
|
|
297
|
+
- full
|
|
298
|
+
- dependency
|
|
299
|
+
default: quick
|
|
300
|
+
description: Type of scan to perform
|
|
301
|
+
notify_channels:
|
|
302
|
+
type: array
|
|
303
|
+
description: Additional channels to notify (beyond security.vulnerabilities)
|
|
304
|
+
items:
|
|
746
305
|
type: string
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
306
|
+
example:
|
|
307
|
+
- slack:security-team
|
|
308
|
+
- email:security@company.com
|
|
309
|
+
output_schema:
|
|
310
|
+
type: object
|
|
311
|
+
required:
|
|
312
|
+
- scan_id
|
|
313
|
+
- status
|
|
314
|
+
properties:
|
|
315
|
+
scan_id:
|
|
316
|
+
type: string
|
|
317
|
+
format: uuid
|
|
318
|
+
description: Unique scan identifier (use to query status later)
|
|
319
|
+
status:
|
|
320
|
+
type: string
|
|
321
|
+
enum:
|
|
322
|
+
- queued
|
|
323
|
+
- started
|
|
324
|
+
- completed
|
|
325
|
+
- failed
|
|
326
|
+
description: Current scan status
|
|
327
|
+
estimated_completion:
|
|
328
|
+
type: string
|
|
329
|
+
format: date-time
|
|
330
|
+
description: When scan is expected to complete
|
|
331
|
+
queue_position:
|
|
332
|
+
type: integer
|
|
333
|
+
minimum: 0
|
|
334
|
+
description: Position in scan queue (if status=queued)
|
|
335
|
+
- name: get_scan_status
|
|
336
|
+
description: Get status of an ongoing or completed scan
|
|
337
|
+
input_schema:
|
|
338
|
+
type: object
|
|
339
|
+
required:
|
|
340
|
+
- scan_id
|
|
341
|
+
properties:
|
|
342
|
+
scan_id:
|
|
343
|
+
type: string
|
|
344
|
+
format: uuid
|
|
345
|
+
description: Scan ID returned from scan_repository command
|
|
346
|
+
output_schema:
|
|
347
|
+
type: object
|
|
348
|
+
properties:
|
|
349
|
+
scan_id:
|
|
350
|
+
type: string
|
|
351
|
+
format: uuid
|
|
352
|
+
status:
|
|
353
|
+
type: string
|
|
354
|
+
enum:
|
|
355
|
+
- queued
|
|
356
|
+
- started
|
|
357
|
+
- completed
|
|
358
|
+
- failed
|
|
359
|
+
progress_percent:
|
|
360
|
+
type: number
|
|
361
|
+
minimum: 0
|
|
362
|
+
maximum: 100
|
|
363
|
+
description: Scan progress (0-100)
|
|
364
|
+
files_scanned:
|
|
365
|
+
type: integer
|
|
366
|
+
description: Files analyzed so far
|
|
367
|
+
findings_count:
|
|
368
|
+
type: object
|
|
369
|
+
description: Vulnerabilities found so far
|
|
370
|
+
properties:
|
|
371
|
+
critical:
|
|
372
|
+
type: integer
|
|
373
|
+
high:
|
|
374
|
+
type: integer
|
|
375
|
+
medium:
|
|
376
|
+
type: integer
|
|
377
|
+
started_at:
|
|
378
|
+
type: string
|
|
379
|
+
format: date-time
|
|
380
|
+
completed_at:
|
|
381
|
+
type: string
|
|
382
|
+
format: date-time
|
|
383
|
+
description: Only present if status=completed or failed
|
|
755
384
|
reliability:
|
|
756
|
-
# Delivery guarantee
|
|
757
|
-
# ┌──────────────────┬────────────────────────────────────────────────────┐
|
|
758
|
-
# │ MODE │ GUARANTEE │
|
|
759
|
-
# ├──────────────────┼────────────────────────────────────────────────────┤
|
|
760
|
-
# │ at_most_once │ Fast, may lose messages │
|
|
761
|
-
# │ at_least_once │ Reliable, may have duplicates (RECOMMENDED) │
|
|
762
|
-
# │ exactly_once │ Slow, no duplicates, requires transactions │
|
|
763
|
-
# └──────────────────┴────────────────────────────────────────────────────┘
|
|
764
385
|
delivery: at_least_once
|
|
765
|
-
|
|
766
|
-
# Message ordering
|
|
767
|
-
# Determines if messages are processed in order
|
|
768
386
|
ordering:
|
|
769
|
-
# Ordering mode
|
|
770
|
-
# • global: All messages across all channels ordered
|
|
771
|
-
# • per_channel: Messages within each channel ordered
|
|
772
|
-
# • none: No ordering guarantees (fastest)
|
|
773
387
|
mode: per_channel
|
|
774
|
-
|
|
775
|
-
# Optional: Ordering key
|
|
776
|
-
# Messages with same key processed in order
|
|
777
|
-
# key_field: scan_id # Order by scan_id
|
|
778
|
-
|
|
779
|
-
# Dead Letter Queue (DLQ) - handles failed messages
|
|
780
388
|
dead_letter_queue:
|
|
781
389
|
enabled: true
|
|
782
|
-
|
|
783
|
-
# Maximum retry attempts before moving to DLQ
|
|
784
|
-
# Example: 3 attempts = original + 2 retries
|
|
785
390
|
max_retries: 3
|
|
786
|
-
|
|
787
|
-
# Exponential backoff multiplier
|
|
788
|
-
# Attempt 1: immediate
|
|
789
|
-
# Attempt 2: 2 seconds (base_delay * multiplier^1)
|
|
790
|
-
# Attempt 3: 4 seconds (base_delay * multiplier^2)
|
|
791
|
-
# Attempt 4: 8 seconds (base_delay * multiplier^3)
|
|
792
391
|
backoff_multiplier: 2
|
|
793
|
-
|
|
794
|
-
# Base delay for first retry (seconds)
|
|
795
392
|
base_delay_seconds: 2
|
|
796
|
-
|
|
797
|
-
# Optional: DLQ message retention
|
|
798
|
-
# dlq_retention_hours: 168 # Keep failed messages for 7 days
|
|
799
|
-
|
|
800
|
-
# Optional: DLQ alerting
|
|
801
|
-
# dlq_alert_threshold: 10 # Alert if >10 messages in DLQ
|
|
802
|
-
|
|
803
|
-
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
804
|
-
# SUMMARY: AGENT-TO-AGENT MESSAGING
|
|
805
|
-
# ═══════════════════════════════════════════════════════════════════════════════════
|
|
806
|
-
#
|
|
807
|
-
# This agent demonstrates:
|
|
808
|
-
# ✓ Publishing events to channels (pub/sub pattern)
|
|
809
|
-
# ✓ Subscribing to events from other agents
|
|
810
|
-
# ✓ Accepting commands (RPC pattern)
|
|
811
|
-
# ✓ JSON Schema message validation
|
|
812
|
-
# ✓ Message filtering (only process relevant messages)
|
|
813
|
-
# ✓ At-least-once delivery with retries
|
|
814
|
-
# ✓ Dead letter queue for failed messages
|
|
815
|
-
# ✓ Per-channel message ordering
|
|
816
|
-
#
|
|
817
|
-
# Multi-agent architecture:
|
|
818
|
-
# → Decouple agents (loose coupling)
|
|
819
|
-
# → Scale independently (horizontal scaling)
|
|
820
|
-
# → Event-driven workflows (react to changes)
|
|
821
|
-
# → Fault tolerance (retries, DLQ)
|
|
822
|
-
#
|
|
823
|
-
# Next example (05-workflow-composition.ossa.yaml):
|
|
824
|
-
# → Orchestrate multiple agents into workflows
|
|
825
|
-
# → DAGs (directed acyclic graphs)
|
|
826
|
-
# → Parallel execution
|
|
827
|
-
# → Error handling and compensation
|
|
828
|
-
#
|
|
829
|
-
# ═══════════════════════════════════════════════════════════════════════════════════
|