@bluefly/openstandardagents 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -1990
- package/README.md +163 -392
- package/dist/adapters/anthropic/runtime.d.ts +1 -1
- package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
- package/dist/adapters/anthropic/runtime.js +1 -1
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/adapters/crewai-adapter.d.ts.map +1 -1
- package/dist/adapters/crewai-adapter.js +0 -1
- package/dist/adapters/crewai-adapter.js.map +1 -1
- package/dist/adapters/langchain-adapter.d.ts.map +1 -1
- package/dist/adapters/langchain-adapter.js +0 -1
- package/dist/adapters/langchain-adapter.js.map +1 -1
- package/dist/adapters/langflow-adapter.js +1 -1
- package/dist/adapters/langflow-adapter.js.map +1 -1
- package/dist/adapters/langfuse.adapter.d.ts +30 -0
- package/dist/adapters/langfuse.adapter.d.ts.map +1 -0
- package/dist/adapters/langfuse.adapter.js +61 -0
- package/dist/adapters/langfuse.adapter.js.map +1 -0
- package/dist/adapters/langsmith.adapter.d.ts +29 -0
- package/dist/adapters/langsmith.adapter.d.ts.map +1 -0
- package/dist/adapters/langsmith.adapter.js +60 -0
- package/dist/adapters/langsmith.adapter.js.map +1 -0
- package/dist/adapters/openapi-adapter.d.ts.map +1 -1
- package/dist/adapters/openapi-adapter.js +19 -15
- package/dist/adapters/openapi-adapter.js.map +1 -1
- package/dist/adapters/opentelemetry.adapter.d.ts +136 -0
- package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -0
- package/dist/adapters/opentelemetry.adapter.js +239 -0
- package/dist/adapters/opentelemetry.adapter.js.map +1 -0
- package/dist/adapters/phoenix.adapter.d.ts +28 -0
- package/dist/adapters/phoenix.adapter.d.ts.map +1 -0
- package/dist/adapters/phoenix.adapter.js +63 -0
- package/dist/adapters/phoenix.adapter.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +1 -1
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -1
- package/dist/bot/ci-pipeline-bot.js +1 -1
- package/dist/bot/ci-pipeline-bot.js.map +1 -1
- package/dist/bot/compliance-bot.d.ts.map +1 -1
- package/dist/bot/compliance-bot.js +1 -1
- package/dist/bot/compliance-bot.js.map +1 -1
- package/dist/cli/commands/agent-card.command.d.ts +4 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
- package/dist/cli/commands/agent-card.command.js +9 -7
- package/dist/cli/commands/agent-card.command.js.map +1 -1
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
- package/dist/cli/commands/agents-md.command.js +9 -11
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/agents.command.js +3 -3
- package/dist/cli/commands/agents.command.js.map +1 -1
- package/dist/cli/commands/catalog/config.d.ts +54 -0
- package/dist/cli/commands/catalog/config.d.ts.map +1 -0
- package/dist/cli/commands/catalog/config.js +113 -0
- package/dist/cli/commands/catalog/config.js.map +1 -0
- package/dist/cli/commands/catalog/convert.command.d.ts +8 -0
- package/dist/cli/commands/catalog/convert.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/convert.command.js +106 -0
- package/dist/cli/commands/catalog/convert.command.js.map +1 -0
- package/dist/cli/commands/catalog/diff.command.d.ts +8 -0
- package/dist/cli/commands/catalog/diff.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/diff.command.js +76 -0
- package/dist/cli/commands/catalog/diff.command.js.map +1 -0
- package/dist/cli/commands/catalog/index.d.ts +19 -0
- package/dist/cli/commands/catalog/index.d.ts.map +1 -0
- package/dist/cli/commands/catalog/index.js +40 -0
- package/dist/cli/commands/catalog/index.js.map +1 -0
- package/dist/cli/commands/catalog/list.command.d.ts +8 -0
- package/dist/cli/commands/catalog/list.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/list.command.js +101 -0
- package/dist/cli/commands/catalog/list.command.js.map +1 -0
- package/dist/cli/commands/catalog/pull.command.d.ts +8 -0
- package/dist/cli/commands/catalog/pull.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/pull.command.js +87 -0
- package/dist/cli/commands/catalog/pull.command.js.map +1 -0
- package/dist/cli/commands/catalog/push.command.d.ts +8 -0
- package/dist/cli/commands/catalog/push.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/push.command.js +98 -0
- package/dist/cli/commands/catalog/push.command.js.map +1 -0
- package/dist/cli/commands/catalog/schemas.d.ts +62 -0
- package/dist/cli/commands/catalog/schemas.d.ts.map +1 -0
- package/dist/cli/commands/catalog/schemas.js +55 -0
- package/dist/cli/commands/catalog/schemas.js.map +1 -0
- package/dist/cli/commands/catalog/sync.command.d.ts +8 -0
- package/dist/cli/commands/catalog/sync.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/sync.command.js +69 -0
- package/dist/cli/commands/catalog/sync.command.js.map +1 -0
- package/dist/cli/commands/catalog/validate.command.d.ts +8 -0
- package/dist/cli/commands/catalog/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/validate.command.js +140 -0
- package/dist/cli/commands/catalog/validate.command.js.map +1 -0
- package/dist/cli/commands/compliance.command.d.ts +19 -0
- package/dist/cli/commands/compliance.command.d.ts.map +1 -0
- package/dist/cli/commands/compliance.command.js +218 -0
- package/dist/cli/commands/compliance.command.js.map +1 -0
- package/dist/cli/commands/contract.command.d.ts +5 -0
- package/dist/cli/commands/contract.command.d.ts.map +1 -1
- package/dist/cli/commands/contract.command.js +40 -63
- package/dist/cli/commands/contract.command.js.map +1 -1
- package/dist/cli/commands/dependencies.command.d.ts +5 -0
- package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
- package/dist/cli/commands/dependencies.command.js +58 -108
- package/dist/cli/commands/dependencies.command.js.map +1 -1
- package/dist/cli/commands/diff.command.d.ts +4 -0
- package/dist/cli/commands/diff.command.d.ts.map +1 -1
- package/dist/cli/commands/diff.command.js +10 -10
- package/dist/cli/commands/diff.command.js.map +1 -1
- package/dist/cli/commands/docs.command.d.ts.map +1 -1
- package/dist/cli/commands/docs.command.js +2 -1
- package/dist/cli/commands/docs.command.js.map +1 -1
- package/dist/cli/commands/export.command.d.ts.map +1 -1
- package/dist/cli/commands/export.command.js +2 -2
- package/dist/cli/commands/export.command.js.map +1 -1
- package/dist/cli/commands/extension-team.command.d.ts +15 -0
- package/dist/cli/commands/extension-team.command.d.ts.map +1 -0
- package/dist/cli/commands/extension-team.command.js +117 -0
- package/dist/cli/commands/extension-team.command.js.map +1 -0
- package/dist/cli/commands/framework.command.d.ts +9 -0
- package/dist/cli/commands/framework.command.d.ts.map +1 -0
- package/dist/cli/commands/framework.command.js +179 -0
- package/dist/cli/commands/framework.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +15 -8
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/github-sync.command.js +2 -2
- package/dist/cli/commands/github-sync.command.js.map +1 -1
- package/dist/cli/commands/import.command.d.ts.map +1 -1
- package/dist/cli/commands/import.command.js +2 -2
- package/dist/cli/commands/import.command.js.map +1 -1
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js +3 -1
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/langchain.command.d.ts +9 -0
- package/dist/cli/commands/langchain.command.d.ts.map +1 -0
- package/dist/cli/commands/langchain.command.js +110 -0
- package/dist/cli/commands/langchain.command.js.map +1 -0
- package/dist/cli/commands/langflow.command.d.ts +9 -0
- package/dist/cli/commands/langflow.command.d.ts.map +1 -0
- package/dist/cli/commands/langflow.command.js +111 -0
- package/dist/cli/commands/langflow.command.js.map +1 -0
- package/dist/cli/commands/lint.command.d.ts +5 -0
- package/dist/cli/commands/lint.command.d.ts.map +1 -1
- package/dist/cli/commands/lint.command.js +13 -57
- package/dist/cli/commands/lint.command.js.map +1 -1
- package/dist/cli/commands/llms-txt.command.d.ts +7 -0
- package/dist/cli/commands/llms-txt.command.d.ts.map +1 -0
- package/dist/cli/commands/llms-txt.command.js +119 -0
- package/dist/cli/commands/llms-txt.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.js +4 -4
- package/dist/cli/commands/migrate.command.js.map +1 -1
- package/dist/cli/commands/publish.command.d.ts.map +1 -1
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.command.js +4 -10
- package/dist/cli/commands/quickstart.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +4 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -1
- package/dist/cli/commands/registry.command.js +11 -12
- package/dist/cli/commands/registry.command.js.map +1 -1
- package/dist/cli/commands/scaffold.command.d.ts +19 -0
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -0
- package/dist/cli/commands/scaffold.command.js +182 -0
- package/dist/cli/commands/scaffold.command.js.map +1 -0
- package/dist/cli/commands/schema.command.d.ts +4 -0
- package/dist/cli/commands/schema.command.d.ts.map +1 -1
- package/dist/cli/commands/schema.command.js +8 -5
- package/dist/cli/commands/schema.command.js.map +1 -1
- package/dist/cli/commands/setup.command.d.ts.map +1 -1
- package/dist/cli/commands/setup.command.js +23 -24
- package/dist/cli/commands/setup.command.js.map +1 -1
- package/dist/cli/commands/standardize.command.d.ts +19 -0
- package/dist/cli/commands/standardize.command.d.ts.map +1 -0
- package/dist/cli/commands/standardize.command.js +275 -0
- package/dist/cli/commands/standardize.command.js.map +1 -0
- package/dist/cli/commands/sync.command.js +3 -3
- package/dist/cli/commands/sync.command.js.map +1 -1
- package/dist/cli/commands/test.command.d.ts +8 -0
- package/dist/cli/commands/test.command.d.ts.map +1 -1
- package/dist/cli/commands/test.command.js +83 -15
- package/dist/cli/commands/test.command.js.map +1 -1
- package/dist/cli/commands/validate.command.d.ts +4 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +30 -1
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/workspace.command.d.ts.map +1 -1
- package/dist/cli/commands/workspace.command.js +32 -42
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/extensions/gitlab-release.commands.d.ts +19 -0
- package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab-release.commands.js +341 -0
- package/dist/cli/extensions/gitlab-release.commands.js.map +1 -0
- package/dist/cli/extensions/gitlab.extension.d.ts +24 -0
- package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab.extension.js +64 -0
- package/dist/cli/extensions/gitlab.extension.js.map +1 -0
- package/dist/cli/extensions/index.d.ts +63 -0
- package/dist/cli/extensions/index.d.ts.map +1 -0
- package/dist/cli/extensions/index.js +181 -0
- package/dist/cli/extensions/index.js.map +1 -0
- package/dist/cli/index.d.ts +11 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +111 -35
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.js +6 -6
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/gitlab-config.d.ts +94 -0
- package/dist/cli/utils/gitlab-config.d.ts.map +1 -0
- package/dist/cli/utils/gitlab-config.js +180 -0
- package/dist/cli/utils/gitlab-config.js.map +1 -0
- package/dist/cli/utils/index.d.ts +11 -0
- package/dist/cli/utils/index.d.ts.map +1 -0
- package/dist/cli/utils/index.js +15 -0
- package/dist/cli/utils/index.js.map +1 -0
- package/dist/cli/utils/manifest-loader.d.ts +77 -0
- package/dist/cli/utils/manifest-loader.d.ts.map +1 -0
- package/dist/cli/utils/manifest-loader.js +153 -0
- package/dist/cli/utils/manifest-loader.js.map +1 -0
- package/dist/cli/utils/output.d.ts +134 -0
- package/dist/cli/utils/output.d.ts.map +1 -0
- package/dist/cli/utils/output.js +200 -0
- package/dist/cli/utils/output.js.map +1 -0
- package/dist/config/defaults.d.ts +138 -0
- package/dist/config/defaults.d.ts.map +1 -0
- package/dist/config/defaults.js +223 -0
- package/dist/config/defaults.js.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts +38 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.js +36 -0
- package/dist/dev-cli/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/schemas/version.schema.d.ts +82 -0
- package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/version.schema.js +83 -0
- package/dist/dev-cli/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/services/version-audit.service.d.ts +31 -0
- package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -0
- package/dist/dev-cli/services/version-audit.service.js +168 -0
- package/dist/dev-cli/services/version-audit.service.js.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts +12 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.js +112 -0
- package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -0
- package/dist/dev-cli/src/commands/release.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/release.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release.command.js +112 -0
- package/dist/dev-cli/src/commands/release.command.js.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.js +85 -0
- package/dist/dev-cli/src/commands/spec.command.js.map +1 -0
- package/dist/dev-cli/src/commands/version.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/version.command.js +114 -0
- package/dist/dev-cli/src/commands/version.command.js.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.js +93 -0
- package/dist/dev-cli/src/commands/workflow.command.js.map +1 -0
- package/dist/dev-cli/src/index.d.ts +14 -0
- package/dist/dev-cli/src/index.d.ts.map +1 -0
- package/dist/dev-cli/src/index.js +35 -0
- package/dist/dev-cli/src/index.js.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts +112 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js +76 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts +146 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.js +77 -0
- package/dist/dev-cli/src/schemas/release.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts +34 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.js +30 -0
- package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts +53 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.js +43 -0
- package/dist/dev-cli/src/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts +55 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.js +492 -0
- package/dist/dev-cli/src/services/release-prep.service.js.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts +49 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.js +385 -0
- package/dist/dev-cli/src/services/release-verify.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts +18 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.js +49 -0
- package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.js +52 -0
- package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.js +80 -0
- package/dist/dev-cli/src/services/version-release.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts +21 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.js +98 -0
- package/dist/dev-cli/src/services/version-sync.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.js +52 -0
- package/dist/dev-cli/src/services/version-validate.service.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +14 -3
- package/dist/di-container.js.map +1 -1
- package/dist/messaging/broker.d.ts +1 -1
- package/dist/messaging/broker.js +1 -1
- package/dist/messaging/channels.d.ts +1 -1
- package/dist/messaging/channels.js +1 -1
- package/dist/messaging/index.d.ts +1 -1
- package/dist/messaging/index.js +1 -1
- package/dist/messaging/protocols/memory.d.ts +1 -1
- package/dist/messaging/protocols/memory.js +1 -1
- package/dist/messaging/protocols/redis.d.ts +1 -1
- package/dist/messaging/protocols/redis.js +1 -1
- package/dist/messaging/types.d.ts +2 -2
- package/dist/messaging/types.js +1 -1
- package/dist/repositories/manifest.repository.d.ts +1 -1
- package/dist/repositories/manifest.repository.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.js +18 -13
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +2 -2
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +1 -1
- package/dist/runtime/crewai.runtime.d.ts +30 -0
- package/dist/runtime/crewai.runtime.d.ts.map +1 -0
- package/dist/runtime/crewai.runtime.js +106 -0
- package/dist/runtime/crewai.runtime.js.map +1 -0
- package/dist/runtime/langchain.runtime.d.ts +32 -0
- package/dist/runtime/langchain.runtime.d.ts.map +1 -0
- package/dist/runtime/langchain.runtime.js +75 -0
- package/dist/runtime/langchain.runtime.js.map +1 -0
- package/dist/runtime/langflow.runtime.d.ts +65 -0
- package/dist/runtime/langflow.runtime.d.ts.map +1 -0
- package/dist/runtime/langflow.runtime.js +140 -0
- package/dist/runtime/langflow.runtime.js.map +1 -0
- package/dist/sdks/index.d.ts +15 -0
- package/dist/sdks/index.d.ts.map +1 -0
- package/dist/sdks/index.js +17 -0
- package/dist/sdks/index.js.map +1 -0
- package/dist/sdks/python-generator/index.d.ts +18 -0
- package/dist/sdks/python-generator/index.d.ts.map +1 -0
- package/dist/sdks/python-generator/index.js +13 -0
- package/dist/sdks/python-generator/index.js.map +1 -0
- package/dist/sdks/shared/index.d.ts +24 -0
- package/dist/sdks/shared/index.d.ts.map +1 -0
- package/dist/sdks/shared/index.js +28 -0
- package/dist/sdks/shared/index.js.map +1 -0
- package/dist/sdks/shared/manifest-loader.d.ts +41 -0
- package/dist/sdks/shared/manifest-loader.d.ts.map +1 -0
- package/dist/sdks/shared/manifest-loader.js +45 -0
- package/dist/sdks/shared/manifest-loader.js.map +1 -0
- package/dist/sdks/shared/schema-validator.d.ts +34 -0
- package/dist/sdks/shared/schema-validator.d.ts.map +1 -0
- package/dist/sdks/shared/schema-validator.js +101 -0
- package/dist/sdks/shared/schema-validator.js.map +1 -0
- package/dist/sdks/shared/types.d.ts +43 -0
- package/dist/sdks/shared/types.d.ts.map +1 -0
- package/dist/sdks/shared/types.js +27 -0
- package/dist/sdks/shared/types.js.map +1 -0
- package/dist/sdks/shared/validation.d.ts +52 -0
- package/dist/sdks/shared/validation.d.ts.map +1 -0
- package/dist/sdks/shared/validation.js +37 -0
- package/dist/sdks/shared/validation.js.map +1 -0
- package/dist/sdks/typescript/client.d.ts +44 -0
- package/dist/sdks/typescript/client.d.ts.map +1 -0
- package/dist/sdks/typescript/client.js +51 -0
- package/dist/sdks/typescript/client.js.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -0
- package/dist/sdks/typescript/events/index.d.ts.map +1 -0
- package/dist/sdks/typescript/events/index.js.map +1 -0
- package/dist/sdks/typescript/index.d.ts +31 -0
- package/dist/sdks/typescript/index.d.ts.map +1 -0
- package/dist/sdks/typescript/index.js +36 -0
- package/dist/sdks/typescript/index.js.map +1 -0
- package/dist/sdks/typescript/manifest.d.ts +36 -0
- package/dist/sdks/typescript/manifest.d.ts.map +1 -0
- package/dist/sdks/typescript/manifest.js +85 -0
- package/dist/sdks/typescript/manifest.js.map +1 -0
- package/dist/sdks/typescript/tracing/index.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/index.js.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -0
- package/dist/sdks/typescript/types.d.ts +145 -0
- package/dist/sdks/typescript/types.d.ts.map +1 -0
- package/dist/sdks/typescript/types.js +51 -0
- package/dist/sdks/typescript/types.js.map +1 -0
- package/dist/sdks/typescript/validator.d.ts +26 -0
- package/dist/sdks/typescript/validator.d.ts.map +1 -0
- package/dist/sdks/typescript/validator.js +58 -0
- package/dist/sdks/typescript/validator.js.map +1 -0
- package/dist/services/agent-services/qdrant.service.js +2 -2
- package/dist/services/agent-services/qdrant.service.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +4 -2
- package/dist/services/codegen/codegen.service.d.ts.map +1 -1
- package/dist/services/codegen/codegen.service.js +8 -2
- package/dist/services/codegen/codegen.service.js.map +1 -1
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts +79 -0
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js +476 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +1 -1
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/zod.generator.js +2 -1
- package/dist/services/codegen/generators/zod.generator.js.map +1 -1
- package/dist/services/codegen/index.d.ts +2 -0
- package/dist/services/codegen/index.d.ts.map +1 -1
- package/dist/services/codegen/index.js +2 -0
- package/dist/services/codegen/index.js.map +1 -1
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts +85 -0
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js +121 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts +55 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.js +149 -0
- package/dist/services/framework-import/langchain-importer.service.js.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts +85 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.js +260 -0
- package/dist/services/framework-import/langflow-importer.service.js.map +1 -0
- package/dist/services/github-sync/sync.service.js +2 -2
- package/dist/services/llms-txt/llms-txt.service.d.ts +59 -0
- package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -0
- package/dist/services/llms-txt/llms-txt.service.js +509 -0
- package/dist/services/llms-txt/llms-txt.service.js.map +1 -0
- package/dist/services/messaging/example.js +15 -15
- package/dist/services/messaging/example.js.map +1 -1
- package/dist/services/release-automation/generate-changelog.d.ts +7 -0
- package/dist/services/release-automation/generate-changelog.d.ts.map +1 -0
- package/dist/services/release-automation/generate-changelog.js +286 -0
- package/dist/services/release-automation/generate-changelog.js.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts +7 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.js +156 -0
- package/dist/services/release-automation/increment-dev-tag.js.map +1 -0
- package/dist/services/release-automation/release-buttons.d.ts +7 -0
- package/dist/services/release-automation/release-buttons.d.ts.map +1 -0
- package/dist/services/release-automation/release-buttons.js +165 -0
- package/dist/services/release-automation/release-buttons.js.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +2 -2
- package/dist/services/release-automation/tag.service.d.ts +3 -3
- package/dist/services/validation-zod.service.d.ts +36 -0
- package/dist/services/validation-zod.service.d.ts.map +1 -0
- package/dist/services/validation-zod.service.js +328 -0
- package/dist/services/validation-zod.service.js.map +1 -0
- package/dist/services/validation.service.js +1 -1
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/contract.validator.d.ts +6 -5
- package/dist/services/validators/contract.validator.d.ts.map +1 -1
- package/dist/services/validators/contract.validator.js +6 -6
- package/dist/services/validators/contract.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.js.map +1 -1
- package/dist/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/dist/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/dist/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/dist/spec/extensions/a2a-messaging.md +5 -5
- package/dist/spec/extensions/manifest-extensions.md +4 -4
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/dist/spec/extensions/skills-compatibility.md +292 -0
- package/dist/spec/registry/README.md +1 -1
- package/dist/spec/registry/registry-spec.md +6 -6
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.2/access_tiers.yaml +2 -2
- package/dist/spec/v0.3.2/adapters/drupal.md +7 -7
- package/dist/spec/v0.3.2/adapters/symfony.md +4 -4
- package/dist/spec/v0.3.2/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/dist/spec/v0.3.2/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/dist/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/dist/spec/v0.3.2/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/dist/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/dist/spec/v0.3.2/taxonomy.yaml +2 -2
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/drupal.md +7 -7
- package/dist/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/dist/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/dist/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/dist/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/dist/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/dist/spec/v0.3.3/extensions/dify.md +1461 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/dist/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/dist/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/dist/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/dist/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/dist/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/dist/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/dist/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/dist/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/dist/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/taxonomy.yaml +114 -7
- package/dist/types/generated/ossa-0.3.2.types.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.types.js +2 -2
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.zod.js +3 -3
- package/dist/types/generated/ossa-0.3.3.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.types.js +10 -0
- package/dist/types/generated/ossa-0.3.3.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -0
- package/dist/types/identity.d.ts +405 -0
- package/dist/types/identity.d.ts.map +1 -0
- package/dist/types/identity.js +12 -0
- package/dist/types/identity.js.map +1 -0
- package/dist/types/identity.zod.d.ts +622 -0
- package/dist/types/identity.zod.d.ts.map +1 -0
- package/dist/types/identity.zod.js +263 -0
- package/dist/types/identity.zod.js.map +1 -0
- package/dist/types/index.d.ts +67 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/llms-txt.zod.d.ts +320 -0
- package/dist/types/llms-txt.zod.d.ts.map +1 -0
- package/dist/types/llms-txt.zod.js +80 -0
- package/dist/types/llms-txt.zod.js.map +1 -0
- package/dist/types/personality.d.ts +141 -0
- package/dist/types/personality.d.ts.map +1 -0
- package/dist/types/personality.js +72 -0
- package/dist/types/personality.js.map +1 -0
- package/dist/types/personality.zod.d.ts +483 -0
- package/dist/types/personality.zod.d.ts.map +1 -0
- package/dist/types/personality.zod.js +160 -0
- package/dist/types/personality.zod.js.map +1 -0
- package/dist/types/prompts.d.ts +219 -0
- package/dist/types/prompts.d.ts.map +1 -0
- package/dist/types/prompts.js +163 -0
- package/dist/types/prompts.js.map +1 -0
- package/dist/types/prompts.zod.d.ts +252 -0
- package/dist/types/prompts.zod.d.ts.map +1 -0
- package/dist/types/prompts.zod.js +105 -0
- package/dist/types/prompts.zod.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/type-guards.d.ts +59 -0
- package/dist/utils/type-guards.d.ts.map +1 -0
- package/dist/utils/type-guards.js +170 -0
- package/dist/utils/type-guards.js.map +1 -0
- package/dist/utils/version.js +3 -3
- package/dist/utils/version.js.map +1 -1
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +1 -1
- package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +13 -13
- package/examples/claude-code/code-reviewer.ossa.yaml +55 -47
- package/examples/claude-code/ossa-validator.ossa.yaml +62 -58
- package/examples/common_npm/agent-router.ossa.yaml +49 -171
- package/examples/contracts/data-consumer.ossa.yaml +2 -2
- package/examples/contracts/data-producer-v2.ossa.yaml +4 -4
- package/examples/contracts/data-producer.ossa.yaml +4 -4
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -11
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +53 -594
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +24 -349
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +187 -824
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +66 -797
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +317 -754
- package/examples/getting-started/05-workflow-composition.ossa.yaml +98 -154
- package/examples/getting-started/hello-world-complete.ossa.yaml +61 -216
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +75 -336
- package/examples/kagent/compliance-validator.ossa.yaml +40 -51
- package/examples/kagent/cost-optimizer.ossa.yaml +30 -42
- package/examples/kagent/documentation-agent.ossa.yaml +29 -41
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +80 -263
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +69 -224
- package/examples/kagent/security-scanner.ossa.yaml +54 -110
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/messaging/dependency-healer.ossa.yaml +2 -2
- package/examples/messaging/incident-responder.ossa.yaml +2 -2
- package/examples/messaging/routing-rules.ossa.yaml +2 -109
- package/examples/messaging/security-scanner.ossa.yaml +248 -241
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +32 -32
- package/examples/multi-agent/parallel-execution.ossa.yaml +43 -43
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +35 -35
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +33 -34
- package/examples/openai/multi-tool-agent.ossa.json +1 -1
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/ossa-templates/01-code-assistant.ossa.yaml +114 -0
- package/examples/ossa-templates/02-security-scanner.ossa.yaml +103 -0
- package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +100 -0
- package/examples/ossa-templates/04-code-reviewer.ossa.yaml +116 -0
- package/examples/ossa-templates/05-doc-generator.ossa.yaml +102 -0
- package/examples/ossa-templates/06-compliance-validator.ossa.yaml +132 -0
- package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +110 -0
- package/examples/ossa-templates/08-content-writer.ossa.yaml +136 -0
- package/examples/ossa-templates/09-test-generator.ossa.yaml +113 -0
- package/examples/ossa-templates/10-data-transformer.ossa.yaml +102 -0
- package/examples/ossa-templates/README.md +98 -0
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +27 -29
- package/examples/rag-agent/index.ts +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +2 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +2 -1
- package/examples/reference-implementations/typescript-client/package.json +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +54 -420
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +27 -31
- package/examples/showcase/code-assistant.ossa.yaml +51 -65
- package/examples/showcase/code-reviewer.ossa.yaml +28 -31
- package/examples/showcase/compliance-validator.ossa.yaml +31 -32
- package/examples/showcase/content-writer.ossa.yaml +35 -32
- package/examples/showcase/data-transformer.ossa.yaml +35 -37
- package/examples/showcase/doc-generator.ossa.yaml +33 -35
- package/examples/showcase/security-scanner.ossa.yaml +33 -32
- package/examples/showcase/test-generator.ossa.yaml +25 -51
- package/examples/showcase/workflow-orchestrator.ossa.yaml +63 -78
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +224 -227
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/junit.xml +1469 -0
- package/openapi/agent-communication.yaml +4 -45
- package/openapi/agent-crud.yaml +13 -65
- package/openapi/agent-discovery.yaml +3 -3
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +1316 -110
- package/openapi/core/ossa-core-api.openapi.yaml +19 -257
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +5 -36
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/dev-cli.openapi.yml +867 -0
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/openapi/schemas/common/agent.yaml +229 -0
- package/openapi/schemas/common/errors.yaml +75 -0
- package/openapi/schemas/common/metadata.yaml +62 -0
- package/openapi/schemas/common/pagination.yaml +72 -0
- package/openapi/schemas/common/security.yaml +88 -0
- package/openapi/schemas/index.yaml +88 -0
- package/package.json +29 -21
- package/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/spec/extensions/a2a-messaging.md +5 -5
- package/spec/extensions/manifest-extensions.md +4 -4
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/spec/extensions/skills-compatibility.md +292 -0
- package/spec/registry/README.md +1 -1
- package/spec/registry/registry-spec.md +6 -6
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.2/access_tiers.yaml +2 -2
- package/spec/v0.3.2/adapters/drupal.md +7 -7
- package/spec/v0.3.2/adapters/symfony.md +4 -4
- package/spec/v0.3.2/agent-test.schema.json +2 -2
- package/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/spec/v0.3.2/extensions/drupal.md +5 -5
- package/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/spec/v0.3.2/protocols/websocket.md +2 -2
- package/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/spec/v0.3.2/taxonomy.yaml +2 -2
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/adapters/drupal.md +7 -7
- package/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/agent-test.schema.json +2 -2
- package/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/spec/v0.3.3/extensions/dify.md +1461 -0
- package/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/spec/v0.3.3/protocols/a2a-communication.schema.json +897 -0
- package/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/spec/v0.3.3/protocols/identity-runtime.schema.json +482 -0
- package/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/taxonomy.yaml +114 -7
- package/.devfile.yaml +0 -87
- package/.gitlab-ci-trigger +0 -1
- package/bin/ossa-dev +0 -42
- package/bin/ossa-export +0 -32
- package/bin/ossa-generate +0 -53
- package/bin/ossa-health +0 -40
- package/bin/ossa-init +0 -26
- package/bin/quickstart +0 -514
- package/bin/validate-ossa.ts +0 -273
- package/dist/cli/commands/release.command.d.ts +0 -8
- package/dist/cli/commands/release.command.d.ts.map +0 -1
- package/dist/cli/commands/release.command.js +0 -641
- package/dist/cli/commands/release.command.js.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.d.ts.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.js.map +0 -1
- package/dist/sdk/events/index.d.ts.map +0 -1
- package/dist/sdk/events/index.js.map +0 -1
- package/dist/sdk/tracing/index.d.ts.map +0 -1
- package/dist/sdk/tracing/index.js.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.d.ts.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.js.map +0 -1
- package/dist/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/dist/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/dist/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/dist/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/dist/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/dist/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/dist/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/dist/spec/v0.2.3/CHANGELOG.md +0 -176
- package/dist/spec/v0.2.3/README.md +0 -154
- package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/dist/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/dist/spec/v0.2.4/CHANGELOG.md +0 -403
- package/dist/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/dist/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/dist/spec/v0.2.5/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5/README.md +0 -72
- package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/dist/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5-RC/README.md +0 -72
- package/dist/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/dist/spec/v0.2.6/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.6/README.md +0 -72
- package/dist/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/dist/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/dist/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/dist/spec/v0.2.6-dev/README.md +0 -75
- package/dist/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/dist/spec/v0.2.7/core/agentgraph.md +0 -324
- package/dist/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/dist/spec/v0.2.8/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.8/README.md +0 -72
- package/dist/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/dist/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/dist/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/dist/spec/v0.2.9/agent.md +0 -1946
- package/dist/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/dist/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/dist/spec/v0.2.9/capability-schema.md +0 -576
- package/dist/spec/v0.2.9/compliance-profiles.md +0 -533
- package/dist/spec/v0.2.9/conformance-testing.md +0 -1527
- package/dist/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/dist/spec/v0.2.9/runtime-semantics.md +0 -464
- package/dist/spec/v0.2.9/security-model.md +0 -1245
- package/dist/spec/v0.2.9/semantic-conventions.md +0 -347
- package/dist/spec/v0.2.9/types.ts +0 -522
- package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- package/examples/reference-implementations/curl-scripts/01-search-agents.sh +0 -72
- package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +0 -74
- package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +0 -136
- package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +0 -178
- package/examples/reference-implementations/curl-scripts/05-discovery.sh +0 -98
- package/schemas/agent.json +0 -523
- package/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/spec/v0.2.3/CHANGELOG.md +0 -176
- package/spec/v0.2.3/README.md +0 -154
- package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/spec/v0.2.4/CHANGELOG.md +0 -403
- package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/spec/v0.2.5/CHANGELOG.md +0 -401
- package/spec/v0.2.5/README.md +0 -72
- package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/spec/v0.2.5-RC/README.md +0 -72
- package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/spec/v0.2.6/CHANGELOG.md +0 -401
- package/spec/v0.2.6/README.md +0 -72
- package/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/spec/v0.2.6-dev/README.md +0 -75
- package/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/spec/v0.2.7/core/agentgraph.md +0 -324
- package/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/spec/v0.2.8/CHANGELOG.md +0 -401
- package/spec/v0.2.8/README.md +0 -72
- package/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/spec/v0.2.9/agent.md +0 -1946
- package/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/spec/v0.2.9/capability-schema.md +0 -576
- package/spec/v0.2.9/compliance-profiles.md +0 -533
- package/spec/v0.2.9/conformance-testing.md +0 -1527
- package/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/spec/v0.2.9/runtime-semantics.md +0 -464
- package/spec/v0.2.9/security-model.md +0 -1245
- package/spec/v0.2.9/semantic-conventions.md +0 -347
- package/spec/v0.2.9/types.ts +0 -522
- package/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.js +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.js +0 -0
- /package/{schemas/communication.json → dist/spec/v0.3.3/protocols/a2a-communication.schema.json} +0 -0
- /package/{schemas/identity.json → dist/spec/v0.3.3/protocols/identity-runtime.schema.json} +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
|
@@ -0,0 +1,1360 @@
|
|
|
1
|
+
# Microsoft Semantic Kernel Extension for OSSA v0.3.3
|
|
2
|
+
|
|
3
|
+
**Version:** 0.3.3
|
|
4
|
+
**Status:** Stable
|
|
5
|
+
**Last Updated:** 2025-12-31
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
This document describes the Microsoft Semantic Kernel extension for OSSA manifests. Semantic Kernel is Microsoft's open-source AI orchestration SDK that enables developers to build AI agents with plugins, planners, and memory. This extension provides bidirectional mapping between Semantic Kernel concepts and OSSA primitives.
|
|
10
|
+
|
|
11
|
+
## Core Concept Mapping
|
|
12
|
+
|
|
13
|
+
### Semantic Kernel to OSSA Mapping Table
|
|
14
|
+
|
|
15
|
+
| Semantic Kernel Concept | OSSA Equivalent | Notes |
|
|
16
|
+
|------------------------|-----------------|-------|
|
|
17
|
+
| `Kernel` | `runtime` | Runtime configuration and service container |
|
|
18
|
+
| `Plugin` | `spec.capabilities` | Capability groupings with functions |
|
|
19
|
+
| `KernelFunction` (Native) | `kind: Task` | Deterministic code-based functions |
|
|
20
|
+
| `KernelFunction` (Semantic) | `kind: Agent` (single-turn) | Prompt-based functions with LLM |
|
|
21
|
+
| `SequentialPlanner` | `kind: Workflow` (sequential) | Linear task composition |
|
|
22
|
+
| `StepwisePlanner` | `kind: Workflow` (dag) + `kind: Agent` | Agentic reasoning with tool use |
|
|
23
|
+
| `ActionPlanner` | `kind: Agent` with single tool | Single-action selection |
|
|
24
|
+
| `HandlebarsPlannerOptions` | `spec.prompts.planner` | Planner prompt templates |
|
|
25
|
+
| `ISemanticTextMemory` | `spec.state.memory` | Vector/semantic memory storage |
|
|
26
|
+
| `IChatCompletionService` | `spec.llm` | LLM provider configuration |
|
|
27
|
+
| `ITextEmbeddingGenerationService` | `runtime.bindings.embeddings` | Embedding service binding |
|
|
28
|
+
| `FunctionFilter` | `spec.safety.filters` | Pre/post function execution filters |
|
|
29
|
+
| `PromptFilter` | `spec.safety.prompt_filters` | Prompt modification filters |
|
|
30
|
+
| `AutoFunctionInvocationFilter` | `spec.safety.auto_invoke_filters` | Auto-invocation guards |
|
|
31
|
+
| `KernelAgent` | `kind: Agent` | Full agentic loop with LLM |
|
|
32
|
+
| `AgentGroupChat` | `kind: Workflow` + `messaging` | Multi-agent orchestration |
|
|
33
|
+
|
|
34
|
+
### OSSA to Semantic Kernel Mapping Table
|
|
35
|
+
|
|
36
|
+
| OSSA Concept | Semantic Kernel Equivalent | Notes |
|
|
37
|
+
|-------------|---------------------------|-------|
|
|
38
|
+
| `apiVersion: ossa/v0.3.3` | Kernel configuration | Version compatibility |
|
|
39
|
+
| `kind: Agent` | `ChatCompletionAgent` or `OpenAIAssistantAgent` | Agentic LLM loops |
|
|
40
|
+
| `kind: Task` | `KernelFunction` (native) | Deterministic execution |
|
|
41
|
+
| `kind: Workflow` | `Planner` output or `AgentGroupChat` | Composition patterns |
|
|
42
|
+
| `spec.llm.provider` | `IChatCompletionService` implementation | Azure OpenAI, OpenAI, etc. |
|
|
43
|
+
| `spec.tools` | `KernelPlugin` with `KernelFunction` methods | Tool definitions |
|
|
44
|
+
| `spec.capabilities` | Plugin groupings | Abstract capability mapping |
|
|
45
|
+
| `spec.state` | `ISemanticTextMemory` | State persistence |
|
|
46
|
+
| `spec.constraints` | Planner settings + filters | Execution limits |
|
|
47
|
+
| `spec.safety` | `IFunctionFilter`, `IPromptFilter` | Safety guardrails |
|
|
48
|
+
| `spec.observability` | OpenTelemetry integration | Tracing and metrics |
|
|
49
|
+
| `extensions.semanticKernel` | Native SK configuration | Direct passthrough |
|
|
50
|
+
|
|
51
|
+
## Schema Definition
|
|
52
|
+
|
|
53
|
+
```yaml
|
|
54
|
+
extensions:
|
|
55
|
+
semanticKernel:
|
|
56
|
+
type: object
|
|
57
|
+
description: "Microsoft Semantic Kernel integration for OSSA agents"
|
|
58
|
+
properties:
|
|
59
|
+
enabled:
|
|
60
|
+
type: boolean
|
|
61
|
+
default: true
|
|
62
|
+
description: "Enable Semantic Kernel runtime"
|
|
63
|
+
|
|
64
|
+
plugins:
|
|
65
|
+
type: array
|
|
66
|
+
description: "Semantic Kernel plugins to load"
|
|
67
|
+
items:
|
|
68
|
+
type: object
|
|
69
|
+
required: [name]
|
|
70
|
+
properties:
|
|
71
|
+
name:
|
|
72
|
+
type: string
|
|
73
|
+
description: "Plugin name"
|
|
74
|
+
type:
|
|
75
|
+
enum: [native, semantic, openapi, grpc]
|
|
76
|
+
description: "Plugin type"
|
|
77
|
+
source:
|
|
78
|
+
type: string
|
|
79
|
+
description: "Plugin source (assembly, directory, URL)"
|
|
80
|
+
functions:
|
|
81
|
+
type: array
|
|
82
|
+
items:
|
|
83
|
+
type: object
|
|
84
|
+
properties:
|
|
85
|
+
name:
|
|
86
|
+
type: string
|
|
87
|
+
description:
|
|
88
|
+
type: string
|
|
89
|
+
parameters:
|
|
90
|
+
type: object
|
|
91
|
+
returnType:
|
|
92
|
+
type: string
|
|
93
|
+
|
|
94
|
+
planner_type:
|
|
95
|
+
enum: [sequential, stepwise, action, handlebars, function_calling, none]
|
|
96
|
+
description: "Planner strategy for goal decomposition"
|
|
97
|
+
default: "function_calling"
|
|
98
|
+
|
|
99
|
+
planner_options:
|
|
100
|
+
type: object
|
|
101
|
+
description: "Planner-specific configuration"
|
|
102
|
+
properties:
|
|
103
|
+
max_iterations:
|
|
104
|
+
type: integer
|
|
105
|
+
default: 10
|
|
106
|
+
max_tokens:
|
|
107
|
+
type: integer
|
|
108
|
+
default: 4096
|
|
109
|
+
allow_loops:
|
|
110
|
+
type: boolean
|
|
111
|
+
default: false
|
|
112
|
+
excluded_plugins:
|
|
113
|
+
type: array
|
|
114
|
+
items:
|
|
115
|
+
type: string
|
|
116
|
+
excluded_functions:
|
|
117
|
+
type: array
|
|
118
|
+
items:
|
|
119
|
+
type: string
|
|
120
|
+
semantic_memory_config:
|
|
121
|
+
type: object
|
|
122
|
+
properties:
|
|
123
|
+
relevance_threshold:
|
|
124
|
+
type: number
|
|
125
|
+
minimum: 0
|
|
126
|
+
maximum: 1
|
|
127
|
+
default: 0.7
|
|
128
|
+
max_results:
|
|
129
|
+
type: integer
|
|
130
|
+
default: 5
|
|
131
|
+
|
|
132
|
+
memory_store:
|
|
133
|
+
type: object
|
|
134
|
+
description: "Semantic memory configuration"
|
|
135
|
+
properties:
|
|
136
|
+
type:
|
|
137
|
+
enum: [volatile, azure_cognitive_search, qdrant, chroma, pinecone, redis, postgres, sqlite]
|
|
138
|
+
description: "Memory store backend"
|
|
139
|
+
default: "volatile"
|
|
140
|
+
collection:
|
|
141
|
+
type: string
|
|
142
|
+
description: "Memory collection/index name"
|
|
143
|
+
connection:
|
|
144
|
+
type: object
|
|
145
|
+
properties:
|
|
146
|
+
endpoint:
|
|
147
|
+
type: string
|
|
148
|
+
format: uri
|
|
149
|
+
api_key_ref:
|
|
150
|
+
type: string
|
|
151
|
+
description: "Reference to secret containing API key"
|
|
152
|
+
options:
|
|
153
|
+
type: object
|
|
154
|
+
additionalProperties: true
|
|
155
|
+
|
|
156
|
+
connectors:
|
|
157
|
+
type: object
|
|
158
|
+
description: "Service connectors for AI services"
|
|
159
|
+
properties:
|
|
160
|
+
chat_completion:
|
|
161
|
+
type: object
|
|
162
|
+
properties:
|
|
163
|
+
service_id:
|
|
164
|
+
type: string
|
|
165
|
+
default: "default"
|
|
166
|
+
provider:
|
|
167
|
+
enum: [azure_openai, openai, huggingface, ollama, anthropic, google, mistral]
|
|
168
|
+
model_id:
|
|
169
|
+
type: string
|
|
170
|
+
endpoint:
|
|
171
|
+
type: string
|
|
172
|
+
format: uri
|
|
173
|
+
api_key_ref:
|
|
174
|
+
type: string
|
|
175
|
+
deployment_name:
|
|
176
|
+
type: string
|
|
177
|
+
description: "Azure OpenAI deployment name"
|
|
178
|
+
options:
|
|
179
|
+
type: object
|
|
180
|
+
properties:
|
|
181
|
+
temperature:
|
|
182
|
+
type: number
|
|
183
|
+
max_tokens:
|
|
184
|
+
type: integer
|
|
185
|
+
top_p:
|
|
186
|
+
type: number
|
|
187
|
+
text_embedding:
|
|
188
|
+
type: object
|
|
189
|
+
properties:
|
|
190
|
+
service_id:
|
|
191
|
+
type: string
|
|
192
|
+
default: "default"
|
|
193
|
+
provider:
|
|
194
|
+
enum: [azure_openai, openai, huggingface, ollama]
|
|
195
|
+
model_id:
|
|
196
|
+
type: string
|
|
197
|
+
endpoint:
|
|
198
|
+
type: string
|
|
199
|
+
format: uri
|
|
200
|
+
api_key_ref:
|
|
201
|
+
type: string
|
|
202
|
+
dimensions:
|
|
203
|
+
type: integer
|
|
204
|
+
description: "Embedding vector dimensions"
|
|
205
|
+
image_generation:
|
|
206
|
+
type: object
|
|
207
|
+
properties:
|
|
208
|
+
service_id:
|
|
209
|
+
type: string
|
|
210
|
+
provider:
|
|
211
|
+
enum: [azure_openai, openai, dall_e]
|
|
212
|
+
model_id:
|
|
213
|
+
type: string
|
|
214
|
+
audio_to_text:
|
|
215
|
+
type: object
|
|
216
|
+
properties:
|
|
217
|
+
service_id:
|
|
218
|
+
type: string
|
|
219
|
+
provider:
|
|
220
|
+
enum: [azure_openai, openai, whisper]
|
|
221
|
+
model_id:
|
|
222
|
+
type: string
|
|
223
|
+
text_to_audio:
|
|
224
|
+
type: object
|
|
225
|
+
properties:
|
|
226
|
+
service_id:
|
|
227
|
+
type: string
|
|
228
|
+
provider:
|
|
229
|
+
enum: [azure_openai, openai, elevenlabs]
|
|
230
|
+
model_id:
|
|
231
|
+
type: string
|
|
232
|
+
|
|
233
|
+
filters:
|
|
234
|
+
type: object
|
|
235
|
+
description: "Semantic Kernel filter configuration"
|
|
236
|
+
properties:
|
|
237
|
+
function_filters:
|
|
238
|
+
type: array
|
|
239
|
+
description: "Pre/post function execution filters"
|
|
240
|
+
items:
|
|
241
|
+
type: object
|
|
242
|
+
required: [name]
|
|
243
|
+
properties:
|
|
244
|
+
name:
|
|
245
|
+
type: string
|
|
246
|
+
type:
|
|
247
|
+
enum: [pre, post, both]
|
|
248
|
+
default: "both"
|
|
249
|
+
handler:
|
|
250
|
+
type: string
|
|
251
|
+
description: "Filter handler reference"
|
|
252
|
+
config:
|
|
253
|
+
type: object
|
|
254
|
+
additionalProperties: true
|
|
255
|
+
prompt_filters:
|
|
256
|
+
type: array
|
|
257
|
+
description: "Prompt rendering filters"
|
|
258
|
+
items:
|
|
259
|
+
type: object
|
|
260
|
+
required: [name]
|
|
261
|
+
properties:
|
|
262
|
+
name:
|
|
263
|
+
type: string
|
|
264
|
+
type:
|
|
265
|
+
enum: [pre_render, post_render, both]
|
|
266
|
+
default: "both"
|
|
267
|
+
handler:
|
|
268
|
+
type: string
|
|
269
|
+
auto_invoke_filters:
|
|
270
|
+
type: array
|
|
271
|
+
description: "Auto function invocation filters"
|
|
272
|
+
items:
|
|
273
|
+
type: object
|
|
274
|
+
required: [name]
|
|
275
|
+
properties:
|
|
276
|
+
name:
|
|
277
|
+
type: string
|
|
278
|
+
handler:
|
|
279
|
+
type: string
|
|
280
|
+
terminate_on_match:
|
|
281
|
+
type: boolean
|
|
282
|
+
default: false
|
|
283
|
+
|
|
284
|
+
agent_config:
|
|
285
|
+
type: object
|
|
286
|
+
description: "Semantic Kernel Agent configuration (for ChatCompletionAgent)"
|
|
287
|
+
properties:
|
|
288
|
+
type:
|
|
289
|
+
enum: [chat_completion, openai_assistant, azure_assistant]
|
|
290
|
+
default: "chat_completion"
|
|
291
|
+
instructions:
|
|
292
|
+
type: string
|
|
293
|
+
description: "Agent system instructions"
|
|
294
|
+
name:
|
|
295
|
+
type: string
|
|
296
|
+
description:
|
|
297
|
+
type: string
|
|
298
|
+
execution_settings:
|
|
299
|
+
type: object
|
|
300
|
+
properties:
|
|
301
|
+
max_iterations:
|
|
302
|
+
type: integer
|
|
303
|
+
default: 10
|
|
304
|
+
enable_code_interpreter:
|
|
305
|
+
type: boolean
|
|
306
|
+
default: false
|
|
307
|
+
enable_file_search:
|
|
308
|
+
type: boolean
|
|
309
|
+
default: false
|
|
310
|
+
tool_choice:
|
|
311
|
+
enum: [auto, required, none]
|
|
312
|
+
default: "auto"
|
|
313
|
+
|
|
314
|
+
telemetry:
|
|
315
|
+
type: object
|
|
316
|
+
description: "OpenTelemetry configuration for SK"
|
|
317
|
+
properties:
|
|
318
|
+
enabled:
|
|
319
|
+
type: boolean
|
|
320
|
+
default: true
|
|
321
|
+
activity_source_name:
|
|
322
|
+
type: string
|
|
323
|
+
default: "Microsoft.SemanticKernel"
|
|
324
|
+
meter_name:
|
|
325
|
+
type: string
|
|
326
|
+
default: "Microsoft.SemanticKernel"
|
|
327
|
+
log_function_invocations:
|
|
328
|
+
type: boolean
|
|
329
|
+
default: true
|
|
330
|
+
log_prompt_template_content:
|
|
331
|
+
type: boolean
|
|
332
|
+
default: false
|
|
333
|
+
log_function_results:
|
|
334
|
+
type: boolean
|
|
335
|
+
default: false
|
|
336
|
+
```
|
|
337
|
+
|
|
338
|
+
## Plugin to OSSA Capability Mapping
|
|
339
|
+
|
|
340
|
+
### Native Function Plugin to OSSA Task
|
|
341
|
+
|
|
342
|
+
Semantic Kernel native function:
|
|
343
|
+
|
|
344
|
+
```csharp
|
|
345
|
+
public class MathPlugin
|
|
346
|
+
{
|
|
347
|
+
[KernelFunction, Description("Adds two numbers")]
|
|
348
|
+
public double Add(double a, double b) => a + b;
|
|
349
|
+
|
|
350
|
+
[KernelFunction, Description("Multiplies two numbers")]
|
|
351
|
+
public double Multiply(double a, double b) => a * b;
|
|
352
|
+
}
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
Equivalent OSSA Task manifest:
|
|
356
|
+
|
|
357
|
+
```yaml
|
|
358
|
+
apiVersion: ossa/v0.3.3
|
|
359
|
+
kind: Task
|
|
360
|
+
metadata:
|
|
361
|
+
name: math-add
|
|
362
|
+
version: 1.0.0
|
|
363
|
+
description: "Adds two numbers"
|
|
364
|
+
labels:
|
|
365
|
+
plugin: math
|
|
366
|
+
function: add
|
|
367
|
+
|
|
368
|
+
spec:
|
|
369
|
+
execution:
|
|
370
|
+
type: deterministic
|
|
371
|
+
runtime: dotnet
|
|
372
|
+
entrypoint: "MathPlugin::Add"
|
|
373
|
+
timeout_seconds: 5
|
|
374
|
+
|
|
375
|
+
capabilities:
|
|
376
|
+
- compute_arithmetic
|
|
377
|
+
|
|
378
|
+
input:
|
|
379
|
+
type: object
|
|
380
|
+
required: [a, b]
|
|
381
|
+
properties:
|
|
382
|
+
a:
|
|
383
|
+
type: number
|
|
384
|
+
description: "First number"
|
|
385
|
+
b:
|
|
386
|
+
type: number
|
|
387
|
+
description: "Second number"
|
|
388
|
+
|
|
389
|
+
output:
|
|
390
|
+
type: number
|
|
391
|
+
description: "Sum of a and b"
|
|
392
|
+
|
|
393
|
+
extensions:
|
|
394
|
+
semanticKernel:
|
|
395
|
+
enabled: true
|
|
396
|
+
plugins:
|
|
397
|
+
- name: Math
|
|
398
|
+
type: native
|
|
399
|
+
functions:
|
|
400
|
+
- name: Add
|
|
401
|
+
description: "Adds two numbers"
|
|
402
|
+
parameters:
|
|
403
|
+
a: { type: number }
|
|
404
|
+
b: { type: number }
|
|
405
|
+
returnType: number
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
### Semantic Function to OSSA Agent
|
|
409
|
+
|
|
410
|
+
Semantic Kernel semantic function:
|
|
411
|
+
|
|
412
|
+
```yaml
|
|
413
|
+
# SummarizePlugin/Summarize/skprompt.txt
|
|
414
|
+
Summarize the following text in {{$style}} style:
|
|
415
|
+
|
|
416
|
+
{{$input}}
|
|
417
|
+
|
|
418
|
+
Summary:
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
Equivalent OSSA Agent manifest:
|
|
422
|
+
|
|
423
|
+
```yaml
|
|
424
|
+
apiVersion: ossa/v0.3.3
|
|
425
|
+
kind: Agent
|
|
426
|
+
metadata:
|
|
427
|
+
name: summarizer
|
|
428
|
+
version: 1.0.0
|
|
429
|
+
description: "Summarizes text in specified style"
|
|
430
|
+
labels:
|
|
431
|
+
plugin: summarize
|
|
432
|
+
function: summarize
|
|
433
|
+
|
|
434
|
+
spec:
|
|
435
|
+
role: |
|
|
436
|
+
You are a text summarization agent. Summarize the provided text
|
|
437
|
+
according to the specified style.
|
|
438
|
+
|
|
439
|
+
prompts:
|
|
440
|
+
system:
|
|
441
|
+
template: |
|
|
442
|
+
Summarize the following text in {{style}} style:
|
|
443
|
+
|
|
444
|
+
{{input}}
|
|
445
|
+
|
|
446
|
+
Summary:
|
|
447
|
+
version: "1.0.0"
|
|
448
|
+
|
|
449
|
+
llm:
|
|
450
|
+
provider: azure_openai
|
|
451
|
+
model: gpt-4
|
|
452
|
+
temperature: 0.3
|
|
453
|
+
|
|
454
|
+
autonomy:
|
|
455
|
+
level: tool_assist
|
|
456
|
+
max_iterations: 1
|
|
457
|
+
|
|
458
|
+
extensions:
|
|
459
|
+
semanticKernel:
|
|
460
|
+
enabled: true
|
|
461
|
+
plugins:
|
|
462
|
+
- name: Summarize
|
|
463
|
+
type: semantic
|
|
464
|
+
source: "./prompts/Summarize"
|
|
465
|
+
functions:
|
|
466
|
+
- name: Summarize
|
|
467
|
+
description: "Summarizes text in specified style"
|
|
468
|
+
parameters:
|
|
469
|
+
input: { type: string }
|
|
470
|
+
style: { type: string, default: "concise" }
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
## Planner to OSSA Workflow Mapping
|
|
474
|
+
|
|
475
|
+
### Sequential Planner to OSSA Workflow
|
|
476
|
+
|
|
477
|
+
Semantic Kernel sequential plan:
|
|
478
|
+
|
|
479
|
+
```csharp
|
|
480
|
+
var planner = new SequentialPlanner(kernel);
|
|
481
|
+
var plan = await planner.CreatePlanAsync("Write a poem about AI and email it");
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
Generated plan steps:
|
|
485
|
+
1. `WriterPlugin.WritePoem` - Generate poem
|
|
486
|
+
2. `EmailPlugin.SendEmail` - Send email
|
|
487
|
+
|
|
488
|
+
Equivalent OSSA Workflow:
|
|
489
|
+
|
|
490
|
+
```yaml
|
|
491
|
+
apiVersion: ossa/v0.3.3
|
|
492
|
+
kind: Workflow
|
|
493
|
+
metadata:
|
|
494
|
+
name: poem-email-workflow
|
|
495
|
+
version: 1.0.0
|
|
496
|
+
description: "Write a poem and email it"
|
|
497
|
+
|
|
498
|
+
spec:
|
|
499
|
+
type: sequential
|
|
500
|
+
|
|
501
|
+
input:
|
|
502
|
+
type: object
|
|
503
|
+
properties:
|
|
504
|
+
topic:
|
|
505
|
+
type: string
|
|
506
|
+
description: "Poem topic"
|
|
507
|
+
recipient:
|
|
508
|
+
type: string
|
|
509
|
+
format: email
|
|
510
|
+
|
|
511
|
+
steps:
|
|
512
|
+
- id: write-poem
|
|
513
|
+
name: "Write Poem"
|
|
514
|
+
ref: agents/writer
|
|
515
|
+
input:
|
|
516
|
+
topic: "${{ input.topic }}"
|
|
517
|
+
style: "poetic"
|
|
518
|
+
|
|
519
|
+
- id: send-email
|
|
520
|
+
name: "Send Email"
|
|
521
|
+
ref: tasks/email-sender
|
|
522
|
+
input:
|
|
523
|
+
to: "${{ input.recipient }}"
|
|
524
|
+
subject: "A Poem About ${{ input.topic }}"
|
|
525
|
+
body: "${{ steps.write-poem.output.content }}"
|
|
526
|
+
depends_on:
|
|
527
|
+
- write-poem
|
|
528
|
+
|
|
529
|
+
output:
|
|
530
|
+
poem: "${{ steps.write-poem.output.content }}"
|
|
531
|
+
email_sent: "${{ steps.send-email.output.success }}"
|
|
532
|
+
|
|
533
|
+
extensions:
|
|
534
|
+
semanticKernel:
|
|
535
|
+
enabled: true
|
|
536
|
+
planner_type: sequential
|
|
537
|
+
planner_options:
|
|
538
|
+
max_iterations: 5
|
|
539
|
+
excluded_functions:
|
|
540
|
+
- "FilePlugin.*"
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
### Stepwise Planner to OSSA Agent with Workflow
|
|
544
|
+
|
|
545
|
+
Semantic Kernel stepwise planner (ReAct-style):
|
|
546
|
+
|
|
547
|
+
```csharp
|
|
548
|
+
var planner = new StepwisePlanner(kernel, new StepwisePlannerConfig
|
|
549
|
+
{
|
|
550
|
+
MaxIterations = 10,
|
|
551
|
+
MinIterationTimeMs = 0
|
|
552
|
+
});
|
|
553
|
+
var result = await planner.ExecuteAsync("Research and summarize recent AI news");
|
|
554
|
+
```
|
|
555
|
+
|
|
556
|
+
Equivalent OSSA Agent with tools:
|
|
557
|
+
|
|
558
|
+
```yaml
|
|
559
|
+
apiVersion: ossa/v0.3.3
|
|
560
|
+
kind: Agent
|
|
561
|
+
metadata:
|
|
562
|
+
name: research-agent
|
|
563
|
+
version: 1.0.0
|
|
564
|
+
description: "Research and summarize using ReAct-style reasoning"
|
|
565
|
+
|
|
566
|
+
spec:
|
|
567
|
+
role: |
|
|
568
|
+
You are a research agent that gathers information and provides summaries.
|
|
569
|
+
Think step by step, use available tools to gather information, and
|
|
570
|
+
synthesize your findings into a coherent summary.
|
|
571
|
+
|
|
572
|
+
llm:
|
|
573
|
+
provider: azure_openai
|
|
574
|
+
model: gpt-4
|
|
575
|
+
temperature: 0.7
|
|
576
|
+
|
|
577
|
+
tools:
|
|
578
|
+
- name: web_search
|
|
579
|
+
description: "Search the web for information"
|
|
580
|
+
input_schema:
|
|
581
|
+
type: object
|
|
582
|
+
properties:
|
|
583
|
+
query: { type: string }
|
|
584
|
+
|
|
585
|
+
- name: summarize
|
|
586
|
+
description: "Summarize text content"
|
|
587
|
+
input_schema:
|
|
588
|
+
type: object
|
|
589
|
+
properties:
|
|
590
|
+
text: { type: string }
|
|
591
|
+
max_length: { type: integer, default: 200 }
|
|
592
|
+
|
|
593
|
+
autonomy:
|
|
594
|
+
level: full_auto
|
|
595
|
+
max_iterations: 10
|
|
596
|
+
requires_approval: false
|
|
597
|
+
|
|
598
|
+
constraints:
|
|
599
|
+
max_iterations: 10
|
|
600
|
+
timeout_seconds: 300
|
|
601
|
+
|
|
602
|
+
extensions:
|
|
603
|
+
semanticKernel:
|
|
604
|
+
enabled: true
|
|
605
|
+
planner_type: stepwise
|
|
606
|
+
planner_options:
|
|
607
|
+
max_iterations: 10
|
|
608
|
+
allow_loops: true
|
|
609
|
+
semantic_memory_config:
|
|
610
|
+
relevance_threshold: 0.75
|
|
611
|
+
max_results: 3
|
|
612
|
+
```
|
|
613
|
+
|
|
614
|
+
## Memory Store Configuration
|
|
615
|
+
|
|
616
|
+
### Semantic Memory to OSSA State
|
|
617
|
+
|
|
618
|
+
Semantic Kernel memory usage:
|
|
619
|
+
|
|
620
|
+
```csharp
|
|
621
|
+
var memory = new MemoryBuilder()
|
|
622
|
+
.WithAzureCognitiveSearchMemoryStore(endpoint, apiKey)
|
|
623
|
+
.WithAzureOpenAITextEmbeddingGeneration(deploymentName, endpoint, apiKey)
|
|
624
|
+
.Build();
|
|
625
|
+
|
|
626
|
+
await memory.SaveInformationAsync("documents", "AI is transforming software", "doc1");
|
|
627
|
+
var results = await memory.SearchAsync("documents", "machine learning", limit: 5);
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
Equivalent OSSA configuration:
|
|
631
|
+
|
|
632
|
+
```yaml
|
|
633
|
+
apiVersion: ossa/v0.3.3
|
|
634
|
+
kind: Agent
|
|
635
|
+
metadata:
|
|
636
|
+
name: knowledge-agent
|
|
637
|
+
version: 1.0.0
|
|
638
|
+
|
|
639
|
+
spec:
|
|
640
|
+
role: "Knowledge assistant with semantic memory"
|
|
641
|
+
|
|
642
|
+
llm:
|
|
643
|
+
provider: azure_openai
|
|
644
|
+
model: gpt-4
|
|
645
|
+
|
|
646
|
+
state:
|
|
647
|
+
type: semantic
|
|
648
|
+
memory:
|
|
649
|
+
backend: azure_cognitive_search
|
|
650
|
+
collection: documents
|
|
651
|
+
embedding_model: text-embedding-ada-002
|
|
652
|
+
retrieval:
|
|
653
|
+
relevance_threshold: 0.75
|
|
654
|
+
max_results: 5
|
|
655
|
+
|
|
656
|
+
extensions:
|
|
657
|
+
semanticKernel:
|
|
658
|
+
enabled: true
|
|
659
|
+
memory_store:
|
|
660
|
+
type: azure_cognitive_search
|
|
661
|
+
collection: documents
|
|
662
|
+
connection:
|
|
663
|
+
endpoint: "${AZURE_SEARCH_ENDPOINT}"
|
|
664
|
+
api_key_ref: azure-search-key
|
|
665
|
+
options:
|
|
666
|
+
index_name: "ossa-knowledge"
|
|
667
|
+
semantic_config: "default"
|
|
668
|
+
connectors:
|
|
669
|
+
text_embedding:
|
|
670
|
+
provider: azure_openai
|
|
671
|
+
model_id: text-embedding-ada-002
|
|
672
|
+
endpoint: "${AZURE_OPENAI_ENDPOINT}"
|
|
673
|
+
api_key_ref: azure-openai-key
|
|
674
|
+
dimensions: 1536
|
|
675
|
+
```
|
|
676
|
+
|
|
677
|
+
### Vector Store Options
|
|
678
|
+
|
|
679
|
+
```yaml
|
|
680
|
+
extensions:
|
|
681
|
+
semanticKernel:
|
|
682
|
+
memory_store:
|
|
683
|
+
# Qdrant
|
|
684
|
+
type: qdrant
|
|
685
|
+
collection: "agent-memory"
|
|
686
|
+
connection:
|
|
687
|
+
endpoint: "http://localhost:6333"
|
|
688
|
+
options:
|
|
689
|
+
vector_size: 1536
|
|
690
|
+
distance: Cosine
|
|
691
|
+
|
|
692
|
+
# Chroma
|
|
693
|
+
type: chroma
|
|
694
|
+
collection: "agent-memory"
|
|
695
|
+
connection:
|
|
696
|
+
endpoint: "http://localhost:8000"
|
|
697
|
+
|
|
698
|
+
# Pinecone
|
|
699
|
+
type: pinecone
|
|
700
|
+
collection: "agent-memory"
|
|
701
|
+
connection:
|
|
702
|
+
api_key_ref: pinecone-key
|
|
703
|
+
options:
|
|
704
|
+
environment: "us-east1-gcp"
|
|
705
|
+
index_name: "ossa-index"
|
|
706
|
+
|
|
707
|
+
# Redis
|
|
708
|
+
type: redis
|
|
709
|
+
collection: "agent-memory"
|
|
710
|
+
connection:
|
|
711
|
+
endpoint: "redis://localhost:6379"
|
|
712
|
+
options:
|
|
713
|
+
prefix: "ossa:memory:"
|
|
714
|
+
|
|
715
|
+
# PostgreSQL with pgvector
|
|
716
|
+
type: postgres
|
|
717
|
+
collection: "agent_memory"
|
|
718
|
+
connection:
|
|
719
|
+
endpoint: "postgresql://localhost:5432/ossa"
|
|
720
|
+
options:
|
|
721
|
+
schema: "semantic_kernel"
|
|
722
|
+
table: "embeddings"
|
|
723
|
+
```
|
|
724
|
+
|
|
725
|
+
## Filter Configuration
|
|
726
|
+
|
|
727
|
+
### Function Filters for Safety
|
|
728
|
+
|
|
729
|
+
Semantic Kernel filters:
|
|
730
|
+
|
|
731
|
+
```csharp
|
|
732
|
+
public class SafetyFilter : IFunctionFilter
|
|
733
|
+
{
|
|
734
|
+
public async Task OnFunctionInvokedAsync(FunctionInvokedContext context)
|
|
735
|
+
{
|
|
736
|
+
// Log invocation
|
|
737
|
+
// Check result safety
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
public async Task OnFunctionInvokingAsync(FunctionInvokingContext context)
|
|
741
|
+
{
|
|
742
|
+
// Validate inputs
|
|
743
|
+
// Check permissions
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
```
|
|
747
|
+
|
|
748
|
+
OSSA equivalent:
|
|
749
|
+
|
|
750
|
+
```yaml
|
|
751
|
+
apiVersion: ossa/v0.3.3
|
|
752
|
+
kind: Agent
|
|
753
|
+
metadata:
|
|
754
|
+
name: safe-agent
|
|
755
|
+
version: 1.0.0
|
|
756
|
+
|
|
757
|
+
spec:
|
|
758
|
+
role: "Agent with safety filters"
|
|
759
|
+
|
|
760
|
+
llm:
|
|
761
|
+
provider: azure_openai
|
|
762
|
+
model: gpt-4
|
|
763
|
+
|
|
764
|
+
safety:
|
|
765
|
+
guardrails:
|
|
766
|
+
enabled: true
|
|
767
|
+
policies:
|
|
768
|
+
- name: input_validation
|
|
769
|
+
type: pre_execution
|
|
770
|
+
config:
|
|
771
|
+
max_input_length: 10000
|
|
772
|
+
prohibited_patterns:
|
|
773
|
+
- "password"
|
|
774
|
+
- "secret"
|
|
775
|
+
- name: output_safety
|
|
776
|
+
type: post_execution
|
|
777
|
+
config:
|
|
778
|
+
content_filter: true
|
|
779
|
+
pii_detection: true
|
|
780
|
+
|
|
781
|
+
extensions:
|
|
782
|
+
semanticKernel:
|
|
783
|
+
enabled: true
|
|
784
|
+
filters:
|
|
785
|
+
function_filters:
|
|
786
|
+
- name: safety-filter
|
|
787
|
+
type: both
|
|
788
|
+
handler: "SafetyFilters.SafetyFilter"
|
|
789
|
+
config:
|
|
790
|
+
log_invocations: true
|
|
791
|
+
validate_inputs: true
|
|
792
|
+
check_permissions: true
|
|
793
|
+
|
|
794
|
+
- name: rate-limiter
|
|
795
|
+
type: pre
|
|
796
|
+
handler: "SafetyFilters.RateLimiter"
|
|
797
|
+
config:
|
|
798
|
+
max_calls_per_minute: 60
|
|
799
|
+
|
|
800
|
+
prompt_filters:
|
|
801
|
+
- name: content-filter
|
|
802
|
+
type: post_render
|
|
803
|
+
handler: "SafetyFilters.ContentFilter"
|
|
804
|
+
|
|
805
|
+
auto_invoke_filters:
|
|
806
|
+
- name: dangerous-function-guard
|
|
807
|
+
handler: "SafetyFilters.DangerousFunctionGuard"
|
|
808
|
+
terminate_on_match: true
|
|
809
|
+
```
|
|
810
|
+
|
|
811
|
+
## Connector Configuration
|
|
812
|
+
|
|
813
|
+
### Multi-Service Connectors
|
|
814
|
+
|
|
815
|
+
```yaml
|
|
816
|
+
extensions:
|
|
817
|
+
semanticKernel:
|
|
818
|
+
enabled: true
|
|
819
|
+
connectors:
|
|
820
|
+
chat_completion:
|
|
821
|
+
service_id: "primary"
|
|
822
|
+
provider: azure_openai
|
|
823
|
+
model_id: gpt-4
|
|
824
|
+
endpoint: "${AZURE_OPENAI_ENDPOINT}"
|
|
825
|
+
deployment_name: "gpt-4-deployment"
|
|
826
|
+
api_key_ref: azure-openai-key
|
|
827
|
+
options:
|
|
828
|
+
temperature: 0.7
|
|
829
|
+
max_tokens: 4096
|
|
830
|
+
top_p: 0.95
|
|
831
|
+
|
|
832
|
+
text_embedding:
|
|
833
|
+
service_id: "embeddings"
|
|
834
|
+
provider: azure_openai
|
|
835
|
+
model_id: text-embedding-ada-002
|
|
836
|
+
endpoint: "${AZURE_OPENAI_ENDPOINT}"
|
|
837
|
+
api_key_ref: azure-openai-key
|
|
838
|
+
dimensions: 1536
|
|
839
|
+
|
|
840
|
+
image_generation:
|
|
841
|
+
service_id: "images"
|
|
842
|
+
provider: azure_openai
|
|
843
|
+
model_id: dall-e-3
|
|
844
|
+
options:
|
|
845
|
+
size: "1024x1024"
|
|
846
|
+
quality: "hd"
|
|
847
|
+
|
|
848
|
+
audio_to_text:
|
|
849
|
+
service_id: "transcription"
|
|
850
|
+
provider: azure_openai
|
|
851
|
+
model_id: whisper
|
|
852
|
+
|
|
853
|
+
text_to_audio:
|
|
854
|
+
service_id: "speech"
|
|
855
|
+
provider: azure_openai
|
|
856
|
+
model_id: tts-1
|
|
857
|
+
```
|
|
858
|
+
|
|
859
|
+
## Agent Configuration (ChatCompletionAgent)
|
|
860
|
+
|
|
861
|
+
### Single Agent
|
|
862
|
+
|
|
863
|
+
```yaml
|
|
864
|
+
apiVersion: ossa/v0.3.3
|
|
865
|
+
kind: Agent
|
|
866
|
+
metadata:
|
|
867
|
+
name: code-assistant
|
|
868
|
+
version: 1.0.0
|
|
869
|
+
|
|
870
|
+
spec:
|
|
871
|
+
role: "Expert coding assistant"
|
|
872
|
+
|
|
873
|
+
llm:
|
|
874
|
+
provider: azure_openai
|
|
875
|
+
model: gpt-4
|
|
876
|
+
|
|
877
|
+
tools:
|
|
878
|
+
- name: execute_code
|
|
879
|
+
description: "Execute Python code"
|
|
880
|
+
- name: search_docs
|
|
881
|
+
description: "Search documentation"
|
|
882
|
+
|
|
883
|
+
extensions:
|
|
884
|
+
semanticKernel:
|
|
885
|
+
enabled: true
|
|
886
|
+
agent_config:
|
|
887
|
+
type: chat_completion
|
|
888
|
+
name: "CodeAssistant"
|
|
889
|
+
instructions: |
|
|
890
|
+
You are an expert coding assistant. Help users write,
|
|
891
|
+
debug, and optimize code. Use tools when needed.
|
|
892
|
+
execution_settings:
|
|
893
|
+
max_iterations: 10
|
|
894
|
+
tool_choice: auto
|
|
895
|
+
```
|
|
896
|
+
|
|
897
|
+
### Agent Group Chat (Multi-Agent)
|
|
898
|
+
|
|
899
|
+
```yaml
|
|
900
|
+
apiVersion: ossa/v0.3.3
|
|
901
|
+
kind: Workflow
|
|
902
|
+
metadata:
|
|
903
|
+
name: review-workflow
|
|
904
|
+
version: 1.0.0
|
|
905
|
+
description: "Multi-agent code review"
|
|
906
|
+
|
|
907
|
+
spec:
|
|
908
|
+
type: dag
|
|
909
|
+
|
|
910
|
+
agents:
|
|
911
|
+
- ref: agents/code-analyzer
|
|
912
|
+
role: analyzer
|
|
913
|
+
- ref: agents/security-reviewer
|
|
914
|
+
role: security
|
|
915
|
+
- ref: agents/summarizer
|
|
916
|
+
role: reporter
|
|
917
|
+
|
|
918
|
+
orchestration:
|
|
919
|
+
type: round_robin
|
|
920
|
+
max_turns: 10
|
|
921
|
+
termination:
|
|
922
|
+
type: consensus
|
|
923
|
+
required_agreement: 2
|
|
924
|
+
|
|
925
|
+
extensions:
|
|
926
|
+
semanticKernel:
|
|
927
|
+
enabled: true
|
|
928
|
+
agent_config:
|
|
929
|
+
type: chat_completion
|
|
930
|
+
execution_settings:
|
|
931
|
+
max_iterations: 10
|
|
932
|
+
planner_type: none # Agents coordinate via chat
|
|
933
|
+
```
|
|
934
|
+
|
|
935
|
+
## Complete Example
|
|
936
|
+
|
|
937
|
+
### Full-Featured OSSA Agent with Semantic Kernel
|
|
938
|
+
|
|
939
|
+
```yaml
|
|
940
|
+
apiVersion: ossa/v0.3.3
|
|
941
|
+
kind: Agent
|
|
942
|
+
metadata:
|
|
943
|
+
name: enterprise-assistant
|
|
944
|
+
version: 1.0.0
|
|
945
|
+
description: "Enterprise AI assistant with full Semantic Kernel integration"
|
|
946
|
+
labels:
|
|
947
|
+
team: platform
|
|
948
|
+
environment: production
|
|
949
|
+
tier: tier_2_write_limited
|
|
950
|
+
|
|
951
|
+
spec:
|
|
952
|
+
role: |
|
|
953
|
+
You are an enterprise AI assistant with access to company knowledge,
|
|
954
|
+
document generation, and workflow automation capabilities.
|
|
955
|
+
|
|
956
|
+
type: worker
|
|
957
|
+
|
|
958
|
+
llm:
|
|
959
|
+
provider: azure_openai
|
|
960
|
+
model: gpt-4
|
|
961
|
+
temperature: 0.7
|
|
962
|
+
max_tokens: 4096
|
|
963
|
+
|
|
964
|
+
tools:
|
|
965
|
+
- name: search_knowledge
|
|
966
|
+
description: "Search company knowledge base"
|
|
967
|
+
input_schema:
|
|
968
|
+
type: object
|
|
969
|
+
properties:
|
|
970
|
+
query: { type: string }
|
|
971
|
+
collection: { type: string, default: "general" }
|
|
972
|
+
|
|
973
|
+
- name: create_document
|
|
974
|
+
description: "Generate business documents"
|
|
975
|
+
input_schema:
|
|
976
|
+
type: object
|
|
977
|
+
properties:
|
|
978
|
+
type: { enum: [report, memo, proposal] }
|
|
979
|
+
content: { type: string }
|
|
980
|
+
|
|
981
|
+
- name: send_notification
|
|
982
|
+
description: "Send team notification"
|
|
983
|
+
input_schema:
|
|
984
|
+
type: object
|
|
985
|
+
properties:
|
|
986
|
+
channel: { type: string }
|
|
987
|
+
message: { type: string }
|
|
988
|
+
|
|
989
|
+
autonomy:
|
|
990
|
+
level: supervised
|
|
991
|
+
max_iterations: 15
|
|
992
|
+
requires_approval: true
|
|
993
|
+
approval_timeout_seconds: 300
|
|
994
|
+
|
|
995
|
+
constraints:
|
|
996
|
+
max_iterations: 15
|
|
997
|
+
timeout_seconds: 600
|
|
998
|
+
max_tokens_per_turn: 4096
|
|
999
|
+
|
|
1000
|
+
state:
|
|
1001
|
+
type: semantic
|
|
1002
|
+
memory:
|
|
1003
|
+
backend: azure_cognitive_search
|
|
1004
|
+
collection: enterprise_knowledge
|
|
1005
|
+
embedding_model: text-embedding-ada-002
|
|
1006
|
+
|
|
1007
|
+
safety:
|
|
1008
|
+
guardrails:
|
|
1009
|
+
enabled: true
|
|
1010
|
+
max_tool_calls: 20
|
|
1011
|
+
policies:
|
|
1012
|
+
- name: pii_filter
|
|
1013
|
+
type: post_execution
|
|
1014
|
+
- name: content_moderation
|
|
1015
|
+
type: pre_execution
|
|
1016
|
+
|
|
1017
|
+
access:
|
|
1018
|
+
tier: tier_2_write_limited
|
|
1019
|
+
permissions:
|
|
1020
|
+
- read_code
|
|
1021
|
+
- read_docs
|
|
1022
|
+
- write_docs
|
|
1023
|
+
- create_issues
|
|
1024
|
+
|
|
1025
|
+
observability:
|
|
1026
|
+
tracing:
|
|
1027
|
+
enabled: true
|
|
1028
|
+
sampler: always
|
|
1029
|
+
metrics:
|
|
1030
|
+
enabled: true
|
|
1031
|
+
interval: 60
|
|
1032
|
+
logging:
|
|
1033
|
+
level: info
|
|
1034
|
+
format: json
|
|
1035
|
+
|
|
1036
|
+
extensions:
|
|
1037
|
+
semanticKernel:
|
|
1038
|
+
enabled: true
|
|
1039
|
+
|
|
1040
|
+
plugins:
|
|
1041
|
+
- name: Knowledge
|
|
1042
|
+
type: native
|
|
1043
|
+
source: "EnterprisePlugins.KnowledgePlugin"
|
|
1044
|
+
functions:
|
|
1045
|
+
- name: Search
|
|
1046
|
+
description: "Search knowledge base"
|
|
1047
|
+
- name: Store
|
|
1048
|
+
description: "Store new knowledge"
|
|
1049
|
+
|
|
1050
|
+
- name: Documents
|
|
1051
|
+
type: native
|
|
1052
|
+
source: "EnterprisePlugins.DocumentPlugin"
|
|
1053
|
+
functions:
|
|
1054
|
+
- name: Generate
|
|
1055
|
+
description: "Generate document"
|
|
1056
|
+
- name: Template
|
|
1057
|
+
description: "Apply template"
|
|
1058
|
+
|
|
1059
|
+
- name: Summarize
|
|
1060
|
+
type: semantic
|
|
1061
|
+
source: "./prompts/Summarize"
|
|
1062
|
+
|
|
1063
|
+
planner_type: function_calling
|
|
1064
|
+
planner_options:
|
|
1065
|
+
max_iterations: 15
|
|
1066
|
+
max_tokens: 4096
|
|
1067
|
+
excluded_plugins:
|
|
1068
|
+
- "AdminPlugin"
|
|
1069
|
+
semantic_memory_config:
|
|
1070
|
+
relevance_threshold: 0.8
|
|
1071
|
+
max_results: 10
|
|
1072
|
+
|
|
1073
|
+
memory_store:
|
|
1074
|
+
type: azure_cognitive_search
|
|
1075
|
+
collection: enterprise_knowledge
|
|
1076
|
+
connection:
|
|
1077
|
+
endpoint: "${AZURE_SEARCH_ENDPOINT}"
|
|
1078
|
+
api_key_ref: azure-search-key
|
|
1079
|
+
options:
|
|
1080
|
+
semantic_config: "enterprise-semantic"
|
|
1081
|
+
|
|
1082
|
+
connectors:
|
|
1083
|
+
chat_completion:
|
|
1084
|
+
service_id: primary
|
|
1085
|
+
provider: azure_openai
|
|
1086
|
+
model_id: gpt-4
|
|
1087
|
+
endpoint: "${AZURE_OPENAI_ENDPOINT}"
|
|
1088
|
+
deployment_name: "gpt-4-turbo"
|
|
1089
|
+
api_key_ref: azure-openai-key
|
|
1090
|
+
options:
|
|
1091
|
+
temperature: 0.7
|
|
1092
|
+
max_tokens: 4096
|
|
1093
|
+
|
|
1094
|
+
text_embedding:
|
|
1095
|
+
service_id: embeddings
|
|
1096
|
+
provider: azure_openai
|
|
1097
|
+
model_id: text-embedding-ada-002
|
|
1098
|
+
endpoint: "${AZURE_OPENAI_ENDPOINT}"
|
|
1099
|
+
api_key_ref: azure-openai-key
|
|
1100
|
+
dimensions: 1536
|
|
1101
|
+
|
|
1102
|
+
filters:
|
|
1103
|
+
function_filters:
|
|
1104
|
+
- name: audit-logger
|
|
1105
|
+
type: both
|
|
1106
|
+
handler: "EnterpriseFilters.AuditLogger"
|
|
1107
|
+
config:
|
|
1108
|
+
log_inputs: true
|
|
1109
|
+
log_outputs: false
|
|
1110
|
+
|
|
1111
|
+
- name: permission-checker
|
|
1112
|
+
type: pre
|
|
1113
|
+
handler: "EnterpriseFilters.PermissionChecker"
|
|
1114
|
+
|
|
1115
|
+
prompt_filters:
|
|
1116
|
+
- name: pii-redactor
|
|
1117
|
+
type: pre_render
|
|
1118
|
+
handler: "EnterpriseFilters.PIIRedactor"
|
|
1119
|
+
|
|
1120
|
+
auto_invoke_filters:
|
|
1121
|
+
- name: cost-limiter
|
|
1122
|
+
handler: "EnterpriseFilters.CostLimiter"
|
|
1123
|
+
terminate_on_match: true
|
|
1124
|
+
|
|
1125
|
+
agent_config:
|
|
1126
|
+
type: chat_completion
|
|
1127
|
+
name: "EnterpriseAssistant"
|
|
1128
|
+
instructions: |
|
|
1129
|
+
You are an enterprise AI assistant. Follow company policies,
|
|
1130
|
+
protect sensitive information, and help users accomplish tasks.
|
|
1131
|
+
execution_settings:
|
|
1132
|
+
max_iterations: 15
|
|
1133
|
+
tool_choice: auto
|
|
1134
|
+
|
|
1135
|
+
telemetry:
|
|
1136
|
+
enabled: true
|
|
1137
|
+
activity_source_name: "Enterprise.SemanticKernel"
|
|
1138
|
+
meter_name: "Enterprise.SemanticKernel"
|
|
1139
|
+
log_function_invocations: true
|
|
1140
|
+
log_prompt_template_content: false
|
|
1141
|
+
log_function_results: false
|
|
1142
|
+
|
|
1143
|
+
runtime:
|
|
1144
|
+
bindings:
|
|
1145
|
+
search_knowledge:
|
|
1146
|
+
capability: knowledge_search
|
|
1147
|
+
binding: azure_cognitive_search
|
|
1148
|
+
config:
|
|
1149
|
+
index: enterprise_knowledge
|
|
1150
|
+
create_document:
|
|
1151
|
+
capability: document_generation
|
|
1152
|
+
binding: document_service
|
|
1153
|
+
send_notification:
|
|
1154
|
+
capability: notifications
|
|
1155
|
+
binding: teams_webhook
|
|
1156
|
+
```
|
|
1157
|
+
|
|
1158
|
+
## OpenAPI Plugin Integration
|
|
1159
|
+
|
|
1160
|
+
### Import OpenAPI Spec as Plugin
|
|
1161
|
+
|
|
1162
|
+
```yaml
|
|
1163
|
+
extensions:
|
|
1164
|
+
semanticKernel:
|
|
1165
|
+
plugins:
|
|
1166
|
+
- name: GitHubAPI
|
|
1167
|
+
type: openapi
|
|
1168
|
+
source: "https://api.github.com/openapi.json"
|
|
1169
|
+
functions:
|
|
1170
|
+
- name: ListRepos
|
|
1171
|
+
operationId: "repos/list-for-authenticated-user"
|
|
1172
|
+
- name: CreateIssue
|
|
1173
|
+
operationId: "issues/create"
|
|
1174
|
+
|
|
1175
|
+
- name: InternalAPI
|
|
1176
|
+
type: openapi
|
|
1177
|
+
source: "./specs/internal-api.yaml"
|
|
1178
|
+
authentication:
|
|
1179
|
+
type: bearer
|
|
1180
|
+
token_ref: internal-api-token
|
|
1181
|
+
```
|
|
1182
|
+
|
|
1183
|
+
## Zod Validation Schema
|
|
1184
|
+
|
|
1185
|
+
For TypeScript/JavaScript runtimes, use this Zod schema for validation:
|
|
1186
|
+
|
|
1187
|
+
```typescript
|
|
1188
|
+
import { z } from 'zod';
|
|
1189
|
+
|
|
1190
|
+
const SemanticKernelPluginSchema = z.object({
|
|
1191
|
+
name: z.string(),
|
|
1192
|
+
type: z.enum(['native', 'semantic', 'openapi', 'grpc']),
|
|
1193
|
+
source: z.string().optional(),
|
|
1194
|
+
functions: z.array(z.object({
|
|
1195
|
+
name: z.string(),
|
|
1196
|
+
description: z.string().optional(),
|
|
1197
|
+
parameters: z.record(z.any()).optional(),
|
|
1198
|
+
returnType: z.string().optional(),
|
|
1199
|
+
})).optional(),
|
|
1200
|
+
});
|
|
1201
|
+
|
|
1202
|
+
const SemanticKernelMemoryStoreSchema = z.object({
|
|
1203
|
+
type: z.enum([
|
|
1204
|
+
'volatile',
|
|
1205
|
+
'azure_cognitive_search',
|
|
1206
|
+
'qdrant',
|
|
1207
|
+
'chroma',
|
|
1208
|
+
'pinecone',
|
|
1209
|
+
'redis',
|
|
1210
|
+
'postgres',
|
|
1211
|
+
'sqlite'
|
|
1212
|
+
]),
|
|
1213
|
+
collection: z.string().optional(),
|
|
1214
|
+
connection: z.object({
|
|
1215
|
+
endpoint: z.string().url().optional(),
|
|
1216
|
+
api_key_ref: z.string().optional(),
|
|
1217
|
+
options: z.record(z.any()).optional(),
|
|
1218
|
+
}).optional(),
|
|
1219
|
+
});
|
|
1220
|
+
|
|
1221
|
+
const SemanticKernelConnectorSchema = z.object({
|
|
1222
|
+
service_id: z.string().default('default'),
|
|
1223
|
+
provider: z.enum([
|
|
1224
|
+
'azure_openai',
|
|
1225
|
+
'openai',
|
|
1226
|
+
'huggingface',
|
|
1227
|
+
'ollama',
|
|
1228
|
+
'anthropic',
|
|
1229
|
+
'google',
|
|
1230
|
+
'mistral'
|
|
1231
|
+
]),
|
|
1232
|
+
model_id: z.string().optional(),
|
|
1233
|
+
endpoint: z.string().url().optional(),
|
|
1234
|
+
api_key_ref: z.string().optional(),
|
|
1235
|
+
deployment_name: z.string().optional(),
|
|
1236
|
+
dimensions: z.number().int().positive().optional(),
|
|
1237
|
+
options: z.object({
|
|
1238
|
+
temperature: z.number().min(0).max(2).optional(),
|
|
1239
|
+
max_tokens: z.number().int().positive().optional(),
|
|
1240
|
+
top_p: z.number().min(0).max(1).optional(),
|
|
1241
|
+
}).optional(),
|
|
1242
|
+
});
|
|
1243
|
+
|
|
1244
|
+
const SemanticKernelFilterSchema = z.object({
|
|
1245
|
+
name: z.string(),
|
|
1246
|
+
type: z.enum(['pre', 'post', 'both', 'pre_render', 'post_render']).optional(),
|
|
1247
|
+
handler: z.string(),
|
|
1248
|
+
config: z.record(z.any()).optional(),
|
|
1249
|
+
terminate_on_match: z.boolean().optional(),
|
|
1250
|
+
});
|
|
1251
|
+
|
|
1252
|
+
const SemanticKernelExtensionSchema = z.object({
|
|
1253
|
+
enabled: z.boolean().default(true),
|
|
1254
|
+
plugins: z.array(SemanticKernelPluginSchema).optional(),
|
|
1255
|
+
planner_type: z.enum([
|
|
1256
|
+
'sequential',
|
|
1257
|
+
'stepwise',
|
|
1258
|
+
'action',
|
|
1259
|
+
'handlebars',
|
|
1260
|
+
'function_calling',
|
|
1261
|
+
'none'
|
|
1262
|
+
]).default('function_calling'),
|
|
1263
|
+
planner_options: z.object({
|
|
1264
|
+
max_iterations: z.number().int().positive().default(10),
|
|
1265
|
+
max_tokens: z.number().int().positive().default(4096),
|
|
1266
|
+
allow_loops: z.boolean().default(false),
|
|
1267
|
+
excluded_plugins: z.array(z.string()).optional(),
|
|
1268
|
+
excluded_functions: z.array(z.string()).optional(),
|
|
1269
|
+
semantic_memory_config: z.object({
|
|
1270
|
+
relevance_threshold: z.number().min(0).max(1).default(0.7),
|
|
1271
|
+
max_results: z.number().int().positive().default(5),
|
|
1272
|
+
}).optional(),
|
|
1273
|
+
}).optional(),
|
|
1274
|
+
memory_store: SemanticKernelMemoryStoreSchema.optional(),
|
|
1275
|
+
connectors: z.object({
|
|
1276
|
+
chat_completion: SemanticKernelConnectorSchema.optional(),
|
|
1277
|
+
text_embedding: SemanticKernelConnectorSchema.optional(),
|
|
1278
|
+
image_generation: SemanticKernelConnectorSchema.optional(),
|
|
1279
|
+
audio_to_text: SemanticKernelConnectorSchema.optional(),
|
|
1280
|
+
text_to_audio: SemanticKernelConnectorSchema.optional(),
|
|
1281
|
+
}).optional(),
|
|
1282
|
+
filters: z.object({
|
|
1283
|
+
function_filters: z.array(SemanticKernelFilterSchema).optional(),
|
|
1284
|
+
prompt_filters: z.array(SemanticKernelFilterSchema).optional(),
|
|
1285
|
+
auto_invoke_filters: z.array(SemanticKernelFilterSchema).optional(),
|
|
1286
|
+
}).optional(),
|
|
1287
|
+
agent_config: z.object({
|
|
1288
|
+
type: z.enum(['chat_completion', 'openai_assistant', 'azure_assistant']).default('chat_completion'),
|
|
1289
|
+
instructions: z.string().optional(),
|
|
1290
|
+
name: z.string().optional(),
|
|
1291
|
+
description: z.string().optional(),
|
|
1292
|
+
execution_settings: z.object({
|
|
1293
|
+
max_iterations: z.number().int().positive().default(10),
|
|
1294
|
+
enable_code_interpreter: z.boolean().default(false),
|
|
1295
|
+
enable_file_search: z.boolean().default(false),
|
|
1296
|
+
tool_choice: z.enum(['auto', 'required', 'none']).default('auto'),
|
|
1297
|
+
}).optional(),
|
|
1298
|
+
}).optional(),
|
|
1299
|
+
telemetry: z.object({
|
|
1300
|
+
enabled: z.boolean().default(true),
|
|
1301
|
+
activity_source_name: z.string().default('Microsoft.SemanticKernel'),
|
|
1302
|
+
meter_name: z.string().default('Microsoft.SemanticKernel'),
|
|
1303
|
+
log_function_invocations: z.boolean().default(true),
|
|
1304
|
+
log_prompt_template_content: z.boolean().default(false),
|
|
1305
|
+
log_function_results: z.boolean().default(false),
|
|
1306
|
+
}).optional(),
|
|
1307
|
+
});
|
|
1308
|
+
|
|
1309
|
+
export { SemanticKernelExtensionSchema };
|
|
1310
|
+
```
|
|
1311
|
+
|
|
1312
|
+
## Migration Guide
|
|
1313
|
+
|
|
1314
|
+
### From Semantic Kernel to OSSA
|
|
1315
|
+
|
|
1316
|
+
1. **Export plugins**: Convert native/semantic plugins to OSSA Tasks/Agents
|
|
1317
|
+
2. **Map planners**: Convert planner usage to OSSA Workflows
|
|
1318
|
+
3. **Configure memory**: Map memory stores to OSSA state configuration
|
|
1319
|
+
4. **Add extension**: Include `extensions.semanticKernel` for bidirectional sync
|
|
1320
|
+
|
|
1321
|
+
### From OSSA to Semantic Kernel
|
|
1322
|
+
|
|
1323
|
+
1. **Generate kernel config**: Use OSSA manifest to configure Kernel
|
|
1324
|
+
2. **Import plugins**: Convert OSSA capabilities to SK plugins
|
|
1325
|
+
3. **Configure services**: Map runtime bindings to SK connectors
|
|
1326
|
+
4. **Apply filters**: Convert safety policies to SK filters
|
|
1327
|
+
|
|
1328
|
+
## Validation
|
|
1329
|
+
|
|
1330
|
+
Validate your manifest using the OSSA CLI:
|
|
1331
|
+
|
|
1332
|
+
```bash
|
|
1333
|
+
# Validate manifest with SK extension
|
|
1334
|
+
ossa validate agent.yaml --extension semanticKernel
|
|
1335
|
+
|
|
1336
|
+
# Generate SK configuration from OSSA
|
|
1337
|
+
ossa export --format semantic-kernel agent.yaml > kernel-config.json
|
|
1338
|
+
|
|
1339
|
+
# Import SK plugin as OSSA
|
|
1340
|
+
ossa import --from semantic-kernel ./plugins/MyPlugin > tasks/my-plugin.yaml
|
|
1341
|
+
```
|
|
1342
|
+
|
|
1343
|
+
## Best Practices
|
|
1344
|
+
|
|
1345
|
+
1. **Use function_calling planner**: Preferred for modern GPT-4 models
|
|
1346
|
+
2. **Configure memory wisely**: Use volatile for development, persistent for production
|
|
1347
|
+
3. **Apply filters for safety**: Always use function filters for production agents
|
|
1348
|
+
4. **Monitor with telemetry**: Enable OpenTelemetry for observability
|
|
1349
|
+
5. **Version your prompts**: Use prompt versioning for semantic functions
|
|
1350
|
+
6. **Test planners thoroughly**: Validate planner output before production
|
|
1351
|
+
7. **Secure credentials**: Use api_key_ref, never inline secrets
|
|
1352
|
+
8. **Set appropriate limits**: Configure max_iterations and timeouts
|
|
1353
|
+
|
|
1354
|
+
## Related
|
|
1355
|
+
|
|
1356
|
+
- [Microsoft Semantic Kernel Documentation](https://learn.microsoft.com/en-us/semantic-kernel/)
|
|
1357
|
+
- [Semantic Kernel GitHub](https://github.com/microsoft/semantic-kernel)
|
|
1358
|
+
- [OSSA Manifest Schema](../ossa-0.3.3.schema.json)
|
|
1359
|
+
- [OSSA Runtime Bindings](../runtime/bindings.yaml)
|
|
1360
|
+
- [OSSA Safety Configuration](../schemas/safety.schema.json)
|