@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,1092 +0,0 @@
|
|
|
1
|
-
# LangChain/LangGraph 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
|
-
The `extensions.langchain` schema provides comprehensive bidirectional mapping between LangChain/LangGraph constructs and OSSA manifest primitives. This extension enables:
|
|
10
|
-
|
|
11
|
-
- LCEL (LangChain Expression Language) chains to be represented as OSSA Workflows
|
|
12
|
-
- LangGraph state machines mapped to OSSA Workflow kind with conditional branching
|
|
13
|
-
- Tool/Function binding via OSSA capabilities abstraction
|
|
14
|
-
- Memory systems (ConversationBufferMemory, VectorStoreMemory) mapped to OSSA state
|
|
15
|
-
- Agent architectures (ReAct, OpenAI Functions, XML) to OSSA Agent kind
|
|
16
|
-
- Callbacks integration with OSSA observability
|
|
17
|
-
- Runnables as OSSA Task kind
|
|
18
|
-
|
|
19
|
-
## Schema Definition
|
|
20
|
-
|
|
21
|
-
```yaml
|
|
22
|
-
extensions:
|
|
23
|
-
langchain:
|
|
24
|
-
type: object
|
|
25
|
-
description: "LangChain/LangGraph integration extension for OSSA v0.3.3"
|
|
26
|
-
properties:
|
|
27
|
-
enabled:
|
|
28
|
-
type: boolean
|
|
29
|
-
default: true
|
|
30
|
-
description: "Enable LangChain extension"
|
|
31
|
-
|
|
32
|
-
version:
|
|
33
|
-
type: string
|
|
34
|
-
pattern: "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
35
|
-
description: "LangChain version compatibility (e.g., 0.3.0)"
|
|
36
|
-
examples:
|
|
37
|
-
- "0.3.0"
|
|
38
|
-
- "0.2.16"
|
|
39
|
-
|
|
40
|
-
chains:
|
|
41
|
-
type: array
|
|
42
|
-
description: "LCEL chain definitions mapped to OSSA constructs"
|
|
43
|
-
items:
|
|
44
|
-
$ref: "#/definitions/LangChainChainConfig"
|
|
45
|
-
|
|
46
|
-
graphs:
|
|
47
|
-
type: array
|
|
48
|
-
description: "LangGraph state machine definitions"
|
|
49
|
-
items:
|
|
50
|
-
$ref: "#/definitions/LangGraphConfig"
|
|
51
|
-
|
|
52
|
-
memory_type:
|
|
53
|
-
type: string
|
|
54
|
-
enum:
|
|
55
|
-
- conversation_buffer
|
|
56
|
-
- conversation_buffer_window
|
|
57
|
-
- conversation_summary
|
|
58
|
-
- vector_store
|
|
59
|
-
- entity
|
|
60
|
-
- combined
|
|
61
|
-
- none
|
|
62
|
-
default: none
|
|
63
|
-
description: "Memory backend type for stateful interactions"
|
|
64
|
-
|
|
65
|
-
memory_config:
|
|
66
|
-
type: object
|
|
67
|
-
description: "Memory-specific configuration"
|
|
68
|
-
properties:
|
|
69
|
-
max_token_limit:
|
|
70
|
-
type: integer
|
|
71
|
-
minimum: 100
|
|
72
|
-
maximum: 128000
|
|
73
|
-
description: "Maximum tokens for memory buffer"
|
|
74
|
-
k:
|
|
75
|
-
type: integer
|
|
76
|
-
minimum: 1
|
|
77
|
-
description: "Window size for conversation_buffer_window"
|
|
78
|
-
vector_store:
|
|
79
|
-
type: object
|
|
80
|
-
properties:
|
|
81
|
-
type:
|
|
82
|
-
type: string
|
|
83
|
-
enum: [chroma, qdrant, pinecone, weaviate, milvus, pgvector, faiss]
|
|
84
|
-
collection_name:
|
|
85
|
-
type: string
|
|
86
|
-
embedding_model:
|
|
87
|
-
type: string
|
|
88
|
-
description: "Embedding model for vectorization"
|
|
89
|
-
connection_string:
|
|
90
|
-
type: string
|
|
91
|
-
description: "Connection string reference (use env var)"
|
|
92
|
-
|
|
93
|
-
callbacks:
|
|
94
|
-
type: array
|
|
95
|
-
description: "LangChain callback handlers mapped to OSSA observability"
|
|
96
|
-
items:
|
|
97
|
-
$ref: "#/definitions/LangChainCallbackConfig"
|
|
98
|
-
|
|
99
|
-
runnable_config:
|
|
100
|
-
type: object
|
|
101
|
-
description: "Global RunnableConfig settings"
|
|
102
|
-
properties:
|
|
103
|
-
max_concurrency:
|
|
104
|
-
type: integer
|
|
105
|
-
minimum: 1
|
|
106
|
-
maximum: 100
|
|
107
|
-
default: 5
|
|
108
|
-
description: "Maximum concurrent runnable executions"
|
|
109
|
-
recursion_limit:
|
|
110
|
-
type: integer
|
|
111
|
-
minimum: 1
|
|
112
|
-
maximum: 100
|
|
113
|
-
default: 25
|
|
114
|
-
description: "Maximum recursion depth for nested runnables"
|
|
115
|
-
tags:
|
|
116
|
-
type: array
|
|
117
|
-
items:
|
|
118
|
-
type: string
|
|
119
|
-
description: "Tags for filtering callbacks"
|
|
120
|
-
metadata:
|
|
121
|
-
type: object
|
|
122
|
-
additionalProperties: true
|
|
123
|
-
description: "Arbitrary metadata passed to callbacks"
|
|
124
|
-
configurable:
|
|
125
|
-
type: object
|
|
126
|
-
additionalProperties: true
|
|
127
|
-
description: "Configurable fields for runtime configuration"
|
|
128
|
-
|
|
129
|
-
agent_type:
|
|
130
|
-
type: string
|
|
131
|
-
enum:
|
|
132
|
-
- react
|
|
133
|
-
- openai_functions
|
|
134
|
-
- openai_tools
|
|
135
|
-
- xml
|
|
136
|
-
- structured_chat
|
|
137
|
-
- tool_calling
|
|
138
|
-
- langgraph_react
|
|
139
|
-
- custom
|
|
140
|
-
description: "LangChain agent architecture type"
|
|
141
|
-
|
|
142
|
-
agent_config:
|
|
143
|
-
type: object
|
|
144
|
-
description: "Agent-type-specific configuration"
|
|
145
|
-
properties:
|
|
146
|
-
handle_parsing_errors:
|
|
147
|
-
type: boolean
|
|
148
|
-
default: true
|
|
149
|
-
max_iterations:
|
|
150
|
-
type: integer
|
|
151
|
-
minimum: 1
|
|
152
|
-
maximum: 100
|
|
153
|
-
default: 15
|
|
154
|
-
early_stopping_method:
|
|
155
|
-
type: string
|
|
156
|
-
enum: [force, generate]
|
|
157
|
-
default: generate
|
|
158
|
-
return_intermediate_steps:
|
|
159
|
-
type: boolean
|
|
160
|
-
default: false
|
|
161
|
-
trim_intermediate_steps:
|
|
162
|
-
type: integer
|
|
163
|
-
description: "Keep only last N intermediate steps"
|
|
164
|
-
|
|
165
|
-
definitions:
|
|
166
|
-
LangChainChainConfig:
|
|
167
|
-
type: object
|
|
168
|
-
required:
|
|
169
|
-
- name
|
|
170
|
-
- type
|
|
171
|
-
properties:
|
|
172
|
-
name:
|
|
173
|
-
type: string
|
|
174
|
-
pattern: "^[a-z][a-z0-9_-]*$"
|
|
175
|
-
description: "Chain identifier"
|
|
176
|
-
type:
|
|
177
|
-
type: string
|
|
178
|
-
enum:
|
|
179
|
-
- llm
|
|
180
|
-
- prompt_template
|
|
181
|
-
- retrieval
|
|
182
|
-
- stuff_documents
|
|
183
|
-
- map_reduce
|
|
184
|
-
- refine
|
|
185
|
-
- map_rerank
|
|
186
|
-
- conversational_retrieval
|
|
187
|
-
- sql_database
|
|
188
|
-
- api
|
|
189
|
-
- transformation
|
|
190
|
-
- sequential
|
|
191
|
-
- router
|
|
192
|
-
- custom
|
|
193
|
-
description: "Chain type"
|
|
194
|
-
lcel_expression:
|
|
195
|
-
type: string
|
|
196
|
-
description: "LCEL expression string (e.g., 'prompt | llm | parser')"
|
|
197
|
-
components:
|
|
198
|
-
type: array
|
|
199
|
-
description: "Chain components for sequential chains"
|
|
200
|
-
items:
|
|
201
|
-
type: object
|
|
202
|
-
properties:
|
|
203
|
-
type:
|
|
204
|
-
type: string
|
|
205
|
-
enum: [prompt, llm, parser, retriever, tool, function, passthrough, itemgetter]
|
|
206
|
-
ref:
|
|
207
|
-
type: string
|
|
208
|
-
description: "Reference to component definition"
|
|
209
|
-
config:
|
|
210
|
-
type: object
|
|
211
|
-
additionalProperties: true
|
|
212
|
-
input_schema:
|
|
213
|
-
$ref: "#/definitions/JSONSchemaDefinition"
|
|
214
|
-
output_schema:
|
|
215
|
-
$ref: "#/definitions/JSONSchemaDefinition"
|
|
216
|
-
fallback:
|
|
217
|
-
type: object
|
|
218
|
-
description: "Fallback chain configuration"
|
|
219
|
-
properties:
|
|
220
|
-
chain_ref:
|
|
221
|
-
type: string
|
|
222
|
-
exceptions:
|
|
223
|
-
type: array
|
|
224
|
-
items:
|
|
225
|
-
type: string
|
|
226
|
-
batch_config:
|
|
227
|
-
type: object
|
|
228
|
-
properties:
|
|
229
|
-
max_concurrency:
|
|
230
|
-
type: integer
|
|
231
|
-
return_exceptions:
|
|
232
|
-
type: boolean
|
|
233
|
-
default: false
|
|
234
|
-
|
|
235
|
-
LangGraphConfig:
|
|
236
|
-
type: object
|
|
237
|
-
required:
|
|
238
|
-
- name
|
|
239
|
-
- nodes
|
|
240
|
-
properties:
|
|
241
|
-
name:
|
|
242
|
-
type: string
|
|
243
|
-
pattern: "^[a-z][a-z0-9_-]*$"
|
|
244
|
-
description: "Graph identifier"
|
|
245
|
-
state_schema:
|
|
246
|
-
$ref: "#/definitions/JSONSchemaDefinition"
|
|
247
|
-
description: "TypedDict/Pydantic state schema"
|
|
248
|
-
nodes:
|
|
249
|
-
type: array
|
|
250
|
-
description: "Graph nodes"
|
|
251
|
-
items:
|
|
252
|
-
type: object
|
|
253
|
-
required:
|
|
254
|
-
- id
|
|
255
|
-
- type
|
|
256
|
-
properties:
|
|
257
|
-
id:
|
|
258
|
-
type: string
|
|
259
|
-
description: "Node identifier"
|
|
260
|
-
type:
|
|
261
|
-
type: string
|
|
262
|
-
enum:
|
|
263
|
-
- agent
|
|
264
|
-
- tool
|
|
265
|
-
- function
|
|
266
|
-
- subgraph
|
|
267
|
-
- passthrough
|
|
268
|
-
- conditional
|
|
269
|
-
- human_in_loop
|
|
270
|
-
handler:
|
|
271
|
-
type: string
|
|
272
|
-
description: "Handler function/class reference"
|
|
273
|
-
ossa_ref:
|
|
274
|
-
type: string
|
|
275
|
-
description: "Reference to OSSA Task or Agent manifest"
|
|
276
|
-
edges:
|
|
277
|
-
type: array
|
|
278
|
-
description: "Graph edges (transitions)"
|
|
279
|
-
items:
|
|
280
|
-
type: object
|
|
281
|
-
required:
|
|
282
|
-
- from
|
|
283
|
-
- to
|
|
284
|
-
properties:
|
|
285
|
-
from:
|
|
286
|
-
type: string
|
|
287
|
-
description: "Source node ID or START"
|
|
288
|
-
to:
|
|
289
|
-
type: string
|
|
290
|
-
description: "Target node ID or END"
|
|
291
|
-
condition:
|
|
292
|
-
type: string
|
|
293
|
-
description: "Condition function reference for conditional edges"
|
|
294
|
-
condition_map:
|
|
295
|
-
type: object
|
|
296
|
-
description: "Map of condition values to target nodes"
|
|
297
|
-
additionalProperties:
|
|
298
|
-
type: string
|
|
299
|
-
entrypoint:
|
|
300
|
-
type: string
|
|
301
|
-
default: "START"
|
|
302
|
-
description: "Entry point node ID"
|
|
303
|
-
checkpointer:
|
|
304
|
-
type: object
|
|
305
|
-
description: "State persistence configuration"
|
|
306
|
-
properties:
|
|
307
|
-
type:
|
|
308
|
-
type: string
|
|
309
|
-
enum: [memory, sqlite, postgres, redis]
|
|
310
|
-
connection_string:
|
|
311
|
-
type: string
|
|
312
|
-
interrupt_before:
|
|
313
|
-
type: array
|
|
314
|
-
items:
|
|
315
|
-
type: string
|
|
316
|
-
description: "Nodes to interrupt before (human-in-the-loop)"
|
|
317
|
-
interrupt_after:
|
|
318
|
-
type: array
|
|
319
|
-
items:
|
|
320
|
-
type: string
|
|
321
|
-
description: "Nodes to interrupt after"
|
|
322
|
-
|
|
323
|
-
LangChainCallbackConfig:
|
|
324
|
-
type: object
|
|
325
|
-
required:
|
|
326
|
-
- type
|
|
327
|
-
properties:
|
|
328
|
-
type:
|
|
329
|
-
type: string
|
|
330
|
-
enum:
|
|
331
|
-
- langchain_tracer
|
|
332
|
-
- langsmith
|
|
333
|
-
- stdout
|
|
334
|
-
- file
|
|
335
|
-
- opentelemetry
|
|
336
|
-
- phoenix
|
|
337
|
-
- wandb
|
|
338
|
-
- mlflow
|
|
339
|
-
- custom
|
|
340
|
-
description: "Callback handler type"
|
|
341
|
-
config:
|
|
342
|
-
type: object
|
|
343
|
-
additionalProperties: true
|
|
344
|
-
description: "Handler-specific configuration"
|
|
345
|
-
events:
|
|
346
|
-
type: array
|
|
347
|
-
items:
|
|
348
|
-
type: string
|
|
349
|
-
enum:
|
|
350
|
-
- on_llm_start
|
|
351
|
-
- on_llm_end
|
|
352
|
-
- on_llm_error
|
|
353
|
-
- on_chain_start
|
|
354
|
-
- on_chain_end
|
|
355
|
-
- on_chain_error
|
|
356
|
-
- on_tool_start
|
|
357
|
-
- on_tool_end
|
|
358
|
-
- on_tool_error
|
|
359
|
-
- on_agent_action
|
|
360
|
-
- on_agent_finish
|
|
361
|
-
- on_retriever_start
|
|
362
|
-
- on_retriever_end
|
|
363
|
-
- on_text
|
|
364
|
-
- on_retry
|
|
365
|
-
description: "Events to handle (empty = all)"
|
|
366
|
-
```
|
|
367
|
-
|
|
368
|
-
## Bidirectional Mapping Tables
|
|
369
|
-
|
|
370
|
-
### 1. LCEL Chains to OSSA Workflows
|
|
371
|
-
|
|
372
|
-
| LangChain Construct | OSSA Equivalent | Notes |
|
|
373
|
-
|---------------------|-----------------|-------|
|
|
374
|
-
| `prompt \| llm \| parser` | `Workflow.steps[]` with sequential `Task` refs | Pipe operator maps to step dependencies |
|
|
375
|
-
| `RunnableSequence` | `Workflow` with ordered `steps` | Each runnable becomes a step |
|
|
376
|
-
| `RunnableParallel` | `Workflow.steps[].kind: Parallel` | Parallel execution group |
|
|
377
|
-
| `RunnableBranch` | `Workflow.steps[].kind: Conditional` | Conditional branching |
|
|
378
|
-
| `RunnableLambda` | `Task` with `execution.type: deterministic` | Pure function wrapper |
|
|
379
|
-
| `RunnablePassthrough` | `Task` with identity transform | Input passthrough |
|
|
380
|
-
| `chain.with_fallbacks()` | `Workflow.error_handling.on_failure: fallback` | Error fallback chain |
|
|
381
|
-
| `chain.batch()` | `Task.batch.enabled: true` | Batch processing |
|
|
382
|
-
| `chain.astream()` | `runtime.transport: async` | Streaming execution |
|
|
383
|
-
| `chain.invoke()` | Standard workflow execution | Synchronous invocation |
|
|
384
|
-
|
|
385
|
-
### 2. LangGraph State Machines to OSSA Workflows
|
|
386
|
-
|
|
387
|
-
| LangGraph Construct | OSSA Equivalent | Notes |
|
|
388
|
-
|---------------------|-----------------|-------|
|
|
389
|
-
| `StateGraph` | `kind: Workflow` | Workflow with state context |
|
|
390
|
-
| `graph.add_node()` | `Workflow.steps[]` | Each node is a step |
|
|
391
|
-
| `graph.add_edge()` | `steps[].depends_on` | Explicit dependencies |
|
|
392
|
-
| `graph.add_conditional_edges()` | `steps[].kind: Conditional` with `branches` | Conditional routing |
|
|
393
|
-
| `START` | First step (no `depends_on`) | Entry point |
|
|
394
|
-
| `END` | Step with no dependents | Terminal state |
|
|
395
|
-
| `MemorySaver` | `spec.state.persistence` | State checkpointing |
|
|
396
|
-
| `graph.compile()` | Workflow validation | Compile-time checks |
|
|
397
|
-
| `interrupt_before` | Human-in-loop approval | `access.requires_approval` |
|
|
398
|
-
| `state.messages` | `spec.state.schema.messages` | Message history |
|
|
399
|
-
| `state.update` | `steps[].output.to` | State updates |
|
|
400
|
-
|
|
401
|
-
### 3. Tool/Function Binding to OSSA Capabilities
|
|
402
|
-
|
|
403
|
-
| LangChain Construct | OSSA Equivalent | Notes |
|
|
404
|
-
|---------------------|-----------------|-------|
|
|
405
|
-
| `@tool` decorator | `spec.tools[]` | Tool definition |
|
|
406
|
-
| `Tool(name, func, description)` | `Tool` definition | Explicit tool |
|
|
407
|
-
| `StructuredTool` | `Tool` with `parameters` schema | Typed parameters |
|
|
408
|
-
| `BaseTool` subclass | `Tool` with `implementation` | Custom tool class |
|
|
409
|
-
| `create_retriever_tool()` | `Tool` + `extensions.mcp.resources` | Retrieval tool |
|
|
410
|
-
| `bind_tools()` | `spec.tools` assignment | Bind tools to agent |
|
|
411
|
-
| `tool_choice` | `llm.tool_calling.mode` | Tool selection mode |
|
|
412
|
-
| `ToolExecutor` | `runtime.bindings` | Execution binding |
|
|
413
|
-
| `ToolMessage` | Messaging extension | Tool result message |
|
|
414
|
-
|
|
415
|
-
### 4. Memory to OSSA State
|
|
416
|
-
|
|
417
|
-
| LangChain Memory | OSSA State Config | Notes |
|
|
418
|
-
|------------------|-------------------|-------|
|
|
419
|
-
| `ConversationBufferMemory` | `state.schema: {messages: array}` | Full history |
|
|
420
|
-
| `ConversationBufferWindowMemory(k=5)` | `state.history.window_size: 5` | Sliding window |
|
|
421
|
-
| `ConversationSummaryMemory` | `state.summarization.enabled: true` | Summarized history |
|
|
422
|
-
| `VectorStoreRetrieverMemory` | `state.vector_store` + retriever tool | Semantic search |
|
|
423
|
-
| `EntityMemory` | `state.entities` schema | Entity extraction |
|
|
424
|
-
| `CombinedMemory` | Multiple state schemas | Combined approach |
|
|
425
|
-
| `memory.load_memory_variables()` | `state.load()` | State retrieval |
|
|
426
|
-
| `memory.save_context()` | `state.save()` | State persistence |
|
|
427
|
-
| `memory.clear()` | `state.clear()` | State reset |
|
|
428
|
-
|
|
429
|
-
### 5. LangChain Agents to OSSA Agent Kind
|
|
430
|
-
|
|
431
|
-
| LangChain Agent | OSSA Agent Config | Notes |
|
|
432
|
-
|-----------------|-------------------|-------|
|
|
433
|
-
| `create_react_agent()` | `type: specialist`, ReAct prompts | Reasoning + Acting |
|
|
434
|
-
| `create_openai_functions_agent()` | `llm.tool_calling.format: openai_functions` | Function calling |
|
|
435
|
-
| `create_openai_tools_agent()` | `llm.tool_calling.format: openai_tools` | Tool calling |
|
|
436
|
-
| `create_xml_agent()` | `llm.tool_calling.format: xml` | XML format tools |
|
|
437
|
-
| `create_structured_chat_agent()` | Structured output schema | Structured chat |
|
|
438
|
-
| `create_tool_calling_agent()` | `llm.tool_calling.enabled: true` | Generic tool calling |
|
|
439
|
-
| `AgentExecutor` | OSSA runtime execution | Agent execution loop |
|
|
440
|
-
| `agent.astream_events()` | `observability.streaming: true` | Event streaming |
|
|
441
|
-
| `max_iterations` | `constraints.max_iterations` | Iteration limit |
|
|
442
|
-
| `handle_parsing_errors` | `constraints.error_handling` | Error recovery |
|
|
443
|
-
|
|
444
|
-
### 6. Callbacks to OSSA Observability
|
|
445
|
-
|
|
446
|
-
| LangChain Callback | OSSA Observability | Notes |
|
|
447
|
-
|--------------------|---------------------|-------|
|
|
448
|
-
| `StdOutCallbackHandler` | `observability.logging.level: debug` | Console output |
|
|
449
|
-
| `FileCallbackHandler` | `observability.logging.file` | File logging |
|
|
450
|
-
| `LangChainTracer` | `observability.tracing.enabled: true` | Distributed tracing |
|
|
451
|
-
| `LangSmithCallbackHandler` | External service integration | LangSmith platform |
|
|
452
|
-
| `OpenTelemetryCallbackHandler` | `observability.otlp` | OpenTelemetry export |
|
|
453
|
-
| `ArizePhoenixCallbackHandler` | `observability.phoenix` | Phoenix observability |
|
|
454
|
-
| `WandbCallbackHandler` | `observability.wandb` | Weights & Biases |
|
|
455
|
-
| `on_llm_start` | `observability.events.llm_start` | LLM invocation start |
|
|
456
|
-
| `on_chain_end` | `observability.events.chain_end` | Chain completion |
|
|
457
|
-
| `on_tool_error` | `observability.events.tool_error` | Tool execution error |
|
|
458
|
-
|
|
459
|
-
### 7. Runnables to OSSA Task Kind
|
|
460
|
-
|
|
461
|
-
| LangChain Runnable | OSSA Task Config | Notes |
|
|
462
|
-
|--------------------|------------------|-------|
|
|
463
|
-
| `Runnable` (base) | `kind: Task` | Base task |
|
|
464
|
-
| `RunnableLambda` | `execution.type: deterministic` | Pure function |
|
|
465
|
-
| `RunnableGenerator` | `execution.type: generator` | Streaming output |
|
|
466
|
-
| `RunnableRetry` | `error_handling.retry` | Retry logic |
|
|
467
|
-
| `RunnableWithFallbacks` | `error_handling.fallback_task` | Fallback chain |
|
|
468
|
-
| `RunnableBinding` | `runtime.bindings` | Runtime binding |
|
|
469
|
-
| `RunnableConfigurableFields` | `runtime.configurable` | Runtime config |
|
|
470
|
-
| `RunnableConfigurableAlternatives` | Multiple task variants | A/B testing |
|
|
471
|
-
| `runnable.invoke()` | Task execution | Synchronous |
|
|
472
|
-
| `runnable.ainvoke()` | Async task execution | Asynchronous |
|
|
473
|
-
| `runnable.batch()` | `batch.enabled: true` | Batch processing |
|
|
474
|
-
| `runnable.stream()` | Streaming execution | Token streaming |
|
|
475
|
-
|
|
476
|
-
## Example Manifests
|
|
477
|
-
|
|
478
|
-
### 1. ReAct Agent with Tools
|
|
479
|
-
|
|
480
|
-
```yaml
|
|
481
|
-
apiVersion: ossa/v0.3.3
|
|
482
|
-
kind: Agent
|
|
483
|
-
metadata:
|
|
484
|
-
name: react-research-agent
|
|
485
|
-
version: 1.0.0
|
|
486
|
-
description: Research agent using ReAct pattern with web search and calculator
|
|
487
|
-
|
|
488
|
-
spec:
|
|
489
|
-
role: |
|
|
490
|
-
You are a research assistant that uses the ReAct pattern.
|
|
491
|
-
Think step-by-step, use tools when needed, and provide accurate answers.
|
|
492
|
-
|
|
493
|
-
llm:
|
|
494
|
-
provider: anthropic
|
|
495
|
-
model: claude-sonnet-4-20250514
|
|
496
|
-
temperature: 0.1
|
|
497
|
-
|
|
498
|
-
tools:
|
|
499
|
-
- name: web_search
|
|
500
|
-
description: Search the web for current information
|
|
501
|
-
parameters:
|
|
502
|
-
type: object
|
|
503
|
-
properties:
|
|
504
|
-
query:
|
|
505
|
-
type: string
|
|
506
|
-
description: Search query
|
|
507
|
-
required: [query]
|
|
508
|
-
|
|
509
|
-
- name: calculator
|
|
510
|
-
description: Perform mathematical calculations
|
|
511
|
-
parameters:
|
|
512
|
-
type: object
|
|
513
|
-
properties:
|
|
514
|
-
expression:
|
|
515
|
-
type: string
|
|
516
|
-
description: Mathematical expression to evaluate
|
|
517
|
-
required: [expression]
|
|
518
|
-
|
|
519
|
-
constraints:
|
|
520
|
-
max_iterations: 15
|
|
521
|
-
timeout_seconds: 120
|
|
522
|
-
|
|
523
|
-
state:
|
|
524
|
-
persistence:
|
|
525
|
-
type: redis
|
|
526
|
-
connection_string: ${REDIS_URL}
|
|
527
|
-
schema:
|
|
528
|
-
type: object
|
|
529
|
-
properties:
|
|
530
|
-
messages:
|
|
531
|
-
type: array
|
|
532
|
-
items:
|
|
533
|
-
type: object
|
|
534
|
-
properties:
|
|
535
|
-
role:
|
|
536
|
-
type: string
|
|
537
|
-
content:
|
|
538
|
-
type: string
|
|
539
|
-
intermediate_steps:
|
|
540
|
-
type: array
|
|
541
|
-
|
|
542
|
-
observability:
|
|
543
|
-
tracing:
|
|
544
|
-
enabled: true
|
|
545
|
-
exporter: otlp
|
|
546
|
-
logging:
|
|
547
|
-
level: info
|
|
548
|
-
|
|
549
|
-
extensions:
|
|
550
|
-
langchain:
|
|
551
|
-
enabled: true
|
|
552
|
-
version: "0.3.0"
|
|
553
|
-
agent_type: react
|
|
554
|
-
agent_config:
|
|
555
|
-
handle_parsing_errors: true
|
|
556
|
-
max_iterations: 15
|
|
557
|
-
return_intermediate_steps: true
|
|
558
|
-
memory_type: conversation_buffer
|
|
559
|
-
memory_config:
|
|
560
|
-
max_token_limit: 4000
|
|
561
|
-
callbacks:
|
|
562
|
-
- type: langsmith
|
|
563
|
-
config:
|
|
564
|
-
project_name: research-agent
|
|
565
|
-
- type: opentelemetry
|
|
566
|
-
config:
|
|
567
|
-
endpoint: ${OTEL_EXPORTER_ENDPOINT}
|
|
568
|
-
```
|
|
569
|
-
|
|
570
|
-
### 2. LangGraph Workflow with Conditional Edges
|
|
571
|
-
|
|
572
|
-
```yaml
|
|
573
|
-
apiVersion: ossa/v0.3.3
|
|
574
|
-
kind: Workflow
|
|
575
|
-
metadata:
|
|
576
|
-
name: content-moderation-graph
|
|
577
|
-
version: 1.0.0
|
|
578
|
-
description: Content moderation workflow using LangGraph state machine
|
|
579
|
-
|
|
580
|
-
spec:
|
|
581
|
-
inputs:
|
|
582
|
-
type: object
|
|
583
|
-
properties:
|
|
584
|
-
content:
|
|
585
|
-
type: string
|
|
586
|
-
description: Content to moderate
|
|
587
|
-
content_type:
|
|
588
|
-
type: string
|
|
589
|
-
enum: [text, image, video]
|
|
590
|
-
required: [content, content_type]
|
|
591
|
-
|
|
592
|
-
outputs:
|
|
593
|
-
type: object
|
|
594
|
-
properties:
|
|
595
|
-
approved:
|
|
596
|
-
type: boolean
|
|
597
|
-
flags:
|
|
598
|
-
type: array
|
|
599
|
-
items:
|
|
600
|
-
type: string
|
|
601
|
-
confidence:
|
|
602
|
-
type: number
|
|
603
|
-
|
|
604
|
-
steps:
|
|
605
|
-
- id: classify
|
|
606
|
-
name: Content Classification
|
|
607
|
-
kind: Task
|
|
608
|
-
ref: ./tasks/classify-content.yaml
|
|
609
|
-
input:
|
|
610
|
-
content: ${{ workflow.input.content }}
|
|
611
|
-
content_type: ${{ workflow.input.content_type }}
|
|
612
|
-
|
|
613
|
-
- id: route
|
|
614
|
-
name: Route by Classification
|
|
615
|
-
kind: Conditional
|
|
616
|
-
condition: ${{ steps.classify.output.risk_level }}
|
|
617
|
-
branches:
|
|
618
|
-
- condition: ${{ steps.classify.output.risk_level == 'low' }}
|
|
619
|
-
steps:
|
|
620
|
-
- id: auto_approve
|
|
621
|
-
kind: Task
|
|
622
|
-
ref: ./tasks/auto-approve.yaml
|
|
623
|
-
- condition: ${{ steps.classify.output.risk_level == 'medium' }}
|
|
624
|
-
steps:
|
|
625
|
-
- id: detailed_review
|
|
626
|
-
kind: Agent
|
|
627
|
-
ref: ./agents/content-reviewer.yaml
|
|
628
|
-
- condition: ${{ steps.classify.output.risk_level == 'high' }}
|
|
629
|
-
steps:
|
|
630
|
-
- id: human_review
|
|
631
|
-
kind: Task
|
|
632
|
-
ref: ./tasks/queue-human-review.yaml
|
|
633
|
-
|
|
634
|
-
- id: finalize
|
|
635
|
-
name: Finalize Decision
|
|
636
|
-
kind: Task
|
|
637
|
-
ref: ./tasks/finalize-moderation.yaml
|
|
638
|
-
depends_on: [route]
|
|
639
|
-
|
|
640
|
-
context:
|
|
641
|
-
variables:
|
|
642
|
-
moderation_policy_version: "2.1"
|
|
643
|
-
|
|
644
|
-
error_handling:
|
|
645
|
-
on_failure: notify
|
|
646
|
-
notification:
|
|
647
|
-
channels: [slack]
|
|
648
|
-
|
|
649
|
-
extensions:
|
|
650
|
-
langchain:
|
|
651
|
-
enabled: true
|
|
652
|
-
version: "0.3.0"
|
|
653
|
-
graphs:
|
|
654
|
-
- name: moderation-graph
|
|
655
|
-
state_schema:
|
|
656
|
-
type: object
|
|
657
|
-
properties:
|
|
658
|
-
content:
|
|
659
|
-
type: string
|
|
660
|
-
risk_level:
|
|
661
|
-
type: string
|
|
662
|
-
enum: [low, medium, high]
|
|
663
|
-
flags:
|
|
664
|
-
type: array
|
|
665
|
-
decision:
|
|
666
|
-
type: string
|
|
667
|
-
nodes:
|
|
668
|
-
- id: classify
|
|
669
|
-
type: function
|
|
670
|
-
handler: "moderation.classify_content"
|
|
671
|
-
ossa_ref: ./tasks/classify-content.yaml
|
|
672
|
-
- id: auto_approve
|
|
673
|
-
type: function
|
|
674
|
-
handler: "moderation.auto_approve"
|
|
675
|
-
- id: detailed_review
|
|
676
|
-
type: agent
|
|
677
|
-
ossa_ref: ./agents/content-reviewer.yaml
|
|
678
|
-
- id: human_review
|
|
679
|
-
type: human_in_loop
|
|
680
|
-
handler: "moderation.queue_human"
|
|
681
|
-
- id: finalize
|
|
682
|
-
type: function
|
|
683
|
-
handler: "moderation.finalize"
|
|
684
|
-
edges:
|
|
685
|
-
- from: START
|
|
686
|
-
to: classify
|
|
687
|
-
- from: classify
|
|
688
|
-
to: route
|
|
689
|
-
condition: "route_by_risk"
|
|
690
|
-
condition_map:
|
|
691
|
-
low: auto_approve
|
|
692
|
-
medium: detailed_review
|
|
693
|
-
high: human_review
|
|
694
|
-
- from: auto_approve
|
|
695
|
-
to: finalize
|
|
696
|
-
- from: detailed_review
|
|
697
|
-
to: finalize
|
|
698
|
-
- from: human_review
|
|
699
|
-
to: finalize
|
|
700
|
-
- from: finalize
|
|
701
|
-
to: END
|
|
702
|
-
checkpointer:
|
|
703
|
-
type: postgres
|
|
704
|
-
connection_string: ${DATABASE_URL}
|
|
705
|
-
interrupt_before:
|
|
706
|
-
- human_review
|
|
707
|
-
```
|
|
708
|
-
|
|
709
|
-
### 3. LCEL Chain as OSSA Task
|
|
710
|
-
|
|
711
|
-
```yaml
|
|
712
|
-
apiVersion: ossa/v0.3.3
|
|
713
|
-
kind: Task
|
|
714
|
-
metadata:
|
|
715
|
-
name: summarization-chain
|
|
716
|
-
version: 1.0.0
|
|
717
|
-
description: Document summarization using LCEL chain
|
|
718
|
-
|
|
719
|
-
spec:
|
|
720
|
-
execution:
|
|
721
|
-
type: deterministic
|
|
722
|
-
runtime: python
|
|
723
|
-
entrypoint: chains.summarization:run_chain
|
|
724
|
-
timeout_seconds: 60
|
|
725
|
-
|
|
726
|
-
capabilities:
|
|
727
|
-
- summarize_text
|
|
728
|
-
- extract_entities
|
|
729
|
-
|
|
730
|
-
input:
|
|
731
|
-
type: object
|
|
732
|
-
properties:
|
|
733
|
-
document:
|
|
734
|
-
type: string
|
|
735
|
-
description: Document text to summarize
|
|
736
|
-
max_length:
|
|
737
|
-
type: integer
|
|
738
|
-
default: 500
|
|
739
|
-
description: Maximum summary length
|
|
740
|
-
style:
|
|
741
|
-
type: string
|
|
742
|
-
enum: [concise, detailed, bullet_points]
|
|
743
|
-
default: concise
|
|
744
|
-
required: [document]
|
|
745
|
-
|
|
746
|
-
output:
|
|
747
|
-
type: object
|
|
748
|
-
properties:
|
|
749
|
-
summary:
|
|
750
|
-
type: string
|
|
751
|
-
key_points:
|
|
752
|
-
type: array
|
|
753
|
-
items:
|
|
754
|
-
type: string
|
|
755
|
-
entities:
|
|
756
|
-
type: array
|
|
757
|
-
items:
|
|
758
|
-
type: object
|
|
759
|
-
properties:
|
|
760
|
-
name:
|
|
761
|
-
type: string
|
|
762
|
-
type:
|
|
763
|
-
type: string
|
|
764
|
-
|
|
765
|
-
batch:
|
|
766
|
-
enabled: true
|
|
767
|
-
parallelism: 5
|
|
768
|
-
chunk_size: 10
|
|
769
|
-
|
|
770
|
-
error_handling:
|
|
771
|
-
on_error: retry
|
|
772
|
-
error_mapping:
|
|
773
|
-
rate_limit_exceeded: retry
|
|
774
|
-
context_length_exceeded: fail
|
|
775
|
-
|
|
776
|
-
observability:
|
|
777
|
-
logging:
|
|
778
|
-
level: info
|
|
779
|
-
metrics:
|
|
780
|
-
enabled: true
|
|
781
|
-
custom_labels:
|
|
782
|
-
chain_type: summarization
|
|
783
|
-
|
|
784
|
-
extensions:
|
|
785
|
-
langchain:
|
|
786
|
-
enabled: true
|
|
787
|
-
version: "0.3.0"
|
|
788
|
-
chains:
|
|
789
|
-
- name: summarization
|
|
790
|
-
type: sequential
|
|
791
|
-
lcel_expression: "prompt | llm | parser"
|
|
792
|
-
components:
|
|
793
|
-
- type: prompt
|
|
794
|
-
ref: prompts/summarization.yaml
|
|
795
|
-
config:
|
|
796
|
-
input_variables: [document, max_length, style]
|
|
797
|
-
- type: llm
|
|
798
|
-
ref: ${LLM_MODEL:-claude-sonnet-4-20250514}
|
|
799
|
-
config:
|
|
800
|
-
temperature: 0.3
|
|
801
|
-
- type: parser
|
|
802
|
-
ref: parsers/summary_output
|
|
803
|
-
input_schema:
|
|
804
|
-
type: object
|
|
805
|
-
properties:
|
|
806
|
-
document:
|
|
807
|
-
type: string
|
|
808
|
-
max_length:
|
|
809
|
-
type: integer
|
|
810
|
-
style:
|
|
811
|
-
type: string
|
|
812
|
-
output_schema:
|
|
813
|
-
type: object
|
|
814
|
-
properties:
|
|
815
|
-
summary:
|
|
816
|
-
type: string
|
|
817
|
-
key_points:
|
|
818
|
-
type: array
|
|
819
|
-
fallback:
|
|
820
|
-
chain_ref: chains/simple_summarization
|
|
821
|
-
exceptions:
|
|
822
|
-
- OutputParserException
|
|
823
|
-
runnable_config:
|
|
824
|
-
max_concurrency: 10
|
|
825
|
-
recursion_limit: 5
|
|
826
|
-
tags:
|
|
827
|
-
- summarization
|
|
828
|
-
- production
|
|
829
|
-
metadata:
|
|
830
|
-
version: "1.0"
|
|
831
|
-
```
|
|
832
|
-
|
|
833
|
-
### 4. Vector Store Memory Agent
|
|
834
|
-
|
|
835
|
-
```yaml
|
|
836
|
-
apiVersion: ossa/v0.3.3
|
|
837
|
-
kind: Agent
|
|
838
|
-
metadata:
|
|
839
|
-
name: knowledge-assistant
|
|
840
|
-
version: 1.0.0
|
|
841
|
-
description: Knowledge assistant with vector store memory
|
|
842
|
-
|
|
843
|
-
spec:
|
|
844
|
-
role: |
|
|
845
|
-
You are a knowledge assistant with access to a vector store of documents.
|
|
846
|
-
Use the retrieved context to answer questions accurately.
|
|
847
|
-
If you don't find relevant information, say so clearly.
|
|
848
|
-
|
|
849
|
-
llm:
|
|
850
|
-
provider: openai
|
|
851
|
-
model: gpt-4o
|
|
852
|
-
temperature: 0.2
|
|
853
|
-
|
|
854
|
-
tools:
|
|
855
|
-
- name: search_knowledge_base
|
|
856
|
-
description: Search the knowledge base for relevant documents
|
|
857
|
-
parameters:
|
|
858
|
-
type: object
|
|
859
|
-
properties:
|
|
860
|
-
query:
|
|
861
|
-
type: string
|
|
862
|
-
description: Search query
|
|
863
|
-
k:
|
|
864
|
-
type: integer
|
|
865
|
-
default: 5
|
|
866
|
-
description: Number of results
|
|
867
|
-
required: [query]
|
|
868
|
-
|
|
869
|
-
state:
|
|
870
|
-
schema:
|
|
871
|
-
type: object
|
|
872
|
-
properties:
|
|
873
|
-
messages:
|
|
874
|
-
type: array
|
|
875
|
-
retrieved_documents:
|
|
876
|
-
type: array
|
|
877
|
-
session_context:
|
|
878
|
-
type: object
|
|
879
|
-
persistence:
|
|
880
|
-
type: postgres
|
|
881
|
-
connection_string: ${DATABASE_URL}
|
|
882
|
-
|
|
883
|
-
constraints:
|
|
884
|
-
max_iterations: 10
|
|
885
|
-
timeout_seconds: 90
|
|
886
|
-
|
|
887
|
-
extensions:
|
|
888
|
-
langchain:
|
|
889
|
-
enabled: true
|
|
890
|
-
version: "0.3.0"
|
|
891
|
-
agent_type: openai_tools
|
|
892
|
-
memory_type: vector_store
|
|
893
|
-
memory_config:
|
|
894
|
-
vector_store:
|
|
895
|
-
type: qdrant
|
|
896
|
-
collection_name: knowledge_base
|
|
897
|
-
embedding_model: text-embedding-3-small
|
|
898
|
-
connection_string: ${QDRANT_URL}
|
|
899
|
-
max_token_limit: 8000
|
|
900
|
-
agent_config:
|
|
901
|
-
max_iterations: 10
|
|
902
|
-
handle_parsing_errors: true
|
|
903
|
-
return_intermediate_steps: false
|
|
904
|
-
callbacks:
|
|
905
|
-
- type: phoenix
|
|
906
|
-
config:
|
|
907
|
-
project_name: knowledge-assistant
|
|
908
|
-
events:
|
|
909
|
-
- on_retriever_start
|
|
910
|
-
- on_retriever_end
|
|
911
|
-
- on_llm_start
|
|
912
|
-
- on_llm_end
|
|
913
|
-
```
|
|
914
|
-
|
|
915
|
-
### 5. Multi-Agent Conversation with OpenAI Functions
|
|
916
|
-
|
|
917
|
-
```yaml
|
|
918
|
-
apiVersion: ossa/v0.3.3
|
|
919
|
-
kind: Workflow
|
|
920
|
-
metadata:
|
|
921
|
-
name: multi-agent-conversation
|
|
922
|
-
version: 1.0.0
|
|
923
|
-
description: Multi-agent conversation using LangGraph
|
|
924
|
-
|
|
925
|
-
spec:
|
|
926
|
-
steps:
|
|
927
|
-
- id: coordinator
|
|
928
|
-
kind: Agent
|
|
929
|
-
ref: ./agents/coordinator.yaml
|
|
930
|
-
input:
|
|
931
|
-
task: ${{ workflow.input.task }}
|
|
932
|
-
|
|
933
|
-
- id: research_agent
|
|
934
|
-
kind: Agent
|
|
935
|
-
ref: ./agents/researcher.yaml
|
|
936
|
-
condition: ${{ steps.coordinator.output.needs_research }}
|
|
937
|
-
input:
|
|
938
|
-
query: ${{ steps.coordinator.output.research_query }}
|
|
939
|
-
|
|
940
|
-
- id: writing_agent
|
|
941
|
-
kind: Agent
|
|
942
|
-
ref: ./agents/writer.yaml
|
|
943
|
-
depends_on: [research_agent]
|
|
944
|
-
condition: ${{ steps.coordinator.output.needs_writing }}
|
|
945
|
-
input:
|
|
946
|
-
research: ${{ steps.research_agent.output.findings }}
|
|
947
|
-
style: ${{ workflow.input.style }}
|
|
948
|
-
|
|
949
|
-
- id: review_agent
|
|
950
|
-
kind: Agent
|
|
951
|
-
ref: ./agents/reviewer.yaml
|
|
952
|
-
depends_on: [writing_agent]
|
|
953
|
-
input:
|
|
954
|
-
content: ${{ steps.writing_agent.output.draft }}
|
|
955
|
-
|
|
956
|
-
context:
|
|
957
|
-
variables:
|
|
958
|
-
conversation_id: ${{ uuid() }}
|
|
959
|
-
|
|
960
|
-
extensions:
|
|
961
|
-
langchain:
|
|
962
|
-
enabled: true
|
|
963
|
-
version: "0.3.0"
|
|
964
|
-
graphs:
|
|
965
|
-
- name: multi-agent-graph
|
|
966
|
-
state_schema:
|
|
967
|
-
type: object
|
|
968
|
-
properties:
|
|
969
|
-
messages:
|
|
970
|
-
type: array
|
|
971
|
-
description: Shared message history
|
|
972
|
-
current_agent:
|
|
973
|
-
type: string
|
|
974
|
-
task_status:
|
|
975
|
-
type: string
|
|
976
|
-
enum: [pending, researching, writing, reviewing, complete]
|
|
977
|
-
nodes:
|
|
978
|
-
- id: coordinator
|
|
979
|
-
type: agent
|
|
980
|
-
ossa_ref: ./agents/coordinator.yaml
|
|
981
|
-
- id: research_agent
|
|
982
|
-
type: agent
|
|
983
|
-
ossa_ref: ./agents/researcher.yaml
|
|
984
|
-
- id: writing_agent
|
|
985
|
-
type: agent
|
|
986
|
-
ossa_ref: ./agents/writer.yaml
|
|
987
|
-
- id: review_agent
|
|
988
|
-
type: agent
|
|
989
|
-
ossa_ref: ./agents/reviewer.yaml
|
|
990
|
-
edges:
|
|
991
|
-
- from: START
|
|
992
|
-
to: coordinator
|
|
993
|
-
- from: coordinator
|
|
994
|
-
to: route
|
|
995
|
-
condition: "route_to_agent"
|
|
996
|
-
condition_map:
|
|
997
|
-
research: research_agent
|
|
998
|
-
write: writing_agent
|
|
999
|
-
review: review_agent
|
|
1000
|
-
done: END
|
|
1001
|
-
- from: research_agent
|
|
1002
|
-
to: coordinator
|
|
1003
|
-
- from: writing_agent
|
|
1004
|
-
to: coordinator
|
|
1005
|
-
- from: review_agent
|
|
1006
|
-
to: coordinator
|
|
1007
|
-
checkpointer:
|
|
1008
|
-
type: redis
|
|
1009
|
-
connection_string: ${REDIS_URL}
|
|
1010
|
-
memory_type: conversation_buffer
|
|
1011
|
-
memory_config:
|
|
1012
|
-
max_token_limit: 16000
|
|
1013
|
-
callbacks:
|
|
1014
|
-
- type: langsmith
|
|
1015
|
-
config:
|
|
1016
|
-
project_name: multi-agent-conversation
|
|
1017
|
-
```
|
|
1018
|
-
|
|
1019
|
-
## Implementation Notes
|
|
1020
|
-
|
|
1021
|
-
### Converting LangChain to OSSA
|
|
1022
|
-
|
|
1023
|
-
1. **Chains to Workflows**:
|
|
1024
|
-
- Each pipe operator (`|`) becomes a step dependency
|
|
1025
|
-
- `RunnableParallel` becomes `kind: Parallel` step
|
|
1026
|
-
- `RunnableBranch` becomes `kind: Conditional` with branches
|
|
1027
|
-
|
|
1028
|
-
2. **LangGraph to Workflow**:
|
|
1029
|
-
- `StateGraph` state schema maps to `spec.context.variables`
|
|
1030
|
-
- Node handlers become Task or Agent refs
|
|
1031
|
-
- Conditional edges use OSSA expression syntax
|
|
1032
|
-
- Checkpointer maps to state persistence
|
|
1033
|
-
|
|
1034
|
-
3. **Memory to State**:
|
|
1035
|
-
- Memory variables become state schema properties
|
|
1036
|
-
- Window size maps to `state.history.window_size`
|
|
1037
|
-
- Vector store memory uses retriever tool + state
|
|
1038
|
-
|
|
1039
|
-
4. **Callbacks to Observability**:
|
|
1040
|
-
- Event handlers map to OSSA observability events
|
|
1041
|
-
- Tracers integrate via OpenTelemetry
|
|
1042
|
-
- Custom callbacks use webhook or custom handlers
|
|
1043
|
-
|
|
1044
|
-
### Converting OSSA to LangChain
|
|
1045
|
-
|
|
1046
|
-
1. **Workflow to LCEL**:
|
|
1047
|
-
- Sequential steps become pipe chains
|
|
1048
|
-
- Parallel steps use `RunnableParallel`
|
|
1049
|
-
- Conditional steps use `RunnableBranch`
|
|
1050
|
-
|
|
1051
|
-
2. **Agent to LangChain Agent**:
|
|
1052
|
-
- Map agent type to appropriate create_*_agent function
|
|
1053
|
-
- Tools become `@tool` decorated functions
|
|
1054
|
-
- Constraints become AgentExecutor parameters
|
|
1055
|
-
|
|
1056
|
-
3. **State to Memory**:
|
|
1057
|
-
- State schema drives memory type selection
|
|
1058
|
-
- Persistence config maps to memory backend
|
|
1059
|
-
- Window size determines BufferWindow k value
|
|
1060
|
-
|
|
1061
|
-
## Validation
|
|
1062
|
-
|
|
1063
|
-
Validate LangChain extension configuration:
|
|
1064
|
-
|
|
1065
|
-
```bash
|
|
1066
|
-
# Validate manifest with LangChain extension
|
|
1067
|
-
ossa validate manifest.yaml --extension langchain
|
|
1068
|
-
|
|
1069
|
-
# Check LangGraph graph definition
|
|
1070
|
-
ossa validate manifest.yaml --check-graphs
|
|
1071
|
-
|
|
1072
|
-
# Verify callback configuration
|
|
1073
|
-
ossa validate manifest.yaml --check-callbacks
|
|
1074
|
-
```
|
|
1075
|
-
|
|
1076
|
-
## Best Practices
|
|
1077
|
-
|
|
1078
|
-
1. **Version Compatibility**: Always specify `version` to ensure LangChain API compatibility
|
|
1079
|
-
2. **Memory Selection**: Choose memory type based on use case - buffer for short conversations, vector store for knowledge retrieval
|
|
1080
|
-
3. **Callback Efficiency**: Only subscribe to needed events to reduce overhead
|
|
1081
|
-
4. **State Schema**: Define explicit state schemas for type safety
|
|
1082
|
-
5. **Error Handling**: Configure fallbacks for production chains
|
|
1083
|
-
6. **Observability**: Enable tracing for debugging and monitoring
|
|
1084
|
-
7. **Batch Processing**: Use batch configuration for high-throughput scenarios
|
|
1085
|
-
|
|
1086
|
-
## References
|
|
1087
|
-
|
|
1088
|
-
- [LangChain Documentation](https://python.langchain.com/docs/)
|
|
1089
|
-
- [LangGraph Documentation](https://langchain-ai.github.io/langgraph/)
|
|
1090
|
-
- [OSSA v0.3.3 Specification](../ossa-0.3.3.schema.json)
|
|
1091
|
-
- [OSSA Workflow Specification](../UNIFIED-SCHEMA.md)
|
|
1092
|
-
- [OSSA Observability Extension](./observability.md)
|