@bluefly/openstandardagents 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.wiki-config.json +1 -1
- package/CHANGELOG.md +104 -31
- package/README.md +189 -43
- package/bin/postinstall +61 -0
- package/dist/adapters/anthropic/client.d.ts.map +1 -1
- package/dist/adapters/anthropic/client.js +15 -7
- package/dist/adapters/anthropic/client.js.map +1 -1
- package/dist/adapters/anthropic/config.d.ts.map +1 -1
- package/dist/adapters/anthropic/config.js +1 -1
- package/dist/adapters/anthropic/config.js.map +1 -1
- package/dist/adapters/anthropic/index.d.ts +3 -3
- package/dist/adapters/anthropic/index.d.ts.map +1 -1
- package/dist/adapters/anthropic/index.js +1 -1
- package/dist/adapters/anthropic/index.js.map +1 -1
- package/dist/adapters/anthropic/messages.d.ts.map +1 -1
- package/dist/adapters/anthropic/messages.js +10 -4
- package/dist/adapters/anthropic/messages.js.map +1 -1
- package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
- package/dist/adapters/anthropic/runtime.js +6 -3
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/adapters/anthropic/tools.d.ts.map +1 -1
- package/dist/adapters/anthropic/tools.js +13 -6
- package/dist/adapters/anthropic/tools.js.map +1 -1
- package/dist/adapters/crewai-adapter.d.ts.map +1 -1
- package/dist/adapters/crewai-adapter.js +4 -1
- package/dist/adapters/crewai-adapter.js.map +1 -1
- package/dist/adapters/drupal/index.d.ts.map +1 -1
- package/dist/adapters/drupal/index.js.map +1 -1
- package/dist/adapters/langchain-adapter.d.ts.map +1 -1
- package/dist/adapters/langchain-adapter.js.map +1 -1
- package/dist/adapters/langflow-adapter.d.ts.map +1 -1
- package/dist/adapters/langflow-adapter.js +8 -2
- package/dist/adapters/langflow-adapter.js.map +1 -1
- package/dist/adapters/langfuse.adapter.d.ts.map +1 -1
- package/dist/adapters/langfuse.adapter.js +7 -3
- package/dist/adapters/langfuse.adapter.js.map +1 -1
- package/dist/adapters/langsmith.adapter.d.ts.map +1 -1
- package/dist/adapters/langsmith.adapter.js +4 -2
- package/dist/adapters/langsmith.adapter.js.map +1 -1
- package/dist/adapters/openapi-adapter.d.ts.map +1 -1
- package/dist/adapters/openapi-adapter.js +3 -1
- package/dist/adapters/openapi-adapter.js.map +1 -1
- package/dist/adapters/opentelemetry.adapter.d.ts +1 -1
- package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -1
- package/dist/adapters/opentelemetry.adapter.js +91 -50
- package/dist/adapters/opentelemetry.adapter.js.map +1 -1
- package/dist/adapters/phoenix.adapter.d.ts.map +1 -1
- package/dist/adapters/phoenix.adapter.js +6 -4
- package/dist/adapters/phoenix.adapter.js.map +1 -1
- package/dist/adapters/symfony/index.d.ts.map +1 -1
- package/dist/adapters/symfony/index.js +2 -1
- package/dist/adapters/symfony/index.js.map +1 -1
- package/dist/bot/{architecture-validator-bot.d.ts → agent-architecture_validator.d.ts} +1 -1
- package/dist/bot/agent-architecture_validator.d.ts.map +1 -0
- package/dist/bot/{architecture-validator-bot.js → agent-architecture_validator.js} +1 -1
- package/dist/bot/agent-architecture_validator.js.map +1 -0
- package/dist/bot/{ci-pipeline-bot.d.ts → agent-ci_pipeline.d.ts} +1 -1
- package/dist/bot/agent-ci_pipeline.d.ts.map +1 -0
- package/dist/bot/{ci-pipeline-bot.js → agent-ci_pipeline.js} +1 -1
- package/dist/bot/agent-ci_pipeline.js.map +1 -0
- package/dist/bot/{compliance-bot.d.ts → agent-compliance.d.ts} +1 -1
- package/dist/bot/agent-compliance.d.ts.map +1 -0
- package/dist/bot/{compliance-bot.js → agent-compliance.js} +35 -16
- package/dist/bot/agent-compliance.js.map +1 -0
- package/dist/bot/{dependency-updater-bot.d.ts → agent-dependency_updater.d.ts} +1 -1
- package/dist/bot/agent-dependency_updater.d.ts.map +1 -0
- package/dist/bot/{dependency-updater-bot.js → agent-dependency_updater.js} +1 -1
- package/dist/bot/agent-dependency_updater.js.map +1 -0
- package/dist/bot/{security-scanner-bot.d.ts → agent-security_scanner.d.ts} +1 -1
- package/dist/bot/agent-security_scanner.d.ts.map +1 -0
- package/dist/bot/{security-scanner-bot.js → agent-security_scanner.js} +2 -2
- package/dist/bot/agent-security_scanner.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
- package/dist/cli/commands/agent-card.command.js +15 -9
- package/dist/cli/commands/agent-card.command.js.map +1 -1
- package/dist/cli/commands/agents-md.command.js +3 -3
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/agents.command.d.ts.map +1 -1
- package/dist/cli/commands/agents.command.js +28 -11
- package/dist/cli/commands/agents.command.js.map +1 -1
- package/dist/cli/commands/catalog/convert.command.js.map +1 -1
- package/dist/cli/commands/catalog/index.d.ts +3 -1
- package/dist/cli/commands/catalog/index.d.ts.map +1 -1
- package/dist/cli/commands/catalog/index.js +8 -2
- package/dist/cli/commands/catalog/index.js.map +1 -1
- package/dist/cli/commands/catalog/info.command.d.ts +3 -0
- package/dist/cli/commands/catalog/info.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/info.command.js +137 -0
- package/dist/cli/commands/catalog/info.command.js.map +1 -0
- package/dist/cli/commands/catalog/list.command.js.map +1 -1
- package/dist/cli/commands/catalog/pull.command.js.map +1 -1
- package/dist/cli/commands/catalog/push.command.js.map +1 -1
- package/dist/cli/commands/catalog/search.command.d.ts +3 -0
- package/dist/cli/commands/catalog/search.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/search.command.js +47 -0
- package/dist/cli/commands/catalog/search.command.js.map +1 -0
- package/dist/cli/commands/catalog/sync.command.js.map +1 -1
- package/dist/cli/commands/catalog/validate.command.js.map +1 -1
- package/dist/cli/commands/compliance.command.d.ts.map +1 -1
- package/dist/cli/commands/compliance.command.js +10 -7
- package/dist/cli/commands/compliance.command.js.map +1 -1
- package/dist/cli/commands/conformance.command.d.ts +14 -0
- package/dist/cli/commands/conformance.command.d.ts.map +1 -0
- package/dist/cli/commands/conformance.command.js +232 -0
- package/dist/cli/commands/conformance.command.js.map +1 -0
- package/dist/cli/commands/contract.command.d.ts.map +1 -1
- package/dist/cli/commands/contract.command.js +3 -1
- package/dist/cli/commands/contract.command.js.map +1 -1
- package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
- package/dist/cli/commands/dependencies.command.js +9 -3
- package/dist/cli/commands/dependencies.command.js.map +1 -1
- package/dist/cli/commands/deploy.command.d.ts.map +1 -1
- package/dist/cli/commands/deploy.command.js +4 -2
- package/dist/cli/commands/deploy.command.js.map +1 -1
- package/dist/cli/commands/deploy.d.ts.map +1 -1
- package/dist/cli/commands/deploy.js +20 -4
- package/dist/cli/commands/deploy.js.map +1 -1
- package/dist/cli/commands/diff.command.d.ts.map +1 -1
- package/dist/cli/commands/diff.command.js +22 -6
- 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 +5 -2
- 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.map +1 -1
- package/dist/cli/commands/extension-team.command.d.ts.map +1 -1
- package/dist/cli/commands/extension-team.command.js +6 -7
- package/dist/cli/commands/extension-team.command.js.map +1 -1
- package/dist/cli/commands/framework.command.js +24 -10
- package/dist/cli/commands/framework.command.js.map +1 -1
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +4 -5
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/github-sync.command.js.map +1 -1
- package/dist/cli/commands/gitlab-agent.command.d.ts.map +1 -1
- package/dist/cli/commands/gitlab-agent.command.js.map +1 -1
- package/dist/cli/commands/import.command.d.ts.map +1 -1
- package/dist/cli/commands/import.command.js.map +1 -1
- package/dist/cli/commands/info.command.d.ts.map +1 -1
- package/dist/cli/commands/info.command.js.map +1 -1
- package/dist/cli/commands/init.command.d.ts.map +1 -1
- package/dist/cli/commands/init.command.js +7 -3
- package/dist/cli/commands/init.command.js.map +1 -1
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/langchain.command.js +4 -1
- package/dist/cli/commands/langchain.command.js.map +1 -1
- package/dist/cli/commands/langflow.command.js.map +1 -1
- package/dist/cli/commands/lint.command.d.ts.map +1 -1
- package/dist/cli/commands/lint.command.js +12 -3
- package/dist/cli/commands/lint.command.js.map +1 -1
- package/dist/cli/commands/llms-txt.command.d.ts.map +1 -1
- package/dist/cli/commands/llms-txt.command.js +4 -5
- package/dist/cli/commands/llms-txt.command.js.map +1 -1
- package/dist/cli/commands/migrate-batch.command.d.ts +19 -0
- package/dist/cli/commands/migrate-batch.command.d.ts.map +1 -0
- package/dist/cli/commands/migrate-batch.command.js +223 -0
- package/dist/cli/commands/migrate-batch.command.js.map +1 -0
- package/dist/cli/commands/migrate-langchain.command.d.ts +23 -0
- package/dist/cli/commands/migrate-langchain.command.d.ts.map +1 -0
- package/dist/cli/commands/migrate-langchain.command.js +167 -0
- package/dist/cli/commands/migrate-langchain.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.d.ts.map +1 -1
- package/dist/cli/commands/migrate.command.js +3 -0
- package/dist/cli/commands/migrate.command.js.map +1 -1
- package/dist/cli/commands/publish.command.d.ts.map +1 -1
- package/dist/cli/commands/publish.command.js +77 -32
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts.map +1 -1
- package/dist/cli/commands/registry.command.js +17 -11
- package/dist/cli/commands/registry.command.js.map +1 -1
- package/dist/cli/commands/run.command.d.ts.map +1 -1
- package/dist/cli/commands/run.command.js +3 -2
- package/dist/cli/commands/run.command.js.map +1 -1
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
- package/dist/cli/commands/scaffold.command.js +75 -27
- package/dist/cli/commands/scaffold.command.js.map +1 -1
- package/dist/cli/commands/schema.command.d.ts.map +1 -1
- package/dist/cli/commands/schema.command.js +5 -2
- package/dist/cli/commands/schema.command.js.map +1 -1
- package/dist/cli/commands/search.command.d.ts.map +1 -1
- package/dist/cli/commands/search.command.js.map +1 -1
- package/dist/cli/commands/serve.command.d.ts.map +1 -1
- package/dist/cli/commands/serve.command.js +8 -3
- package/dist/cli/commands/serve.command.js.map +1 -1
- package/dist/cli/commands/setup.command.d.ts.map +1 -1
- package/dist/cli/commands/setup.command.js +7 -2
- package/dist/cli/commands/setup.command.js.map +1 -1
- package/dist/cli/commands/standardize.command.d.ts.map +1 -1
- package/dist/cli/commands/standardize.command.js +13 -7
- package/dist/cli/commands/standardize.command.js.map +1 -1
- package/dist/cli/commands/sync.command.d.ts.map +1 -1
- package/dist/cli/commands/sync.command.js.map +1 -1
- package/dist/cli/commands/test.command.d.ts.map +1 -1
- package/dist/cli/commands/test.command.js +10 -3
- package/dist/cli/commands/test.command.js.map +1 -1
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +3 -1
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/wizard.command.d.ts +12 -0
- package/dist/cli/commands/wizard.command.d.ts.map +1 -0
- package/dist/cli/commands/wizard.command.js +836 -0
- package/dist/cli/commands/wizard.command.js.map +1 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -1
- package/dist/cli/commands/workspace.command.js +20 -11
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -1
- package/dist/cli/extensions/gitlab-release.commands.js +6 -2
- package/dist/cli/extensions/gitlab-release.commands.js.map +1 -1
- package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -1
- package/dist/cli/extensions/gitlab.extension.js.map +1 -1
- package/dist/cli/extensions/index.d.ts.map +1 -1
- package/dist/cli/extensions/index.js +2 -1
- package/dist/cli/extensions/index.js.map +1 -1
- package/dist/cli/index.js +6 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.d.ts.map +1 -1
- package/dist/cli/utils/error-formatter.js +27 -6
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/gitlab-config.d.ts.map +1 -1
- package/dist/cli/utils/gitlab-config.js +3 -1
- package/dist/cli/utils/gitlab-config.js.map +1 -1
- package/dist/cli/utils/index.d.ts +1 -1
- package/dist/cli/utils/index.d.ts.map +1 -1
- package/dist/cli/utils/index.js +1 -1
- package/dist/cli/utils/index.js.map +1 -1
- package/dist/cli/utils/manifest-discovery.d.ts +63 -0
- package/dist/cli/utils/manifest-discovery.d.ts.map +1 -0
- package/dist/cli/utils/manifest-discovery.js +201 -0
- package/dist/cli/utils/manifest-discovery.js.map +1 -0
- package/dist/cli/utils/manifest-loader.d.ts.map +1 -1
- package/dist/cli/utils/manifest-loader.js.map +1 -1
- package/dist/cli/utils/migration-reporter.d.ts +96 -0
- package/dist/cli/utils/migration-reporter.d.ts.map +1 -0
- package/dist/cli/utils/migration-reporter.js +253 -0
- package/dist/cli/utils/migration-reporter.js.map +1 -0
- package/dist/cli/utils/output.d.ts.map +1 -1
- package/dist/cli/utils/output.js +8 -5
- package/dist/cli/utils/output.js.map +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/defaults.js +10 -7
- package/dist/config/defaults.js.map +1 -1
- package/dist/deploy/base-driver.d.ts.map +1 -1
- package/dist/deploy/base-driver.js.map +1 -1
- package/dist/deploy/docker-driver.d.ts.map +1 -1
- package/dist/deploy/docker-driver.js.map +1 -1
- package/dist/deploy/k8s-driver.d.ts.map +1 -1
- package/dist/deploy/k8s-driver.js +11 -3
- package/dist/deploy/k8s-driver.js.map +1 -1
- package/dist/dev-cli/schemas/version.schema.d.ts +1 -1
- package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -1
- package/dist/dev-cli/schemas/version.schema.js +1 -1
- package/dist/dev-cli/schemas/version.schema.js.map +1 -1
- package/dist/dev-cli/services/version-audit.service.d.ts +2 -2
- package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -1
- package/dist/dev-cli/services/version-audit.service.js +4 -4
- package/dist/dev-cli/services/version-audit.service.js.map +1 -1
- package/dist/dev-cli/src/commands/env-cleanup.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.js +103 -0
- package/dist/dev-cli/src/commands/env-cleanup.command.js.map +1 -0
- package/dist/dev-cli/src/commands/migrate.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/migrate.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/migrate.command.js +78 -0
- package/dist/dev-cli/src/commands/migrate.command.js.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -1
- package/dist/dev-cli/src/commands/release-prep.command.js +23 -9
- package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -1
- package/dist/dev-cli/src/commands/release.command.js +7 -7
- package/dist/dev-cli/src/commands/release.command.js.map +1 -1
- package/dist/dev-cli/src/commands/spec.command.js +4 -4
- package/dist/dev-cli/src/commands/spec.command.js.map +1 -1
- package/dist/dev-cli/src/commands/v035.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/v035.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/v035.command.js +247 -0
- package/dist/dev-cli/src/commands/v035.command.js.map +1 -0
- package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -1
- package/dist/dev-cli/src/commands/version.command.js +31 -5
- package/dist/dev-cli/src/commands/version.command.js.map +1 -1
- package/dist/dev-cli/src/commands/workflow.command.js +2 -2
- package/dist/dev-cli/src/commands/workflow.command.js.map +1 -1
- package/dist/dev-cli/src/index.js +6 -0
- package/dist/dev-cli/src/index.js.map +1 -1
- package/dist/dev-cli/src/schemas/migrate.schema.d.ts +40 -0
- package/dist/dev-cli/src/schemas/migrate.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/migrate.schema.js +31 -0
- package/dist/dev-cli/src/schemas/migrate.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -1
- package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -1
- package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -1
- package/dist/dev-cli/src/schemas/spec.schema.js +4 -2
- package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -1
- package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -1
- package/dist/dev-cli/src/schemas/version.schema.js.map +1 -1
- package/dist/dev-cli/src/services/agent-migration.service.d.ts +39 -0
- package/dist/dev-cli/src/services/agent-migration.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/agent-migration.service.js +199 -0
- package/dist/dev-cli/src/services/agent-migration.service.js.map +1 -0
- package/dist/dev-cli/src/services/file.service.d.ts +42 -0
- package/dist/dev-cli/src/services/file.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/file.service.js +109 -0
- package/dist/dev-cli/src/services/file.service.js.map +1 -0
- package/dist/dev-cli/src/services/git.service.d.ts +77 -0
- package/dist/dev-cli/src/services/git.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/git.service.js +226 -0
- package/dist/dev-cli/src/services/git.service.js.map +1 -0
- package/dist/dev-cli/src/services/npm.service.d.ts +40 -0
- package/dist/dev-cli/src/services/npm.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/npm.service.js +75 -0
- package/dist/dev-cli/src/services/npm.service.js.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/release-prep.service.js +24 -8
- package/dist/dev-cli/src/services/release-prep.service.js.map +1 -1
- package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/release-verify.service.js +17 -14
- package/dist/dev-cli/src/services/release-verify.service.js.map +1 -1
- package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -1
- package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/spec-validate.service.js +3 -1
- package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -1
- package/dist/dev-cli/src/services/version-detection.service.d.ts +51 -0
- package/dist/dev-cli/src/services/version-detection.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-detection.service.js +235 -0
- package/dist/dev-cli/src/services/version-detection.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-file.service.d.ts +32 -0
- package/dist/dev-cli/src/services/version-file.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-file.service.js +65 -0
- package/dist/dev-cli/src/services/version-file.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts +4 -2
- package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/version-release.service.js +36 -24
- package/dist/dev-cli/src/services/version-release.service.js.map +1 -1
- package/dist/dev-cli/src/services/version-sync.service.d.ts +6 -3
- package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/version-sync.service.js +14 -12
- package/dist/dev-cli/src/services/version-sync.service.js.map +1 -1
- package/dist/dev-cli/src/services/version-validate.service.d.ts +2 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -1
- package/dist/dev-cli/src/services/version-validate.service.js +12 -14
- package/dist/dev-cli/src/services/version-validate.service.js.map +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +34 -0
- package/dist/di-container.js.map +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/mesh/client.d.ts.map +1 -1
- package/dist/mesh/client.js +5 -2
- package/dist/mesh/client.js.map +1 -1
- package/dist/mesh/discovery.d.ts.map +1 -1
- package/dist/mesh/discovery.js +2 -1
- package/dist/mesh/discovery.js.map +1 -1
- package/dist/mesh/routing.d.ts.map +1 -1
- package/dist/mesh/routing.js +6 -3
- package/dist/mesh/routing.js.map +1 -1
- package/dist/mesh/types.d.ts.map +1 -1
- package/dist/messaging/broker.d.ts.map +1 -1
- package/dist/messaging/broker.js +3 -1
- package/dist/messaging/broker.js.map +1 -1
- package/dist/messaging/channels.d.ts.map +1 -1
- package/dist/messaging/channels.js +8 -4
- package/dist/messaging/channels.js.map +1 -1
- package/dist/messaging/protocols/memory.d.ts.map +1 -1
- package/dist/messaging/protocols/memory.js +2 -5
- package/dist/messaging/protocols/memory.js.map +1 -1
- package/dist/messaging/protocols/redis.d.ts.map +1 -1
- package/dist/messaging/protocols/redis.js.map +1 -1
- package/dist/messaging/types.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +30 -16
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/runtime/crewai.runtime.d.ts.map +1 -1
- package/dist/runtime/crewai.runtime.js +8 -4
- package/dist/runtime/crewai.runtime.js.map +1 -1
- package/dist/runtime/langchain.runtime.d.ts.map +1 -1
- package/dist/runtime/langchain.runtime.js.map +1 -1
- package/dist/runtime/langflow.runtime.d.ts.map +1 -1
- package/dist/runtime/langflow.runtime.js +5 -2
- package/dist/runtime/langflow.runtime.js.map +1 -1
- package/dist/sdks/python-generator/index.d.ts.map +1 -1
- package/dist/sdks/python-generator/index.js.map +1 -1
- package/dist/sdks/shared/manifest-loader.d.ts.map +1 -1
- package/dist/sdks/shared/manifest-loader.js.map +1 -1
- package/dist/sdks/shared/schema-validator.d.ts.map +1 -1
- package/dist/sdks/shared/schema-validator.js +3 -1
- package/dist/sdks/shared/schema-validator.js.map +1 -1
- package/dist/sdks/shared/validation.d.ts.map +1 -1
- package/dist/sdks/shared/validation.js +5 -1
- package/dist/sdks/shared/validation.js.map +1 -1
- package/dist/sdks/typescript/client.d.ts.map +1 -1
- package/dist/sdks/typescript/client.js.map +1 -1
- package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -1
- package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -1
- package/dist/sdks/typescript/manifest.d.ts.map +1 -1
- package/dist/sdks/typescript/manifest.js +5 -2
- package/dist/sdks/typescript/manifest.js.map +1 -1
- package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -1
- package/dist/sdks/typescript/tracing/w3c-baggage.js +3 -1
- package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -1
- package/dist/sdks/typescript/types.d.ts.map +1 -1
- package/dist/sdks/typescript/types.js.map +1 -1
- package/dist/sdks/typescript/validator.d.ts.map +1 -1
- package/dist/sdks/typescript/validator.js.map +1 -1
- package/dist/services/agent-services/qdrant.service.d.ts.map +1 -1
- package/dist/services/agent-services/qdrant.service.js.map +1 -1
- package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
- package/dist/services/agents-md/agents-md.service.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts.map +1 -1
- package/dist/services/codegen/codegen.service.js.map +1 -1
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -1
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/openapi-zod.generator.js +9 -3
- package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -1
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -1
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/types.generator.js.map +1 -1
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/vscode.generator.js +3 -3
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -1
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/zod.generator.js.map +1 -1
- package/dist/services/codegen/index.d.ts +1 -1
- package/dist/services/codegen/index.d.ts.map +1 -1
- package/dist/services/codegen/index.js +1 -1
- package/dist/services/codegen/index.js.map +1 -1
- package/dist/services/conformance/conformance.service.d.ts +75 -0
- package/dist/services/conformance/conformance.service.d.ts.map +1 -0
- package/dist/services/conformance/conformance.service.js +194 -0
- package/dist/services/conformance/conformance.service.js.map +1 -0
- package/dist/services/conformance/feature-detector.service.d.ts +66 -0
- package/dist/services/conformance/feature-detector.service.d.ts.map +1 -0
- package/dist/services/conformance/feature-detector.service.js +161 -0
- package/dist/services/conformance/feature-detector.service.js.map +1 -0
- package/dist/services/conformance/index.d.ts +10 -0
- package/dist/services/conformance/index.d.ts.map +1 -0
- package/dist/services/conformance/index.js +9 -0
- package/dist/services/conformance/index.js.map +1 -0
- package/dist/services/conformance/profile-loader.service.d.ts +51 -0
- package/dist/services/conformance/profile-loader.service.d.ts.map +1 -0
- package/dist/services/conformance/profile-loader.service.js +192 -0
- package/dist/services/conformance/profile-loader.service.js.map +1 -0
- package/dist/services/conformance/score-calculator.service.d.ts +50 -0
- package/dist/services/conformance/score-calculator.service.d.ts.map +1 -0
- package/dist/services/conformance/score-calculator.service.js +222 -0
- package/dist/services/conformance/score-calculator.service.js.map +1 -0
- package/dist/services/conformance/types.d.ts +107 -0
- package/dist/services/conformance/types.d.ts.map +1 -0
- package/dist/services/conformance/types.js +6 -0
- package/dist/services/conformance/types.js.map +1 -0
- package/dist/services/deployment/deployment.service.d.ts.map +1 -1
- package/dist/services/deployment/deployment.service.js.map +1 -1
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -1
- package/dist/services/extension-team/extension-team-kickoff.service.js +51 -9
- package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -1
- package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -1
- package/dist/services/framework-import/langchain-importer.service.js +13 -7
- package/dist/services/framework-import/langchain-importer.service.js.map +1 -1
- package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -1
- package/dist/services/framework-import/langflow-importer.service.js +29 -27
- package/dist/services/framework-import/langflow-importer.service.js.map +1 -1
- package/dist/services/generation.service.d.ts.map +1 -1
- package/dist/services/generation.service.js +44 -14
- package/dist/services/generation.service.js.map +1 -1
- package/dist/services/git-rollback.service.d.ts +75 -0
- package/dist/services/git-rollback.service.d.ts.map +1 -0
- package/dist/services/git-rollback.service.js +329 -0
- package/dist/services/git-rollback.service.js.map +1 -0
- package/dist/services/git.service.d.ts.map +1 -1
- package/dist/services/git.service.js.map +1 -1
- package/dist/services/github-sync/github-client.d.ts.map +1 -1
- package/dist/services/github-sync/github-client.js.map +1 -1
- package/dist/services/github-sync/gitlab-client.d.ts.map +1 -1
- package/dist/services/github-sync/gitlab-client.js.map +1 -1
- package/dist/services/github-sync/sync.service.d.ts.map +1 -1
- package/dist/services/github-sync/sync.service.js.map +1 -1
- package/dist/services/gitlab-agent.service.d.ts.map +1 -1
- package/dist/services/gitlab-agent.service.js.map +1 -1
- package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -1
- package/dist/services/llms-txt/llms-txt.service.js +30 -19
- package/dist/services/llms-txt/llms-txt.service.js.map +1 -1
- package/dist/services/messaging/example.js +1 -1
- package/dist/services/messaging/example.js.map +1 -1
- package/dist/services/messaging/memory-broker.d.ts.map +1 -1
- package/dist/services/messaging/memory-broker.js +2 -1
- package/dist/services/messaging/memory-broker.js.map +1 -1
- package/dist/services/messaging/messaging.service.d.ts.map +1 -1
- package/dist/services/messaging/messaging.service.js.map +1 -1
- package/dist/services/migration/langchain-migration.service.d.ts +117 -0
- package/dist/services/migration/langchain-migration.service.d.ts.map +1 -0
- package/dist/services/migration/langchain-migration.service.js +621 -0
- package/dist/services/migration/langchain-migration.service.js.map +1 -0
- package/dist/services/migration-transform.service.d.ts +74 -0
- package/dist/services/migration-transform.service.d.ts.map +1 -0
- package/dist/services/migration-transform.service.js +263 -0
- package/dist/services/migration-transform.service.js.map +1 -0
- package/dist/services/migration.service.d.ts +60 -0
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +214 -12
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/registry/bundle.service.d.ts +36 -0
- package/dist/services/registry/bundle.service.d.ts.map +1 -0
- package/dist/services/registry/bundle.service.js +69 -0
- package/dist/services/registry/bundle.service.js.map +1 -0
- package/dist/services/registry/index.service.d.ts +76 -0
- package/dist/services/registry/index.service.d.ts.map +1 -0
- package/dist/services/registry/index.service.js +85 -0
- package/dist/services/registry/index.service.js.map +1 -0
- package/dist/services/registry/registry.service.d.ts.map +1 -1
- package/dist/services/registry/registry.service.js.map +1 -1
- package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
- package/dist/services/release-automation/base-crud.service.js.map +1 -1
- package/dist/services/release-automation/generate-changelog.js +22 -20
- package/dist/services/release-automation/generate-changelog.js.map +1 -1
- package/dist/services/release-automation/increment-dev-tag.js +6 -2
- package/dist/services/release-automation/increment-dev-tag.js.map +1 -1
- package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
- package/dist/services/release-automation/merge-request.service.js +4 -4
- package/dist/services/release-automation/merge-request.service.js.map +1 -1
- package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
- package/dist/services/release-automation/milestone.service.js.map +1 -1
- package/dist/services/release-automation/release-buttons.js +12 -4
- package/dist/services/release-automation/release-buttons.js.map +1 -1
- package/dist/services/release-automation/release.service.d.ts.map +1 -1
- package/dist/services/release-automation/release.service.js +3 -1
- package/dist/services/release-automation/release.service.js.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.js +19 -4
- package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
- package/dist/services/release-automation/tag.service.d.ts.map +1 -1
- package/dist/services/release-automation/tag.service.js.map +1 -1
- package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
- package/dist/services/release-automation/webhook.service.js +2 -1
- package/dist/services/release-automation/webhook.service.js.map +1 -1
- package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -1
- package/dist/services/runtime/anthropic.adapter.js.map +1 -1
- package/dist/services/runtime/azure.adapter.d.ts.map +1 -1
- package/dist/services/runtime/azure.adapter.js +3 -1
- package/dist/services/runtime/azure.adapter.js.map +1 -1
- package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -1
- package/dist/services/runtime/bedrock.adapter.js +3 -1
- package/dist/services/runtime/bedrock.adapter.js.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.js +7 -3
- package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
- package/dist/services/runtime/gemini.adapter.d.ts.map +1 -1
- package/dist/services/runtime/gemini.adapter.js +2 -1
- package/dist/services/runtime/gemini.adapter.js.map +1 -1
- package/dist/services/runtime/mistral.adapter.d.ts.map +1 -1
- package/dist/services/runtime/mistral.adapter.js +4 -2
- package/dist/services/runtime/mistral.adapter.js.map +1 -1
- package/dist/services/runtime/ollama.adapter.d.ts.map +1 -1
- package/dist/services/runtime/ollama.adapter.js.map +1 -1
- package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
- package/dist/services/runtime/openai.adapter.js.map +1 -1
- package/dist/services/skill-registry.service.d.ts +134 -0
- package/dist/services/skill-registry.service.d.ts.map +1 -0
- package/dist/services/skill-registry.service.js +452 -0
- package/dist/services/skill-registry.service.js.map +1 -0
- package/dist/services/test-runner/test-runner.service.d.ts.map +1 -1
- package/dist/services/test-runner/test-runner.service.js +11 -3
- package/dist/services/test-runner/test-runner.service.js.map +1 -1
- package/dist/services/validation-zod.service.d.ts.map +1 -1
- package/dist/services/validation-zod.service.js +32 -16
- package/dist/services/validation-zod.service.js.map +1 -1
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +16 -8
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/a2a.validator.d.ts +16 -0
- package/dist/services/validators/a2a.validator.d.ts.map +1 -0
- package/dist/services/validators/a2a.validator.js +61 -0
- package/dist/services/validators/a2a.validator.js.map +1 -0
- package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
- package/dist/services/validators/anthropic.validator.js +5 -2
- package/dist/services/validators/anthropic.validator.js.map +1 -1
- package/dist/services/validators/autogen.validator.d.ts +5 -2
- package/dist/services/validators/autogen.validator.d.ts.map +1 -1
- package/dist/services/validators/autogen.validator.js +41 -6
- package/dist/services/validators/autogen.validator.js.map +1 -1
- package/dist/services/validators/contract.validator.d.ts.map +1 -1
- package/dist/services/validators/contract.validator.js +19 -7
- package/dist/services/validators/contract.validator.js.map +1 -1
- package/dist/services/validators/crewai.validator.d.ts +3 -0
- package/dist/services/validators/crewai.validator.d.ts.map +1 -1
- package/dist/services/validators/crewai.validator.js +33 -2
- package/dist/services/validators/crewai.validator.js.map +1 -1
- package/dist/services/validators/cursor.validator.d.ts.map +1 -1
- package/dist/services/validators/cursor.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.d.ts.map +1 -1
- package/dist/services/validators/dependencies.validator.js +2 -1
- package/dist/services/validators/dependencies.validator.js.map +1 -1
- package/dist/services/validators/index.d.ts +3 -0
- package/dist/services/validators/index.d.ts.map +1 -1
- package/dist/services/validators/index.js +3 -0
- package/dist/services/validators/index.js.map +1 -1
- package/dist/services/validators/kagent.validator.d.ts +13 -0
- package/dist/services/validators/kagent.validator.d.ts.map +1 -0
- package/dist/services/validators/kagent.validator.js +202 -0
- package/dist/services/validators/kagent.validator.js.map +1 -0
- package/dist/services/validators/langchain.validator.d.ts +3 -0
- package/dist/services/validators/langchain.validator.d.ts.map +1 -1
- package/dist/services/validators/langchain.validator.js +44 -5
- package/dist/services/validators/langchain.validator.js.map +1 -1
- package/dist/services/validators/langflow.validator.d.ts.map +1 -1
- package/dist/services/validators/langflow.validator.js +2 -1
- package/dist/services/validators/langflow.validator.js.map +1 -1
- package/dist/services/validators/langgraph.validator.d.ts +3 -0
- package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
- package/dist/services/validators/langgraph.validator.js +33 -2
- package/dist/services/validators/langgraph.validator.js.map +1 -1
- package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
- package/dist/services/validators/llamaindex.validator.js +13 -4
- package/dist/services/validators/llamaindex.validator.js.map +1 -1
- package/dist/services/validators/mcp.validator.d.ts +16 -0
- package/dist/services/validators/mcp.validator.d.ts.map +1 -0
- package/dist/services/validators/mcp.validator.js +68 -0
- package/dist/services/validators/mcp.validator.js.map +1 -0
- package/dist/services/validators/openai.validator.d.ts.map +1 -1
- package/dist/services/validators/openai.validator.js +6 -1
- package/dist/services/validators/openai.validator.js.map +1 -1
- package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
- package/dist/services/validators/vercel-ai.validator.js +3 -1
- package/dist/services/validators/vercel-ai.validator.js.map +1 -1
- package/dist/services/version-detection.service.d.ts +50 -0
- package/dist/services/version-detection.service.d.ts.map +1 -0
- package/dist/services/version-detection.service.js +206 -0
- package/dist/services/version-detection.service.js.map +1 -0
- package/dist/spec/{examples → reference}/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
- package/dist/spec/{examples → reference}/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
- package/{spec/examples → dist/spec/reference}/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
- package/{spec/examples → dist/spec/reference}/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
- package/dist/spec/{examples → reference}/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
- package/dist/spec/{examples → reference}/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
- package/dist/spec/v0.3/CHANGELOG.md +237 -0
- package/dist/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
- package/dist/spec/v0.3/README.md +366 -0
- package/dist/spec/v0.3/adoption-blockers.json +142 -0
- package/dist/spec/v0.3/bat-framework.schema.json +114 -0
- package/dist/spec/v0.3/capability-discovery.schema.json +128 -0
- package/dist/spec/v0.3/checkpoint.schema.json +132 -0
- package/dist/spec/v0.3/completion-signals.schema.json +136 -0
- package/dist/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
- package/dist/spec/v0.3/conformance/PROFILES.md +210 -0
- package/dist/spec/v0.3/conformance/README.md +263 -0
- package/dist/spec/v0.3/conformance/profiles/baseline.json +27 -0
- package/dist/spec/v0.3/conformance/profiles/enterprise.json +33 -0
- package/dist/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
- package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
- package/dist/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
- package/dist/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
- package/dist/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
- package/dist/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
- package/dist/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
- package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
- package/dist/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
- package/dist/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
- package/dist/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
- package/dist/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
- package/dist/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
- package/dist/spec/v0.3/extensions/a2a/README.md +193 -0
- package/dist/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
- package/dist/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
- package/dist/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
- package/dist/spec/v0.3/extensions/kagent/README.md +315 -0
- package/dist/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
- package/dist/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
- package/dist/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
- package/dist/spec/v0.3/extensions/mcp/README.md +276 -0
- package/dist/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
- package/dist/spec/v0.3/feedback-loops.schema.json +145 -0
- package/dist/spec/v0.3/flow-kind.schema.json +244 -0
- package/dist/spec/v0.3/infrastructure-substrate.schema.json +190 -0
- package/dist/spec/v0.3/mixture-of-experts.schema.json +159 -0
- package/dist/spec/v0.3/moe-metrics.schema.json +162 -0
- package/dist/spec/{v0.3.3/ossa-0.3.3.schema.json → v0.3/ossa-0.3.5.schema.json} +4428 -667
- package/dist/spec/v0.3/registry/registry-contract.schema.json +359 -0
- package/dist/testing/reporters/console.d.ts.map +1 -1
- package/dist/testing/reporters/console.js +3 -1
- package/dist/testing/reporters/console.js.map +1 -1
- package/dist/testing/runner.d.ts.map +1 -1
- package/dist/testing/runner.js +9 -3
- package/dist/testing/runner.js.map +1 -1
- package/dist/tools/validation/validate-v0.3.5-features.d.ts +50 -0
- package/dist/tools/validation/validate-v0.3.5-features.d.ts.map +1 -0
- package/dist/tools/validation/validate-v0.3.5-features.js +280 -0
- package/dist/tools/validation/validate-v0.3.5-features.js.map +1 -0
- package/dist/transports/index.d.ts +3 -3
- package/dist/transports/index.d.ts.map +1 -1
- package/dist/transports/index.js +3 -3
- package/dist/transports/index.js.map +1 -1
- package/dist/transports/sse.d.ts.map +1 -1
- package/dist/transports/sse.js +7 -2
- package/dist/transports/sse.js.map +1 -1
- package/dist/transports/webrtc.d.ts.map +1 -1
- package/dist/transports/webrtc.js +6 -3
- package/dist/transports/webrtc.js.map +1 -1
- package/dist/transports/websocket.d.ts.map +1 -1
- package/dist/transports/websocket.js +2 -1
- package/dist/transports/websocket.js.map +1 -1
- package/dist/types/generated/ossa-0.3.2.types.d.ts +10 -10
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -1
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -1
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -1
- package/dist/types/generated/ossa-0.3.3.types.d.ts +10 -10
- package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -1
- package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -1
- package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -1
- package/dist/types/generated/ossa-0.3.4.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.4.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.4.types.js +10 -0
- package/dist/types/generated/ossa-0.3.4.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.4.zod.d.ts +37 -0
- package/dist/types/generated/ossa-0.3.4.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.4.zod.js +28 -0
- package/dist/types/generated/ossa-0.3.4.zod.js.map +1 -0
- package/dist/types/identity.d.ts.map +1 -1
- package/dist/types/identity.zod.d.ts.map +1 -1
- package/dist/types/identity.zod.js +11 -2
- package/dist/types/identity.zod.js.map +1 -1
- package/dist/types/index.d.ts +8 -8
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/types/llms-txt.zod.d.ts.map +1 -1
- package/dist/types/llms-txt.zod.js +4 -2
- package/dist/types/llms-txt.zod.js.map +1 -1
- package/dist/types/personality.d.ts.map +1 -1
- package/dist/types/personality.js +1 -1
- package/dist/types/personality.js.map +1 -1
- package/dist/types/personality.zod.d.ts +24 -24
- package/dist/types/personality.zod.d.ts.map +1 -1
- package/dist/types/personality.zod.js +36 -6
- package/dist/types/personality.zod.js.map +1 -1
- package/dist/types/policy.d.ts.map +1 -1
- package/dist/types/policy.js.map +1 -1
- package/dist/types/prompts.d.ts.map +1 -1
- package/dist/types/prompts.js +4 -4
- package/dist/types/prompts.js.map +1 -1
- package/dist/types/prompts.zod.d.ts.map +1 -1
- package/dist/types/prompts.zod.js +10 -2
- package/dist/types/prompts.zod.js.map +1 -1
- package/dist/types/task.d.ts.map +1 -1
- package/dist/types/task.js.map +1 -1
- package/dist/types/workflow.d.ts +1 -1
- package/dist/types/workflow.d.ts.map +1 -1
- package/dist/types/workflow.js.map +1 -1
- package/dist/utils/path-validator.d.ts.map +1 -1
- package/dist/utils/path-validator.js.map +1 -1
- package/dist/utils/type-guards.d.ts.map +1 -1
- package/dist/utils/type-guards.js +30 -10
- package/dist/utils/type-guards.js.map +1 -1
- package/dist/utils/version.d.ts.map +1 -1
- package/dist/utils/version.js +2 -1
- package/dist/utils/version.js.map +1 -1
- package/dist/utils/yaml-parser.d.ts.map +1 -1
- package/dist/utils/yaml-parser.js +1 -1
- package/dist/utils/yaml-parser.js.map +1 -1
- package/examples/a2a/agent-handoff.ossa.yaml +202 -0
- package/examples/a2a/service-discovery.ossa.yaml +194 -0
- package/examples/adapters/anthropic-quickstart.ts +66 -0
- package/examples/adapters/crewai-quickstart.py +86 -0
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/langchain-quickstart.ts +40 -0
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +37 -24
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agent-skills/SKILLS_CATALOG.md +323 -0
- package/examples/agent-skills/react-best-practices/SKILL.md +158 -0
- package/examples/agent-skills/react-best-practices/references/react-performance-guidelines.md +500 -0
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +1 -1
- package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
- 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 +12 -15
- package/examples/claude-code/code-reviewer.ossa.yaml +5 -5
- package/examples/claude-code/ossa-validator.ossa.yaml +11 -9
- package/examples/common_npm/agent-router.ossa.yaml +3 -3
- package/examples/contracts/data-consumer.ossa.yaml +1 -1
- package/examples/contracts/data-producer-v2.ossa.yaml +1 -1
- package/examples/contracts/data-producer.ossa.yaml +5 -3
- 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 -10
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +4 -4
- 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 +1 -1
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +1 -1
- package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
- package/examples/kagent/compliance-validator.ossa.yaml +1 -1
- package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
- package/examples/kagent/documentation-agent.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +3 -3
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
- package/examples/kagent/security-scanner.ossa.yaml +1 -1
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/mcp/database-mcp.ossa.yaml +134 -0
- package/examples/mcp/filesystem-mcp.ossa.yaml +101 -0
- package/examples/messaging/dependency-healer.ossa.yaml +1 -1
- package/examples/messaging/incident-responder.ossa.yaml +1 -1
- package/examples/messaging/routing-rules.ossa.yaml +1 -1
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +38 -0
- package/examples/migrations/langchain/01-python-react-agent-before.py +62 -0
- package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +40 -0
- package/examples/migrations/langchain/02-typescript-conversational-before.ts +79 -0
- package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +95 -0
- package/examples/migrations/langchain/03-sequential-chain-before.py +100 -0
- package/examples/migrations/langchain/04-config-based-after.ossa.yaml +54 -0
- package/examples/migrations/langchain/04-config-based-before.yaml +52 -0
- package/examples/migrations/langchain/INTEGRATION-EXAMPLE.txt +335 -0
- package/examples/migrations/langchain/USAGE.txt +121 -0
- package/examples/migrations/langchain/test-migrations.ts +135 -0
- package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
- package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- 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 +1 -1
- package/examples/ossa-templates/02-security-scanner.ossa.yaml +1 -1
- package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +1 -1
- package/examples/ossa-templates/04-code-reviewer.ossa.yaml +1 -1
- package/examples/ossa-templates/05-doc-generator.ossa.yaml +1 -1
- package/examples/ossa-templates/06-compliance-validator.ossa.yaml +1 -1
- package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +1 -1
- package/examples/ossa-templates/08-content-writer.ossa.yaml +1 -1
- package/examples/ossa-templates/09-test-generator.ossa.yaml +1 -1
- package/examples/ossa-templates/10-data-transformer.ossa.yaml +1 -1
- package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +384 -0
- package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +265 -0
- package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +264 -0
- package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +267 -0
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +14 -7
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +3 -10
- package/examples/registry/USAGE.txt +105 -0
- package/examples/registry/agents/code-reviewer/agent.yaml +159 -0
- package/examples/registry/agents/security-scanner/agent.yaml +128 -0
- package/examples/registry/index.json +5 -0
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +1 -1
- package/examples/showcase/code-assistant.ossa.yaml +1 -1
- package/examples/showcase/code-reviewer.ossa.yaml +1 -1
- package/examples/showcase/compliance-validator.ossa.yaml +1 -1
- package/examples/showcase/content-writer.ossa.yaml +1 -1
- package/examples/showcase/data-transformer.ossa.yaml +1 -1
- package/examples/showcase/doc-generator.ossa.yaml +1 -1
- package/examples/showcase/security-scanner.ossa.yaml +1 -1
- package/examples/showcase/test-generator.ossa.yaml +1 -1
- package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
- 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 +4 -4
- 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/llms-ctx-full.txt +9 -7
- package/llms-ctx.txt +8 -6
- package/package.json +64 -8
- package/spec/{examples → reference}/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
- package/spec/{examples → reference}/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
- package/{dist/spec/examples → spec/reference}/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
- package/{dist/spec/examples → spec/reference}/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
- package/spec/{examples → reference}/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
- package/spec/{examples → reference}/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
- package/spec/v0.3/CHANGELOG.md +237 -0
- package/spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md +292 -0
- package/spec/v0.3/README.md +366 -0
- package/spec/v0.3/adoption-blockers.json +142 -0
- package/spec/v0.3/bat-framework.schema.json +114 -0
- package/spec/v0.3/capability-discovery.schema.json +128 -0
- package/spec/v0.3/checkpoint.schema.json +132 -0
- package/spec/v0.3/completion-signals.schema.json +136 -0
- package/spec/v0.3/conformance/IMPLEMENTATION.md +402 -0
- package/spec/v0.3/conformance/PROFILES.md +210 -0
- package/spec/v0.3/conformance/README.md +263 -0
- package/spec/v0.3/conformance/profiles/baseline.json +27 -0
- package/spec/v0.3/conformance/profiles/enterprise.json +33 -0
- package/spec/v0.3/conformance/profiles/gitlab-kagent.json +36 -0
- package/spec/v0.3/conformance/tests/baseline/invalid/missing-identity.yaml +6 -0
- package/spec/v0.3/conformance/tests/baseline/invalid/missing-kind.yaml +7 -0
- package/spec/v0.3/conformance/tests/baseline/valid/basic-agent.yaml +22 -0
- package/spec/v0.3/conformance/tests/baseline/valid/minimal-agent.yaml +15 -0
- package/spec/v0.3/conformance/tests/enterprise/valid/enterprise-agent.yaml +88 -0
- package/spec/v0.3/conformance/tests/enterprise/valid/production-agent.yaml +112 -0
- package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-agent.yaml +117 -0
- package/spec/v0.3/conformance/tests/gitlab-kagent/valid/kagent-full.yaml +125 -0
- package/spec/v0.3/examples/checkpoint-example.ossa.yaml +81 -0
- package/spec/v0.3/examples/flow-example.ossa.yaml +119 -0
- package/spec/v0.3/examples/forward-thinking-agent.ossa.yaml +294 -0
- package/spec/v0.3/examples/moe-example.ossa.yaml +120 -0
- package/spec/v0.3/extensions/a2a/README.md +193 -0
- package/spec/v0.3/extensions/a2a/a2a.schema.json +77 -0
- package/spec/v0.3/extensions/ag2/ag2.schema.json +277 -0
- package/spec/v0.3/extensions/crewai/crewai.schema.json +256 -0
- package/spec/v0.3/extensions/kagent/README.md +315 -0
- package/spec/v0.3/extensions/kagent/kagent.schema.json +624 -0
- package/spec/v0.3/extensions/langchain/langchain.schema.json +243 -0
- package/spec/v0.3/extensions/langgraph/langgraph.schema.json +211 -0
- package/spec/v0.3/extensions/mcp/README.md +276 -0
- package/spec/v0.3/extensions/mcp/mcp.schema.json +84 -0
- package/spec/v0.3/feedback-loops.schema.json +145 -0
- package/spec/v0.3/flow-kind.schema.json +244 -0
- package/spec/v0.3/infrastructure-substrate.schema.json +190 -0
- package/spec/v0.3/mixture-of-experts.schema.json +159 -0
- package/spec/v0.3/moe-metrics.schema.json +162 -0
- package/spec/{v0.3.3/ossa-0.3.3.schema.json → v0.3/ossa-0.3.5.schema.json} +4428 -667
- package/spec/v0.3/registry/registry-contract.schema.json +359 -0
- package/src/dev-cli/README.md +53 -0
- package/src/dev-cli/src/index.ts +47 -0
- package/templates/platforms/cursor/code-assistant/manifest.ossa.yaml +40 -0
- package/templates/platforms/drupal/content-agent/manifest.ossa.yaml +39 -0
- package/templates/platforms/gitlab/ci-agent/manifest.ossa.yaml +41 -0
- package/templates/platforms/kubernetes/operator-agent/manifest.ossa.yaml +39 -0
- package/templates/platforms/langflow/workflow-agent/manifest.ossa.yaml +38 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +0 -1
- package/dist/bot/architecture-validator-bot.js.map +0 -1
- package/dist/bot/ci-pipeline-bot.d.ts.map +0 -1
- package/dist/bot/ci-pipeline-bot.js.map +0 -1
- package/dist/bot/compliance-bot.d.ts.map +0 -1
- package/dist/bot/compliance-bot.js.map +0 -1
- package/dist/bot/dependency-updater-bot.d.ts.map +0 -1
- package/dist/bot/dependency-updater-bot.js.map +0 -1
- package/dist/bot/security-scanner-bot.d.ts.map +0 -1
- package/dist/bot/security-scanner-bot.js.map +0 -1
- package/dist/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.1/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.1/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.1/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
- package/dist/spec/v0.3.1/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
- package/dist/spec/v0.3.1/protocols/sse.md +0 -494
- package/dist/spec/v0.3.1/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.1/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.1/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.1/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.1/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.1/taxonomy.yaml +0 -256
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.2/access_tiers.yaml +0 -375
- package/dist/spec/v0.3.2/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.2/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.2/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +0 -106
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
- package/dist/spec/v0.3.2/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
- package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
- package/dist/spec/v0.3.2/protocols/delegation.yaml +0 -239
- package/dist/spec/v0.3.2/protocols/sse.md +0 -494
- package/dist/spec/v0.3.2/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.2/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +0 -457
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +0 -871
- package/dist/spec/v0.3.2/runtime/runtime.yaml +0 -926
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.2/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.2/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.2/taxonomy.yaml +0 -363
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
- package/dist/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
- package/dist/spec/v0.3.3/access_tiers.yaml +0 -375
- package/dist/spec/v0.3.3/adapters/drupal.md +0 -541
- package/dist/spec/v0.3.3/adapters/symfony.md +0 -659
- package/dist/spec/v0.3.3/agent-test.schema.json +0 -75
- package/dist/spec/v0.3.3/examples/access-tiers/README.md +0 -106
- package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
- package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
- package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
- package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
- package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
- package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
- package/dist/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
- package/dist/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
- package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
- package/dist/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
- package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
- package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
- package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
- package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
- package/dist/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
- package/dist/spec/v0.3.3/extensions/agents-md.md +0 -1219
- package/dist/spec/v0.3.3/extensions/autogen.md +0 -1124
- package/dist/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
- package/dist/spec/v0.3.3/extensions/crewai.md +0 -1575
- package/dist/spec/v0.3.3/extensions/dify.md +0 -1461
- package/dist/spec/v0.3.3/extensions/drupal.md +0 -417
- package/dist/spec/v0.3.3/extensions/langchain.md +0 -1092
- package/dist/spec/v0.3.3/extensions/langflow.md +0 -1055
- package/dist/spec/v0.3.3/extensions/llamaindex.md +0 -1519
- package/dist/spec/v0.3.3/extensions/llms-txt.md +0 -295
- package/dist/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
- package/dist/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
- package/dist/spec/v0.3.3/extensions/opentelemetry.md +0 -360
- package/dist/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
- package/dist/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
- package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
- package/dist/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
- package/dist/spec/v0.3.3/protocols/delegation.yaml +0 -239
- package/dist/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
- package/dist/spec/v0.3.3/protocols/sse.md +0 -494
- package/dist/spec/v0.3.3/protocols/webrtc.md +0 -600
- package/dist/spec/v0.3.3/protocols/websocket.md +0 -362
- package/dist/spec/v0.3.3/runtime/RUNTIME.md +0 -457
- package/dist/spec/v0.3.3/runtime/memory-model.yaml +0 -871
- package/dist/spec/v0.3.3/runtime/runtime.yaml +0 -926
- package/dist/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
- package/dist/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
- package/dist/spec/v0.3.3/schemas/capabilities.yaml +0 -102
- package/dist/spec/v0.3.3/schemas/functions.yaml +0 -75
- package/dist/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
- package/dist/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/dist/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
- package/dist/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
- package/dist/spec/v0.3.3/schemas/runtime.yaml +0 -102
- package/dist/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
- package/dist/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
- package/dist/spec/v0.3.3/taxonomy.yaml +0 -363
- package/spec/v0.3.1/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.1/adapters/drupal.md +0 -541
- package/spec/v0.3.1/adapters/symfony.md +0 -659
- package/spec/v0.3.1/agent-test.schema.json +0 -75
- package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +0 -68
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +0 -110
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +0 -96
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +0 -236
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -144
- package/spec/v0.3.1/extensions/agent-identity.yaml +0 -594
- package/spec/v0.3.1/extensions/drupal.md +0 -417
- package/spec/v0.3.1/ossa-0.3.1.schema.json +0 -3085
- package/spec/v0.3.1/protocols/sse.md +0 -494
- package/spec/v0.3.1/protocols/webrtc.md +0 -600
- package/spec/v0.3.1/protocols/websocket.md +0 -362
- package/spec/v0.3.1/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.1/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.1/schemas/functions.yaml +0 -75
- package/spec/v0.3.1/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.1/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.1/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.1/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.1/schemas/runtime.yaml +0 -102
- package/spec/v0.3.1/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.1/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.1/taxonomy.yaml +0 -256
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +0 -293
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.2/access_tiers.yaml +0 -375
- package/spec/v0.3.2/adapters/drupal.md +0 -541
- package/spec/v0.3.2/adapters/symfony.md +0 -659
- package/spec/v0.3.2/agent-test.schema.json +0 -75
- package/spec/v0.3.2/examples/access-tiers/README.md +0 -106
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +0 -105
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +0 -98
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +0 -118
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +0 -63
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +0 -91
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +0 -80
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +0 -205
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +0 -137
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +0 -103
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +0 -173
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
- package/spec/v0.3.2/extensions/agent-identity.yaml +0 -594
- package/spec/v0.3.2/extensions/drupal.md +0 -417
- package/spec/v0.3.2/infrastructure/service-ports.yaml +0 -324
- package/spec/v0.3.2/ossa-0.3.2.schema.json +0 -3387
- package/spec/v0.3.2/protocols/delegation.yaml +0 -239
- package/spec/v0.3.2/protocols/sse.md +0 -494
- package/spec/v0.3.2/protocols/webrtc.md +0 -600
- package/spec/v0.3.2/protocols/websocket.md +0 -362
- package/spec/v0.3.2/runtime/RUNTIME.md +0 -457
- package/spec/v0.3.2/runtime/memory-model.yaml +0 -871
- package/spec/v0.3.2/runtime/runtime.yaml +0 -926
- package/spec/v0.3.2/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.2/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.2/schemas/functions.yaml +0 -75
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.2/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.2/schemas/runtime.yaml +0 -102
- package/spec/v0.3.2/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.2/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.2/taxonomy.yaml +0 -363
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +0 -117
- package/spec/v0.3.3/UNIFIED-SCHEMA.md +0 -120
- package/spec/v0.3.3/access_tiers.yaml +0 -375
- package/spec/v0.3.3/adapters/drupal.md +0 -541
- package/spec/v0.3.3/adapters/symfony.md +0 -659
- package/spec/v0.3.3/agent-test.schema.json +0 -75
- package/spec/v0.3.3/examples/access-tiers/README.md +0 -106
- package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +0 -105
- package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +0 -216
- package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +0 -183
- package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +0 -98
- package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +0 -118
- package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +0 -63
- package/spec/v0.3.3/examples/drupal-content-writer.ossa.yaml +0 -91
- package/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +0 -80
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +0 -205
- package/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +0 -131
- package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +0 -137
- package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +0 -103
- package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +0 -173
- package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +0 -235
- package/spec/v0.3.3/extensions/agent-identity.yaml +0 -594
- package/spec/v0.3.3/extensions/agents-md.md +0 -1219
- package/spec/v0.3.3/extensions/autogen.md +0 -1124
- package/spec/v0.3.3/extensions/bedrock-agents.md +0 -1320
- package/spec/v0.3.3/extensions/crewai.md +0 -1575
- package/spec/v0.3.3/extensions/dify.md +0 -1461
- package/spec/v0.3.3/extensions/drupal.md +0 -417
- package/spec/v0.3.3/extensions/langchain.md +0 -1092
- package/spec/v0.3.3/extensions/langflow.md +0 -1055
- package/spec/v0.3.3/extensions/llamaindex.md +0 -1519
- package/spec/v0.3.3/extensions/llms-txt.md +0 -295
- package/spec/v0.3.3/extensions/openai-assistants.md +0 -1632
- package/spec/v0.3.3/extensions/openai-swarm.md +0 -1400
- package/spec/v0.3.3/extensions/opentelemetry.md +0 -360
- package/spec/v0.3.3/extensions/semantic-kernel.md +0 -1360
- package/spec/v0.3.3/extensions/vercel-ai.md +0 -1197
- package/spec/v0.3.3/infrastructure/service-ports.yaml +0 -324
- package/spec/v0.3.3/protocols/a2a-communication.schema.json +0 -897
- package/spec/v0.3.3/protocols/delegation.yaml +0 -239
- package/spec/v0.3.3/protocols/identity-runtime.schema.json +0 -482
- package/spec/v0.3.3/protocols/sse.md +0 -494
- package/spec/v0.3.3/protocols/webrtc.md +0 -600
- package/spec/v0.3.3/protocols/websocket.md +0 -362
- package/spec/v0.3.3/runtime/RUNTIME.md +0 -457
- package/spec/v0.3.3/runtime/memory-model.yaml +0 -871
- package/spec/v0.3.3/runtime/runtime.yaml +0 -926
- package/spec/v0.3.3/runtime-bindings/anthropic.yaml +0 -209
- package/spec/v0.3.3/schemas/agent-unified.yaml +0 -165
- package/spec/v0.3.3/schemas/capabilities.yaml +0 -102
- package/spec/v0.3.3/schemas/functions.yaml +0 -75
- package/spec/v0.3.3/schemas/messaging/channel.schema.json +0 -245
- package/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +0 -192
- package/spec/v0.3.3/schemas/messaging/message.schema.json +0 -205
- package/spec/v0.3.3/schemas/messaging/subscription.schema.json +0 -214
- package/spec/v0.3.3/schemas/runtime.yaml +0 -102
- package/spec/v0.3.3/schemas/taxonomy.yaml +0 -533
- package/spec/v0.3.3/schemas/unified-llm.yaml +0 -91
- package/spec/v0.3.3/taxonomy.yaml +0 -363
- /package/dist/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
- /package/dist/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
- /package/dist/spec/{examples → reference}/reference-agents/release-orchestrator/README.md +0 -0
- /package/spec/{examples → reference}/reference-agents/mr-reviewer/system-prompt.md +0 -0
- /package/spec/{examples → reference}/reference-agents/ossa-validator-v0.3/system-prompt.md +0 -0
- /package/spec/{examples → reference}/reference-agents/release-orchestrator/README.md +0 -0
|
@@ -1,1360 +0,0 @@
|
|
|
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)
|