@bluefly/openstandardagents 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -1990
- package/README.md +163 -392
- package/dist/adapters/anthropic/runtime.d.ts +1 -1
- package/dist/adapters/anthropic/runtime.d.ts.map +1 -1
- package/dist/adapters/anthropic/runtime.js +1 -1
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/adapters/crewai-adapter.d.ts.map +1 -1
- package/dist/adapters/crewai-adapter.js +0 -1
- package/dist/adapters/crewai-adapter.js.map +1 -1
- package/dist/adapters/langchain-adapter.d.ts.map +1 -1
- package/dist/adapters/langchain-adapter.js +0 -1
- package/dist/adapters/langchain-adapter.js.map +1 -1
- package/dist/adapters/langflow-adapter.js +1 -1
- package/dist/adapters/langflow-adapter.js.map +1 -1
- package/dist/adapters/langfuse.adapter.d.ts +30 -0
- package/dist/adapters/langfuse.adapter.d.ts.map +1 -0
- package/dist/adapters/langfuse.adapter.js +61 -0
- package/dist/adapters/langfuse.adapter.js.map +1 -0
- package/dist/adapters/langsmith.adapter.d.ts +29 -0
- package/dist/adapters/langsmith.adapter.d.ts.map +1 -0
- package/dist/adapters/langsmith.adapter.js +60 -0
- package/dist/adapters/langsmith.adapter.js.map +1 -0
- package/dist/adapters/openapi-adapter.d.ts.map +1 -1
- package/dist/adapters/openapi-adapter.js +19 -15
- package/dist/adapters/openapi-adapter.js.map +1 -1
- package/dist/adapters/opentelemetry.adapter.d.ts +136 -0
- package/dist/adapters/opentelemetry.adapter.d.ts.map +1 -0
- package/dist/adapters/opentelemetry.adapter.js +239 -0
- package/dist/adapters/opentelemetry.adapter.js.map +1 -0
- package/dist/adapters/phoenix.adapter.d.ts +28 -0
- package/dist/adapters/phoenix.adapter.d.ts.map +1 -0
- package/dist/adapters/phoenix.adapter.js +63 -0
- package/dist/adapters/phoenix.adapter.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +1 -1
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -1
- package/dist/bot/ci-pipeline-bot.js +1 -1
- package/dist/bot/ci-pipeline-bot.js.map +1 -1
- package/dist/bot/compliance-bot.d.ts.map +1 -1
- package/dist/bot/compliance-bot.js +1 -1
- package/dist/bot/compliance-bot.js.map +1 -1
- package/dist/cli/commands/agent-card.command.d.ts +4 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -1
- package/dist/cli/commands/agent-card.command.js +9 -7
- package/dist/cli/commands/agent-card.command.js.map +1 -1
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
- package/dist/cli/commands/agents-md.command.js +9 -11
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/agents.command.js +3 -3
- package/dist/cli/commands/agents.command.js.map +1 -1
- package/dist/cli/commands/catalog/config.d.ts +54 -0
- package/dist/cli/commands/catalog/config.d.ts.map +1 -0
- package/dist/cli/commands/catalog/config.js +113 -0
- package/dist/cli/commands/catalog/config.js.map +1 -0
- package/dist/cli/commands/catalog/convert.command.d.ts +8 -0
- package/dist/cli/commands/catalog/convert.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/convert.command.js +106 -0
- package/dist/cli/commands/catalog/convert.command.js.map +1 -0
- package/dist/cli/commands/catalog/diff.command.d.ts +8 -0
- package/dist/cli/commands/catalog/diff.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/diff.command.js +76 -0
- package/dist/cli/commands/catalog/diff.command.js.map +1 -0
- package/dist/cli/commands/catalog/index.d.ts +19 -0
- package/dist/cli/commands/catalog/index.d.ts.map +1 -0
- package/dist/cli/commands/catalog/index.js +40 -0
- package/dist/cli/commands/catalog/index.js.map +1 -0
- package/dist/cli/commands/catalog/list.command.d.ts +8 -0
- package/dist/cli/commands/catalog/list.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/list.command.js +101 -0
- package/dist/cli/commands/catalog/list.command.js.map +1 -0
- package/dist/cli/commands/catalog/pull.command.d.ts +8 -0
- package/dist/cli/commands/catalog/pull.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/pull.command.js +87 -0
- package/dist/cli/commands/catalog/pull.command.js.map +1 -0
- package/dist/cli/commands/catalog/push.command.d.ts +8 -0
- package/dist/cli/commands/catalog/push.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/push.command.js +98 -0
- package/dist/cli/commands/catalog/push.command.js.map +1 -0
- package/dist/cli/commands/catalog/schemas.d.ts +62 -0
- package/dist/cli/commands/catalog/schemas.d.ts.map +1 -0
- package/dist/cli/commands/catalog/schemas.js +55 -0
- package/dist/cli/commands/catalog/schemas.js.map +1 -0
- package/dist/cli/commands/catalog/sync.command.d.ts +8 -0
- package/dist/cli/commands/catalog/sync.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/sync.command.js +69 -0
- package/dist/cli/commands/catalog/sync.command.js.map +1 -0
- package/dist/cli/commands/catalog/validate.command.d.ts +8 -0
- package/dist/cli/commands/catalog/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/catalog/validate.command.js +140 -0
- package/dist/cli/commands/catalog/validate.command.js.map +1 -0
- package/dist/cli/commands/compliance.command.d.ts +19 -0
- package/dist/cli/commands/compliance.command.d.ts.map +1 -0
- package/dist/cli/commands/compliance.command.js +218 -0
- package/dist/cli/commands/compliance.command.js.map +1 -0
- package/dist/cli/commands/contract.command.d.ts +5 -0
- package/dist/cli/commands/contract.command.d.ts.map +1 -1
- package/dist/cli/commands/contract.command.js +40 -63
- package/dist/cli/commands/contract.command.js.map +1 -1
- package/dist/cli/commands/dependencies.command.d.ts +5 -0
- package/dist/cli/commands/dependencies.command.d.ts.map +1 -1
- package/dist/cli/commands/dependencies.command.js +58 -108
- package/dist/cli/commands/dependencies.command.js.map +1 -1
- package/dist/cli/commands/diff.command.d.ts +4 -0
- package/dist/cli/commands/diff.command.d.ts.map +1 -1
- package/dist/cli/commands/diff.command.js +10 -10
- package/dist/cli/commands/diff.command.js.map +1 -1
- package/dist/cli/commands/docs.command.d.ts.map +1 -1
- package/dist/cli/commands/docs.command.js +2 -1
- package/dist/cli/commands/docs.command.js.map +1 -1
- package/dist/cli/commands/export.command.d.ts.map +1 -1
- package/dist/cli/commands/export.command.js +2 -2
- package/dist/cli/commands/export.command.js.map +1 -1
- package/dist/cli/commands/extension-team.command.d.ts +15 -0
- package/dist/cli/commands/extension-team.command.d.ts.map +1 -0
- package/dist/cli/commands/extension-team.command.js +117 -0
- package/dist/cli/commands/extension-team.command.js.map +1 -0
- package/dist/cli/commands/framework.command.d.ts +9 -0
- package/dist/cli/commands/framework.command.d.ts.map +1 -0
- package/dist/cli/commands/framework.command.js +179 -0
- package/dist/cli/commands/framework.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +15 -8
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/github-sync.command.js +2 -2
- package/dist/cli/commands/github-sync.command.js.map +1 -1
- package/dist/cli/commands/import.command.d.ts.map +1 -1
- package/dist/cli/commands/import.command.js +2 -2
- package/dist/cli/commands/import.command.js.map +1 -1
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js +3 -1
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/langchain.command.d.ts +9 -0
- package/dist/cli/commands/langchain.command.d.ts.map +1 -0
- package/dist/cli/commands/langchain.command.js +110 -0
- package/dist/cli/commands/langchain.command.js.map +1 -0
- package/dist/cli/commands/langflow.command.d.ts +9 -0
- package/dist/cli/commands/langflow.command.d.ts.map +1 -0
- package/dist/cli/commands/langflow.command.js +111 -0
- package/dist/cli/commands/langflow.command.js.map +1 -0
- package/dist/cli/commands/lint.command.d.ts +5 -0
- package/dist/cli/commands/lint.command.d.ts.map +1 -1
- package/dist/cli/commands/lint.command.js +13 -57
- package/dist/cli/commands/lint.command.js.map +1 -1
- package/dist/cli/commands/llms-txt.command.d.ts +7 -0
- package/dist/cli/commands/llms-txt.command.d.ts.map +1 -0
- package/dist/cli/commands/llms-txt.command.js +119 -0
- package/dist/cli/commands/llms-txt.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.js +4 -4
- package/dist/cli/commands/migrate.command.js.map +1 -1
- package/dist/cli/commands/publish.command.d.ts.map +1 -1
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/quickstart.command.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.command.js +4 -10
- package/dist/cli/commands/quickstart.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +4 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -1
- package/dist/cli/commands/registry.command.js +11 -12
- package/dist/cli/commands/registry.command.js.map +1 -1
- package/dist/cli/commands/scaffold.command.d.ts +19 -0
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -0
- package/dist/cli/commands/scaffold.command.js +182 -0
- package/dist/cli/commands/scaffold.command.js.map +1 -0
- package/dist/cli/commands/schema.command.d.ts +4 -0
- package/dist/cli/commands/schema.command.d.ts.map +1 -1
- package/dist/cli/commands/schema.command.js +8 -5
- package/dist/cli/commands/schema.command.js.map +1 -1
- package/dist/cli/commands/setup.command.d.ts.map +1 -1
- package/dist/cli/commands/setup.command.js +23 -24
- package/dist/cli/commands/setup.command.js.map +1 -1
- package/dist/cli/commands/standardize.command.d.ts +19 -0
- package/dist/cli/commands/standardize.command.d.ts.map +1 -0
- package/dist/cli/commands/standardize.command.js +275 -0
- package/dist/cli/commands/standardize.command.js.map +1 -0
- package/dist/cli/commands/sync.command.js +3 -3
- package/dist/cli/commands/sync.command.js.map +1 -1
- package/dist/cli/commands/test.command.d.ts +8 -0
- package/dist/cli/commands/test.command.d.ts.map +1 -1
- package/dist/cli/commands/test.command.js +83 -15
- package/dist/cli/commands/test.command.js.map +1 -1
- package/dist/cli/commands/validate.command.d.ts +4 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +30 -1
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/workspace.command.d.ts.map +1 -1
- package/dist/cli/commands/workspace.command.js +32 -42
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/extensions/gitlab-release.commands.d.ts +19 -0
- package/dist/cli/extensions/gitlab-release.commands.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab-release.commands.js +341 -0
- package/dist/cli/extensions/gitlab-release.commands.js.map +1 -0
- package/dist/cli/extensions/gitlab.extension.d.ts +24 -0
- package/dist/cli/extensions/gitlab.extension.d.ts.map +1 -0
- package/dist/cli/extensions/gitlab.extension.js +64 -0
- package/dist/cli/extensions/gitlab.extension.js.map +1 -0
- package/dist/cli/extensions/index.d.ts +63 -0
- package/dist/cli/extensions/index.d.ts.map +1 -0
- package/dist/cli/extensions/index.js +181 -0
- package/dist/cli/extensions/index.js.map +1 -0
- package/dist/cli/index.d.ts +11 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +111 -35
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.js +6 -6
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/gitlab-config.d.ts +94 -0
- package/dist/cli/utils/gitlab-config.d.ts.map +1 -0
- package/dist/cli/utils/gitlab-config.js +180 -0
- package/dist/cli/utils/gitlab-config.js.map +1 -0
- package/dist/cli/utils/index.d.ts +11 -0
- package/dist/cli/utils/index.d.ts.map +1 -0
- package/dist/cli/utils/index.js +15 -0
- package/dist/cli/utils/index.js.map +1 -0
- package/dist/cli/utils/manifest-loader.d.ts +77 -0
- package/dist/cli/utils/manifest-loader.d.ts.map +1 -0
- package/dist/cli/utils/manifest-loader.js +153 -0
- package/dist/cli/utils/manifest-loader.js.map +1 -0
- package/dist/cli/utils/output.d.ts +134 -0
- package/dist/cli/utils/output.d.ts.map +1 -0
- package/dist/cli/utils/output.js +200 -0
- package/dist/cli/utils/output.js.map +1 -0
- package/dist/config/defaults.d.ts +138 -0
- package/dist/config/defaults.d.ts.map +1 -0
- package/dist/config/defaults.js +223 -0
- package/dist/config/defaults.js.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts +38 -0
- package/dist/dev-cli/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/spec.schema.js +36 -0
- package/dist/dev-cli/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/schemas/version.schema.d.ts +82 -0
- package/dist/dev-cli/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/schemas/version.schema.js +83 -0
- package/dist/dev-cli/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/services/version-audit.service.d.ts +31 -0
- package/dist/dev-cli/services/version-audit.service.d.ts.map +1 -0
- package/dist/dev-cli/services/version-audit.service.js +168 -0
- package/dist/dev-cli/services/version-audit.service.js.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts +12 -0
- package/dist/dev-cli/src/commands/release-prep.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release-prep.command.js +112 -0
- package/dist/dev-cli/src/commands/release-prep.command.js.map +1 -0
- package/dist/dev-cli/src/commands/release.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/release.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/release.command.js +112 -0
- package/dist/dev-cli/src/commands/release.command.js.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/spec.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/spec.command.js +85 -0
- package/dist/dev-cli/src/commands/spec.command.js.map +1 -0
- package/dist/dev-cli/src/commands/version.command.d.ts +9 -0
- package/dist/dev-cli/src/commands/version.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/version.command.js +114 -0
- package/dist/dev-cli/src/commands/version.command.js.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts +8 -0
- package/dist/dev-cli/src/commands/workflow.command.d.ts.map +1 -0
- package/dist/dev-cli/src/commands/workflow.command.js +93 -0
- package/dist/dev-cli/src/commands/workflow.command.js.map +1 -0
- package/dist/dev-cli/src/index.d.ts +14 -0
- package/dist/dev-cli/src/index.d.ts.map +1 -0
- package/dist/dev-cli/src/index.js +35 -0
- package/dist/dev-cli/src/index.js.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts +112 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js +76 -0
- package/dist/dev-cli/src/schemas/release-prep.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts +146 -0
- package/dist/dev-cli/src/schemas/release.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/release.schema.js +77 -0
- package/dist/dev-cli/src/schemas/release.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts +34 -0
- package/dist/dev-cli/src/schemas/spec.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/spec.schema.js +30 -0
- package/dist/dev-cli/src/schemas/spec.schema.js.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts +53 -0
- package/dist/dev-cli/src/schemas/version.schema.d.ts.map +1 -0
- package/dist/dev-cli/src/schemas/version.schema.js +43 -0
- package/dist/dev-cli/src/schemas/version.schema.js.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts +55 -0
- package/dist/dev-cli/src/services/release-prep.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-prep.service.js +492 -0
- package/dist/dev-cli/src/services/release-prep.service.js.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts +49 -0
- package/dist/dev-cli/src/services/release-verify.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/release-verify.service.js +385 -0
- package/dist/dev-cli/src/services/release-verify.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts +18 -0
- package/dist/dev-cli/src/services/spec-generate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-generate.service.js +49 -0
- package/dist/dev-cli/src/services/spec-generate.service.js.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/spec-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/spec-validate.service.js +52 -0
- package/dist/dev-cli/src/services/spec-validate.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-release.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-release.service.js +80 -0
- package/dist/dev-cli/src/services/version-release.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts +21 -0
- package/dist/dev-cli/src/services/version-sync.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-sync.service.js +98 -0
- package/dist/dev-cli/src/services/version-sync.service.js.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts +17 -0
- package/dist/dev-cli/src/services/version-validate.service.d.ts.map +1 -0
- package/dist/dev-cli/src/services/version-validate.service.js +52 -0
- package/dist/dev-cli/src/services/version-validate.service.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +14 -3
- package/dist/di-container.js.map +1 -1
- package/dist/messaging/broker.d.ts +1 -1
- package/dist/messaging/broker.js +1 -1
- package/dist/messaging/channels.d.ts +1 -1
- package/dist/messaging/channels.js +1 -1
- package/dist/messaging/index.d.ts +1 -1
- package/dist/messaging/index.js +1 -1
- package/dist/messaging/protocols/memory.d.ts +1 -1
- package/dist/messaging/protocols/memory.js +1 -1
- package/dist/messaging/protocols/redis.d.ts +1 -1
- package/dist/messaging/protocols/redis.js +1 -1
- package/dist/messaging/types.d.ts +2 -2
- package/dist/messaging/types.js +1 -1
- package/dist/repositories/manifest.repository.d.ts +1 -1
- package/dist/repositories/manifest.repository.d.ts.map +1 -1
- package/dist/repositories/manifest.repository.js +18 -13
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +2 -2
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +1 -1
- package/dist/runtime/crewai.runtime.d.ts +30 -0
- package/dist/runtime/crewai.runtime.d.ts.map +1 -0
- package/dist/runtime/crewai.runtime.js +106 -0
- package/dist/runtime/crewai.runtime.js.map +1 -0
- package/dist/runtime/langchain.runtime.d.ts +32 -0
- package/dist/runtime/langchain.runtime.d.ts.map +1 -0
- package/dist/runtime/langchain.runtime.js +75 -0
- package/dist/runtime/langchain.runtime.js.map +1 -0
- package/dist/runtime/langflow.runtime.d.ts +65 -0
- package/dist/runtime/langflow.runtime.d.ts.map +1 -0
- package/dist/runtime/langflow.runtime.js +140 -0
- package/dist/runtime/langflow.runtime.js.map +1 -0
- package/dist/sdks/index.d.ts +15 -0
- package/dist/sdks/index.d.ts.map +1 -0
- package/dist/sdks/index.js +17 -0
- package/dist/sdks/index.js.map +1 -0
- package/dist/sdks/python-generator/index.d.ts +18 -0
- package/dist/sdks/python-generator/index.d.ts.map +1 -0
- package/dist/sdks/python-generator/index.js +13 -0
- package/dist/sdks/python-generator/index.js.map +1 -0
- package/dist/sdks/shared/index.d.ts +24 -0
- package/dist/sdks/shared/index.d.ts.map +1 -0
- package/dist/sdks/shared/index.js +28 -0
- package/dist/sdks/shared/index.js.map +1 -0
- package/dist/sdks/shared/manifest-loader.d.ts +41 -0
- package/dist/sdks/shared/manifest-loader.d.ts.map +1 -0
- package/dist/sdks/shared/manifest-loader.js +45 -0
- package/dist/sdks/shared/manifest-loader.js.map +1 -0
- package/dist/sdks/shared/schema-validator.d.ts +34 -0
- package/dist/sdks/shared/schema-validator.d.ts.map +1 -0
- package/dist/sdks/shared/schema-validator.js +101 -0
- package/dist/sdks/shared/schema-validator.js.map +1 -0
- package/dist/sdks/shared/types.d.ts +43 -0
- package/dist/sdks/shared/types.d.ts.map +1 -0
- package/dist/sdks/shared/types.js +27 -0
- package/dist/sdks/shared/types.js.map +1 -0
- package/dist/sdks/shared/validation.d.ts +52 -0
- package/dist/sdks/shared/validation.d.ts.map +1 -0
- package/dist/sdks/shared/validation.js +37 -0
- package/dist/sdks/shared/validation.js.map +1 -0
- package/dist/sdks/typescript/client.d.ts +44 -0
- package/dist/sdks/typescript/client.d.ts.map +1 -0
- package/dist/sdks/typescript/client.js +51 -0
- package/dist/sdks/typescript/client.js.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.d.ts.map +1 -0
- package/dist/sdks/typescript/events/cloudevents-emitter.js.map +1 -0
- package/dist/sdks/typescript/events/index.d.ts.map +1 -0
- package/dist/sdks/typescript/events/index.js.map +1 -0
- package/dist/sdks/typescript/index.d.ts +31 -0
- package/dist/sdks/typescript/index.d.ts.map +1 -0
- package/dist/sdks/typescript/index.js +36 -0
- package/dist/sdks/typescript/index.js.map +1 -0
- package/dist/sdks/typescript/manifest.d.ts +36 -0
- package/dist/sdks/typescript/manifest.d.ts.map +1 -0
- package/dist/sdks/typescript/manifest.js +85 -0
- package/dist/sdks/typescript/manifest.js.map +1 -0
- package/dist/sdks/typescript/tracing/index.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/index.js.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.d.ts.map +1 -0
- package/dist/sdks/typescript/tracing/w3c-baggage.js.map +1 -0
- package/dist/sdks/typescript/types.d.ts +145 -0
- package/dist/sdks/typescript/types.d.ts.map +1 -0
- package/dist/sdks/typescript/types.js +51 -0
- package/dist/sdks/typescript/types.js.map +1 -0
- package/dist/sdks/typescript/validator.d.ts +26 -0
- package/dist/sdks/typescript/validator.d.ts.map +1 -0
- package/dist/sdks/typescript/validator.js +58 -0
- package/dist/sdks/typescript/validator.js.map +1 -0
- package/dist/services/agent-services/qdrant.service.js +2 -2
- package/dist/services/agent-services/qdrant.service.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +4 -2
- package/dist/services/codegen/codegen.service.d.ts.map +1 -1
- package/dist/services/codegen/codegen.service.js +8 -2
- package/dist/services/codegen/codegen.service.js.map +1 -1
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts +79 -0
- package/dist/services/codegen/generators/openapi-zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js +476 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +1 -1
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -1
- package/dist/services/codegen/generators/zod.generator.js +2 -1
- package/dist/services/codegen/generators/zod.generator.js.map +1 -1
- package/dist/services/codegen/index.d.ts +2 -0
- package/dist/services/codegen/index.d.ts.map +1 -1
- package/dist/services/codegen/index.js +2 -0
- package/dist/services/codegen/index.js.map +1 -1
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts +85 -0
- package/dist/services/extension-team/extension-team-kickoff.service.d.ts.map +1 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js +121 -0
- package/dist/services/extension-team/extension-team-kickoff.service.js.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts +55 -0
- package/dist/services/framework-import/langchain-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langchain-importer.service.js +149 -0
- package/dist/services/framework-import/langchain-importer.service.js.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts +85 -0
- package/dist/services/framework-import/langflow-importer.service.d.ts.map +1 -0
- package/dist/services/framework-import/langflow-importer.service.js +260 -0
- package/dist/services/framework-import/langflow-importer.service.js.map +1 -0
- package/dist/services/github-sync/sync.service.js +2 -2
- package/dist/services/llms-txt/llms-txt.service.d.ts +59 -0
- package/dist/services/llms-txt/llms-txt.service.d.ts.map +1 -0
- package/dist/services/llms-txt/llms-txt.service.js +509 -0
- package/dist/services/llms-txt/llms-txt.service.js.map +1 -0
- package/dist/services/messaging/example.js +15 -15
- package/dist/services/messaging/example.js.map +1 -1
- package/dist/services/release-automation/generate-changelog.d.ts +7 -0
- package/dist/services/release-automation/generate-changelog.d.ts.map +1 -0
- package/dist/services/release-automation/generate-changelog.js +286 -0
- package/dist/services/release-automation/generate-changelog.js.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts +7 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts.map +1 -0
- package/dist/services/release-automation/increment-dev-tag.js +156 -0
- package/dist/services/release-automation/increment-dev-tag.js.map +1 -0
- package/dist/services/release-automation/release-buttons.d.ts +7 -0
- package/dist/services/release-automation/release-buttons.d.ts.map +1 -0
- package/dist/services/release-automation/release-buttons.js +165 -0
- package/dist/services/release-automation/release-buttons.js.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +2 -2
- package/dist/services/release-automation/tag.service.d.ts +3 -3
- package/dist/services/validation-zod.service.d.ts +36 -0
- package/dist/services/validation-zod.service.d.ts.map +1 -0
- package/dist/services/validation-zod.service.js +328 -0
- package/dist/services/validation-zod.service.js.map +1 -0
- package/dist/services/validation.service.js +1 -1
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/contract.validator.d.ts +6 -5
- package/dist/services/validators/contract.validator.d.ts.map +1 -1
- package/dist/services/validators/contract.validator.js +6 -6
- package/dist/services/validators/contract.validator.js.map +1 -1
- package/dist/services/validators/dependencies.validator.js.map +1 -1
- package/dist/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/dist/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/dist/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/dist/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/dist/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/dist/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/dist/spec/extensions/a2a-messaging.md +5 -5
- package/dist/spec/extensions/manifest-extensions.md +4 -4
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/dist/spec/extensions/skills-compatibility.md +292 -0
- package/dist/spec/registry/README.md +1 -1
- package/dist/spec/registry/registry-spec.md +6 -6
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.2/access_tiers.yaml +2 -2
- package/dist/spec/v0.3.2/adapters/drupal.md +7 -7
- package/dist/spec/v0.3.2/adapters/symfony.md +4 -4
- package/dist/spec/v0.3.2/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/dist/spec/v0.3.2/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/dist/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/dist/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/dist/spec/v0.3.2/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/dist/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/dist/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/dist/spec/v0.3.2/taxonomy.yaml +2 -2
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/drupal.md +7 -7
- package/dist/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/dist/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/dist/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/dist/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/dist/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/dist/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/dist/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/dist/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/dist/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/dist/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/dist/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/dist/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/dist/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/dist/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/dist/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/dist/spec/v0.3.3/extensions/dify.md +1461 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/dist/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/dist/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/dist/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/dist/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/dist/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/dist/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/dist/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/dist/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/dist/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/dist/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/taxonomy.yaml +114 -7
- package/dist/types/generated/ossa-0.3.2.types.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.types.js +2 -2
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +4 -4
- package/dist/types/generated/ossa-0.3.2.zod.js +3 -3
- package/dist/types/generated/ossa-0.3.3.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.3.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.types.js +10 -0
- package/dist/types/generated/ossa-0.3.3.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.3.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.3.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.3.zod.js.map +1 -0
- package/dist/types/identity.d.ts +405 -0
- package/dist/types/identity.d.ts.map +1 -0
- package/dist/types/identity.js +12 -0
- package/dist/types/identity.js.map +1 -0
- package/dist/types/identity.zod.d.ts +622 -0
- package/dist/types/identity.zod.d.ts.map +1 -0
- package/dist/types/identity.zod.js +263 -0
- package/dist/types/identity.zod.js.map +1 -0
- package/dist/types/index.d.ts +67 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/llms-txt.zod.d.ts +320 -0
- package/dist/types/llms-txt.zod.d.ts.map +1 -0
- package/dist/types/llms-txt.zod.js +80 -0
- package/dist/types/llms-txt.zod.js.map +1 -0
- package/dist/types/personality.d.ts +141 -0
- package/dist/types/personality.d.ts.map +1 -0
- package/dist/types/personality.js +72 -0
- package/dist/types/personality.js.map +1 -0
- package/dist/types/personality.zod.d.ts +483 -0
- package/dist/types/personality.zod.d.ts.map +1 -0
- package/dist/types/personality.zod.js +160 -0
- package/dist/types/personality.zod.js.map +1 -0
- package/dist/types/prompts.d.ts +219 -0
- package/dist/types/prompts.d.ts.map +1 -0
- package/dist/types/prompts.js +163 -0
- package/dist/types/prompts.js.map +1 -0
- package/dist/types/prompts.zod.d.ts +252 -0
- package/dist/types/prompts.zod.d.ts.map +1 -0
- package/dist/types/prompts.zod.js +105 -0
- package/dist/types/prompts.zod.js.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/type-guards.d.ts +59 -0
- package/dist/utils/type-guards.d.ts.map +1 -0
- package/dist/utils/type-guards.js +170 -0
- package/dist/utils/type-guards.js.map +1 -0
- package/dist/utils/version.js +3 -3
- package/dist/utils/version.js.map +1 -1
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +1 -1
- package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +13 -13
- package/examples/claude-code/code-reviewer.ossa.yaml +55 -47
- package/examples/claude-code/ossa-validator.ossa.yaml +62 -58
- package/examples/common_npm/agent-router.ossa.yaml +49 -171
- package/examples/contracts/data-consumer.ossa.yaml +2 -2
- package/examples/contracts/data-producer-v2.ossa.yaml +4 -4
- package/examples/contracts/data-producer.ossa.yaml +4 -4
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +7 -11
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +53 -594
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +24 -349
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +187 -824
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +66 -797
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +317 -754
- package/examples/getting-started/05-workflow-composition.ossa.yaml +98 -154
- package/examples/getting-started/hello-world-complete.ossa.yaml +61 -216
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +75 -336
- package/examples/kagent/compliance-validator.ossa.yaml +40 -51
- package/examples/kagent/cost-optimizer.ossa.yaml +30 -42
- package/examples/kagent/documentation-agent.ossa.yaml +29 -41
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +80 -263
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +69 -224
- package/examples/kagent/security-scanner.ossa.yaml +54 -110
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/messaging/dependency-healer.ossa.yaml +2 -2
- package/examples/messaging/incident-responder.ossa.yaml +2 -2
- package/examples/messaging/routing-rules.ossa.yaml +2 -109
- package/examples/messaging/security-scanner.ossa.yaml +248 -241
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +32 -32
- package/examples/multi-agent/parallel-execution.ossa.yaml +43 -43
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +35 -35
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +33 -34
- package/examples/openai/multi-tool-agent.ossa.json +1 -1
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/ossa-templates/01-code-assistant.ossa.yaml +114 -0
- package/examples/ossa-templates/02-security-scanner.ossa.yaml +103 -0
- package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +100 -0
- package/examples/ossa-templates/04-code-reviewer.ossa.yaml +116 -0
- package/examples/ossa-templates/05-doc-generator.ossa.yaml +102 -0
- package/examples/ossa-templates/06-compliance-validator.ossa.yaml +132 -0
- package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +110 -0
- package/examples/ossa-templates/08-content-writer.ossa.yaml +136 -0
- package/examples/ossa-templates/09-test-generator.ossa.yaml +113 -0
- package/examples/ossa-templates/10-data-transformer.ossa.yaml +102 -0
- package/examples/ossa-templates/README.md +98 -0
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +27 -29
- package/examples/rag-agent/index.ts +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +2 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +2 -1
- package/examples/reference-implementations/typescript-client/package.json +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +54 -420
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +27 -31
- package/examples/showcase/code-assistant.ossa.yaml +51 -65
- package/examples/showcase/code-reviewer.ossa.yaml +28 -31
- package/examples/showcase/compliance-validator.ossa.yaml +31 -32
- package/examples/showcase/content-writer.ossa.yaml +35 -32
- package/examples/showcase/data-transformer.ossa.yaml +35 -37
- package/examples/showcase/doc-generator.ossa.yaml +33 -35
- package/examples/showcase/security-scanner.ossa.yaml +33 -32
- package/examples/showcase/test-generator.ossa.yaml +25 -51
- package/examples/showcase/workflow-orchestrator.ossa.yaml +63 -78
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +224 -227
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/junit.xml +1469 -0
- package/openapi/agent-communication.yaml +4 -45
- package/openapi/agent-crud.yaml +13 -65
- package/openapi/agent-discovery.yaml +3 -3
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +1316 -110
- package/openapi/core/ossa-core-api.openapi.yaml +19 -257
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +5 -36
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/dev-cli.openapi.yml +867 -0
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +3 -3
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/openapi/schemas/common/agent.yaml +229 -0
- package/openapi/schemas/common/errors.yaml +75 -0
- package/openapi/schemas/common/metadata.yaml +62 -0
- package/openapi/schemas/common/pagination.yaml +72 -0
- package/openapi/schemas/common/security.yaml +88 -0
- package/openapi/schemas/index.yaml +88 -0
- package/package.json +29 -21
- package/spec/examples/reference-agents/compliance-auditor/manifest.ossa.yaml +527 -0
- package/spec/examples/reference-agents/doc-agent/manifest.ossa.yaml +776 -0
- package/spec/examples/reference-agents/mr-reviewer/manifest.ossa.yaml +249 -0
- package/spec/examples/reference-agents/mr-reviewer/system-prompt.md +154 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +548 -0
- package/spec/examples/reference-agents/ossa-validator-v0.3/system-prompt.md +135 -0
- package/spec/examples/reference-agents/pipeline-fixer/manifest.ossa.yaml +336 -0
- package/spec/examples/reference-agents/release-orchestrator/README.md +35 -0
- package/spec/examples/reference-agents/release-orchestrator/manifest.ossa.yaml +233 -0
- package/spec/extensions/a2a-messaging.md +5 -5
- package/spec/extensions/manifest-extensions.md +4 -4
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +10 -10
- package/spec/extensions/skills-compatibility.md +292 -0
- package/spec/registry/README.md +1 -1
- package/spec/registry/registry-spec.md +6 -6
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +19 -19
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.2/access_tiers.yaml +2 -2
- package/spec/v0.3.2/adapters/drupal.md +7 -7
- package/spec/v0.3.2/adapters/symfony.md +4 -4
- package/spec/v0.3.2/agent-test.schema.json +2 -2
- package/spec/v0.3.2/examples/access-tiers/README.md +4 -4
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +8 -22
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +11 -29
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +9 -27
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +4 -23
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +9 -24
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +5 -10
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +4 -35
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +37 -47
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +21 -43
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +59 -76
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +80 -92
- package/spec/v0.3.2/extensions/agent-identity.yaml +3 -3
- package/spec/v0.3.2/extensions/drupal.md +5 -5
- package/spec/v0.3.2/infrastructure/service-ports.yaml +1 -1
- package/spec/v0.3.2/ossa-0.3.2.schema.json +86 -15
- package/spec/v0.3.2/protocols/delegation.yaml +1 -1
- package/spec/v0.3.2/protocols/websocket.md +2 -2
- package/spec/v0.3.2/runtime/RUNTIME.md +3 -3
- package/spec/v0.3.2/runtime/memory-model.yaml +4 -4
- package/spec/v0.3.2/runtime/runtime.yaml +4 -4
- package/spec/v0.3.2/schemas/agent-unified.yaml +2 -2
- package/spec/v0.3.2/schemas/capabilities.yaml +2 -2
- package/spec/v0.3.2/schemas/functions.yaml +2 -2
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/spec/v0.3.2/schemas/messaging/message.schema.json +3 -3
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +2 -2
- package/spec/v0.3.2/schemas/runtime.yaml +2 -2
- package/spec/v0.3.2/schemas/taxonomy.yaml +3 -3
- package/spec/v0.3.2/schemas/unified-llm.yaml +2 -2
- package/spec/v0.3.2/taxonomy.yaml +2 -2
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/spec/{v0.3.0 → v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/spec/v0.3.3/access_tiers.yaml +375 -0
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/adapters/drupal.md +7 -7
- package/spec/{v0.3.0 → v0.3.3}/adapters/symfony.md +4 -4
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/agent-test.schema.json +2 -2
- package/spec/v0.3.3/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.3/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/spec/v0.3.3/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/spec/v0.3.3/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/spec/v0.3.3/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/spec/v0.3.3/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/spec/v0.3.3/examples/agent-with-identity.ossa.yaml +63 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/spec/{v0.3.0 → v0.3.3}/examples/drupal-moderation-assistant.ossa.yaml +27 -43
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/{v0.3.0 → v0.3.3}/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +5 -18
- package/spec/v0.3.3/examples/tasks/data-transform.ossa.yaml +137 -0
- package/spec/v0.3.3/examples/tasks/publish-content.ossa.yaml +103 -0
- package/spec/v0.3.3/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/spec/v0.3.3/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/spec/v0.3.3/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.3/extensions/agents-md.md +1219 -0
- package/spec/v0.3.3/extensions/autogen.md +1124 -0
- package/spec/v0.3.3/extensions/bedrock-agents.md +1320 -0
- package/spec/v0.3.3/extensions/crewai.md +1575 -0
- package/spec/v0.3.3/extensions/dify.md +1461 -0
- package/spec/{v0.3.0 → v0.3.3}/extensions/drupal.md +5 -5
- package/spec/v0.3.3/extensions/langchain.md +1092 -0
- package/spec/v0.3.3/extensions/langflow.md +1055 -0
- package/spec/v0.3.3/extensions/llamaindex.md +1519 -0
- package/spec/v0.3.3/extensions/llms-txt.md +295 -0
- package/spec/v0.3.3/extensions/openai-assistants.md +1632 -0
- package/spec/v0.3.3/extensions/openai-swarm.md +1400 -0
- package/spec/v0.3.3/extensions/opentelemetry.md +360 -0
- package/spec/v0.3.3/extensions/semantic-kernel.md +1360 -0
- package/spec/v0.3.3/extensions/vercel-ai.md +1197 -0
- package/spec/v0.3.3/infrastructure/service-ports.yaml +324 -0
- package/spec/v0.3.3/ossa-0.3.3.schema.json +9773 -0
- package/spec/v0.3.3/protocols/a2a-communication.schema.json +897 -0
- package/spec/v0.3.3/protocols/delegation.yaml +239 -0
- package/spec/v0.3.3/protocols/identity-runtime.schema.json +482 -0
- package/spec/{v0.3.0 → v0.3.3}/protocols/websocket.md +2 -2
- package/spec/v0.3.3/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.3/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.3/runtime/runtime.yaml +926 -0
- package/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/capabilities.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/functions.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/spec/{v0.3.0 → v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/runtime.yaml +2 -2
- package/spec/{v0.3.0 → v0.3.3}/schemas/taxonomy.yaml +3 -3
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/schemas/unified-llm.yaml +2 -2
- package/{dist/spec/v0.3.0 → spec/v0.3.3}/taxonomy.yaml +114 -7
- package/.devfile.yaml +0 -87
- package/.gitlab-ci-trigger +0 -1
- package/bin/ossa-dev +0 -42
- package/bin/ossa-export +0 -32
- package/bin/ossa-generate +0 -53
- package/bin/ossa-health +0 -40
- package/bin/ossa-init +0 -26
- package/bin/quickstart +0 -514
- package/bin/validate-ossa.ts +0 -273
- package/dist/cli/commands/release.command.d.ts +0 -8
- package/dist/cli/commands/release.command.d.ts.map +0 -1
- package/dist/cli/commands/release.command.js +0 -641
- package/dist/cli/commands/release.command.js.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.d.ts.map +0 -1
- package/dist/sdk/events/cloudevents-emitter.js.map +0 -1
- package/dist/sdk/events/index.d.ts.map +0 -1
- package/dist/sdk/events/index.js.map +0 -1
- package/dist/sdk/tracing/index.d.ts.map +0 -1
- package/dist/sdk/tracing/index.js.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.d.ts.map +0 -1
- package/dist/sdk/tracing/w3c-baggage.js.map +0 -1
- package/dist/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/dist/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/dist/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/dist/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/dist/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/dist/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/dist/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/dist/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/dist/spec/v0.2.3/CHANGELOG.md +0 -176
- package/dist/spec/v0.2.3/README.md +0 -154
- package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/dist/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/dist/spec/v0.2.4/CHANGELOG.md +0 -403
- package/dist/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/dist/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/dist/spec/v0.2.5/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5/README.md +0 -72
- package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/dist/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.5-RC/README.md +0 -72
- package/dist/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/dist/spec/v0.2.6/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.6/README.md +0 -72
- package/dist/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/dist/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/dist/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/dist/spec/v0.2.6-dev/README.md +0 -75
- package/dist/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/dist/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/dist/spec/v0.2.7/core/agentgraph.md +0 -324
- package/dist/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/dist/spec/v0.2.8/CHANGELOG.md +0 -401
- package/dist/spec/v0.2.8/README.md +0 -72
- package/dist/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/dist/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/dist/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/dist/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/dist/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/dist/spec/v0.2.9/agent.md +0 -1946
- package/dist/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/dist/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/dist/spec/v0.2.9/capability-schema.md +0 -576
- package/dist/spec/v0.2.9/compliance-profiles.md +0 -533
- package/dist/spec/v0.2.9/conformance-testing.md +0 -1527
- package/dist/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/dist/spec/v0.2.9/runtime-semantics.md +0 -464
- package/dist/spec/v0.2.9/security-model.md +0 -1245
- package/dist/spec/v0.2.9/semantic-conventions.md +0 -347
- package/dist/spec/v0.2.9/types.ts +0 -522
- package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- package/examples/reference-implementations/curl-scripts/01-search-agents.sh +0 -72
- package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +0 -74
- package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +0 -136
- package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +0 -178
- package/examples/reference-implementations/curl-scripts/05-discovery.sh +0 -98
- package/schemas/agent.json +0 -523
- package/spec/v0.1.9/agent-autonomous-extensions.json +0 -234
- package/spec/v0.1.9/ecosystem-compliance.json +0 -235
- package/spec/v0.1.9/ossa-v0.1.9.schema.json +0 -695
- package/spec/v0.1.9/ossa-v0.1.9.schema.json.backup +0 -695
- package/spec/v0.1.9/reasoning-compliance.json +0 -654
- package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/spec/v0.2.1/ossa-0.2.1.schema.json +0 -555
- package/spec/v0.2.2/kagent-enhancements.json +0 -395
- package/spec/v0.2.2/ossa-0.2.2.schema.json +0 -906
- package/spec/v0.2.2/ossa-0.2.2.yaml +0 -448
- package/spec/v0.2.2/ossa-reasoning-compliance-1.0.schema.json +0 -424
- package/spec/v0.2.3/CHANGELOG.md +0 -176
- package/spec/v0.2.3/README.md +0 -154
- package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.3/ossa-0.2.3.schema.json +0 -1397
- package/spec/v0.2.3/ossa-0.2.3.yaml +0 -448
- package/spec/v0.2.4/CHANGELOG.md +0 -403
- package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.4/ossa-0.2.4.schema.json +0 -1696
- package/spec/v0.2.4/ossa-0.2.4.yaml +0 -581
- package/spec/v0.2.5/CHANGELOG.md +0 -401
- package/spec/v0.2.5/README.md +0 -72
- package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5/ossa-0.2.5.schema.json +0 -1696
- package/spec/v0.2.5/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.5-RC/CHANGELOG.md +0 -401
- package/spec/v0.2.5-RC/README.md +0 -72
- package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +0 -1696
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +0 -581
- package/spec/v0.2.6/CHANGELOG.md +0 -401
- package/spec/v0.2.6/README.md +0 -72
- package/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.6/ossa-0.2.6.schema.json +0 -1786
- package/spec/v0.2.6/ossa-0.2.6.yaml +0 -581
- package/spec/v0.2.6-dev/CHANGELOG.md +0 -164
- package/spec/v0.2.6-dev/README.md +0 -75
- package/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +0 -343
- package/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.6-dev/ossa-0.2.5.yaml +0 -581
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +0 -448
- package/spec/v0.2.7/core/agentgraph.md +0 -324
- package/spec/v0.2.7/resources/agentgraph.yaml +0 -135
- package/spec/v0.2.8/CHANGELOG.md +0 -401
- package/spec/v0.2.8/README.md +0 -72
- package/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +0 -599
- package/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +0 -65
- package/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +0 -81
- package/spec/v0.2.8/ossa-0.2.8.schema.json +0 -3247
- package/spec/v0.2.8/ossa-0.2.8.yaml +0 -581
- package/spec/v0.2.9/a2a-protocol.md +0 -1337
- package/spec/v0.2.9/agent.md +0 -1946
- package/spec/v0.2.9/capabilities/index.yaml +0 -25
- package/spec/v0.2.9/capabilities/memory.yaml +0 -251
- package/spec/v0.2.9/capability-schema.md +0 -576
- package/spec/v0.2.9/compliance-profiles.md +0 -533
- package/spec/v0.2.9/conformance-testing.md +0 -1527
- package/spec/v0.2.9/gitlab-duo-integration.md +0 -621
- package/spec/v0.2.9/ossa-0.2.9.schema.json +0 -3699
- package/spec/v0.2.9/runtime-semantics.md +0 -464
- package/spec/v0.2.9/security-model.md +0 -1245
- package/spec/v0.2.9/semantic-conventions.md +0 -347
- package/spec/v0.2.9/types.ts +0 -522
- package/spec/v0.3.0/ossa-0.3.0.schema.json +0 -2787
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/cloudevents-emitter.js +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/events/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/index.js +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.d.ts +0 -0
- /package/dist/{sdk → sdks/typescript}/tracing/w3c-baggage.js +0 -0
- /package/{schemas/communication.json → dist/spec/v0.3.3/protocols/a2a-communication.schema.json} +0 -0
- /package/{schemas/identity.json → dist/spec/v0.3.3/protocols/identity-runtime.schema.json} +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/sse.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/protocols/webrtc.md +0 -0
- /package/spec/{v0.3.0 → v0.3.3}/runtime-bindings/anthropic.yaml +0 -0
|
@@ -0,0 +1,1575 @@
|
|
|
1
|
+
# CrewAI Extension for OSSA v0.3.3
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The `extensions.crewai` schema provides comprehensive bidirectional mapping between CrewAI's multi-agent orchestration framework and OSSA v0.3.3 specifications. This extension enables:
|
|
6
|
+
|
|
7
|
+
- Converting CrewAI crews to OSSA Workflows with multiple agents
|
|
8
|
+
- Mapping CrewAI agent roles to OSSA Agent taxonomy
|
|
9
|
+
- Translating CrewAI tasks to OSSA Task kind
|
|
10
|
+
- Binding CrewAI tools to OSSA capabilities
|
|
11
|
+
- Supporting sequential and hierarchical process types
|
|
12
|
+
- Enabling delegation patterns through OSSA DelegationConfig
|
|
13
|
+
- Persisting memory state via OSSA state management
|
|
14
|
+
- Integrating callbacks with OSSA observability
|
|
15
|
+
|
|
16
|
+
## Schema Definition
|
|
17
|
+
|
|
18
|
+
```yaml
|
|
19
|
+
extensions:
|
|
20
|
+
crewai:
|
|
21
|
+
type: object
|
|
22
|
+
description: "CrewAI multi-agent orchestration framework extension"
|
|
23
|
+
properties:
|
|
24
|
+
crew_name:
|
|
25
|
+
type: string
|
|
26
|
+
description: "Name of the CrewAI crew"
|
|
27
|
+
pattern: "^[a-z][a-z0-9_-]*$"
|
|
28
|
+
examples:
|
|
29
|
+
- "research-team"
|
|
30
|
+
- "content-creation-crew"
|
|
31
|
+
|
|
32
|
+
agents:
|
|
33
|
+
type: array
|
|
34
|
+
description: "CrewAI agents mapped to OSSA agents"
|
|
35
|
+
items:
|
|
36
|
+
$ref: "#/definitions/CrewAIAgent"
|
|
37
|
+
|
|
38
|
+
tasks:
|
|
39
|
+
type: array
|
|
40
|
+
description: "CrewAI tasks mapped to OSSA workflow steps"
|
|
41
|
+
items:
|
|
42
|
+
$ref: "#/definitions/CrewAITask"
|
|
43
|
+
|
|
44
|
+
process_type:
|
|
45
|
+
type: string
|
|
46
|
+
enum:
|
|
47
|
+
- sequential
|
|
48
|
+
- hierarchical
|
|
49
|
+
- consensual
|
|
50
|
+
default: sequential
|
|
51
|
+
description: "Process execution pattern - maps to OSSA workflow step ordering"
|
|
52
|
+
|
|
53
|
+
delegation_enabled:
|
|
54
|
+
type: boolean
|
|
55
|
+
default: true
|
|
56
|
+
description: "Enable agent-to-agent delegation"
|
|
57
|
+
|
|
58
|
+
memory_config:
|
|
59
|
+
$ref: "#/definitions/CrewAIMemory"
|
|
60
|
+
description: "Memory system configuration"
|
|
61
|
+
|
|
62
|
+
manager_llm:
|
|
63
|
+
type: object
|
|
64
|
+
description: "LLM configuration for hierarchical manager (when process_type=hierarchical)"
|
|
65
|
+
properties:
|
|
66
|
+
provider:
|
|
67
|
+
type: string
|
|
68
|
+
enum: [openai, anthropic, google, azure, ollama]
|
|
69
|
+
model:
|
|
70
|
+
type: string
|
|
71
|
+
additionalProperties: true
|
|
72
|
+
|
|
73
|
+
max_rpm:
|
|
74
|
+
type: integer
|
|
75
|
+
minimum: 1
|
|
76
|
+
description: "Maximum requests per minute for rate limiting"
|
|
77
|
+
|
|
78
|
+
share_crew:
|
|
79
|
+
type: boolean
|
|
80
|
+
default: false
|
|
81
|
+
description: "Share telemetry data with CrewAI platform"
|
|
82
|
+
|
|
83
|
+
callbacks:
|
|
84
|
+
$ref: "#/definitions/CrewAICallbacks"
|
|
85
|
+
description: "Callback hooks for observability integration"
|
|
86
|
+
|
|
87
|
+
verbose:
|
|
88
|
+
type: boolean
|
|
89
|
+
default: false
|
|
90
|
+
description: "Enable verbose logging"
|
|
91
|
+
|
|
92
|
+
language:
|
|
93
|
+
type: string
|
|
94
|
+
default: "en"
|
|
95
|
+
description: "Primary language for agent interactions"
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
## Bidirectional Mapping Tables
|
|
99
|
+
|
|
100
|
+
### CrewAI Crew to OSSA Workflow
|
|
101
|
+
|
|
102
|
+
| CrewAI Crew Field | OSSA Workflow Field | Notes |
|
|
103
|
+
|-------------------|---------------------|-------|
|
|
104
|
+
| `name` | `metadata.name` | Converted to DNS-1123 format |
|
|
105
|
+
| `agents` | `extensions.crewai.agents` + separate Agent manifests | Each agent becomes OSSA Agent |
|
|
106
|
+
| `tasks` | `spec.steps[]` | Tasks become WorkflowStep |
|
|
107
|
+
| `process` | `extensions.crewai.process_type` | Sequential/hierarchical patterns |
|
|
108
|
+
| `verbose` | `spec.observability.logging.level` | Maps to debug/info |
|
|
109
|
+
| `memory` | `extensions.crewai.memory_config` | Short/long-term memory |
|
|
110
|
+
| `cache` | `runtime.caching` | Result caching |
|
|
111
|
+
| `max_rpm` | `extensions.crewai.max_rpm` | Rate limiting |
|
|
112
|
+
| `share_crew` | `extensions.crewai.share_crew` | Telemetry sharing |
|
|
113
|
+
| `manager_llm` | `extensions.crewai.manager_llm` | Hierarchical manager |
|
|
114
|
+
| `step_callback` | `extensions.crewai.callbacks.on_step` | Step completion hook |
|
|
115
|
+
| `task_callback` | `extensions.crewai.callbacks.on_task` | Task completion hook |
|
|
116
|
+
|
|
117
|
+
### CrewAI Agent to OSSA Agent
|
|
118
|
+
|
|
119
|
+
| CrewAI Agent Field | OSSA Agent Field | Notes |
|
|
120
|
+
|--------------------|------------------|-------|
|
|
121
|
+
| `role` | `spec.role` | System prompt / role definition |
|
|
122
|
+
| `goal` | `metadata.annotations["crewai.goal"]` | Agent goal |
|
|
123
|
+
| `backstory` | `spec.prompts.system.template` | Combined with role |
|
|
124
|
+
| `llm` | `spec.llm` | LLM configuration |
|
|
125
|
+
| `tools` | `spec.tools[]` | Tool bindings |
|
|
126
|
+
| `allow_delegation` | `spec.delegation.enabled` | Delegation capability |
|
|
127
|
+
| `verbose` | `spec.observability.logging.level` | Logging verbosity |
|
|
128
|
+
| `memory` | `spec.state.persistence` | Memory persistence |
|
|
129
|
+
| `max_iter` | `spec.autonomy.max_iterations` | Iteration limit |
|
|
130
|
+
| `max_rpm` | `spec.constraints.rate_limit.requests_per_minute` | Rate limit |
|
|
131
|
+
| `step_callback` | `spec.observability.callbacks.on_step` | Step hook |
|
|
132
|
+
|
|
133
|
+
### CrewAI Agent Role to OSSA Taxonomy
|
|
134
|
+
|
|
135
|
+
| CrewAI Role Pattern | OSSA Taxonomy Domain | OSSA Agent Type | Access Tier |
|
|
136
|
+
|--------------------|----------------------|-----------------|-------------|
|
|
137
|
+
| `researcher`, `analyst` | `data` | `analyzer` | `tier_1_read` |
|
|
138
|
+
| `writer`, `content creator` | `content` | `worker` | `tier_2_write_limited` |
|
|
139
|
+
| `editor`, `reviewer` | `documentation` | `critic` | `tier_1_read` |
|
|
140
|
+
| `manager`, `coordinator` | `agents` | `orchestrator` | `tier_3_write_elevated` |
|
|
141
|
+
| `developer`, `coder` | `development` | `worker` | `tier_2_write_limited` |
|
|
142
|
+
| `qa`, `tester` | `development` | `analyzer` | `tier_1_read` |
|
|
143
|
+
| `security analyst` | `security` | `analyzer` | `tier_1_read` |
|
|
144
|
+
| `devops`, `operator` | `infrastructure` | `operator` | `tier_3_write_elevated` |
|
|
145
|
+
|
|
146
|
+
### CrewAI Task to OSSA Task/WorkflowStep
|
|
147
|
+
|
|
148
|
+
| CrewAI Task Field | OSSA Field | Notes |
|
|
149
|
+
|-------------------|------------|-------|
|
|
150
|
+
| `description` | `metadata.description` | Task description |
|
|
151
|
+
| `agent` | `spec.steps[].ref` | Reference to agent |
|
|
152
|
+
| `expected_output` | `spec.output` | Output schema |
|
|
153
|
+
| `tools` | `spec.capabilities[]` | Required capabilities |
|
|
154
|
+
| `context` | `spec.steps[].input` | Input from previous tasks |
|
|
155
|
+
| `async_execution` | `spec.batch.enabled` | Async pattern |
|
|
156
|
+
| `callback` | `extensions.crewai.callbacks.on_task` | Task hook |
|
|
157
|
+
| `output_json` | `spec.output.type: object` | JSON output |
|
|
158
|
+
| `output_pydantic` | `spec.output` + Zod validation | Structured output |
|
|
159
|
+
| `output_file` | `spec.output` + file capability | File output |
|
|
160
|
+
| `human_input` | `spec.safety.human_approval.required` | Human-in-loop |
|
|
161
|
+
|
|
162
|
+
### CrewAI Tools to OSSA Capabilities
|
|
163
|
+
|
|
164
|
+
| CrewAI Tool Type | OSSA Capability | OSSA Tool Type |
|
|
165
|
+
|------------------|-----------------|----------------|
|
|
166
|
+
| `@tool` decorator | Custom capability | `function` |
|
|
167
|
+
| `SerperDevTool` | `web_search` | `http` |
|
|
168
|
+
| `ScrapeWebsiteTool` | `web_scrape` | `http` |
|
|
169
|
+
| `FileReadTool` | `file_read` | `function` |
|
|
170
|
+
| `DirectoryReadTool` | `directory_read` | `function` |
|
|
171
|
+
| `MDXSearchTool` | `document_search` | `function` |
|
|
172
|
+
| `PDFSearchTool` | `pdf_search` | `function` |
|
|
173
|
+
| `DOCXSearchTool` | `docx_search` | `function` |
|
|
174
|
+
| `CSVSearchTool` | `csv_search` | `function` |
|
|
175
|
+
| `JSONSearchTool` | `json_search` | `function` |
|
|
176
|
+
| `XMLSearchTool` | `xml_search` | `function` |
|
|
177
|
+
| `CodeInterpreterTool` | `code_execute` | `function` |
|
|
178
|
+
| `BrowserbaseLoadTool` | `browser_automation` | `http` |
|
|
179
|
+
| `GithubSearchTool` | `github_search` | `api` |
|
|
180
|
+
| `YoutubeChannelSearchTool` | `youtube_search` | `api` |
|
|
181
|
+
| `YoutubeVideoSearchTool` | `youtube_video_search` | `api` |
|
|
182
|
+
| `RagTool` | `rag_query` | `function` |
|
|
183
|
+
| `LlamaIndexTool` | `llama_index` | `function` |
|
|
184
|
+
| `SeleniumScrapingTool` | `web_scrape_dynamic` | `http` |
|
|
185
|
+
|
|
186
|
+
### CrewAI Process Types to OSSA Workflow Patterns
|
|
187
|
+
|
|
188
|
+
| CrewAI Process | OSSA Pattern | Description |
|
|
189
|
+
|----------------|--------------|-------------|
|
|
190
|
+
| `Process.sequential` | Linear `steps[]` | Tasks execute in order |
|
|
191
|
+
| `Process.hierarchical` | Manager agent + `Parallel` steps | Manager delegates to workers |
|
|
192
|
+
| `Process.consensual` | `Parallel` with voting step | Agents reach consensus |
|
|
193
|
+
|
|
194
|
+
### CrewAI Memory to OSSA State
|
|
195
|
+
|
|
196
|
+
| CrewAI Memory Type | OSSA State Field | Notes |
|
|
197
|
+
|--------------------|------------------|-------|
|
|
198
|
+
| `short_term` | `spec.state.context_window` | Recent interaction memory |
|
|
199
|
+
| `long_term` | `spec.state.persistence.type: database` | Persistent memory |
|
|
200
|
+
| `entity` | `spec.state.memory.entities` | Entity extraction |
|
|
201
|
+
| `contextual` | `spec.state.memory.contextual` | RAG-based memory |
|
|
202
|
+
| `embeddings` | `spec.state.memory.embeddings` | Vector store |
|
|
203
|
+
|
|
204
|
+
### CrewAI Callbacks to OSSA Observability
|
|
205
|
+
|
|
206
|
+
| CrewAI Callback | OSSA Observability | Notes |
|
|
207
|
+
|-----------------|-------------------|-------|
|
|
208
|
+
| `step_callback` | `spec.observability.tracing.on_step` | Step completion |
|
|
209
|
+
| `task_callback` | `spec.observability.tracing.on_task` | Task completion |
|
|
210
|
+
| `on_run_start` | `spec.observability.callbacks.before_execute` | Crew start |
|
|
211
|
+
| `on_run_end` | `spec.observability.callbacks.after_execute` | Crew end |
|
|
212
|
+
| `on_agent_start` | `spec.observability.callbacks.agent_start` | Agent activation |
|
|
213
|
+
| `on_agent_end` | `spec.observability.callbacks.agent_end` | Agent completion |
|
|
214
|
+
|
|
215
|
+
## Definitions
|
|
216
|
+
|
|
217
|
+
### CrewAIAgent
|
|
218
|
+
|
|
219
|
+
```yaml
|
|
220
|
+
CrewAIAgent:
|
|
221
|
+
type: object
|
|
222
|
+
required:
|
|
223
|
+
- role
|
|
224
|
+
- goal
|
|
225
|
+
properties:
|
|
226
|
+
role:
|
|
227
|
+
type: string
|
|
228
|
+
description: "Agent's role/persona"
|
|
229
|
+
examples:
|
|
230
|
+
- "Senior Research Analyst"
|
|
231
|
+
- "Technical Writer"
|
|
232
|
+
- "Quality Assurance Engineer"
|
|
233
|
+
|
|
234
|
+
goal:
|
|
235
|
+
type: string
|
|
236
|
+
description: "Agent's primary objective"
|
|
237
|
+
|
|
238
|
+
backstory:
|
|
239
|
+
type: string
|
|
240
|
+
description: "Background context for the agent persona"
|
|
241
|
+
|
|
242
|
+
llm:
|
|
243
|
+
type: object
|
|
244
|
+
description: "LLM configuration for this agent"
|
|
245
|
+
properties:
|
|
246
|
+
provider:
|
|
247
|
+
type: string
|
|
248
|
+
enum: [openai, anthropic, google, azure, ollama, groq]
|
|
249
|
+
model:
|
|
250
|
+
type: string
|
|
251
|
+
temperature:
|
|
252
|
+
type: number
|
|
253
|
+
minimum: 0
|
|
254
|
+
maximum: 2
|
|
255
|
+
|
|
256
|
+
tools:
|
|
257
|
+
type: array
|
|
258
|
+
description: "Tools available to this agent"
|
|
259
|
+
items:
|
|
260
|
+
type: string
|
|
261
|
+
|
|
262
|
+
allow_delegation:
|
|
263
|
+
type: boolean
|
|
264
|
+
default: true
|
|
265
|
+
description: "Can this agent delegate to others"
|
|
266
|
+
|
|
267
|
+
max_iter:
|
|
268
|
+
type: integer
|
|
269
|
+
default: 25
|
|
270
|
+
minimum: 1
|
|
271
|
+
description: "Maximum reasoning iterations"
|
|
272
|
+
|
|
273
|
+
max_rpm:
|
|
274
|
+
type: integer
|
|
275
|
+
description: "Rate limit for this agent"
|
|
276
|
+
|
|
277
|
+
max_execution_time:
|
|
278
|
+
type: integer
|
|
279
|
+
description: "Maximum execution time in seconds"
|
|
280
|
+
|
|
281
|
+
verbose:
|
|
282
|
+
type: boolean
|
|
283
|
+
default: false
|
|
284
|
+
description: "Enable verbose logging"
|
|
285
|
+
|
|
286
|
+
cache:
|
|
287
|
+
type: boolean
|
|
288
|
+
default: true
|
|
289
|
+
description: "Enable response caching"
|
|
290
|
+
|
|
291
|
+
system_template:
|
|
292
|
+
type: string
|
|
293
|
+
description: "Custom system prompt template"
|
|
294
|
+
|
|
295
|
+
prompt_template:
|
|
296
|
+
type: string
|
|
297
|
+
description: "Custom prompt template"
|
|
298
|
+
|
|
299
|
+
response_template:
|
|
300
|
+
type: string
|
|
301
|
+
description: "Custom response template"
|
|
302
|
+
|
|
303
|
+
allow_code_execution:
|
|
304
|
+
type: boolean
|
|
305
|
+
default: false
|
|
306
|
+
description: "Allow code execution capability"
|
|
307
|
+
|
|
308
|
+
code_execution_mode:
|
|
309
|
+
type: string
|
|
310
|
+
enum: [safe, unsafe]
|
|
311
|
+
default: safe
|
|
312
|
+
description: "Code execution security mode"
|
|
313
|
+
|
|
314
|
+
ossa_agent_ref:
|
|
315
|
+
type: string
|
|
316
|
+
description: "Reference to OSSA Agent manifest file"
|
|
317
|
+
examples:
|
|
318
|
+
- "./agents/researcher.ossa.yaml"
|
|
319
|
+
- "ossa://agents/content-writer"
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
### CrewAITask
|
|
323
|
+
|
|
324
|
+
```yaml
|
|
325
|
+
CrewAITask:
|
|
326
|
+
type: object
|
|
327
|
+
required:
|
|
328
|
+
- description
|
|
329
|
+
- agent
|
|
330
|
+
properties:
|
|
331
|
+
description:
|
|
332
|
+
type: string
|
|
333
|
+
description: "Detailed task description"
|
|
334
|
+
|
|
335
|
+
agent:
|
|
336
|
+
type: string
|
|
337
|
+
description: "Agent role assigned to this task"
|
|
338
|
+
|
|
339
|
+
expected_output:
|
|
340
|
+
type: string
|
|
341
|
+
description: "Description of expected output format"
|
|
342
|
+
|
|
343
|
+
tools:
|
|
344
|
+
type: array
|
|
345
|
+
items:
|
|
346
|
+
type: string
|
|
347
|
+
description: "Specific tools for this task"
|
|
348
|
+
|
|
349
|
+
context:
|
|
350
|
+
type: array
|
|
351
|
+
items:
|
|
352
|
+
type: string
|
|
353
|
+
description: "References to other tasks providing context"
|
|
354
|
+
|
|
355
|
+
async_execution:
|
|
356
|
+
type: boolean
|
|
357
|
+
default: false
|
|
358
|
+
description: "Execute asynchronously"
|
|
359
|
+
|
|
360
|
+
output_json:
|
|
361
|
+
type: object
|
|
362
|
+
description: "JSON schema for structured output"
|
|
363
|
+
|
|
364
|
+
output_pydantic:
|
|
365
|
+
type: string
|
|
366
|
+
description: "Pydantic model class name for validation"
|
|
367
|
+
|
|
368
|
+
output_file:
|
|
369
|
+
type: string
|
|
370
|
+
description: "File path for output"
|
|
371
|
+
|
|
372
|
+
human_input:
|
|
373
|
+
type: boolean
|
|
374
|
+
default: false
|
|
375
|
+
description: "Require human input before completion"
|
|
376
|
+
|
|
377
|
+
converter_cls:
|
|
378
|
+
type: string
|
|
379
|
+
description: "Custom output converter class"
|
|
380
|
+
|
|
381
|
+
ossa_task_ref:
|
|
382
|
+
type: string
|
|
383
|
+
description: "Reference to OSSA Task manifest file"
|
|
384
|
+
examples:
|
|
385
|
+
- "./tasks/research.ossa.yaml"
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
### CrewAIMemory
|
|
389
|
+
|
|
390
|
+
```yaml
|
|
391
|
+
CrewAIMemory:
|
|
392
|
+
type: object
|
|
393
|
+
description: "Memory system configuration"
|
|
394
|
+
properties:
|
|
395
|
+
enabled:
|
|
396
|
+
type: boolean
|
|
397
|
+
default: false
|
|
398
|
+
description: "Enable memory system"
|
|
399
|
+
|
|
400
|
+
short_term:
|
|
401
|
+
type: object
|
|
402
|
+
description: "Short-term memory (within session)"
|
|
403
|
+
properties:
|
|
404
|
+
provider:
|
|
405
|
+
type: string
|
|
406
|
+
enum: [rag, simple, custom]
|
|
407
|
+
default: rag
|
|
408
|
+
embedder:
|
|
409
|
+
type: object
|
|
410
|
+
properties:
|
|
411
|
+
provider:
|
|
412
|
+
type: string
|
|
413
|
+
enum: [openai, cohere, google, huggingface]
|
|
414
|
+
model:
|
|
415
|
+
type: string
|
|
416
|
+
config:
|
|
417
|
+
type: object
|
|
418
|
+
additionalProperties: true
|
|
419
|
+
|
|
420
|
+
long_term:
|
|
421
|
+
type: object
|
|
422
|
+
description: "Long-term memory (persistent)"
|
|
423
|
+
properties:
|
|
424
|
+
provider:
|
|
425
|
+
type: string
|
|
426
|
+
enum: [rag, sqlite, custom]
|
|
427
|
+
default: rag
|
|
428
|
+
storage:
|
|
429
|
+
type: object
|
|
430
|
+
properties:
|
|
431
|
+
type:
|
|
432
|
+
type: string
|
|
433
|
+
enum: [chroma, qdrant, pinecone, weaviate, pgvector]
|
|
434
|
+
connection:
|
|
435
|
+
type: string
|
|
436
|
+
description: "Connection string or path"
|
|
437
|
+
|
|
438
|
+
entity:
|
|
439
|
+
type: object
|
|
440
|
+
description: "Entity memory (extracted entities)"
|
|
441
|
+
properties:
|
|
442
|
+
enabled:
|
|
443
|
+
type: boolean
|
|
444
|
+
default: false
|
|
445
|
+
provider:
|
|
446
|
+
type: string
|
|
447
|
+
enum: [rag, spacy, custom]
|
|
448
|
+
|
|
449
|
+
contextual:
|
|
450
|
+
type: object
|
|
451
|
+
description: "Contextual memory (RAG-based)"
|
|
452
|
+
properties:
|
|
453
|
+
enabled:
|
|
454
|
+
type: boolean
|
|
455
|
+
default: false
|
|
456
|
+
retriever:
|
|
457
|
+
type: object
|
|
458
|
+
properties:
|
|
459
|
+
k:
|
|
460
|
+
type: integer
|
|
461
|
+
default: 5
|
|
462
|
+
description: "Number of results to retrieve"
|
|
463
|
+
threshold:
|
|
464
|
+
type: number
|
|
465
|
+
default: 0.7
|
|
466
|
+
description: "Similarity threshold"
|
|
467
|
+
```
|
|
468
|
+
|
|
469
|
+
### CrewAICallbacks
|
|
470
|
+
|
|
471
|
+
```yaml
|
|
472
|
+
CrewAICallbacks:
|
|
473
|
+
type: object
|
|
474
|
+
description: "Callback configuration for observability"
|
|
475
|
+
properties:
|
|
476
|
+
on_step:
|
|
477
|
+
type: object
|
|
478
|
+
description: "Step completion callback"
|
|
479
|
+
properties:
|
|
480
|
+
handler:
|
|
481
|
+
type: string
|
|
482
|
+
description: "Handler function/class reference"
|
|
483
|
+
otel_export:
|
|
484
|
+
type: boolean
|
|
485
|
+
default: true
|
|
486
|
+
description: "Export to OpenTelemetry"
|
|
487
|
+
include_output:
|
|
488
|
+
type: boolean
|
|
489
|
+
default: false
|
|
490
|
+
description: "Include step output in trace"
|
|
491
|
+
|
|
492
|
+
on_task:
|
|
493
|
+
type: object
|
|
494
|
+
description: "Task completion callback"
|
|
495
|
+
properties:
|
|
496
|
+
handler:
|
|
497
|
+
type: string
|
|
498
|
+
otel_export:
|
|
499
|
+
type: boolean
|
|
500
|
+
default: true
|
|
501
|
+
include_output:
|
|
502
|
+
type: boolean
|
|
503
|
+
default: false
|
|
504
|
+
|
|
505
|
+
on_crew_start:
|
|
506
|
+
type: object
|
|
507
|
+
description: "Crew start callback"
|
|
508
|
+
properties:
|
|
509
|
+
handler:
|
|
510
|
+
type: string
|
|
511
|
+
otel_export:
|
|
512
|
+
type: boolean
|
|
513
|
+
default: true
|
|
514
|
+
|
|
515
|
+
on_crew_end:
|
|
516
|
+
type: object
|
|
517
|
+
description: "Crew completion callback"
|
|
518
|
+
properties:
|
|
519
|
+
handler:
|
|
520
|
+
type: string
|
|
521
|
+
otel_export:
|
|
522
|
+
type: boolean
|
|
523
|
+
default: true
|
|
524
|
+
include_final_output:
|
|
525
|
+
type: boolean
|
|
526
|
+
default: true
|
|
527
|
+
|
|
528
|
+
on_agent_action:
|
|
529
|
+
type: object
|
|
530
|
+
description: "Agent action callback"
|
|
531
|
+
properties:
|
|
532
|
+
handler:
|
|
533
|
+
type: string
|
|
534
|
+
otel_export:
|
|
535
|
+
type: boolean
|
|
536
|
+
default: true
|
|
537
|
+
|
|
538
|
+
on_tool_use:
|
|
539
|
+
type: object
|
|
540
|
+
description: "Tool usage callback"
|
|
541
|
+
properties:
|
|
542
|
+
handler:
|
|
543
|
+
type: string
|
|
544
|
+
otel_export:
|
|
545
|
+
type: boolean
|
|
546
|
+
default: true
|
|
547
|
+
track_latency:
|
|
548
|
+
type: boolean
|
|
549
|
+
default: true
|
|
550
|
+
```
|
|
551
|
+
|
|
552
|
+
## Example Manifests
|
|
553
|
+
|
|
554
|
+
### Example 1: Research Crew as OSSA Workflow
|
|
555
|
+
|
|
556
|
+
CrewAI Python code:
|
|
557
|
+
|
|
558
|
+
```python
|
|
559
|
+
from crewai import Agent, Task, Crew, Process
|
|
560
|
+
|
|
561
|
+
researcher = Agent(
|
|
562
|
+
role="Senior Research Analyst",
|
|
563
|
+
goal="Uncover cutting-edge developments in AI",
|
|
564
|
+
backstory="You are a seasoned researcher at a tech think tank.",
|
|
565
|
+
tools=[SerperDevTool(), ScrapeWebsiteTool()],
|
|
566
|
+
allow_delegation=False,
|
|
567
|
+
verbose=True
|
|
568
|
+
)
|
|
569
|
+
|
|
570
|
+
writer = Agent(
|
|
571
|
+
role="Tech Content Writer",
|
|
572
|
+
goal="Write engaging tech content based on research",
|
|
573
|
+
backstory="You are a renowned content writer for tech blogs.",
|
|
574
|
+
tools=[],
|
|
575
|
+
verbose=True
|
|
576
|
+
)
|
|
577
|
+
|
|
578
|
+
research_task = Task(
|
|
579
|
+
description="Research the latest AI developments in 2024",
|
|
580
|
+
agent=researcher,
|
|
581
|
+
expected_output="A comprehensive list of AI developments"
|
|
582
|
+
)
|
|
583
|
+
|
|
584
|
+
write_task = Task(
|
|
585
|
+
description="Write a blog post about the AI developments",
|
|
586
|
+
agent=writer,
|
|
587
|
+
expected_output="A blog post in markdown format",
|
|
588
|
+
context=[research_task]
|
|
589
|
+
)
|
|
590
|
+
|
|
591
|
+
crew = Crew(
|
|
592
|
+
agents=[researcher, writer],
|
|
593
|
+
tasks=[research_task, write_task],
|
|
594
|
+
process=Process.sequential,
|
|
595
|
+
memory=True,
|
|
596
|
+
verbose=True
|
|
597
|
+
)
|
|
598
|
+
```
|
|
599
|
+
|
|
600
|
+
Equivalent OSSA Workflow:
|
|
601
|
+
|
|
602
|
+
```yaml
|
|
603
|
+
apiVersion: ossa/v0.3.3
|
|
604
|
+
kind: Workflow
|
|
605
|
+
metadata:
|
|
606
|
+
name: ai-research-crew
|
|
607
|
+
version: 1.0.0
|
|
608
|
+
description: "Research and write about AI developments"
|
|
609
|
+
labels:
|
|
610
|
+
framework: crewai
|
|
611
|
+
domain: research
|
|
612
|
+
|
|
613
|
+
spec:
|
|
614
|
+
triggers:
|
|
615
|
+
- type: manual
|
|
616
|
+
|
|
617
|
+
inputs:
|
|
618
|
+
type: object
|
|
619
|
+
properties:
|
|
620
|
+
topic:
|
|
621
|
+
type: string
|
|
622
|
+
default: "AI developments"
|
|
623
|
+
year:
|
|
624
|
+
type: integer
|
|
625
|
+
default: 2024
|
|
626
|
+
|
|
627
|
+
steps:
|
|
628
|
+
- id: research
|
|
629
|
+
name: "Research AI Developments"
|
|
630
|
+
kind: Agent
|
|
631
|
+
ref: "./agents/researcher.ossa.yaml"
|
|
632
|
+
input:
|
|
633
|
+
topic: "${{ workflow.input.topic }}"
|
|
634
|
+
year: "${{ workflow.input.year }}"
|
|
635
|
+
output:
|
|
636
|
+
to: research_results
|
|
637
|
+
|
|
638
|
+
- id: write
|
|
639
|
+
name: "Write Blog Post"
|
|
640
|
+
kind: Agent
|
|
641
|
+
ref: "./agents/writer.ossa.yaml"
|
|
642
|
+
depends_on:
|
|
643
|
+
- research
|
|
644
|
+
input:
|
|
645
|
+
research: "${{ steps.research.output }}"
|
|
646
|
+
output:
|
|
647
|
+
to: blog_post
|
|
648
|
+
|
|
649
|
+
outputs:
|
|
650
|
+
type: object
|
|
651
|
+
properties:
|
|
652
|
+
blog_post:
|
|
653
|
+
type: string
|
|
654
|
+
|
|
655
|
+
observability:
|
|
656
|
+
tracing:
|
|
657
|
+
enabled: true
|
|
658
|
+
propagate_context: true
|
|
659
|
+
metrics:
|
|
660
|
+
enabled: true
|
|
661
|
+
custom_labels:
|
|
662
|
+
crew: ai-research-crew
|
|
663
|
+
|
|
664
|
+
extensions:
|
|
665
|
+
crewai:
|
|
666
|
+
crew_name: ai-research-crew
|
|
667
|
+
process_type: sequential
|
|
668
|
+
delegation_enabled: false
|
|
669
|
+
verbose: true
|
|
670
|
+
memory_config:
|
|
671
|
+
enabled: true
|
|
672
|
+
short_term:
|
|
673
|
+
provider: rag
|
|
674
|
+
long_term:
|
|
675
|
+
provider: rag
|
|
676
|
+
callbacks:
|
|
677
|
+
on_step:
|
|
678
|
+
otel_export: true
|
|
679
|
+
on_task:
|
|
680
|
+
otel_export: true
|
|
681
|
+
on_crew_end:
|
|
682
|
+
include_final_output: true
|
|
683
|
+
|
|
684
|
+
agents:
|
|
685
|
+
- role: "Senior Research Analyst"
|
|
686
|
+
goal: "Uncover cutting-edge developments in AI"
|
|
687
|
+
backstory: "You are a seasoned researcher at a tech think tank."
|
|
688
|
+
tools:
|
|
689
|
+
- web_search
|
|
690
|
+
- web_scrape
|
|
691
|
+
allow_delegation: false
|
|
692
|
+
verbose: true
|
|
693
|
+
ossa_agent_ref: "./agents/researcher.ossa.yaml"
|
|
694
|
+
|
|
695
|
+
- role: "Tech Content Writer"
|
|
696
|
+
goal: "Write engaging tech content based on research"
|
|
697
|
+
backstory: "You are a renowned content writer for tech blogs."
|
|
698
|
+
tools: []
|
|
699
|
+
verbose: true
|
|
700
|
+
ossa_agent_ref: "./agents/writer.ossa.yaml"
|
|
701
|
+
|
|
702
|
+
tasks:
|
|
703
|
+
- description: "Research the latest AI developments in 2024"
|
|
704
|
+
agent: "Senior Research Analyst"
|
|
705
|
+
expected_output: "A comprehensive list of AI developments"
|
|
706
|
+
ossa_task_ref: "./tasks/research.ossa.yaml"
|
|
707
|
+
|
|
708
|
+
- description: "Write a blog post about the AI developments"
|
|
709
|
+
agent: "Tech Content Writer"
|
|
710
|
+
expected_output: "A blog post in markdown format"
|
|
711
|
+
context:
|
|
712
|
+
- "Research the latest AI developments in 2024"
|
|
713
|
+
ossa_task_ref: "./tasks/write-blog.ossa.yaml"
|
|
714
|
+
```
|
|
715
|
+
|
|
716
|
+
### Example 2: Researcher Agent Manifest
|
|
717
|
+
|
|
718
|
+
```yaml
|
|
719
|
+
apiVersion: ossa/v0.3.3
|
|
720
|
+
kind: Agent
|
|
721
|
+
metadata:
|
|
722
|
+
name: researcher
|
|
723
|
+
version: 1.0.0
|
|
724
|
+
description: "Senior Research Analyst - uncovers cutting-edge developments"
|
|
725
|
+
labels:
|
|
726
|
+
framework: crewai
|
|
727
|
+
crew: ai-research-crew
|
|
728
|
+
annotations:
|
|
729
|
+
crewai.goal: "Uncover cutting-edge developments in AI"
|
|
730
|
+
|
|
731
|
+
spec:
|
|
732
|
+
role: |
|
|
733
|
+
You are a Senior Research Analyst at a leading tech think tank.
|
|
734
|
+
Your primary goal is to uncover cutting-edge developments in AI.
|
|
735
|
+
You are known for your thoroughness and ability to find key insights.
|
|
736
|
+
|
|
737
|
+
prompts:
|
|
738
|
+
system:
|
|
739
|
+
template: |
|
|
740
|
+
You are a seasoned researcher at a tech think tank.
|
|
741
|
+
Your analysis should be comprehensive, data-driven, and insightful.
|
|
742
|
+
Always cite your sources and provide verifiable information.
|
|
743
|
+
|
|
744
|
+
llm:
|
|
745
|
+
provider: openai
|
|
746
|
+
model: gpt-4o
|
|
747
|
+
temperature: 0.7
|
|
748
|
+
|
|
749
|
+
tools:
|
|
750
|
+
- type: http
|
|
751
|
+
name: serper-search
|
|
752
|
+
config:
|
|
753
|
+
endpoint: "https://google.serper.dev/search"
|
|
754
|
+
method: POST
|
|
755
|
+
- type: http
|
|
756
|
+
name: web-scraper
|
|
757
|
+
config:
|
|
758
|
+
endpoint: "internal://scraper"
|
|
759
|
+
|
|
760
|
+
autonomy:
|
|
761
|
+
level: semi
|
|
762
|
+
max_iterations: 25
|
|
763
|
+
checkpoint_frequency: 5
|
|
764
|
+
|
|
765
|
+
constraints:
|
|
766
|
+
rate_limit:
|
|
767
|
+
requests_per_minute: 60
|
|
768
|
+
resource_limits:
|
|
769
|
+
max_execution_time_seconds: 300
|
|
770
|
+
|
|
771
|
+
state:
|
|
772
|
+
persistence:
|
|
773
|
+
enabled: true
|
|
774
|
+
type: memory
|
|
775
|
+
context_window: 10
|
|
776
|
+
|
|
777
|
+
observability:
|
|
778
|
+
logging:
|
|
779
|
+
level: debug
|
|
780
|
+
tracing:
|
|
781
|
+
enabled: true
|
|
782
|
+
metrics:
|
|
783
|
+
enabled: true
|
|
784
|
+
|
|
785
|
+
delegation:
|
|
786
|
+
enabled: false
|
|
787
|
+
|
|
788
|
+
taxonomy:
|
|
789
|
+
domain: data
|
|
790
|
+
subdomain: research
|
|
791
|
+
capability: analyze_trends
|
|
792
|
+
concerns:
|
|
793
|
+
- quality
|
|
794
|
+
- reliability
|
|
795
|
+
|
|
796
|
+
access:
|
|
797
|
+
tier: tier_1_read
|
|
798
|
+
permissions:
|
|
799
|
+
- read_code
|
|
800
|
+
- read_configs
|
|
801
|
+
- execute_queries
|
|
802
|
+
audit_level: detailed
|
|
803
|
+
|
|
804
|
+
runtime:
|
|
805
|
+
type: unified
|
|
806
|
+
supports:
|
|
807
|
+
- local-execution
|
|
808
|
+
- kubernetes
|
|
809
|
+
```
|
|
810
|
+
|
|
811
|
+
### Example 3: Hierarchical Crew Pattern
|
|
812
|
+
|
|
813
|
+
```yaml
|
|
814
|
+
apiVersion: ossa/v0.3.3
|
|
815
|
+
kind: Workflow
|
|
816
|
+
metadata:
|
|
817
|
+
name: content-production-crew
|
|
818
|
+
version: 1.0.0
|
|
819
|
+
description: "Hierarchical content production with manager delegation"
|
|
820
|
+
labels:
|
|
821
|
+
framework: crewai
|
|
822
|
+
process: hierarchical
|
|
823
|
+
|
|
824
|
+
spec:
|
|
825
|
+
steps:
|
|
826
|
+
- id: manager-orchestration
|
|
827
|
+
name: "Manager Orchestration"
|
|
828
|
+
kind: Parallel
|
|
829
|
+
parallel:
|
|
830
|
+
- id: researcher-1
|
|
831
|
+
kind: Agent
|
|
832
|
+
ref: "./agents/researcher.ossa.yaml"
|
|
833
|
+
input:
|
|
834
|
+
topic: "Technical trends"
|
|
835
|
+
- id: researcher-2
|
|
836
|
+
kind: Agent
|
|
837
|
+
ref: "./agents/researcher.ossa.yaml"
|
|
838
|
+
input:
|
|
839
|
+
topic: "Market analysis"
|
|
840
|
+
- id: analyst
|
|
841
|
+
kind: Agent
|
|
842
|
+
ref: "./agents/analyst.ossa.yaml"
|
|
843
|
+
input:
|
|
844
|
+
topic: "Competitive landscape"
|
|
845
|
+
|
|
846
|
+
- id: synthesis
|
|
847
|
+
kind: Agent
|
|
848
|
+
ref: "./agents/synthesizer.ossa.yaml"
|
|
849
|
+
depends_on:
|
|
850
|
+
- manager-orchestration
|
|
851
|
+
input:
|
|
852
|
+
research_1: "${{ steps.researcher-1.output }}"
|
|
853
|
+
research_2: "${{ steps.researcher-2.output }}"
|
|
854
|
+
analysis: "${{ steps.analyst.output }}"
|
|
855
|
+
|
|
856
|
+
- id: review
|
|
857
|
+
kind: Agent
|
|
858
|
+
ref: "./agents/reviewer.ossa.yaml"
|
|
859
|
+
depends_on:
|
|
860
|
+
- synthesis
|
|
861
|
+
input:
|
|
862
|
+
content: "${{ steps.synthesis.output }}"
|
|
863
|
+
|
|
864
|
+
extensions:
|
|
865
|
+
crewai:
|
|
866
|
+
crew_name: content-production-crew
|
|
867
|
+
process_type: hierarchical
|
|
868
|
+
delegation_enabled: true
|
|
869
|
+
manager_llm:
|
|
870
|
+
provider: anthropic
|
|
871
|
+
model: claude-sonnet-4-20250514
|
|
872
|
+
temperature: 0.3
|
|
873
|
+
memory_config:
|
|
874
|
+
enabled: true
|
|
875
|
+
short_term:
|
|
876
|
+
provider: rag
|
|
877
|
+
long_term:
|
|
878
|
+
provider: rag
|
|
879
|
+
storage:
|
|
880
|
+
type: chroma
|
|
881
|
+
connection: "./data/chroma_db"
|
|
882
|
+
callbacks:
|
|
883
|
+
on_step:
|
|
884
|
+
handler: "metrics.CrewStepCallback"
|
|
885
|
+
otel_export: true
|
|
886
|
+
on_tool_use:
|
|
887
|
+
track_latency: true
|
|
888
|
+
```
|
|
889
|
+
|
|
890
|
+
### Example 4: OSSA to CrewAI Conversion
|
|
891
|
+
|
|
892
|
+
Given an OSSA Workflow, convert to CrewAI Python code:
|
|
893
|
+
|
|
894
|
+
```python
|
|
895
|
+
# Auto-generated from OSSA manifest: ai-research-crew.ossa.yaml
|
|
896
|
+
|
|
897
|
+
from crewai import Agent, Task, Crew, Process
|
|
898
|
+
from crewai.tools import SerperDevTool, ScrapeWebsiteTool
|
|
899
|
+
|
|
900
|
+
# Agent: researcher (from ./agents/researcher.ossa.yaml)
|
|
901
|
+
researcher = Agent(
|
|
902
|
+
role="Senior Research Analyst",
|
|
903
|
+
goal="Uncover cutting-edge developments in AI",
|
|
904
|
+
backstory="""You are a seasoned researcher at a tech think tank.
|
|
905
|
+
Your analysis should be comprehensive, data-driven, and insightful.
|
|
906
|
+
Always cite your sources and provide verifiable information.""",
|
|
907
|
+
llm="gpt-4o",
|
|
908
|
+
tools=[SerperDevTool(), ScrapeWebsiteTool()],
|
|
909
|
+
allow_delegation=False,
|
|
910
|
+
verbose=True,
|
|
911
|
+
max_iter=25,
|
|
912
|
+
cache=True
|
|
913
|
+
)
|
|
914
|
+
|
|
915
|
+
# Agent: writer (from ./agents/writer.ossa.yaml)
|
|
916
|
+
writer = Agent(
|
|
917
|
+
role="Tech Content Writer",
|
|
918
|
+
goal="Write engaging tech content based on research",
|
|
919
|
+
backstory="You are a renowned content writer for tech blogs.",
|
|
920
|
+
llm="gpt-4o",
|
|
921
|
+
tools=[],
|
|
922
|
+
verbose=True,
|
|
923
|
+
max_iter=25
|
|
924
|
+
)
|
|
925
|
+
|
|
926
|
+
# Task: research (from ./tasks/research.ossa.yaml)
|
|
927
|
+
research_task = Task(
|
|
928
|
+
description="Research the latest AI developments in 2024",
|
|
929
|
+
agent=researcher,
|
|
930
|
+
expected_output="A comprehensive list of AI developments"
|
|
931
|
+
)
|
|
932
|
+
|
|
933
|
+
# Task: write-blog (from ./tasks/write-blog.ossa.yaml)
|
|
934
|
+
write_task = Task(
|
|
935
|
+
description="Write a blog post about the AI developments",
|
|
936
|
+
agent=writer,
|
|
937
|
+
expected_output="A blog post in markdown format",
|
|
938
|
+
context=[research_task]
|
|
939
|
+
)
|
|
940
|
+
|
|
941
|
+
# Crew: ai-research-crew
|
|
942
|
+
crew = Crew(
|
|
943
|
+
agents=[researcher, writer],
|
|
944
|
+
tasks=[research_task, write_task],
|
|
945
|
+
process=Process.sequential,
|
|
946
|
+
memory=True,
|
|
947
|
+
verbose=True,
|
|
948
|
+
max_rpm=60
|
|
949
|
+
)
|
|
950
|
+
|
|
951
|
+
# Execute
|
|
952
|
+
result = crew.kickoff()
|
|
953
|
+
```
|
|
954
|
+
|
|
955
|
+
## Process Type Mappings
|
|
956
|
+
|
|
957
|
+
### Sequential Process
|
|
958
|
+
|
|
959
|
+
```yaml
|
|
960
|
+
# CrewAI
|
|
961
|
+
process: Process.sequential
|
|
962
|
+
|
|
963
|
+
# OSSA Workflow
|
|
964
|
+
spec:
|
|
965
|
+
steps:
|
|
966
|
+
- id: step-1
|
|
967
|
+
# ...
|
|
968
|
+
- id: step-2
|
|
969
|
+
depends_on:
|
|
970
|
+
- step-1
|
|
971
|
+
- id: step-3
|
|
972
|
+
depends_on:
|
|
973
|
+
- step-2
|
|
974
|
+
```
|
|
975
|
+
|
|
976
|
+
### Hierarchical Process
|
|
977
|
+
|
|
978
|
+
```yaml
|
|
979
|
+
# CrewAI
|
|
980
|
+
process: Process.hierarchical
|
|
981
|
+
manager_llm: ChatOpenAI(model="gpt-4")
|
|
982
|
+
|
|
983
|
+
# OSSA Workflow
|
|
984
|
+
spec:
|
|
985
|
+
steps:
|
|
986
|
+
- id: manager
|
|
987
|
+
kind: Agent
|
|
988
|
+
ref: "./agents/manager.ossa.yaml"
|
|
989
|
+
input:
|
|
990
|
+
available_agents:
|
|
991
|
+
- researcher
|
|
992
|
+
- writer
|
|
993
|
+
- analyst
|
|
994
|
+
- id: workers
|
|
995
|
+
kind: Parallel
|
|
996
|
+
depends_on:
|
|
997
|
+
- manager
|
|
998
|
+
parallel:
|
|
999
|
+
- id: researcher
|
|
1000
|
+
kind: Agent
|
|
1001
|
+
ref: "./agents/researcher.ossa.yaml"
|
|
1002
|
+
condition: "${{ steps.manager.output.delegate_to contains 'researcher' }}"
|
|
1003
|
+
- id: writer
|
|
1004
|
+
kind: Agent
|
|
1005
|
+
ref: "./agents/writer.ossa.yaml"
|
|
1006
|
+
condition: "${{ steps.manager.output.delegate_to contains 'writer' }}"
|
|
1007
|
+
|
|
1008
|
+
extensions:
|
|
1009
|
+
crewai:
|
|
1010
|
+
process_type: hierarchical
|
|
1011
|
+
manager_llm:
|
|
1012
|
+
provider: openai
|
|
1013
|
+
model: gpt-4
|
|
1014
|
+
```
|
|
1015
|
+
|
|
1016
|
+
### Consensual Process (Future)
|
|
1017
|
+
|
|
1018
|
+
```yaml
|
|
1019
|
+
# OSSA Workflow pattern for consensus
|
|
1020
|
+
spec:
|
|
1021
|
+
steps:
|
|
1022
|
+
- id: parallel-analysis
|
|
1023
|
+
kind: Parallel
|
|
1024
|
+
parallel:
|
|
1025
|
+
- id: agent-1
|
|
1026
|
+
kind: Agent
|
|
1027
|
+
ref: "./agents/analyst-1.ossa.yaml"
|
|
1028
|
+
- id: agent-2
|
|
1029
|
+
kind: Agent
|
|
1030
|
+
ref: "./agents/analyst-2.ossa.yaml"
|
|
1031
|
+
- id: agent-3
|
|
1032
|
+
kind: Agent
|
|
1033
|
+
ref: "./agents/analyst-3.ossa.yaml"
|
|
1034
|
+
|
|
1035
|
+
- id: vote
|
|
1036
|
+
kind: Task
|
|
1037
|
+
ref: "./tasks/consensus-vote.ossa.yaml"
|
|
1038
|
+
depends_on:
|
|
1039
|
+
- parallel-analysis
|
|
1040
|
+
input:
|
|
1041
|
+
votes:
|
|
1042
|
+
- "${{ steps.agent-1.output.decision }}"
|
|
1043
|
+
- "${{ steps.agent-2.output.decision }}"
|
|
1044
|
+
- "${{ steps.agent-3.output.decision }}"
|
|
1045
|
+
|
|
1046
|
+
- id: final-decision
|
|
1047
|
+
kind: Conditional
|
|
1048
|
+
depends_on:
|
|
1049
|
+
- vote
|
|
1050
|
+
branches:
|
|
1051
|
+
- condition: "${{ steps.vote.output.consensus == true }}"
|
|
1052
|
+
steps:
|
|
1053
|
+
- id: execute-decision
|
|
1054
|
+
kind: Task
|
|
1055
|
+
ref: "./tasks/execute.ossa.yaml"
|
|
1056
|
+
else:
|
|
1057
|
+
- id: escalate
|
|
1058
|
+
kind: Task
|
|
1059
|
+
ref: "./tasks/escalate.ossa.yaml"
|
|
1060
|
+
```
|
|
1061
|
+
|
|
1062
|
+
## Delegation Configuration
|
|
1063
|
+
|
|
1064
|
+
### CrewAI Delegation
|
|
1065
|
+
|
|
1066
|
+
```python
|
|
1067
|
+
# CrewAI allows delegation between agents
|
|
1068
|
+
agent = Agent(
|
|
1069
|
+
role="Manager",
|
|
1070
|
+
allow_delegation=True,
|
|
1071
|
+
# When True, agent can delegate tasks to other agents
|
|
1072
|
+
)
|
|
1073
|
+
```
|
|
1074
|
+
|
|
1075
|
+
### OSSA Delegation Mapping
|
|
1076
|
+
|
|
1077
|
+
```yaml
|
|
1078
|
+
spec:
|
|
1079
|
+
delegation:
|
|
1080
|
+
enabled: true
|
|
1081
|
+
allowed_tiers:
|
|
1082
|
+
- tier_1_read
|
|
1083
|
+
- tier_2_write_limited
|
|
1084
|
+
allowed_operations:
|
|
1085
|
+
- research
|
|
1086
|
+
- analysis
|
|
1087
|
+
- writing
|
|
1088
|
+
requires:
|
|
1089
|
+
- delegation_token
|
|
1090
|
+
- audit_trail
|
|
1091
|
+
- task_specification
|
|
1092
|
+
|
|
1093
|
+
separation:
|
|
1094
|
+
role: orchestrator
|
|
1095
|
+
can_delegate_to:
|
|
1096
|
+
- analyzer
|
|
1097
|
+
- worker
|
|
1098
|
+
conflicts_with:
|
|
1099
|
+
- executor
|
|
1100
|
+
- approver
|
|
1101
|
+
```
|
|
1102
|
+
|
|
1103
|
+
## Memory System Integration
|
|
1104
|
+
|
|
1105
|
+
### Short-term Memory
|
|
1106
|
+
|
|
1107
|
+
```yaml
|
|
1108
|
+
extensions:
|
|
1109
|
+
crewai:
|
|
1110
|
+
memory_config:
|
|
1111
|
+
short_term:
|
|
1112
|
+
provider: rag
|
|
1113
|
+
embedder:
|
|
1114
|
+
provider: openai
|
|
1115
|
+
model: text-embedding-3-small
|
|
1116
|
+
|
|
1117
|
+
# Maps to OSSA
|
|
1118
|
+
spec:
|
|
1119
|
+
state:
|
|
1120
|
+
context_window: 10
|
|
1121
|
+
memory:
|
|
1122
|
+
type: conversation
|
|
1123
|
+
max_tokens: 4096
|
|
1124
|
+
```
|
|
1125
|
+
|
|
1126
|
+
### Long-term Memory
|
|
1127
|
+
|
|
1128
|
+
```yaml
|
|
1129
|
+
extensions:
|
|
1130
|
+
crewai:
|
|
1131
|
+
memory_config:
|
|
1132
|
+
long_term:
|
|
1133
|
+
provider: rag
|
|
1134
|
+
storage:
|
|
1135
|
+
type: chroma
|
|
1136
|
+
connection: "./data/chroma"
|
|
1137
|
+
|
|
1138
|
+
# Maps to OSSA
|
|
1139
|
+
spec:
|
|
1140
|
+
state:
|
|
1141
|
+
persistence:
|
|
1142
|
+
enabled: true
|
|
1143
|
+
type: database
|
|
1144
|
+
provider: vector
|
|
1145
|
+
config:
|
|
1146
|
+
store: chroma
|
|
1147
|
+
path: "./data/chroma"
|
|
1148
|
+
```
|
|
1149
|
+
|
|
1150
|
+
## Callback Integration with OpenTelemetry
|
|
1151
|
+
|
|
1152
|
+
```yaml
|
|
1153
|
+
extensions:
|
|
1154
|
+
crewai:
|
|
1155
|
+
callbacks:
|
|
1156
|
+
on_step:
|
|
1157
|
+
handler: "observability.StepCallback"
|
|
1158
|
+
otel_export: true
|
|
1159
|
+
include_output: false
|
|
1160
|
+
on_task:
|
|
1161
|
+
handler: "observability.TaskCallback"
|
|
1162
|
+
otel_export: true
|
|
1163
|
+
on_crew_end:
|
|
1164
|
+
handler: "observability.CrewCallback"
|
|
1165
|
+
include_final_output: true
|
|
1166
|
+
|
|
1167
|
+
# Maps to OSSA observability
|
|
1168
|
+
spec:
|
|
1169
|
+
observability:
|
|
1170
|
+
tracing:
|
|
1171
|
+
enabled: true
|
|
1172
|
+
sample_rate: 1.0
|
|
1173
|
+
exporter: otlp
|
|
1174
|
+
endpoint: "http://localhost:4317"
|
|
1175
|
+
metrics:
|
|
1176
|
+
enabled: true
|
|
1177
|
+
custom_labels:
|
|
1178
|
+
framework: crewai
|
|
1179
|
+
crew: "${{ metadata.name }}"
|
|
1180
|
+
logging:
|
|
1181
|
+
level: info
|
|
1182
|
+
structured: true
|
|
1183
|
+
```
|
|
1184
|
+
|
|
1185
|
+
## Zod Validation Schema
|
|
1186
|
+
|
|
1187
|
+
```typescript
|
|
1188
|
+
import { z } from 'zod';
|
|
1189
|
+
|
|
1190
|
+
// CrewAI Agent validation
|
|
1191
|
+
const CrewAIAgentSchema = z.object({
|
|
1192
|
+
role: z.string().min(1),
|
|
1193
|
+
goal: z.string().min(1),
|
|
1194
|
+
backstory: z.string().optional(),
|
|
1195
|
+
llm: z.object({
|
|
1196
|
+
provider: z.enum(['openai', 'anthropic', 'google', 'azure', 'ollama', 'groq']),
|
|
1197
|
+
model: z.string(),
|
|
1198
|
+
temperature: z.number().min(0).max(2).optional()
|
|
1199
|
+
}).optional(),
|
|
1200
|
+
tools: z.array(z.string()).optional(),
|
|
1201
|
+
allow_delegation: z.boolean().default(true),
|
|
1202
|
+
max_iter: z.number().int().positive().default(25),
|
|
1203
|
+
max_rpm: z.number().int().positive().optional(),
|
|
1204
|
+
verbose: z.boolean().default(false),
|
|
1205
|
+
cache: z.boolean().default(true),
|
|
1206
|
+
ossa_agent_ref: z.string().optional()
|
|
1207
|
+
});
|
|
1208
|
+
|
|
1209
|
+
// CrewAI Task validation
|
|
1210
|
+
const CrewAITaskSchema = z.object({
|
|
1211
|
+
description: z.string().min(1),
|
|
1212
|
+
agent: z.string().min(1),
|
|
1213
|
+
expected_output: z.string().optional(),
|
|
1214
|
+
tools: z.array(z.string()).optional(),
|
|
1215
|
+
context: z.array(z.string()).optional(),
|
|
1216
|
+
async_execution: z.boolean().default(false),
|
|
1217
|
+
output_json: z.record(z.unknown()).optional(),
|
|
1218
|
+
output_file: z.string().optional(),
|
|
1219
|
+
human_input: z.boolean().default(false),
|
|
1220
|
+
ossa_task_ref: z.string().optional()
|
|
1221
|
+
});
|
|
1222
|
+
|
|
1223
|
+
// CrewAI Memory validation
|
|
1224
|
+
const CrewAIMemorySchema = z.object({
|
|
1225
|
+
enabled: z.boolean().default(false),
|
|
1226
|
+
short_term: z.object({
|
|
1227
|
+
provider: z.enum(['rag', 'simple', 'custom']).default('rag'),
|
|
1228
|
+
embedder: z.object({
|
|
1229
|
+
provider: z.enum(['openai', 'cohere', 'google', 'huggingface']),
|
|
1230
|
+
model: z.string(),
|
|
1231
|
+
config: z.record(z.unknown()).optional()
|
|
1232
|
+
}).optional()
|
|
1233
|
+
}).optional(),
|
|
1234
|
+
long_term: z.object({
|
|
1235
|
+
provider: z.enum(['rag', 'sqlite', 'custom']).default('rag'),
|
|
1236
|
+
storage: z.object({
|
|
1237
|
+
type: z.enum(['chroma', 'qdrant', 'pinecone', 'weaviate', 'pgvector']),
|
|
1238
|
+
connection: z.string()
|
|
1239
|
+
}).optional()
|
|
1240
|
+
}).optional(),
|
|
1241
|
+
entity: z.object({
|
|
1242
|
+
enabled: z.boolean().default(false),
|
|
1243
|
+
provider: z.enum(['rag', 'spacy', 'custom']).optional()
|
|
1244
|
+
}).optional()
|
|
1245
|
+
});
|
|
1246
|
+
|
|
1247
|
+
// CrewAI Callbacks validation
|
|
1248
|
+
const CrewAICallbacksSchema = z.object({
|
|
1249
|
+
on_step: z.object({
|
|
1250
|
+
handler: z.string().optional(),
|
|
1251
|
+
otel_export: z.boolean().default(true),
|
|
1252
|
+
include_output: z.boolean().default(false)
|
|
1253
|
+
}).optional(),
|
|
1254
|
+
on_task: z.object({
|
|
1255
|
+
handler: z.string().optional(),
|
|
1256
|
+
otel_export: z.boolean().default(true),
|
|
1257
|
+
include_output: z.boolean().default(false)
|
|
1258
|
+
}).optional(),
|
|
1259
|
+
on_crew_start: z.object({
|
|
1260
|
+
handler: z.string().optional(),
|
|
1261
|
+
otel_export: z.boolean().default(true)
|
|
1262
|
+
}).optional(),
|
|
1263
|
+
on_crew_end: z.object({
|
|
1264
|
+
handler: z.string().optional(),
|
|
1265
|
+
otel_export: z.boolean().default(true),
|
|
1266
|
+
include_final_output: z.boolean().default(true)
|
|
1267
|
+
}).optional()
|
|
1268
|
+
});
|
|
1269
|
+
|
|
1270
|
+
// Full CrewAI Extension validation
|
|
1271
|
+
export const CrewAIExtensionSchema = z.object({
|
|
1272
|
+
crew_name: z.string().regex(/^[a-z][a-z0-9_-]*$/),
|
|
1273
|
+
agents: z.array(CrewAIAgentSchema).optional(),
|
|
1274
|
+
tasks: z.array(CrewAITaskSchema).optional(),
|
|
1275
|
+
process_type: z.enum(['sequential', 'hierarchical', 'consensual']).default('sequential'),
|
|
1276
|
+
delegation_enabled: z.boolean().default(true),
|
|
1277
|
+
memory_config: CrewAIMemorySchema.optional(),
|
|
1278
|
+
manager_llm: z.object({
|
|
1279
|
+
provider: z.enum(['openai', 'anthropic', 'google', 'azure', 'ollama']),
|
|
1280
|
+
model: z.string(),
|
|
1281
|
+
temperature: z.number().min(0).max(2).optional()
|
|
1282
|
+
}).optional(),
|
|
1283
|
+
max_rpm: z.number().int().positive().optional(),
|
|
1284
|
+
share_crew: z.boolean().default(false),
|
|
1285
|
+
callbacks: CrewAICallbacksSchema.optional(),
|
|
1286
|
+
verbose: z.boolean().default(false),
|
|
1287
|
+
language: z.string().default('en')
|
|
1288
|
+
});
|
|
1289
|
+
|
|
1290
|
+
// Type inference
|
|
1291
|
+
export type CrewAIExtension = z.infer<typeof CrewAIExtensionSchema>;
|
|
1292
|
+
export type CrewAIAgent = z.infer<typeof CrewAIAgentSchema>;
|
|
1293
|
+
export type CrewAITask = z.infer<typeof CrewAITaskSchema>;
|
|
1294
|
+
```
|
|
1295
|
+
|
|
1296
|
+
## OpenAPI Specification
|
|
1297
|
+
|
|
1298
|
+
```yaml
|
|
1299
|
+
openapi: 3.1.0
|
|
1300
|
+
info:
|
|
1301
|
+
title: OSSA CrewAI Extension API
|
|
1302
|
+
version: 0.3.3
|
|
1303
|
+
|
|
1304
|
+
paths:
|
|
1305
|
+
/api/v1/crewai/crews:
|
|
1306
|
+
get:
|
|
1307
|
+
summary: List all CrewAI crews
|
|
1308
|
+
operationId: listCrews
|
|
1309
|
+
responses:
|
|
1310
|
+
'200':
|
|
1311
|
+
description: List of crews
|
|
1312
|
+
content:
|
|
1313
|
+
application/json:
|
|
1314
|
+
schema:
|
|
1315
|
+
type: array
|
|
1316
|
+
items:
|
|
1317
|
+
$ref: '#/components/schemas/CrewSummary'
|
|
1318
|
+
post:
|
|
1319
|
+
summary: Create a new crew from OSSA workflow
|
|
1320
|
+
operationId: createCrew
|
|
1321
|
+
requestBody:
|
|
1322
|
+
required: true
|
|
1323
|
+
content:
|
|
1324
|
+
application/json:
|
|
1325
|
+
schema:
|
|
1326
|
+
$ref: '#/components/schemas/CreateCrewRequest'
|
|
1327
|
+
responses:
|
|
1328
|
+
'201':
|
|
1329
|
+
description: Crew created
|
|
1330
|
+
content:
|
|
1331
|
+
application/json:
|
|
1332
|
+
schema:
|
|
1333
|
+
$ref: '#/components/schemas/Crew'
|
|
1334
|
+
|
|
1335
|
+
/api/v1/crewai/crews/{crewId}:
|
|
1336
|
+
get:
|
|
1337
|
+
summary: Get crew details
|
|
1338
|
+
operationId: getCrew
|
|
1339
|
+
parameters:
|
|
1340
|
+
- name: crewId
|
|
1341
|
+
in: path
|
|
1342
|
+
required: true
|
|
1343
|
+
schema:
|
|
1344
|
+
type: string
|
|
1345
|
+
responses:
|
|
1346
|
+
'200':
|
|
1347
|
+
description: Crew details
|
|
1348
|
+
content:
|
|
1349
|
+
application/json:
|
|
1350
|
+
schema:
|
|
1351
|
+
$ref: '#/components/schemas/Crew'
|
|
1352
|
+
put:
|
|
1353
|
+
summary: Update crew
|
|
1354
|
+
operationId: updateCrew
|
|
1355
|
+
parameters:
|
|
1356
|
+
- name: crewId
|
|
1357
|
+
in: path
|
|
1358
|
+
required: true
|
|
1359
|
+
schema:
|
|
1360
|
+
type: string
|
|
1361
|
+
requestBody:
|
|
1362
|
+
required: true
|
|
1363
|
+
content:
|
|
1364
|
+
application/json:
|
|
1365
|
+
schema:
|
|
1366
|
+
$ref: '#/components/schemas/UpdateCrewRequest'
|
|
1367
|
+
responses:
|
|
1368
|
+
'200':
|
|
1369
|
+
description: Crew updated
|
|
1370
|
+
delete:
|
|
1371
|
+
summary: Delete crew
|
|
1372
|
+
operationId: deleteCrew
|
|
1373
|
+
parameters:
|
|
1374
|
+
- name: crewId
|
|
1375
|
+
in: path
|
|
1376
|
+
required: true
|
|
1377
|
+
schema:
|
|
1378
|
+
type: string
|
|
1379
|
+
responses:
|
|
1380
|
+
'204':
|
|
1381
|
+
description: Crew deleted
|
|
1382
|
+
|
|
1383
|
+
/api/v1/crewai/crews/{crewId}/kickoff:
|
|
1384
|
+
post:
|
|
1385
|
+
summary: Execute crew
|
|
1386
|
+
operationId: kickoffCrew
|
|
1387
|
+
parameters:
|
|
1388
|
+
- name: crewId
|
|
1389
|
+
in: path
|
|
1390
|
+
required: true
|
|
1391
|
+
schema:
|
|
1392
|
+
type: string
|
|
1393
|
+
requestBody:
|
|
1394
|
+
content:
|
|
1395
|
+
application/json:
|
|
1396
|
+
schema:
|
|
1397
|
+
type: object
|
|
1398
|
+
properties:
|
|
1399
|
+
inputs:
|
|
1400
|
+
type: object
|
|
1401
|
+
additionalProperties: true
|
|
1402
|
+
responses:
|
|
1403
|
+
'202':
|
|
1404
|
+
description: Crew execution started
|
|
1405
|
+
content:
|
|
1406
|
+
application/json:
|
|
1407
|
+
schema:
|
|
1408
|
+
$ref: '#/components/schemas/CrewExecution'
|
|
1409
|
+
|
|
1410
|
+
/api/v1/crewai/convert/to-ossa:
|
|
1411
|
+
post:
|
|
1412
|
+
summary: Convert CrewAI Python to OSSA manifest
|
|
1413
|
+
operationId: convertToOSSA
|
|
1414
|
+
requestBody:
|
|
1415
|
+
required: true
|
|
1416
|
+
content:
|
|
1417
|
+
application/json:
|
|
1418
|
+
schema:
|
|
1419
|
+
type: object
|
|
1420
|
+
properties:
|
|
1421
|
+
python_code:
|
|
1422
|
+
type: string
|
|
1423
|
+
description: CrewAI Python code
|
|
1424
|
+
responses:
|
|
1425
|
+
'200':
|
|
1426
|
+
description: OSSA manifest
|
|
1427
|
+
content:
|
|
1428
|
+
application/yaml:
|
|
1429
|
+
schema:
|
|
1430
|
+
type: string
|
|
1431
|
+
|
|
1432
|
+
/api/v1/crewai/convert/from-ossa:
|
|
1433
|
+
post:
|
|
1434
|
+
summary: Convert OSSA manifest to CrewAI Python
|
|
1435
|
+
operationId: convertFromOSSA
|
|
1436
|
+
requestBody:
|
|
1437
|
+
required: true
|
|
1438
|
+
content:
|
|
1439
|
+
application/yaml:
|
|
1440
|
+
schema:
|
|
1441
|
+
type: string
|
|
1442
|
+
responses:
|
|
1443
|
+
'200':
|
|
1444
|
+
description: CrewAI Python code
|
|
1445
|
+
content:
|
|
1446
|
+
text/x-python:
|
|
1447
|
+
schema:
|
|
1448
|
+
type: string
|
|
1449
|
+
|
|
1450
|
+
components:
|
|
1451
|
+
schemas:
|
|
1452
|
+
CrewSummary:
|
|
1453
|
+
type: object
|
|
1454
|
+
properties:
|
|
1455
|
+
id:
|
|
1456
|
+
type: string
|
|
1457
|
+
name:
|
|
1458
|
+
type: string
|
|
1459
|
+
process_type:
|
|
1460
|
+
type: string
|
|
1461
|
+
enum: [sequential, hierarchical, consensual]
|
|
1462
|
+
agent_count:
|
|
1463
|
+
type: integer
|
|
1464
|
+
task_count:
|
|
1465
|
+
type: integer
|
|
1466
|
+
created_at:
|
|
1467
|
+
type: string
|
|
1468
|
+
format: date-time
|
|
1469
|
+
|
|
1470
|
+
Crew:
|
|
1471
|
+
type: object
|
|
1472
|
+
properties:
|
|
1473
|
+
id:
|
|
1474
|
+
type: string
|
|
1475
|
+
manifest:
|
|
1476
|
+
$ref: '#/components/schemas/OSSAWorkflow'
|
|
1477
|
+
crewai_extension:
|
|
1478
|
+
$ref: '#/components/schemas/CrewAIExtension'
|
|
1479
|
+
|
|
1480
|
+
CrewAIExtension:
|
|
1481
|
+
type: object
|
|
1482
|
+
properties:
|
|
1483
|
+
crew_name:
|
|
1484
|
+
type: string
|
|
1485
|
+
agents:
|
|
1486
|
+
type: array
|
|
1487
|
+
items:
|
|
1488
|
+
$ref: '#/components/schemas/CrewAIAgent'
|
|
1489
|
+
tasks:
|
|
1490
|
+
type: array
|
|
1491
|
+
items:
|
|
1492
|
+
$ref: '#/components/schemas/CrewAITask'
|
|
1493
|
+
process_type:
|
|
1494
|
+
type: string
|
|
1495
|
+
enum: [sequential, hierarchical, consensual]
|
|
1496
|
+
delegation_enabled:
|
|
1497
|
+
type: boolean
|
|
1498
|
+
memory_config:
|
|
1499
|
+
$ref: '#/components/schemas/CrewAIMemory'
|
|
1500
|
+
|
|
1501
|
+
CrewAIAgent:
|
|
1502
|
+
type: object
|
|
1503
|
+
required:
|
|
1504
|
+
- role
|
|
1505
|
+
- goal
|
|
1506
|
+
properties:
|
|
1507
|
+
role:
|
|
1508
|
+
type: string
|
|
1509
|
+
goal:
|
|
1510
|
+
type: string
|
|
1511
|
+
backstory:
|
|
1512
|
+
type: string
|
|
1513
|
+
tools:
|
|
1514
|
+
type: array
|
|
1515
|
+
items:
|
|
1516
|
+
type: string
|
|
1517
|
+
allow_delegation:
|
|
1518
|
+
type: boolean
|
|
1519
|
+
max_iter:
|
|
1520
|
+
type: integer
|
|
1521
|
+
|
|
1522
|
+
CrewAITask:
|
|
1523
|
+
type: object
|
|
1524
|
+
required:
|
|
1525
|
+
- description
|
|
1526
|
+
- agent
|
|
1527
|
+
properties:
|
|
1528
|
+
description:
|
|
1529
|
+
type: string
|
|
1530
|
+
agent:
|
|
1531
|
+
type: string
|
|
1532
|
+
expected_output:
|
|
1533
|
+
type: string
|
|
1534
|
+
context:
|
|
1535
|
+
type: array
|
|
1536
|
+
items:
|
|
1537
|
+
type: string
|
|
1538
|
+
|
|
1539
|
+
CrewAIMemory:
|
|
1540
|
+
type: object
|
|
1541
|
+
properties:
|
|
1542
|
+
enabled:
|
|
1543
|
+
type: boolean
|
|
1544
|
+
short_term:
|
|
1545
|
+
type: object
|
|
1546
|
+
long_term:
|
|
1547
|
+
type: object
|
|
1548
|
+
|
|
1549
|
+
CrewExecution:
|
|
1550
|
+
type: object
|
|
1551
|
+
properties:
|
|
1552
|
+
execution_id:
|
|
1553
|
+
type: string
|
|
1554
|
+
status:
|
|
1555
|
+
type: string
|
|
1556
|
+
enum: [pending, running, completed, failed]
|
|
1557
|
+
started_at:
|
|
1558
|
+
type: string
|
|
1559
|
+
format: date-time
|
|
1560
|
+
trace_id:
|
|
1561
|
+
type: string
|
|
1562
|
+
description: OpenTelemetry trace ID
|
|
1563
|
+
|
|
1564
|
+
OSSAWorkflow:
|
|
1565
|
+
type: object
|
|
1566
|
+
description: Full OSSA Workflow manifest
|
|
1567
|
+
```
|
|
1568
|
+
|
|
1569
|
+
## Related
|
|
1570
|
+
|
|
1571
|
+
- [CrewAI Documentation](https://docs.crewai.com/)
|
|
1572
|
+
- [OSSA v0.3.3 Specification](../ossa-0.3.3.schema.json)
|
|
1573
|
+
- [OSSA Workflow Kind](../UNIFIED-SCHEMA.md)
|
|
1574
|
+
- [Agent Taxonomy](../taxonomy.yaml)
|
|
1575
|
+
- [Delegation Configuration](../access_tiers.yaml)
|