@bluefly/openstandardagents 0.3.1 → 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/.wiki-config.json +24 -0
- package/CHANGELOG.md +37 -1779
- package/README.md +164 -418
- 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 +3 -3
- 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/architecture-validator-bot.d.ts +8 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +1 -0
- package/dist/bot/architecture-validator-bot.js +15 -0
- package/dist/bot/architecture-validator-bot.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +7 -0
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -0
- package/dist/bot/ci-pipeline-bot.js +7 -0
- package/dist/bot/ci-pipeline-bot.js.map +1 -0
- package/dist/bot/compliance-bot.d.ts +56 -0
- package/dist/bot/compliance-bot.d.ts.map +1 -0
- package/dist/bot/compliance-bot.js +203 -0
- package/dist/bot/compliance-bot.js.map +1 -0
- package/dist/bot/dependency-updater-bot.d.ts +9 -0
- package/dist/bot/dependency-updater-bot.d.ts.map +1 -0
- package/dist/bot/dependency-updater-bot.js +9 -0
- package/dist/bot/dependency-updater-bot.js.map +1 -0
- package/dist/bot/security-scanner-bot.d.ts +11 -0
- package/dist/bot/security-scanner-bot.d.ts.map +1 -0
- package/dist/bot/security-scanner-bot.js +21 -0
- package/dist/bot/security-scanner-bot.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts +15 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-card.command.js +287 -0
- package/dist/cli/commands/agent-card.command.js.map +1 -0
- 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.d.ts +11 -0
- package/dist/cli/commands/agents.command.d.ts.map +1 -0
- package/dist/cli/commands/agents.command.js +326 -0
- package/dist/cli/commands/agents.command.js.map +1 -0
- 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 +13 -2
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +212 -30
- 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 +18 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -0
- package/dist/cli/commands/registry.command.js +427 -0
- package/dist/cli/commands/registry.command.js.map +1 -0
- 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 +14 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -0
- package/dist/cli/commands/workspace.command.js +457 -0
- package/dist/cli/commands/workspace.command.js.map +1 -0
- 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 +117 -32
- 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 +34 -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 +77 -0
- package/dist/services/codegen/codegen.service.d.ts.map +1 -0
- package/dist/services/codegen/codegen.service.js +142 -0
- package/dist/services/codegen/codegen.service.js.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts +41 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.js +178 -0
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -0
- 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/openapi.generator.d.ts +46 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.js +157 -0
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -0
- package/dist/services/codegen/generators/types.generator.d.ts +27 -0
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/types.generator.js +97 -0
- package/dist/services/codegen/generators/types.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts +43 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +163 -0
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -0
- package/dist/services/codegen/generators/zod.generator.d.ts +31 -0
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/zod.generator.js +135 -0
- package/dist/services/codegen/generators/zod.generator.js.map +1 -0
- package/dist/services/codegen/index.d.ts +35 -0
- package/dist/services/codegen/index.d.ts.map +1 -0
- package/dist/services/codegen/index.js +38 -0
- package/dist/services/codegen/index.js.map +1 -0
- 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 +804 -0
- 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.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.2/access_tiers.yaml +375 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/adapters/drupal.md +7 -7
- package/dist/spec/{v0.3.0 → v0.3.2}/adapters/symfony.md +4 -4
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/agent-test.schema.json +2 -2
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +63 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/examples/drupal-content-writer.ossa.yaml +31 -50
- package/{spec/v0.3.0 → 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 +205 -0
- package/dist/spec/{v0.3.0 → 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 +137 -0
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +103 -0
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/extensions/drupal.md +5 -5
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/{spec/v0.3.0/ossa-0.3.0.schema.json → dist/spec/v0.3.2/ossa-0.3.2.schema.json} +634 -34
- package/dist/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/dist/spec/{v0.3.0 → v0.3.2}/protocols/websocket.md +2 -2
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/agent-unified.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/capabilities.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/functions.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/channel.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/messaging/message.schema.json +3 -3
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/messaging/subscription.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/schemas/runtime.yaml +2 -2
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/taxonomy.yaml +3 -3
- package/dist/spec/{v0.3.0 → v0.3.2}/schemas/unified-llm.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.2}/taxonomy.yaml +114 -7
- package/dist/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/UNIFIED-SCHEMA.md +3 -3
- package/dist/spec/v0.3.3/access_tiers.yaml +375 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/adapters/drupal.md +7 -7
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/adapters/symfony.md +4 -4
- package/dist/spec/{v0.3.0 → 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/{spec/v0.3.0 → dist/spec/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/{spec/v0.3.0 → dist/spec/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/{spec/v0.3.0 → dist/spec/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.3/runtime-bindings/anthropic.yaml +209 -0
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/agent-unified.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/capabilities.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/functions.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/channel.schema.json +2 -2
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/delivery-receipt.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/messaging/message.schema.json +3 -3
- package/{spec/v0.3.0 → dist/spec/v0.3.3}/schemas/messaging/subscription.schema.json +2 -2
- package/dist/spec/{v0.3.0 → v0.3.3}/schemas/runtime.yaml +2 -2
- package/{spec/v0.3.0 → dist/spec/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/dist/spec/{v0.3.0 → v0.3.3}/taxonomy.yaml +114 -7
- package/dist/types/generated/ossa-0.3.2.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.types.js +10 -0
- package/dist/types/generated/ossa-0.3.2.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -0
- 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 +36 -11
- package/examples/agents-md/monorepo-agent.ossa.yaml +123 -104
- package/examples/anthropic/claude-assistant.ossa.json +4 -4
- package/examples/autogen/multi-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/cursor/code-review-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/langflow/workflow-agent.ossa.json +2 -2
- package/examples/langgraph/state-machine-agent.ossa.json +2 -2
- package/examples/llamaindex/rag-agent.ossa.json +2 -2
- 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 +2 -2
- package/examples/openai/swarm-agent.ossa.json +2 -2
- 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 +55 -0
- package/examples/showcase/code-assistant.ossa.yaml +104 -0
- package/examples/showcase/code-reviewer.ossa.yaml +58 -0
- package/examples/showcase/compliance-validator.ossa.yaml +61 -0
- package/examples/showcase/content-writer.ossa.yaml +70 -0
- package/examples/showcase/data-transformer.ossa.yaml +76 -0
- package/examples/showcase/doc-generator.ossa.yaml +66 -0
- package/examples/showcase/security-scanner.ossa.yaml +66 -0
- package/examples/showcase/test-generator.ossa.yaml +37 -0
- package/examples/showcase/workflow-orchestrator.ossa.yaml +114 -0
- 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 +2 -2
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/junit.xml +1469 -0
- package/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -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 +1437 -0
- 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 +4 -4
- 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 +2 -2
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +2 -2
- 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 +4 -4
- 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 +2 -2
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +4 -4
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +2 -2
- 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 +39 -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 +804 -0
- 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.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.2/access_tiers.yaml +375 -0
- package/spec/v0.3.2/adapters/drupal.md +541 -0
- package/spec/v0.3.2/adapters/symfony.md +659 -0
- package/spec/v0.3.2/agent-test.schema.json +75 -0
- package/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +105 -0
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +216 -0
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +183 -0
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +98 -0
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +118 -0
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +63 -0
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +91 -0
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +80 -0
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +131 -0
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +137 -0
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +103 -0
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +173 -0
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +235 -0
- package/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.2/extensions/drupal.md +417 -0
- package/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +634 -34
- package/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/spec/v0.3.2/protocols/sse.md +494 -0
- package/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/spec/v0.3.2/protocols/websocket.md +362 -0
- package/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.2/taxonomy.yaml +363 -0
- package/spec/v0.3.3/MIGRATION-v0.3.2-to-v0.3.3.md +117 -0
- package/spec/v0.3.3/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.3/access_tiers.yaml +375 -0
- package/spec/v0.3.3/adapters/drupal.md +541 -0
- package/spec/v0.3.3/adapters/symfony.md +659 -0
- package/spec/v0.3.3/agent-test.schema.json +75 -0
- 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.3/examples/drupal-content-writer.ossa.yaml +91 -0
- package/spec/v0.3.3/examples/drupal-moderation-assistant.ossa.yaml +80 -0
- package/spec/v0.3.3/examples/multi-provider-identity.ossa.yaml +205 -0
- package/spec/v0.3.3/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +131 -0
- 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.3/extensions/drupal.md +417 -0
- 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.3/protocols/sse.md +494 -0
- package/spec/v0.3.3/protocols/webrtc.md +600 -0
- package/spec/v0.3.3/protocols/websocket.md +362 -0
- 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.3/runtime-bindings/anthropic.yaml +209 -0
- package/spec/v0.3.3/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.3/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.3/schemas/functions.yaml +75 -0
- package/spec/v0.3.3/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.3/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.3/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.3/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.3/schemas/runtime.yaml +102 -0
- package/spec/v0.3.3/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.3/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.3/taxonomy.yaml +363 -0
- 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/dist/spec/v0.3.1/ossa-0.3.0.schema.json +0 -2787
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +0 -60
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +0 -68
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +0 -106
- 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/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/dist/spec/{v0.3.0 → v0.3.2}/protocols/sse.md +0 -0
- /package/dist/spec/{v0.3.0 → v0.3.2}/protocols/webrtc.md +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/{spec/v0.3.0 → dist/spec/v0.3.3}/protocols/sse.md +0 -0
- /package/{spec/v0.3.0 → dist/spec/v0.3.3}/protocols/webrtc.md +0 -0
|
@@ -0,0 +1,1124 @@
|
|
|
1
|
+
# Microsoft AutoGen Extension for OSSA v0.3.3
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The `extensions.autogen` schema provides comprehensive bidirectional mapping between Microsoft AutoGen's multi-agent conversation framework and OSSA v0.3.3 manifests. This extension enables seamless interoperability between AutoGen agent patterns and OSSA's standardized agent specifications.
|
|
6
|
+
|
|
7
|
+
AutoGen is Microsoft's open-source framework for building AI agents that can converse with each other to solve tasks. It supports conversable agents, group chats, code execution, function calling, and nested agent architectures.
|
|
8
|
+
|
|
9
|
+
## Schema Definition
|
|
10
|
+
|
|
11
|
+
```yaml
|
|
12
|
+
extensions:
|
|
13
|
+
autogen:
|
|
14
|
+
type: object
|
|
15
|
+
description: "Microsoft AutoGen multi-agent framework extension for OSSA v0.3.3"
|
|
16
|
+
properties:
|
|
17
|
+
agent_type:
|
|
18
|
+
type: string
|
|
19
|
+
enum:
|
|
20
|
+
- conversable_agent
|
|
21
|
+
- assistant_agent
|
|
22
|
+
- user_proxy_agent
|
|
23
|
+
- group_chat_manager
|
|
24
|
+
- teachable_agent
|
|
25
|
+
- reasoning_agent
|
|
26
|
+
- captain_agent
|
|
27
|
+
- custom_agent
|
|
28
|
+
description: "AutoGen agent class type - determines base behavior and capabilities"
|
|
29
|
+
examples:
|
|
30
|
+
- "assistant_agent"
|
|
31
|
+
- "user_proxy_agent"
|
|
32
|
+
- "group_chat_manager"
|
|
33
|
+
|
|
34
|
+
llm_config:
|
|
35
|
+
type: object
|
|
36
|
+
description: "LLM configuration for the agent (mirrors AutoGen's llm_config)"
|
|
37
|
+
properties:
|
|
38
|
+
config_list:
|
|
39
|
+
type: array
|
|
40
|
+
description: "List of LLM configurations (model, api_key reference, base_url)"
|
|
41
|
+
items:
|
|
42
|
+
type: object
|
|
43
|
+
properties:
|
|
44
|
+
model:
|
|
45
|
+
type: string
|
|
46
|
+
description: "Model identifier (e.g., gpt-4, claude-3-opus)"
|
|
47
|
+
examples:
|
|
48
|
+
- "gpt-4-turbo"
|
|
49
|
+
- "gpt-4o"
|
|
50
|
+
- "claude-3-opus"
|
|
51
|
+
api_key_env:
|
|
52
|
+
type: string
|
|
53
|
+
description: "Environment variable containing API key (never store keys directly)"
|
|
54
|
+
pattern: "^[A-Z][A-Z0-9_]*$"
|
|
55
|
+
examples:
|
|
56
|
+
- "OPENAI_API_KEY"
|
|
57
|
+
- "AZURE_OPENAI_API_KEY"
|
|
58
|
+
base_url:
|
|
59
|
+
type: string
|
|
60
|
+
format: uri
|
|
61
|
+
description: "Custom API endpoint (for Azure, local models, etc.)"
|
|
62
|
+
api_type:
|
|
63
|
+
type: string
|
|
64
|
+
enum: [openai, azure, anthropic, ollama, litellm]
|
|
65
|
+
description: "API provider type"
|
|
66
|
+
api_version:
|
|
67
|
+
type: string
|
|
68
|
+
description: "API version (required for Azure)"
|
|
69
|
+
temperature:
|
|
70
|
+
type: number
|
|
71
|
+
minimum: 0
|
|
72
|
+
maximum: 2
|
|
73
|
+
default: 0.7
|
|
74
|
+
description: "Sampling temperature"
|
|
75
|
+
timeout:
|
|
76
|
+
type: integer
|
|
77
|
+
minimum: 1
|
|
78
|
+
default: 600
|
|
79
|
+
description: "Request timeout in seconds"
|
|
80
|
+
cache_seed:
|
|
81
|
+
oneOf:
|
|
82
|
+
- type: integer
|
|
83
|
+
- type: "null"
|
|
84
|
+
description: "Seed for response caching (null disables caching)"
|
|
85
|
+
|
|
86
|
+
human_input_mode:
|
|
87
|
+
type: string
|
|
88
|
+
enum:
|
|
89
|
+
- ALWAYS
|
|
90
|
+
- NEVER
|
|
91
|
+
- TERMINATE
|
|
92
|
+
default: NEVER
|
|
93
|
+
description: "When to request human input during conversation"
|
|
94
|
+
|
|
95
|
+
code_execution_config:
|
|
96
|
+
oneOf:
|
|
97
|
+
- type: object
|
|
98
|
+
description: "Code execution sandbox configuration"
|
|
99
|
+
properties:
|
|
100
|
+
work_dir:
|
|
101
|
+
type: string
|
|
102
|
+
description: "Working directory for code execution"
|
|
103
|
+
default: "workspace"
|
|
104
|
+
use_docker:
|
|
105
|
+
oneOf:
|
|
106
|
+
- type: boolean
|
|
107
|
+
- type: string
|
|
108
|
+
description: "Docker image for sandboxed execution (true, false, or image name)"
|
|
109
|
+
default: false
|
|
110
|
+
timeout:
|
|
111
|
+
type: integer
|
|
112
|
+
minimum: 1
|
|
113
|
+
default: 60
|
|
114
|
+
description: "Code execution timeout in seconds"
|
|
115
|
+
last_n_messages:
|
|
116
|
+
type: integer
|
|
117
|
+
minimum: 1
|
|
118
|
+
description: "Number of messages to scan for code blocks"
|
|
119
|
+
default: 1
|
|
120
|
+
executor_type:
|
|
121
|
+
type: string
|
|
122
|
+
enum:
|
|
123
|
+
- local_command_line
|
|
124
|
+
- docker_command_line
|
|
125
|
+
- jupyter
|
|
126
|
+
- azure_container_instance
|
|
127
|
+
default: local_command_line
|
|
128
|
+
description: "Type of code executor to use"
|
|
129
|
+
allowed_languages:
|
|
130
|
+
type: array
|
|
131
|
+
items:
|
|
132
|
+
type: string
|
|
133
|
+
enum:
|
|
134
|
+
- python
|
|
135
|
+
- bash
|
|
136
|
+
- shell
|
|
137
|
+
- javascript
|
|
138
|
+
- powershell
|
|
139
|
+
description: "Languages allowed for code execution"
|
|
140
|
+
default: ["python", "bash"]
|
|
141
|
+
- type: boolean
|
|
142
|
+
const: false
|
|
143
|
+
description: "Disable code execution"
|
|
144
|
+
|
|
145
|
+
max_consecutive_auto_reply:
|
|
146
|
+
type: integer
|
|
147
|
+
minimum: 0
|
|
148
|
+
description: "Maximum auto-replies before requiring human input"
|
|
149
|
+
default: 10
|
|
150
|
+
|
|
151
|
+
termination_config:
|
|
152
|
+
type: object
|
|
153
|
+
description: "Conversation termination settings"
|
|
154
|
+
properties:
|
|
155
|
+
is_termination_msg:
|
|
156
|
+
type: string
|
|
157
|
+
description: "Python lambda or function reference to check for termination"
|
|
158
|
+
examples:
|
|
159
|
+
- "lambda msg: 'TERMINATE' in msg.get('content', '')"
|
|
160
|
+
termination_keywords:
|
|
161
|
+
type: array
|
|
162
|
+
items:
|
|
163
|
+
type: string
|
|
164
|
+
description: "Keywords that trigger conversation termination"
|
|
165
|
+
default: ["TERMINATE"]
|
|
166
|
+
max_turns:
|
|
167
|
+
type: integer
|
|
168
|
+
minimum: 1
|
|
169
|
+
description: "Maximum conversation turns before termination"
|
|
170
|
+
|
|
171
|
+
group_chat_config:
|
|
172
|
+
type: object
|
|
173
|
+
description: "GroupChat configuration (for multi-agent orchestration)"
|
|
174
|
+
properties:
|
|
175
|
+
agents:
|
|
176
|
+
type: array
|
|
177
|
+
description: "References to agents participating in group chat"
|
|
178
|
+
items:
|
|
179
|
+
type: string
|
|
180
|
+
description: "OSSA agent name reference"
|
|
181
|
+
max_round:
|
|
182
|
+
type: integer
|
|
183
|
+
minimum: 1
|
|
184
|
+
default: 10
|
|
185
|
+
description: "Maximum conversation rounds"
|
|
186
|
+
admin_name:
|
|
187
|
+
type: string
|
|
188
|
+
description: "Name of the admin agent"
|
|
189
|
+
default: "Admin"
|
|
190
|
+
speaker_selection_method:
|
|
191
|
+
type: string
|
|
192
|
+
enum:
|
|
193
|
+
- auto
|
|
194
|
+
- manual
|
|
195
|
+
- random
|
|
196
|
+
- round_robin
|
|
197
|
+
- custom
|
|
198
|
+
default: auto
|
|
199
|
+
description: "Method for selecting next speaker"
|
|
200
|
+
custom_speaker_selection_func:
|
|
201
|
+
type: string
|
|
202
|
+
description: "Reference to custom speaker selection function"
|
|
203
|
+
allow_repeat_speaker:
|
|
204
|
+
oneOf:
|
|
205
|
+
- type: boolean
|
|
206
|
+
- type: array
|
|
207
|
+
items:
|
|
208
|
+
type: string
|
|
209
|
+
default: true
|
|
210
|
+
description: "Allow same speaker consecutive turns"
|
|
211
|
+
send_introductions:
|
|
212
|
+
type: boolean
|
|
213
|
+
default: false
|
|
214
|
+
description: "Send agent introductions at start"
|
|
215
|
+
|
|
216
|
+
function_map:
|
|
217
|
+
type: object
|
|
218
|
+
description: "Mapping of function names to implementations"
|
|
219
|
+
additionalProperties:
|
|
220
|
+
type: string
|
|
221
|
+
description: "Function reference (module.function or class.method)"
|
|
222
|
+
|
|
223
|
+
register_for_llm:
|
|
224
|
+
type: array
|
|
225
|
+
description: "Functions registered for LLM to call (tool definitions)"
|
|
226
|
+
items:
|
|
227
|
+
type: object
|
|
228
|
+
properties:
|
|
229
|
+
name:
|
|
230
|
+
type: string
|
|
231
|
+
description: "Function name"
|
|
232
|
+
description:
|
|
233
|
+
type: string
|
|
234
|
+
description: "Function description for LLM"
|
|
235
|
+
parameters:
|
|
236
|
+
$ref: "#/definitions/JSONSchemaDefinition"
|
|
237
|
+
description: "Function parameter schema"
|
|
238
|
+
|
|
239
|
+
register_for_execution:
|
|
240
|
+
type: array
|
|
241
|
+
description: "Functions registered for execution by this agent"
|
|
242
|
+
items:
|
|
243
|
+
type: string
|
|
244
|
+
description: "Function name that this agent can execute"
|
|
245
|
+
|
|
246
|
+
nested_chat_config:
|
|
247
|
+
type: object
|
|
248
|
+
description: "Configuration for nested agent conversations"
|
|
249
|
+
properties:
|
|
250
|
+
enabled:
|
|
251
|
+
type: boolean
|
|
252
|
+
default: false
|
|
253
|
+
description: "Enable nested chat delegation"
|
|
254
|
+
inner_agents:
|
|
255
|
+
type: array
|
|
256
|
+
description: "Agents that can be delegated to"
|
|
257
|
+
items:
|
|
258
|
+
type: object
|
|
259
|
+
properties:
|
|
260
|
+
agent_ref:
|
|
261
|
+
type: string
|
|
262
|
+
description: "Reference to inner OSSA agent"
|
|
263
|
+
trigger:
|
|
264
|
+
type: string
|
|
265
|
+
description: "Trigger condition for delegation"
|
|
266
|
+
max_turns:
|
|
267
|
+
type: integer
|
|
268
|
+
description: "Max turns for nested conversation"
|
|
269
|
+
message_transformer:
|
|
270
|
+
type: string
|
|
271
|
+
description: "Function to transform messages between outer/inner chats"
|
|
272
|
+
|
|
273
|
+
system_message:
|
|
274
|
+
type: string
|
|
275
|
+
description: "System message/prompt for the agent (maps to OSSA spec.instructions)"
|
|
276
|
+
|
|
277
|
+
description:
|
|
278
|
+
type: string
|
|
279
|
+
description: "Short description for speaker selection in group chat"
|
|
280
|
+
|
|
281
|
+
teachability_config:
|
|
282
|
+
type: object
|
|
283
|
+
description: "Configuration for TeachableAgent learning capabilities"
|
|
284
|
+
properties:
|
|
285
|
+
enabled:
|
|
286
|
+
type: boolean
|
|
287
|
+
default: false
|
|
288
|
+
verbosity:
|
|
289
|
+
type: integer
|
|
290
|
+
minimum: 0
|
|
291
|
+
maximum: 3
|
|
292
|
+
default: 0
|
|
293
|
+
reset_db:
|
|
294
|
+
type: boolean
|
|
295
|
+
default: false
|
|
296
|
+
path_to_db_dir:
|
|
297
|
+
type: string
|
|
298
|
+
description: "Path to teachability database"
|
|
299
|
+
recall_threshold:
|
|
300
|
+
type: number
|
|
301
|
+
minimum: 0
|
|
302
|
+
maximum: 1
|
|
303
|
+
default: 1.5
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
## Bidirectional Mapping Tables
|
|
307
|
+
|
|
308
|
+
### AutoGen Agent Types to OSSA
|
|
309
|
+
|
|
310
|
+
| AutoGen Type | OSSA Kind | OSSA Spec Fields | Notes |
|
|
311
|
+
|-------------|-----------|------------------|-------|
|
|
312
|
+
| `ConversableAgent` | `Agent` | `spec.model`, `spec.instructions` | Base agent with LLM and messaging |
|
|
313
|
+
| `AssistantAgent` | `Agent` | `spec.model`, `spec.capabilities` | LLM-powered assistant with tools |
|
|
314
|
+
| `UserProxyAgent` | `Agent` | `spec.humanInLoop.enabled: true` | Human-in-the-loop agent |
|
|
315
|
+
| `GroupChatManager` | `Workflow` | `spec.orchestration`, `spec.steps` | Multi-agent orchestrator |
|
|
316
|
+
| `TeachableAgent` | `Agent` | `spec.memory.type: "vector"` | Agent with learning capability |
|
|
317
|
+
| `ReasoningAgent` | `Agent` | `spec.model.reasoning: true` | Agent with chain-of-thought |
|
|
318
|
+
| `CaptainAgent` | `Agent` | `spec.delegation.enabled: true` | Agent that spawns sub-agents |
|
|
319
|
+
|
|
320
|
+
### OSSA to AutoGen Mapping
|
|
321
|
+
|
|
322
|
+
| OSSA Concept | AutoGen Equivalent | Mapping |
|
|
323
|
+
|-------------|-------------------|---------|
|
|
324
|
+
| `spec.model.provider` | `llm_config.config_list[].api_type` | Direct mapping |
|
|
325
|
+
| `spec.model.name` | `llm_config.config_list[].model` | Direct mapping |
|
|
326
|
+
| `spec.instructions` | `system_message` | Full prompt text |
|
|
327
|
+
| `spec.capabilities` | `register_for_llm` + `function_map` | Tool definitions |
|
|
328
|
+
| `spec.humanInLoop.enabled` | `human_input_mode: ALWAYS` | When true |
|
|
329
|
+
| `spec.humanInLoop.triggers` | `is_termination_msg` | Custom termination logic |
|
|
330
|
+
| `spec.sandboxConfig` | `code_execution_config` | Execution sandbox |
|
|
331
|
+
| `spec.orchestration.pattern` | `speaker_selection_method` | Group chat selection |
|
|
332
|
+
| `spec.steps` | `group_chat_config.agents` | Agent sequence |
|
|
333
|
+
| `spec.delegation` | `nested_chat_config` | Agent delegation |
|
|
334
|
+
| `spec.memory.type: "vector"` | `teachability_config` | Learning memory |
|
|
335
|
+
|
|
336
|
+
### Capability Mapping
|
|
337
|
+
|
|
338
|
+
| OSSA Capability | AutoGen Feature | Implementation |
|
|
339
|
+
|-----------------|-----------------|----------------|
|
|
340
|
+
| `code_execution` | `code_execution_config` | Enable with work_dir |
|
|
341
|
+
| `file_access` | `work_dir` + permissions | Sandbox directory |
|
|
342
|
+
| `tool_call` | `register_for_llm` | Function registration |
|
|
343
|
+
| `human_approval` | `human_input_mode: TERMINATE` | Terminate for approval |
|
|
344
|
+
| `agent_delegation` | `nested_chat_config` | Inner agent calls |
|
|
345
|
+
| `memory_persistence` | `teachability_config` | Vector DB storage |
|
|
346
|
+
|
|
347
|
+
### Access Tier Mapping
|
|
348
|
+
|
|
349
|
+
| OSSA Access Tier | AutoGen Pattern | Recommended Config |
|
|
350
|
+
|------------------|-----------------|-------------------|
|
|
351
|
+
| `tier_1_read` | `AssistantAgent` | `code_execution_config: false` |
|
|
352
|
+
| `tier_2_write_limited` | `AssistantAgent` | `use_docker: true`, limited tools |
|
|
353
|
+
| `tier_3_write_elevated` | `UserProxyAgent` | `human_input_mode: TERMINATE` |
|
|
354
|
+
| `tier_4_policy` | `GroupChatManager` | Speaker selection control |
|
|
355
|
+
|
|
356
|
+
## Use Cases
|
|
357
|
+
|
|
358
|
+
### 1. Basic Assistant Agent
|
|
359
|
+
|
|
360
|
+
An OSSA agent mapped to AutoGen's AssistantAgent:
|
|
361
|
+
|
|
362
|
+
```yaml
|
|
363
|
+
apiVersion: ossa/v0.3.3
|
|
364
|
+
kind: Agent
|
|
365
|
+
metadata:
|
|
366
|
+
name: code-assistant
|
|
367
|
+
version: 1.0.0
|
|
368
|
+
description: "Helpful coding assistant"
|
|
369
|
+
|
|
370
|
+
spec:
|
|
371
|
+
model:
|
|
372
|
+
provider: openai
|
|
373
|
+
name: gpt-4-turbo
|
|
374
|
+
instructions: |
|
|
375
|
+
You are a helpful coding assistant. You help users write, debug,
|
|
376
|
+
and explain code. Always provide clear explanations with your code.
|
|
377
|
+
capabilities:
|
|
378
|
+
- code_generation
|
|
379
|
+
- code_explanation
|
|
380
|
+
- debugging
|
|
381
|
+
|
|
382
|
+
extensions:
|
|
383
|
+
autogen:
|
|
384
|
+
agent_type: assistant_agent
|
|
385
|
+
llm_config:
|
|
386
|
+
config_list:
|
|
387
|
+
- model: gpt-4-turbo
|
|
388
|
+
api_key_env: OPENAI_API_KEY
|
|
389
|
+
temperature: 0.7
|
|
390
|
+
human_input_mode: NEVER
|
|
391
|
+
max_consecutive_auto_reply: 10
|
|
392
|
+
system_message: |
|
|
393
|
+
You are a helpful coding assistant. You help users write, debug,
|
|
394
|
+
and explain code. Always provide clear explanations with your code.
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
### 2. User Proxy Agent with Code Execution
|
|
398
|
+
|
|
399
|
+
An OSSA agent with human-in-the-loop and code execution:
|
|
400
|
+
|
|
401
|
+
```yaml
|
|
402
|
+
apiVersion: ossa/v0.3.3
|
|
403
|
+
kind: Agent
|
|
404
|
+
metadata:
|
|
405
|
+
name: code-executor
|
|
406
|
+
version: 1.0.0
|
|
407
|
+
description: "User proxy that executes code in sandbox"
|
|
408
|
+
|
|
409
|
+
spec:
|
|
410
|
+
model:
|
|
411
|
+
provider: none
|
|
412
|
+
instructions: "Execute code provided by other agents"
|
|
413
|
+
humanInLoop:
|
|
414
|
+
enabled: true
|
|
415
|
+
triggers:
|
|
416
|
+
- "before_execution"
|
|
417
|
+
- "on_error"
|
|
418
|
+
sandboxConfig:
|
|
419
|
+
enabled: true
|
|
420
|
+
type: docker
|
|
421
|
+
image: python:3.11-slim
|
|
422
|
+
|
|
423
|
+
extensions:
|
|
424
|
+
autogen:
|
|
425
|
+
agent_type: user_proxy_agent
|
|
426
|
+
human_input_mode: TERMINATE
|
|
427
|
+
code_execution_config:
|
|
428
|
+
work_dir: workspace
|
|
429
|
+
use_docker: python:3.11-slim
|
|
430
|
+
timeout: 120
|
|
431
|
+
last_n_messages: 3
|
|
432
|
+
executor_type: docker_command_line
|
|
433
|
+
allowed_languages:
|
|
434
|
+
- python
|
|
435
|
+
- bash
|
|
436
|
+
max_consecutive_auto_reply: 0
|
|
437
|
+
termination_config:
|
|
438
|
+
termination_keywords:
|
|
439
|
+
- TERMINATE
|
|
440
|
+
- TASK_COMPLETE
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
### 3. Group Chat with Manager
|
|
444
|
+
|
|
445
|
+
An OSSA Workflow implementing AutoGen GroupChat:
|
|
446
|
+
|
|
447
|
+
```yaml
|
|
448
|
+
apiVersion: ossa/v0.3.3
|
|
449
|
+
kind: Workflow
|
|
450
|
+
metadata:
|
|
451
|
+
name: research-team
|
|
452
|
+
version: 1.0.0
|
|
453
|
+
description: "Multi-agent research team with manager"
|
|
454
|
+
|
|
455
|
+
spec:
|
|
456
|
+
orchestration:
|
|
457
|
+
pattern: group_chat
|
|
458
|
+
manager: research-manager
|
|
459
|
+
steps:
|
|
460
|
+
- name: researcher
|
|
461
|
+
agentRef: research-agent
|
|
462
|
+
- name: critic
|
|
463
|
+
agentRef: critic-agent
|
|
464
|
+
- name: writer
|
|
465
|
+
agentRef: writer-agent
|
|
466
|
+
output:
|
|
467
|
+
type: aggregated
|
|
468
|
+
format: markdown
|
|
469
|
+
|
|
470
|
+
extensions:
|
|
471
|
+
autogen:
|
|
472
|
+
agent_type: group_chat_manager
|
|
473
|
+
group_chat_config:
|
|
474
|
+
agents:
|
|
475
|
+
- research-agent
|
|
476
|
+
- critic-agent
|
|
477
|
+
- writer-agent
|
|
478
|
+
max_round: 20
|
|
479
|
+
admin_name: research-manager
|
|
480
|
+
speaker_selection_method: auto
|
|
481
|
+
allow_repeat_speaker: false
|
|
482
|
+
send_introductions: true
|
|
483
|
+
llm_config:
|
|
484
|
+
config_list:
|
|
485
|
+
- model: gpt-4-turbo
|
|
486
|
+
api_key_env: OPENAI_API_KEY
|
|
487
|
+
temperature: 0.3
|
|
488
|
+
termination_config:
|
|
489
|
+
termination_keywords:
|
|
490
|
+
- RESEARCH_COMPLETE
|
|
491
|
+
- TERMINATE
|
|
492
|
+
max_turns: 50
|
|
493
|
+
```
|
|
494
|
+
|
|
495
|
+
### 4. Agent with Function Calling
|
|
496
|
+
|
|
497
|
+
An OSSA agent with registered tools/functions:
|
|
498
|
+
|
|
499
|
+
```yaml
|
|
500
|
+
apiVersion: ossa/v0.3.3
|
|
501
|
+
kind: Agent
|
|
502
|
+
metadata:
|
|
503
|
+
name: data-analyst
|
|
504
|
+
version: 1.0.0
|
|
505
|
+
description: "Data analysis agent with database access"
|
|
506
|
+
|
|
507
|
+
spec:
|
|
508
|
+
model:
|
|
509
|
+
provider: openai
|
|
510
|
+
name: gpt-4-turbo
|
|
511
|
+
instructions: |
|
|
512
|
+
You are a data analyst. Use the provided tools to query databases
|
|
513
|
+
and analyze data. Always explain your findings.
|
|
514
|
+
capabilities:
|
|
515
|
+
- query_database
|
|
516
|
+
- analyze_data
|
|
517
|
+
- generate_report
|
|
518
|
+
|
|
519
|
+
extensions:
|
|
520
|
+
autogen:
|
|
521
|
+
agent_type: assistant_agent
|
|
522
|
+
llm_config:
|
|
523
|
+
config_list:
|
|
524
|
+
- model: gpt-4-turbo
|
|
525
|
+
api_key_env: OPENAI_API_KEY
|
|
526
|
+
temperature: 0.2
|
|
527
|
+
register_for_llm:
|
|
528
|
+
- name: query_database
|
|
529
|
+
description: "Execute SQL query on the analytics database"
|
|
530
|
+
parameters:
|
|
531
|
+
type: object
|
|
532
|
+
properties:
|
|
533
|
+
query:
|
|
534
|
+
type: string
|
|
535
|
+
description: "SQL query to execute"
|
|
536
|
+
database:
|
|
537
|
+
type: string
|
|
538
|
+
enum: [analytics, reporting, warehouse]
|
|
539
|
+
description: "Target database"
|
|
540
|
+
required: [query, database]
|
|
541
|
+
- name: analyze_data
|
|
542
|
+
description: "Perform statistical analysis on a dataset"
|
|
543
|
+
parameters:
|
|
544
|
+
type: object
|
|
545
|
+
properties:
|
|
546
|
+
data_path:
|
|
547
|
+
type: string
|
|
548
|
+
description: "Path to data file"
|
|
549
|
+
analysis_type:
|
|
550
|
+
type: string
|
|
551
|
+
enum: [descriptive, correlation, regression]
|
|
552
|
+
required: [data_path, analysis_type]
|
|
553
|
+
function_map:
|
|
554
|
+
query_database: "data_tools.database.execute_query"
|
|
555
|
+
analyze_data: "data_tools.analysis.run_analysis"
|
|
556
|
+
register_for_execution:
|
|
557
|
+
- query_database
|
|
558
|
+
- analyze_data
|
|
559
|
+
```
|
|
560
|
+
|
|
561
|
+
### 5. Nested Chat / Delegation Pattern
|
|
562
|
+
|
|
563
|
+
An OSSA agent that delegates to specialized sub-agents:
|
|
564
|
+
|
|
565
|
+
```yaml
|
|
566
|
+
apiVersion: ossa/v0.3.3
|
|
567
|
+
kind: Agent
|
|
568
|
+
metadata:
|
|
569
|
+
name: project-coordinator
|
|
570
|
+
version: 1.0.0
|
|
571
|
+
description: "Coordinator that delegates to specialized agents"
|
|
572
|
+
|
|
573
|
+
spec:
|
|
574
|
+
model:
|
|
575
|
+
provider: openai
|
|
576
|
+
name: gpt-4-turbo
|
|
577
|
+
instructions: |
|
|
578
|
+
You coordinate complex projects by delegating tasks to specialized agents.
|
|
579
|
+
Break down requests and route to appropriate specialists.
|
|
580
|
+
delegation:
|
|
581
|
+
enabled: true
|
|
582
|
+
targets:
|
|
583
|
+
- frontend-specialist
|
|
584
|
+
- backend-specialist
|
|
585
|
+
- devops-specialist
|
|
586
|
+
|
|
587
|
+
extensions:
|
|
588
|
+
autogen:
|
|
589
|
+
agent_type: assistant_agent
|
|
590
|
+
llm_config:
|
|
591
|
+
config_list:
|
|
592
|
+
- model: gpt-4-turbo
|
|
593
|
+
api_key_env: OPENAI_API_KEY
|
|
594
|
+
nested_chat_config:
|
|
595
|
+
enabled: true
|
|
596
|
+
inner_agents:
|
|
597
|
+
- agent_ref: frontend-specialist
|
|
598
|
+
trigger: "frontend|react|css|ui|ux"
|
|
599
|
+
max_turns: 10
|
|
600
|
+
- agent_ref: backend-specialist
|
|
601
|
+
trigger: "backend|api|database|server"
|
|
602
|
+
max_turns: 10
|
|
603
|
+
- agent_ref: devops-specialist
|
|
604
|
+
trigger: "deploy|ci|cd|docker|kubernetes"
|
|
605
|
+
max_turns: 10
|
|
606
|
+
message_transformer: "delegation.transform_context"
|
|
607
|
+
```
|
|
608
|
+
|
|
609
|
+
### 6. Teachable Agent with Memory
|
|
610
|
+
|
|
611
|
+
An OSSA agent that learns from interactions:
|
|
612
|
+
|
|
613
|
+
```yaml
|
|
614
|
+
apiVersion: ossa/v0.3.3
|
|
615
|
+
kind: Agent
|
|
616
|
+
metadata:
|
|
617
|
+
name: learning-assistant
|
|
618
|
+
version: 1.0.0
|
|
619
|
+
description: "Agent that learns and remembers user preferences"
|
|
620
|
+
|
|
621
|
+
spec:
|
|
622
|
+
model:
|
|
623
|
+
provider: openai
|
|
624
|
+
name: gpt-4-turbo
|
|
625
|
+
instructions: |
|
|
626
|
+
You are a helpful assistant that learns from our conversations.
|
|
627
|
+
Remember user preferences and apply them to future interactions.
|
|
628
|
+
memory:
|
|
629
|
+
type: vector
|
|
630
|
+
provider: chromadb
|
|
631
|
+
config:
|
|
632
|
+
collection: user_preferences
|
|
633
|
+
persist_directory: ./teachable_db
|
|
634
|
+
|
|
635
|
+
extensions:
|
|
636
|
+
autogen:
|
|
637
|
+
agent_type: teachable_agent
|
|
638
|
+
llm_config:
|
|
639
|
+
config_list:
|
|
640
|
+
- model: gpt-4-turbo
|
|
641
|
+
api_key_env: OPENAI_API_KEY
|
|
642
|
+
teachability_config:
|
|
643
|
+
enabled: true
|
|
644
|
+
verbosity: 1
|
|
645
|
+
reset_db: false
|
|
646
|
+
path_to_db_dir: "./teachable_db"
|
|
647
|
+
recall_threshold: 1.5
|
|
648
|
+
```
|
|
649
|
+
|
|
650
|
+
### 7. Custom Speaker Selection Group Chat
|
|
651
|
+
|
|
652
|
+
Advanced group chat with custom routing:
|
|
653
|
+
|
|
654
|
+
```yaml
|
|
655
|
+
apiVersion: ossa/v0.3.3
|
|
656
|
+
kind: Workflow
|
|
657
|
+
metadata:
|
|
658
|
+
name: review-pipeline
|
|
659
|
+
version: 1.0.0
|
|
660
|
+
description: "Code review pipeline with role-based routing"
|
|
661
|
+
|
|
662
|
+
spec:
|
|
663
|
+
orchestration:
|
|
664
|
+
pattern: group_chat
|
|
665
|
+
selection: custom
|
|
666
|
+
steps:
|
|
667
|
+
- name: security-reviewer
|
|
668
|
+
agentRef: security-agent
|
|
669
|
+
tags: [security]
|
|
670
|
+
- name: performance-reviewer
|
|
671
|
+
agentRef: performance-agent
|
|
672
|
+
tags: [performance]
|
|
673
|
+
- name: style-reviewer
|
|
674
|
+
agentRef: style-agent
|
|
675
|
+
tags: [style]
|
|
676
|
+
|
|
677
|
+
extensions:
|
|
678
|
+
autogen:
|
|
679
|
+
agent_type: group_chat_manager
|
|
680
|
+
group_chat_config:
|
|
681
|
+
agents:
|
|
682
|
+
- security-agent
|
|
683
|
+
- performance-agent
|
|
684
|
+
- style-agent
|
|
685
|
+
max_round: 15
|
|
686
|
+
speaker_selection_method: custom
|
|
687
|
+
custom_speaker_selection_func: "review_pipeline.select_reviewer"
|
|
688
|
+
allow_repeat_speaker:
|
|
689
|
+
- security-agent # Security can speak multiple times
|
|
690
|
+
send_introductions: true
|
|
691
|
+
llm_config:
|
|
692
|
+
config_list:
|
|
693
|
+
- model: gpt-4-turbo
|
|
694
|
+
api_key_env: OPENAI_API_KEY
|
|
695
|
+
temperature: 0.1
|
|
696
|
+
```
|
|
697
|
+
|
|
698
|
+
## Conversion Functions
|
|
699
|
+
|
|
700
|
+
### OSSA to AutoGen Python
|
|
701
|
+
|
|
702
|
+
```python
|
|
703
|
+
from autogen import ConversableAgent, AssistantAgent, UserProxyAgent, GroupChat, GroupChatManager
|
|
704
|
+
import yaml
|
|
705
|
+
|
|
706
|
+
def ossa_to_autogen(manifest_path: str):
|
|
707
|
+
"""Convert OSSA manifest to AutoGen agent configuration."""
|
|
708
|
+
with open(manifest_path) as f:
|
|
709
|
+
manifest = yaml.safe_load(f)
|
|
710
|
+
|
|
711
|
+
autogen_ext = manifest.get('extensions', {}).get('autogen', {})
|
|
712
|
+
spec = manifest.get('spec', {})
|
|
713
|
+
|
|
714
|
+
agent_type = autogen_ext.get('agent_type', 'assistant_agent')
|
|
715
|
+
|
|
716
|
+
# Build llm_config
|
|
717
|
+
llm_config = autogen_ext.get('llm_config', {})
|
|
718
|
+
if not llm_config and spec.get('model'):
|
|
719
|
+
llm_config = {
|
|
720
|
+
'config_list': [{
|
|
721
|
+
'model': spec['model'].get('name', 'gpt-4'),
|
|
722
|
+
'api_key': os.environ.get('OPENAI_API_KEY'),
|
|
723
|
+
}]
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
# Map agent type to class
|
|
727
|
+
agent_classes = {
|
|
728
|
+
'conversable_agent': ConversableAgent,
|
|
729
|
+
'assistant_agent': AssistantAgent,
|
|
730
|
+
'user_proxy_agent': UserProxyAgent,
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
AgentClass = agent_classes.get(agent_type, AssistantAgent)
|
|
734
|
+
|
|
735
|
+
# Build agent kwargs
|
|
736
|
+
kwargs = {
|
|
737
|
+
'name': manifest['metadata']['name'],
|
|
738
|
+
'llm_config': llm_config,
|
|
739
|
+
'system_message': autogen_ext.get('system_message', spec.get('instructions', '')),
|
|
740
|
+
'human_input_mode': autogen_ext.get('human_input_mode', 'NEVER'),
|
|
741
|
+
'max_consecutive_auto_reply': autogen_ext.get('max_consecutive_auto_reply', 10),
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
# Add code execution config for UserProxyAgent
|
|
745
|
+
if agent_type == 'user_proxy_agent':
|
|
746
|
+
code_exec = autogen_ext.get('code_execution_config', False)
|
|
747
|
+
kwargs['code_execution_config'] = code_exec
|
|
748
|
+
|
|
749
|
+
return AgentClass(**kwargs)
|
|
750
|
+
```
|
|
751
|
+
|
|
752
|
+
### AutoGen to OSSA Manifest
|
|
753
|
+
|
|
754
|
+
```python
|
|
755
|
+
def autogen_to_ossa(agent, version: str = "1.0.0") -> dict:
|
|
756
|
+
"""Convert AutoGen agent to OSSA manifest."""
|
|
757
|
+
manifest = {
|
|
758
|
+
'apiVersion': 'ossa/v0.3.3',
|
|
759
|
+
'kind': 'Agent',
|
|
760
|
+
'metadata': {
|
|
761
|
+
'name': agent.name.lower().replace(' ', '-'),
|
|
762
|
+
'version': version,
|
|
763
|
+
'description': agent.description if hasattr(agent, 'description') else '',
|
|
764
|
+
},
|
|
765
|
+
'spec': {
|
|
766
|
+
'instructions': agent.system_message or '',
|
|
767
|
+
},
|
|
768
|
+
'extensions': {
|
|
769
|
+
'autogen': {
|
|
770
|
+
'human_input_mode': agent.human_input_mode,
|
|
771
|
+
'max_consecutive_auto_reply': agent.max_consecutive_auto_reply,
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
# Determine agent type
|
|
777
|
+
if isinstance(agent, UserProxyAgent):
|
|
778
|
+
manifest['extensions']['autogen']['agent_type'] = 'user_proxy_agent'
|
|
779
|
+
if agent.code_execution_config:
|
|
780
|
+
manifest['extensions']['autogen']['code_execution_config'] = agent.code_execution_config
|
|
781
|
+
elif isinstance(agent, AssistantAgent):
|
|
782
|
+
manifest['extensions']['autogen']['agent_type'] = 'assistant_agent'
|
|
783
|
+
else:
|
|
784
|
+
manifest['extensions']['autogen']['agent_type'] = 'conversable_agent'
|
|
785
|
+
|
|
786
|
+
# Add llm_config
|
|
787
|
+
if agent.llm_config:
|
|
788
|
+
# Sanitize - remove actual API keys
|
|
789
|
+
safe_config = {
|
|
790
|
+
'config_list': [
|
|
791
|
+
{k: v for k, v in config.items() if k != 'api_key'}
|
|
792
|
+
for config in agent.llm_config.get('config_list', [])
|
|
793
|
+
],
|
|
794
|
+
'temperature': agent.llm_config.get('temperature'),
|
|
795
|
+
}
|
|
796
|
+
manifest['extensions']['autogen']['llm_config'] = safe_config
|
|
797
|
+
|
|
798
|
+
# Map to OSSA spec.model
|
|
799
|
+
if safe_config['config_list']:
|
|
800
|
+
manifest['spec']['model'] = {
|
|
801
|
+
'name': safe_config['config_list'][0].get('model'),
|
|
802
|
+
'provider': safe_config['config_list'][0].get('api_type', 'openai'),
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
return manifest
|
|
806
|
+
```
|
|
807
|
+
|
|
808
|
+
## OpenAPI Integration
|
|
809
|
+
|
|
810
|
+
### AutoGen Agent Endpoint
|
|
811
|
+
|
|
812
|
+
```yaml
|
|
813
|
+
openapi: 3.1.0
|
|
814
|
+
paths:
|
|
815
|
+
/api/v1/agents/autogen:
|
|
816
|
+
post:
|
|
817
|
+
operationId: createAutoGenAgent
|
|
818
|
+
summary: Create agent from AutoGen configuration
|
|
819
|
+
requestBody:
|
|
820
|
+
required: true
|
|
821
|
+
content:
|
|
822
|
+
application/json:
|
|
823
|
+
schema:
|
|
824
|
+
$ref: '#/components/schemas/AutoGenAgentRequest'
|
|
825
|
+
responses:
|
|
826
|
+
'201':
|
|
827
|
+
description: Agent created successfully
|
|
828
|
+
content:
|
|
829
|
+
application/json:
|
|
830
|
+
schema:
|
|
831
|
+
$ref: '#/components/schemas/OSSAManifest'
|
|
832
|
+
|
|
833
|
+
/api/v1/agents/{agentId}/autogen/export:
|
|
834
|
+
get:
|
|
835
|
+
operationId: exportToAutoGen
|
|
836
|
+
summary: Export OSSA agent as AutoGen configuration
|
|
837
|
+
parameters:
|
|
838
|
+
- name: agentId
|
|
839
|
+
in: path
|
|
840
|
+
required: true
|
|
841
|
+
schema:
|
|
842
|
+
type: string
|
|
843
|
+
responses:
|
|
844
|
+
'200':
|
|
845
|
+
description: AutoGen configuration
|
|
846
|
+
content:
|
|
847
|
+
application/json:
|
|
848
|
+
schema:
|
|
849
|
+
$ref: '#/components/schemas/AutoGenConfig'
|
|
850
|
+
|
|
851
|
+
components:
|
|
852
|
+
schemas:
|
|
853
|
+
AutoGenAgentRequest:
|
|
854
|
+
type: object
|
|
855
|
+
required:
|
|
856
|
+
- name
|
|
857
|
+
- agent_type
|
|
858
|
+
properties:
|
|
859
|
+
name:
|
|
860
|
+
type: string
|
|
861
|
+
agent_type:
|
|
862
|
+
type: string
|
|
863
|
+
enum: [conversable_agent, assistant_agent, user_proxy_agent, group_chat_manager]
|
|
864
|
+
llm_config:
|
|
865
|
+
$ref: '#/components/schemas/LLMConfig'
|
|
866
|
+
human_input_mode:
|
|
867
|
+
type: string
|
|
868
|
+
enum: [ALWAYS, NEVER, TERMINATE]
|
|
869
|
+
code_execution_config:
|
|
870
|
+
$ref: '#/components/schemas/CodeExecutionConfig'
|
|
871
|
+
|
|
872
|
+
AutoGenConfig:
|
|
873
|
+
type: object
|
|
874
|
+
properties:
|
|
875
|
+
agent_type:
|
|
876
|
+
type: string
|
|
877
|
+
llm_config:
|
|
878
|
+
$ref: '#/components/schemas/LLMConfig'
|
|
879
|
+
human_input_mode:
|
|
880
|
+
type: string
|
|
881
|
+
code_execution_config:
|
|
882
|
+
$ref: '#/components/schemas/CodeExecutionConfig'
|
|
883
|
+
group_chat_config:
|
|
884
|
+
$ref: '#/components/schemas/GroupChatConfig'
|
|
885
|
+
```
|
|
886
|
+
|
|
887
|
+
## Zod Validation Schema
|
|
888
|
+
|
|
889
|
+
```typescript
|
|
890
|
+
import { z } from 'zod';
|
|
891
|
+
|
|
892
|
+
export const LLMConfigSchema = z.object({
|
|
893
|
+
config_list: z.array(z.object({
|
|
894
|
+
model: z.string(),
|
|
895
|
+
api_key_env: z.string().regex(/^[A-Z][A-Z0-9_]*$/).optional(),
|
|
896
|
+
base_url: z.string().url().optional(),
|
|
897
|
+
api_type: z.enum(['openai', 'azure', 'anthropic', 'ollama', 'litellm']).optional(),
|
|
898
|
+
api_version: z.string().optional(),
|
|
899
|
+
})),
|
|
900
|
+
temperature: z.number().min(0).max(2).default(0.7),
|
|
901
|
+
timeout: z.number().int().min(1).default(600),
|
|
902
|
+
cache_seed: z.number().int().nullable().optional(),
|
|
903
|
+
});
|
|
904
|
+
|
|
905
|
+
export const CodeExecutionConfigSchema = z.union([
|
|
906
|
+
z.object({
|
|
907
|
+
work_dir: z.string().default('workspace'),
|
|
908
|
+
use_docker: z.union([z.boolean(), z.string()]).default(false),
|
|
909
|
+
timeout: z.number().int().min(1).default(60),
|
|
910
|
+
last_n_messages: z.number().int().min(1).default(1),
|
|
911
|
+
executor_type: z.enum([
|
|
912
|
+
'local_command_line',
|
|
913
|
+
'docker_command_line',
|
|
914
|
+
'jupyter',
|
|
915
|
+
'azure_container_instance'
|
|
916
|
+
]).default('local_command_line'),
|
|
917
|
+
allowed_languages: z.array(
|
|
918
|
+
z.enum(['python', 'bash', 'shell', 'javascript', 'powershell'])
|
|
919
|
+
).default(['python', 'bash']),
|
|
920
|
+
}),
|
|
921
|
+
z.literal(false),
|
|
922
|
+
]);
|
|
923
|
+
|
|
924
|
+
export const GroupChatConfigSchema = z.object({
|
|
925
|
+
agents: z.array(z.string()),
|
|
926
|
+
max_round: z.number().int().min(1).default(10),
|
|
927
|
+
admin_name: z.string().default('Admin'),
|
|
928
|
+
speaker_selection_method: z.enum([
|
|
929
|
+
'auto', 'manual', 'random', 'round_robin', 'custom'
|
|
930
|
+
]).default('auto'),
|
|
931
|
+
custom_speaker_selection_func: z.string().optional(),
|
|
932
|
+
allow_repeat_speaker: z.union([
|
|
933
|
+
z.boolean(),
|
|
934
|
+
z.array(z.string())
|
|
935
|
+
]).default(true),
|
|
936
|
+
send_introductions: z.boolean().default(false),
|
|
937
|
+
});
|
|
938
|
+
|
|
939
|
+
export const TerminationConfigSchema = z.object({
|
|
940
|
+
is_termination_msg: z.string().optional(),
|
|
941
|
+
termination_keywords: z.array(z.string()).default(['TERMINATE']),
|
|
942
|
+
max_turns: z.number().int().min(1).optional(),
|
|
943
|
+
});
|
|
944
|
+
|
|
945
|
+
export const NestedChatConfigSchema = z.object({
|
|
946
|
+
enabled: z.boolean().default(false),
|
|
947
|
+
inner_agents: z.array(z.object({
|
|
948
|
+
agent_ref: z.string(),
|
|
949
|
+
trigger: z.string(),
|
|
950
|
+
max_turns: z.number().int().optional(),
|
|
951
|
+
})).optional(),
|
|
952
|
+
message_transformer: z.string().optional(),
|
|
953
|
+
});
|
|
954
|
+
|
|
955
|
+
export const TeachabilityConfigSchema = z.object({
|
|
956
|
+
enabled: z.boolean().default(false),
|
|
957
|
+
verbosity: z.number().int().min(0).max(3).default(0),
|
|
958
|
+
reset_db: z.boolean().default(false),
|
|
959
|
+
path_to_db_dir: z.string().optional(),
|
|
960
|
+
recall_threshold: z.number().min(0).max(1).default(1.5),
|
|
961
|
+
});
|
|
962
|
+
|
|
963
|
+
export const AutoGenExtensionSchema = z.object({
|
|
964
|
+
agent_type: z.enum([
|
|
965
|
+
'conversable_agent',
|
|
966
|
+
'assistant_agent',
|
|
967
|
+
'user_proxy_agent',
|
|
968
|
+
'group_chat_manager',
|
|
969
|
+
'teachable_agent',
|
|
970
|
+
'reasoning_agent',
|
|
971
|
+
'captain_agent',
|
|
972
|
+
'custom_agent'
|
|
973
|
+
]),
|
|
974
|
+
llm_config: LLMConfigSchema.optional(),
|
|
975
|
+
human_input_mode: z.enum(['ALWAYS', 'NEVER', 'TERMINATE']).default('NEVER'),
|
|
976
|
+
code_execution_config: CodeExecutionConfigSchema.optional(),
|
|
977
|
+
max_consecutive_auto_reply: z.number().int().min(0).default(10),
|
|
978
|
+
termination_config: TerminationConfigSchema.optional(),
|
|
979
|
+
group_chat_config: GroupChatConfigSchema.optional(),
|
|
980
|
+
function_map: z.record(z.string()).optional(),
|
|
981
|
+
register_for_llm: z.array(z.object({
|
|
982
|
+
name: z.string(),
|
|
983
|
+
description: z.string(),
|
|
984
|
+
parameters: z.record(z.unknown()),
|
|
985
|
+
})).optional(),
|
|
986
|
+
register_for_execution: z.array(z.string()).optional(),
|
|
987
|
+
nested_chat_config: NestedChatConfigSchema.optional(),
|
|
988
|
+
system_message: z.string().optional(),
|
|
989
|
+
description: z.string().optional(),
|
|
990
|
+
teachability_config: TeachabilityConfigSchema.optional(),
|
|
991
|
+
});
|
|
992
|
+
|
|
993
|
+
// Validate AutoGen extension
|
|
994
|
+
export function validateAutoGenExtension(data: unknown) {
|
|
995
|
+
return AutoGenExtensionSchema.safeParse(data);
|
|
996
|
+
}
|
|
997
|
+
```
|
|
998
|
+
|
|
999
|
+
## Human Input Modes
|
|
1000
|
+
|
|
1001
|
+
### `ALWAYS`
|
|
1002
|
+
|
|
1003
|
+
Human input is requested after every agent response:
|
|
1004
|
+
|
|
1005
|
+
```
|
|
1006
|
+
Agent receives message -> Agent responds -> WAIT for human input -> Repeat
|
|
1007
|
+
```
|
|
1008
|
+
|
|
1009
|
+
Use case: Interactive tutoring, sensitive operations requiring approval.
|
|
1010
|
+
|
|
1011
|
+
### `NEVER`
|
|
1012
|
+
|
|
1013
|
+
Fully autonomous operation - no human input requested:
|
|
1014
|
+
|
|
1015
|
+
```
|
|
1016
|
+
Agent receives message -> Agent responds -> Continue automatically
|
|
1017
|
+
```
|
|
1018
|
+
|
|
1019
|
+
Use case: Automated pipelines, background processing.
|
|
1020
|
+
|
|
1021
|
+
### `TERMINATE`
|
|
1022
|
+
|
|
1023
|
+
Human input requested only on termination conditions:
|
|
1024
|
+
|
|
1025
|
+
```
|
|
1026
|
+
Agent receives message -> Agent responds -> Check termination -> If terminate: WAIT for human
|
|
1027
|
+
```
|
|
1028
|
+
|
|
1029
|
+
Use case: Human approval for final results, error handling.
|
|
1030
|
+
|
|
1031
|
+
## Code Execution Security
|
|
1032
|
+
|
|
1033
|
+
### Docker Isolation (Recommended)
|
|
1034
|
+
|
|
1035
|
+
```yaml
|
|
1036
|
+
code_execution_config:
|
|
1037
|
+
use_docker: python:3.11-slim
|
|
1038
|
+
timeout: 60
|
|
1039
|
+
allowed_languages:
|
|
1040
|
+
- python
|
|
1041
|
+
```
|
|
1042
|
+
|
|
1043
|
+
Docker provides:
|
|
1044
|
+
- File system isolation
|
|
1045
|
+
- Network isolation (configurable)
|
|
1046
|
+
- Resource limits
|
|
1047
|
+
- Clean environment per execution
|
|
1048
|
+
|
|
1049
|
+
### Local Execution (Development Only)
|
|
1050
|
+
|
|
1051
|
+
```yaml
|
|
1052
|
+
code_execution_config:
|
|
1053
|
+
use_docker: false
|
|
1054
|
+
work_dir: ./sandbox
|
|
1055
|
+
timeout: 30
|
|
1056
|
+
```
|
|
1057
|
+
|
|
1058
|
+
**Warning**: Local execution can access host system. Use only in trusted environments.
|
|
1059
|
+
|
|
1060
|
+
### OSSA Sandbox Mapping
|
|
1061
|
+
|
|
1062
|
+
| OSSA sandboxConfig | AutoGen Equivalent |
|
|
1063
|
+
|-------------------|-------------------|
|
|
1064
|
+
| `type: docker` | `use_docker: true` |
|
|
1065
|
+
| `image: python:3.11` | `use_docker: "python:3.11"` |
|
|
1066
|
+
| `timeout: 60` | `timeout: 60` |
|
|
1067
|
+
| `network: none` | Docker network config |
|
|
1068
|
+
| `memory_limit: "512m"` | Docker resource config |
|
|
1069
|
+
|
|
1070
|
+
## Integration Patterns
|
|
1071
|
+
|
|
1072
|
+
### Pattern 1: Two-Agent Conversation
|
|
1073
|
+
|
|
1074
|
+
```python
|
|
1075
|
+
# OSSA defines agents, AutoGen runs conversation
|
|
1076
|
+
assistant = ossa_to_autogen('assistant.ossa.yaml')
|
|
1077
|
+
user_proxy = ossa_to_autogen('user_proxy.ossa.yaml')
|
|
1078
|
+
|
|
1079
|
+
user_proxy.initiate_chat(
|
|
1080
|
+
assistant,
|
|
1081
|
+
message="Write a Python function to calculate fibonacci numbers"
|
|
1082
|
+
)
|
|
1083
|
+
```
|
|
1084
|
+
|
|
1085
|
+
### Pattern 2: Group Chat Workflow
|
|
1086
|
+
|
|
1087
|
+
```python
|
|
1088
|
+
# OSSA Workflow -> AutoGen GroupChat
|
|
1089
|
+
workflow = load_ossa_workflow('research-team.ossa.yaml')
|
|
1090
|
+
agents = [ossa_to_autogen(ref) for ref in workflow.spec.steps]
|
|
1091
|
+
|
|
1092
|
+
groupchat = GroupChat(
|
|
1093
|
+
agents=agents,
|
|
1094
|
+
**workflow.extensions.autogen.group_chat_config
|
|
1095
|
+
)
|
|
1096
|
+
manager = GroupChatManager(groupchat=groupchat)
|
|
1097
|
+
```
|
|
1098
|
+
|
|
1099
|
+
### Pattern 3: Nested Delegation
|
|
1100
|
+
|
|
1101
|
+
```python
|
|
1102
|
+
# Coordinator delegates to specialists via nested chat
|
|
1103
|
+
coordinator = ossa_to_autogen('coordinator.ossa.yaml')
|
|
1104
|
+
specialists = {
|
|
1105
|
+
'frontend': ossa_to_autogen('frontend.ossa.yaml'),
|
|
1106
|
+
'backend': ossa_to_autogen('backend.ossa.yaml'),
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
# Register nested chat handlers
|
|
1110
|
+
for name, agent in specialists.items():
|
|
1111
|
+
coordinator.register_nested_chats(
|
|
1112
|
+
trigger=lambda x: name in x['content'].lower(),
|
|
1113
|
+
chat_queue=[agent],
|
|
1114
|
+
)
|
|
1115
|
+
```
|
|
1116
|
+
|
|
1117
|
+
## Related
|
|
1118
|
+
|
|
1119
|
+
- [Microsoft AutoGen Documentation](https://microsoft.github.io/autogen/)
|
|
1120
|
+
- [AutoGen GitHub Repository](https://github.com/microsoft/autogen)
|
|
1121
|
+
- [OSSA v0.3.3 Schema](../ossa-0.3.3.schema.json)
|
|
1122
|
+
- [Agent-to-Agent Messaging Extension](./agent-identity.yaml)
|
|
1123
|
+
- [Drupal Extension](./drupal.md)
|
|
1124
|
+
- [MCP Extension](#/definitions/MCPExtension)
|