@bluefly/openstandardagents 0.3.5 → 0.3.6
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/.version.json +7 -0
- package/CHANGELOG.md +60 -1
- package/README.md +41 -31
- package/bin/ossa +2 -23
- package/bin/postinstall +3 -2
- package/dist/adapters/crewai/converter.d.ts +17 -0
- package/dist/adapters/crewai/converter.d.ts.map +1 -0
- package/dist/adapters/crewai/converter.js +110 -0
- package/dist/adapters/crewai/converter.js.map +1 -0
- package/dist/adapters/crewai/index.d.ts +7 -0
- package/dist/adapters/crewai/index.d.ts.map +1 -0
- package/dist/adapters/crewai/index.js +6 -0
- package/dist/adapters/crewai/index.js.map +1 -0
- package/dist/adapters/crewai/types.d.ts +29 -0
- package/dist/adapters/crewai/types.d.ts.map +1 -0
- package/dist/adapters/crewai/types.js +5 -0
- package/dist/adapters/crewai/types.js.map +1 -0
- package/dist/adapters/docker/generators.d.ts +19 -0
- package/dist/adapters/docker/generators.d.ts.map +1 -0
- package/dist/adapters/docker/generators.js +93 -0
- package/dist/adapters/docker/generators.js.map +1 -0
- package/dist/adapters/docker/index.d.ts +7 -0
- package/dist/adapters/docker/index.d.ts.map +1 -0
- package/dist/adapters/docker/index.js +6 -0
- package/dist/adapters/docker/index.js.map +1 -0
- package/dist/adapters/docker/types.d.ts +17 -0
- package/dist/adapters/docker/types.d.ts.map +1 -0
- package/dist/adapters/docker/types.js +5 -0
- package/dist/adapters/docker/types.js.map +1 -0
- package/dist/adapters/gitlab/converter.d.ts +25 -0
- package/dist/adapters/gitlab/converter.d.ts.map +1 -0
- package/dist/adapters/gitlab/converter.js +96 -0
- package/dist/adapters/gitlab/converter.js.map +1 -0
- package/dist/adapters/gitlab/index.d.ts +7 -0
- package/dist/adapters/gitlab/index.d.ts.map +1 -0
- package/dist/adapters/gitlab/index.js +6 -0
- package/dist/adapters/gitlab/index.js.map +1 -0
- package/dist/adapters/gitlab/types.d.ts +22 -0
- package/dist/adapters/gitlab/types.d.ts.map +1 -0
- package/dist/adapters/gitlab/types.js +5 -0
- package/dist/adapters/gitlab/types.js.map +1 -0
- package/dist/adapters/kubernetes/generator.d.ts +29 -0
- package/dist/adapters/kubernetes/generator.d.ts.map +1 -0
- package/dist/adapters/kubernetes/generator.js +133 -0
- package/dist/adapters/kubernetes/generator.js.map +1 -0
- package/dist/adapters/kubernetes/index.d.ts +7 -0
- package/dist/adapters/kubernetes/index.d.ts.map +1 -0
- package/dist/adapters/kubernetes/index.js +6 -0
- package/dist/adapters/kubernetes/index.js.map +1 -0
- package/dist/adapters/kubernetes/types.d.ts +17 -0
- package/dist/adapters/kubernetes/types.d.ts.map +1 -0
- package/dist/adapters/kubernetes/types.js +5 -0
- package/dist/adapters/kubernetes/types.js.map +1 -0
- package/dist/adapters/langchain/converter.d.ts +21 -0
- package/dist/adapters/langchain/converter.d.ts.map +1 -0
- package/dist/adapters/langchain/converter.js +143 -0
- package/dist/adapters/langchain/converter.js.map +1 -0
- package/dist/adapters/langchain/index.d.ts +7 -0
- package/dist/adapters/langchain/index.d.ts.map +1 -0
- package/dist/adapters/langchain/index.js +6 -0
- package/dist/adapters/langchain/index.js.map +1 -0
- package/dist/adapters/langchain/types.d.ts +27 -0
- package/dist/adapters/langchain/types.d.ts.map +1 -0
- package/dist/adapters/langchain/types.js +5 -0
- package/dist/adapters/langchain/types.js.map +1 -0
- package/dist/adapters/n8n/converter.d.ts +17 -0
- package/dist/adapters/n8n/converter.d.ts.map +1 -0
- package/dist/adapters/n8n/converter.js +77 -0
- package/dist/adapters/n8n/converter.js.map +1 -0
- package/dist/adapters/n8n/index.d.ts +7 -0
- package/dist/adapters/n8n/index.d.ts.map +1 -0
- package/dist/adapters/n8n/index.js +6 -0
- package/dist/adapters/n8n/index.js.map +1 -0
- package/dist/adapters/n8n/types.d.ts +23 -0
- package/dist/adapters/n8n/types.d.ts.map +1 -0
- package/dist/adapters/n8n/types.js +5 -0
- package/dist/adapters/n8n/types.js.map +1 -0
- package/dist/adapters/opentelemetry.adapter.d.ts +1 -1
- package/dist/adapters/temporal/converter.d.ts +17 -0
- package/dist/adapters/temporal/converter.d.ts.map +1 -0
- package/dist/adapters/temporal/converter.js +96 -0
- package/dist/adapters/temporal/converter.js.map +1 -0
- package/dist/adapters/temporal/index.d.ts +7 -0
- package/dist/adapters/temporal/index.d.ts.map +1 -0
- package/dist/adapters/temporal/index.js +6 -0
- package/dist/adapters/temporal/index.js.map +1 -0
- package/dist/adapters/temporal/types.d.ts +23 -0
- package/dist/adapters/temporal/types.d.ts.map +1 -0
- package/dist/adapters/temporal/types.js +5 -0
- package/dist/adapters/temporal/types.js.map +1 -0
- package/dist/bot/agent-compliance.js +1 -1
- package/dist/bot/agent-compliance.js.map +1 -1
- package/dist/bot/agent-security_scanner.d.ts +1 -1
- package/dist/bot/agent-security_scanner.d.ts.map +1 -1
- package/dist/bot/agent-security_scanner.js.map +1 -1
- package/dist/cli/commands/agent-create.command.d.ts +18 -0
- package/dist/cli/commands/agent-create.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-create.command.js +437 -0
- package/dist/cli/commands/agent-create.command.js.map +1 -0
- package/dist/cli/commands/agent-wizard.command.d.ts +21 -0
- package/dist/cli/commands/agent-wizard.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-wizard.command.js +1136 -0
- package/dist/cli/commands/agent-wizard.command.js.map +1 -0
- package/dist/cli/commands/agents-md/batch.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/batch.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/batch.command.js +63 -0
- package/dist/cli/commands/agents-md/batch.command.js.map +1 -0
- package/dist/cli/commands/agents-md/generate.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/generate.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/generate.command.js +43 -0
- package/dist/cli/commands/agents-md/generate.command.js.map +1 -0
- package/dist/cli/commands/agents-md/list.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/list.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/list.command.js +59 -0
- package/dist/cli/commands/agents-md/list.command.js.map +1 -0
- package/dist/cli/commands/agents-md/validate.command.d.ts +3 -0
- package/dist/cli/commands/agents-md/validate.command.d.ts.map +1 -0
- package/dist/cli/commands/agents-md/validate.command.js +42 -0
- package/dist/cli/commands/agents-md/validate.command.js.map +1 -0
- package/dist/cli/commands/agents-md.command.d.ts +1 -1
- package/dist/cli/commands/agents-md.command.d.ts.map +1 -1
- package/dist/cli/commands/agents-md.command.js +40 -122
- package/dist/cli/commands/agents-md.command.js.map +1 -1
- package/dist/cli/commands/audit.d.ts +8 -0
- package/dist/cli/commands/audit.d.ts.map +1 -0
- package/dist/cli/commands/audit.js +238 -0
- package/dist/cli/commands/audit.js.map +1 -0
- package/dist/cli/commands/build.command.d.ts +7 -0
- package/dist/cli/commands/build.command.d.ts.map +1 -0
- package/dist/cli/commands/build.command.js +314 -0
- package/dist/cli/commands/build.command.js.map +1 -0
- package/dist/cli/commands/capability/validate.d.ts +3 -0
- package/dist/cli/commands/capability/validate.d.ts.map +1 -0
- package/dist/cli/commands/capability/validate.js +60 -0
- package/dist/cli/commands/capability/validate.js.map +1 -0
- package/dist/cli/commands/deploy.command.d.ts +5 -2
- package/dist/cli/commands/deploy.command.d.ts.map +1 -1
- package/dist/cli/commands/deploy.command.js +50 -154
- package/dist/cli/commands/deploy.command.js.map +1 -1
- package/dist/cli/commands/enhance.command.d.ts +10 -0
- package/dist/cli/commands/enhance.command.d.ts.map +1 -0
- package/dist/cli/commands/enhance.command.js +119 -0
- package/dist/cli/commands/enhance.command.js.map +1 -0
- package/dist/cli/commands/examples.command.d.ts +10 -0
- package/dist/cli/commands/examples.command.d.ts.map +1 -0
- package/dist/cli/commands/examples.command.js +73 -0
- package/dist/cli/commands/examples.command.js.map +1 -0
- package/dist/cli/commands/export.command.d.ts +2 -2
- package/dist/cli/commands/export.command.d.ts.map +1 -1
- package/dist/cli/commands/export.command.js +109 -37
- package/dist/cli/commands/export.command.js.map +1 -1
- package/dist/cli/commands/generate/conformance.d.ts +3 -0
- package/dist/cli/commands/generate/conformance.d.ts.map +1 -0
- package/dist/cli/commands/generate/conformance.js +106 -0
- package/dist/cli/commands/generate/conformance.js.map +1 -0
- package/dist/cli/commands/github-sync.command.js +1 -1
- package/dist/cli/commands/identity/plan.d.ts +3 -0
- package/dist/cli/commands/identity/plan.d.ts.map +1 -0
- package/dist/cli/commands/identity/plan.js +198 -0
- package/dist/cli/commands/identity/plan.js.map +1 -0
- package/dist/cli/commands/install.command.d.ts.map +1 -1
- package/dist/cli/commands/install.command.js +29 -32
- package/dist/cli/commands/install.command.js.map +1 -1
- package/dist/cli/commands/knowledge-index.command.d.ts +11 -0
- package/dist/cli/commands/knowledge-index.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge-index.command.js +111 -0
- package/dist/cli/commands/knowledge-index.command.js.map +1 -0
- package/dist/cli/commands/knowledge-query.command.d.ts +11 -0
- package/dist/cli/commands/knowledge-query.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge-query.command.js +118 -0
- package/dist/cli/commands/knowledge-query.command.js.map +1 -0
- package/dist/cli/commands/knowledge.command.d.ts +11 -0
- package/dist/cli/commands/knowledge.command.d.ts.map +1 -0
- package/dist/cli/commands/knowledge.command.js +16 -0
- package/dist/cli/commands/knowledge.command.js.map +1 -0
- package/dist/cli/commands/migrate.command.d.ts +2 -17
- package/dist/cli/commands/migrate.command.d.ts.map +1 -1
- package/dist/cli/commands/migrate.command.js +86 -144
- 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 +36 -106
- package/dist/cli/commands/publish.command.js.map +1 -1
- package/dist/cli/commands/release.command.d.ts +10 -0
- package/dist/cli/commands/release.command.d.ts.map +1 -0
- package/dist/cli/commands/release.command.js +73 -0
- package/dist/cli/commands/release.command.js.map +1 -0
- package/dist/cli/commands/scaffold.command.d.ts.map +1 -1
- package/dist/cli/commands/scaffold.command.js +14 -4
- package/dist/cli/commands/scaffold.command.js.map +1 -1
- package/dist/cli/commands/search.command.d.ts.map +1 -1
- package/dist/cli/commands/search.command.js +33 -33
- package/dist/cli/commands/search.command.js.map +1 -1
- package/dist/cli/commands/skills.command.d.ts +10 -0
- package/dist/cli/commands/skills.command.d.ts.map +1 -0
- package/dist/cli/commands/skills.command.js +135 -0
- package/dist/cli/commands/skills.command.js.map +1 -0
- package/dist/cli/commands/taxonomy.command.d.ts +10 -0
- package/dist/cli/commands/taxonomy.command.d.ts.map +1 -0
- package/dist/cli/commands/taxonomy.command.js +379 -0
- package/dist/cli/commands/taxonomy.command.js.map +1 -0
- package/dist/cli/commands/template.command.d.ts +7 -0
- package/dist/cli/commands/template.command.d.ts.map +1 -0
- package/dist/cli/commands/template.command.js +159 -0
- package/dist/cli/commands/template.command.js.map +1 -0
- package/dist/cli/commands/update.command.d.ts +3 -0
- package/dist/cli/commands/update.command.d.ts.map +1 -0
- package/dist/cli/commands/update.command.js +43 -0
- package/dist/cli/commands/update.command.js.map +1 -0
- package/dist/cli/commands/validate.command.d.ts.map +1 -1
- package/dist/cli/commands/validate.command.js +43 -0
- package/dist/cli/commands/validate.command.js.map +1 -1
- package/dist/cli/commands/wizard.command.d.ts.map +1 -1
- package/dist/cli/commands/wizard.command.js +29 -3
- package/dist/cli/commands/wizard.command.js.map +1 -1
- package/dist/cli/commands/workspace.command.js +3 -1
- package/dist/cli/commands/workspace.command.js.map +1 -1
- package/dist/cli/index.d.ts +2 -11
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +24 -229
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/error-formatter.js.map +1 -1
- package/dist/cli/utils/output.d.ts +1 -0
- package/dist/cli/utils/output.d.ts.map +1 -1
- package/dist/cli/utils/output.js +2 -1
- package/dist/cli/utils/output.js.map +1 -1
- package/dist/cli/wizard/data/agent-types.d.ts +7 -0
- package/dist/cli/wizard/data/agent-types.d.ts.map +1 -0
- package/dist/cli/wizard/data/agent-types.js +192 -0
- package/dist/cli/wizard/data/agent-types.js.map +1 -0
- package/dist/cli/wizard/data/llm-providers.d.ts +10 -0
- package/dist/cli/wizard/data/llm-providers.d.ts.map +1 -0
- package/dist/cli/wizard/data/llm-providers.js +176 -0
- package/dist/cli/wizard/data/llm-providers.js.map +1 -0
- package/dist/cli/wizard/data/taxonomy.d.ts +39 -0
- package/dist/cli/wizard/data/taxonomy.d.ts.map +1 -0
- package/dist/cli/wizard/data/taxonomy.js +134 -0
- package/dist/cli/wizard/data/taxonomy.js.map +1 -0
- package/dist/cli/wizard/data/templates.d.ts +10 -0
- package/dist/cli/wizard/data/templates.d.ts.map +1 -0
- package/dist/cli/wizard/data/templates.js +228 -0
- package/dist/cli/wizard/data/templates.js.map +1 -0
- package/dist/cli/wizard/steps/01-agent-type.d.ts +7 -0
- package/dist/cli/wizard/steps/01-agent-type.d.ts.map +1 -0
- package/dist/cli/wizard/steps/01-agent-type.js +35 -0
- package/dist/cli/wizard/steps/01-agent-type.js.map +1 -0
- package/dist/cli/wizard/steps/02-basic-info.d.ts +7 -0
- package/dist/cli/wizard/steps/02-basic-info.d.ts.map +1 -0
- package/dist/cli/wizard/steps/02-basic-info.js +81 -0
- package/dist/cli/wizard/steps/02-basic-info.js.map +1 -0
- package/dist/cli/wizard/steps/03-domain-capability.d.ts +7 -0
- package/dist/cli/wizard/steps/03-domain-capability.d.ts.map +1 -0
- package/dist/cli/wizard/steps/03-domain-capability.js +98 -0
- package/dist/cli/wizard/steps/03-domain-capability.js.map +1 -0
- package/dist/cli/wizard/steps/04-llm-config.d.ts +7 -0
- package/dist/cli/wizard/steps/04-llm-config.d.ts.map +1 -0
- package/dist/cli/wizard/steps/04-llm-config.js +86 -0
- package/dist/cli/wizard/steps/04-llm-config.js.map +1 -0
- package/dist/cli/wizard/steps/05-tools.d.ts +7 -0
- package/dist/cli/wizard/steps/05-tools.d.ts.map +1 -0
- package/dist/cli/wizard/steps/05-tools.js +172 -0
- package/dist/cli/wizard/steps/05-tools.js.map +1 -0
- package/dist/cli/wizard/steps/06-autonomy.d.ts +7 -0
- package/dist/cli/wizard/steps/06-autonomy.d.ts.map +1 -0
- package/dist/cli/wizard/steps/06-autonomy.js +87 -0
- package/dist/cli/wizard/steps/06-autonomy.js.map +1 -0
- package/dist/cli/wizard/steps/07-observability.d.ts +7 -0
- package/dist/cli/wizard/steps/07-observability.d.ts.map +1 -0
- package/dist/cli/wizard/steps/07-observability.js +149 -0
- package/dist/cli/wizard/steps/07-observability.js.map +1 -0
- package/dist/cli/wizard/steps/08-deployment.d.ts +7 -0
- package/dist/cli/wizard/steps/08-deployment.d.ts.map +1 -0
- package/dist/cli/wizard/steps/08-deployment.js +120 -0
- package/dist/cli/wizard/steps/08-deployment.js.map +1 -0
- package/dist/cli/wizard/steps/09-advanced.d.ts +7 -0
- package/dist/cli/wizard/steps/09-advanced.d.ts.map +1 -0
- package/dist/cli/wizard/steps/09-advanced.js +160 -0
- package/dist/cli/wizard/steps/09-advanced.js.map +1 -0
- package/dist/cli/wizard/steps/10-review.d.ts +7 -0
- package/dist/cli/wizard/steps/10-review.d.ts.map +1 -0
- package/dist/cli/wizard/steps/10-review.js +109 -0
- package/dist/cli/wizard/steps/10-review.js.map +1 -0
- package/dist/cli/wizard/steps/12-agents-folder.d.ts +7 -0
- package/dist/cli/wizard/steps/12-agents-folder.d.ts.map +1 -0
- package/dist/cli/wizard/steps/12-agents-folder.js +101 -0
- package/dist/cli/wizard/steps/12-agents-folder.js.map +1 -0
- package/dist/cli/wizard/steps/13-openapi-generation.d.ts +7 -0
- package/dist/cli/wizard/steps/13-openapi-generation.d.ts.map +1 -0
- package/dist/cli/wizard/steps/13-openapi-generation.js +60 -0
- package/dist/cli/wizard/steps/13-openapi-generation.js.map +1 -0
- package/dist/cli/wizard/steps/14-workspace-registration.d.ts +7 -0
- package/dist/cli/wizard/steps/14-workspace-registration.d.ts.map +1 -0
- package/dist/cli/wizard/steps/14-workspace-registration.js +65 -0
- package/dist/cli/wizard/steps/14-workspace-registration.js.map +1 -0
- package/dist/cli/wizard/steps/15-cost-estimation.d.ts +7 -0
- package/dist/cli/wizard/steps/15-cost-estimation.d.ts.map +1 -0
- package/dist/cli/wizard/steps/15-cost-estimation.js +119 -0
- package/dist/cli/wizard/steps/15-cost-estimation.js.map +1 -0
- package/dist/cli/wizard/steps/16-best-practices.d.ts +7 -0
- package/dist/cli/wizard/steps/16-best-practices.d.ts.map +1 -0
- package/dist/cli/wizard/steps/16-best-practices.js +180 -0
- package/dist/cli/wizard/steps/16-best-practices.js.map +1 -0
- package/dist/cli/wizard/steps/index.d.ts +15 -0
- package/dist/cli/wizard/steps/index.d.ts.map +1 -0
- package/dist/cli/wizard/steps/index.js +15 -0
- package/dist/cli/wizard/steps/index.js.map +1 -0
- package/dist/cli/wizard/types.d.ts +94 -0
- package/dist/cli/wizard/types.d.ts.map +1 -0
- package/dist/cli/wizard/types.js +6 -0
- package/dist/cli/wizard/types.js.map +1 -0
- package/dist/cli/wizard/ui/console.d.ts +26 -0
- package/dist/cli/wizard/ui/console.d.ts.map +1 -0
- package/dist/cli/wizard/ui/console.js +104 -0
- package/dist/cli/wizard/ui/console.js.map +1 -0
- package/dist/cli/wizard/validators/index.d.ts +11 -0
- package/dist/cli/wizard/validators/index.d.ts.map +1 -0
- package/dist/cli/wizard/validators/index.js +35 -0
- package/dist/cli/wizard/validators/index.js.map +1 -0
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +16 -0
- package/dist/di-container.js.map +1 -1
- package/dist/index.d.ts +7 -24
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -31
- package/dist/index.js.map +1 -1
- package/dist/repositories/manifest.repository.js +1 -1
- package/dist/repositories/manifest.repository.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +7 -4
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/runtime/langflow.runtime.d.ts +2 -2
- package/dist/sdks/kagent/crd-generator.d.ts +21 -0
- package/dist/sdks/kagent/crd-generator.d.ts.map +1 -0
- package/dist/sdks/kagent/crd-generator.js +101 -0
- package/dist/sdks/kagent/crd-generator.js.map +1 -0
- package/dist/sdks/kagent/crd-parser.d.ts +13 -0
- package/dist/sdks/kagent/crd-parser.d.ts.map +1 -0
- package/dist/sdks/kagent/crd-parser.js +91 -0
- package/dist/sdks/kagent/crd-parser.js.map +1 -0
- package/dist/sdks/kagent/index.d.ts +10 -0
- package/dist/sdks/kagent/index.d.ts.map +1 -0
- package/dist/sdks/kagent/index.js +9 -0
- package/dist/sdks/kagent/index.js.map +1 -0
- package/dist/sdks/kagent/runtime-adapter.d.ts +45 -0
- package/dist/sdks/kagent/runtime-adapter.d.ts.map +1 -0
- package/dist/sdks/kagent/runtime-adapter.js +129 -0
- package/dist/sdks/kagent/runtime-adapter.js.map +1 -0
- package/dist/sdks/kagent/types.d.ts +91 -0
- package/dist/sdks/kagent/types.d.ts.map +1 -0
- package/dist/sdks/kagent/types.js +5 -0
- package/dist/sdks/kagent/types.js.map +1 -0
- package/dist/sdks/kagent/validator.d.ts +17 -0
- package/dist/sdks/kagent/validator.d.ts.map +1 -0
- package/dist/sdks/kagent/validator.js +73 -0
- package/dist/sdks/kagent/validator.js.map +1 -0
- package/dist/sdks/shared/types.d.ts +1 -1
- package/dist/sdks/typescript/types.d.ts +3 -3
- package/dist/sdks/typescript/types.js +3 -3
- package/dist/services/agents-md/agents-md.service.d.ts.map +1 -1
- package/dist/services/agents-md/agents-md.service.js +0 -6
- package/dist/services/agents-md/agents-md.service.js.map +1 -1
- package/dist/services/agents-md/repo-agents-md.service.d.ts +87 -0
- package/dist/services/agents-md/repo-agents-md.service.d.ts.map +1 -0
- package/dist/services/agents-md/repo-agents-md.service.js +202 -0
- package/dist/services/agents-md/repo-agents-md.service.js.map +1 -0
- package/dist/services/ai-architect.service.d.ts +48 -0
- package/dist/services/ai-architect.service.d.ts.map +1 -0
- package/dist/services/ai-architect.service.js +273 -0
- package/dist/services/ai-architect.service.js.map +1 -0
- package/dist/services/audit.d.ts +80 -0
- package/dist/services/audit.d.ts.map +1 -0
- package/dist/services/audit.js +245 -0
- package/dist/services/audit.js.map +1 -0
- package/dist/services/codegen/generators/openapi-zod.generator.js +1 -1
- package/dist/services/git.service.d.ts +10 -1
- package/dist/services/git.service.d.ts.map +1 -1
- package/dist/services/git.service.js +42 -2
- package/dist/services/git.service.js.map +1 -1
- package/dist/services/knowledge-generation.service.d.ts +46 -0
- package/dist/services/knowledge-generation.service.d.ts.map +1 -0
- package/dist/services/knowledge-generation.service.js +96 -0
- package/dist/services/knowledge-generation.service.js.map +1 -0
- package/dist/services/knowledge.service.d.ts +88 -0
- package/dist/services/knowledge.service.d.ts.map +1 -0
- package/dist/services/knowledge.service.js +214 -0
- package/dist/services/knowledge.service.js.map +1 -0
- package/dist/services/migration-transform.service.d.ts +11 -3
- package/dist/services/migration-transform.service.d.ts.map +1 -1
- package/dist/services/migration-transform.service.js +69 -10
- package/dist/services/migration-transform.service.js.map +1 -1
- package/dist/services/registry.service.d.ts +34 -0
- package/dist/services/registry.service.d.ts.map +1 -0
- package/dist/services/registry.service.js +161 -0
- package/dist/services/registry.service.js.map +1 -0
- package/dist/services/release-automation/release-agent.service.d.ts +39 -0
- package/dist/services/release-automation/release-agent.service.d.ts.map +1 -0
- package/dist/services/release-automation/release-agent.service.js +42 -0
- package/dist/services/release-automation/release-agent.service.js.map +1 -0
- package/dist/services/skills/claude-skills.service.d.ts +51 -0
- package/dist/services/skills/claude-skills.service.d.ts.map +1 -0
- package/dist/services/skills/claude-skills.service.js +252 -0
- package/dist/services/skills/claude-skills.service.js.map +1 -0
- package/dist/services/structure/agents-folder.service.d.ts +37 -0
- package/dist/services/structure/agents-folder.service.d.ts.map +1 -0
- package/dist/services/structure/agents-folder.service.js +318 -0
- package/dist/services/structure/agents-folder.service.js.map +1 -0
- package/dist/services/taxonomy-validator.service.d.ts +25 -0
- package/dist/services/taxonomy-validator.service.d.ts.map +1 -0
- package/dist/services/taxonomy-validator.service.js +149 -0
- package/dist/services/taxonomy-validator.service.js.map +1 -0
- package/dist/services/taxonomy.service.d.ts +132 -0
- package/dist/services/taxonomy.service.d.ts.map +1 -0
- package/dist/services/taxonomy.service.js +330 -0
- package/dist/services/taxonomy.service.js.map +1 -0
- package/dist/services/template-processor.service.d.ts +34 -0
- package/dist/services/template-processor.service.d.ts.map +1 -0
- package/dist/services/template-processor.service.js +112 -0
- package/dist/services/template-processor.service.js.map +1 -0
- package/dist/services/template.service.d.ts +54 -0
- package/dist/services/template.service.d.ts.map +1 -0
- package/dist/services/template.service.js +154 -0
- package/dist/services/template.service.js.map +1 -0
- package/dist/spec/ossa-audit-api.yaml +311 -0
- package/dist/spec/registry/registry-api.yaml +144 -0
- package/dist/spec/schema/components/adapter.schema.json +33 -0
- package/dist/spec/schema/components/identity.schema.json +78 -0
- package/dist/spec/v0.3/CHANGELOG.md +2 -2
- package/dist/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
- package/dist/spec/v0.3/README.md +2 -2
- package/dist/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
- package/dist/spec/v0.3/ossa-v0.3.schema.json +15824 -0
- package/dist/spec/v0.3.6/CHANGELOG.md +171 -0
- package/dist/spec/v0.3.6/README.md +382 -0
- package/dist/spec/v0.3.6/taxonomy.yaml +506 -0
- package/dist/testing/fixtures.d.ts.map +1 -1
- package/dist/testing/fixtures.js +6 -0
- package/dist/testing/fixtures.js.map +1 -1
- package/dist/testing/runner.d.ts.map +1 -1
- package/dist/testing/runner.js +4 -20
- package/dist/testing/runner.js.map +1 -1
- package/dist/types/architect.d.ts +48 -0
- package/dist/types/architect.d.ts.map +1 -0
- package/dist/types/architect.js +7 -0
- package/dist/types/architect.js.map +1 -0
- package/dist/types/identity.d.ts +78 -401
- package/dist/types/identity.d.ts.map +1 -1
- package/dist/types/identity.js +5 -7
- package/dist/types/identity.js.map +1 -1
- package/dist/types/identity.zod.d.ts +5 -5
- package/dist/types/index.d.ts +69 -41
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +4 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/personality.zod.d.ts +24 -24
- package/dist/types/prompts.zod.d.ts +4 -4
- package/dist/utils/version.d.ts.map +1 -1
- package/dist/utils/version.js +73 -46
- package/dist/utils/version.js.map +1 -1
- package/dist/validation/__tests__/error-codes.test.d.ts +5 -0
- package/dist/validation/__tests__/error-codes.test.d.ts.map +1 -0
- package/dist/validation/__tests__/error-codes.test.js +252 -0
- package/dist/validation/__tests__/error-codes.test.js.map +1 -0
- package/dist/validation/enhanced-validator.d.ts +38 -0
- package/dist/validation/enhanced-validator.d.ts.map +1 -0
- package/dist/validation/enhanced-validator.js +242 -0
- package/dist/validation/enhanced-validator.js.map +1 -0
- package/dist/validation/error-codes.d.ts +170 -0
- package/dist/validation/error-codes.d.ts.map +1 -0
- package/dist/validation/error-codes.js +1159 -0
- package/dist/validation/error-codes.js.map +1 -0
- package/dist/validation/error-formatter.d.ts +81 -0
- package/dist/validation/error-formatter.d.ts.map +1 -0
- package/dist/validation/error-formatter.js +375 -0
- package/dist/validation/error-formatter.js.map +1 -0
- package/dist/validation/index.d.ts +16 -0
- package/dist/validation/index.d.ts.map +1 -0
- package/dist/validation/index.js +20 -0
- package/dist/validation/index.js.map +1 -0
- package/dist/validation/linter.d.ts +36 -0
- package/dist/validation/linter.d.ts.map +1 -0
- package/dist/validation/linter.js +453 -0
- package/dist/validation/linter.js.map +1 -0
- package/dist/validation/validator.d.ts +38 -0
- package/dist/validation/validator.d.ts.map +1 -0
- package/dist/validation/validator.js +262 -0
- package/dist/validation/validator.js.map +1 -0
- package/examples/a2a/agent-handoff.ossa.yaml +1 -1
- package/examples/a2a/service-discovery.ossa.yaml +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/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/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/monorepo-agent.ossa.yaml +1 -1
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/build-once-use-everywhere/README.md +184 -0
- package/examples/build-once-use-everywhere/agent.ossa.yaml +38 -0
- package/examples/build-once-use-everywhere/deploy-config.yaml +32 -0
- package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
- package/examples/common_npm/agent-router.ossa.yaml +1 -1
- package/examples/contracts/data-consumer.ossa.yaml +1 -1
- package/examples/contracts/data-producer-v2.ossa.yaml +5 -3
- package/examples/contracts/data-producer.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/economics/marketplace-agent.ossa.json +210 -0
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/genetics/breeding-agent.ossa.json +194 -0
- package/examples/getting-started/01-minimal-agent.ossa.yaml +1 -1
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +1 -1
- package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
- package/examples/kagent/compliance-validator.ossa.yaml +1 -1
- package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
- package/examples/kagent/documentation-agent.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
- package/examples/kagent/security-scanner.ossa.yaml +1 -1
- package/examples/lifecycle/mentoring-agent.ossa.json +293 -0
- package/examples/mcp/database-mcp.ossa.yaml +1 -1
- package/examples/mcp/filesystem-mcp.ossa.yaml +1 -1
- package/examples/messaging/dependency-healer.ossa.yaml +1 -1
- package/examples/messaging/incident-responder.ossa.yaml +1 -1
- package/examples/messaging/routing-rules.ossa.yaml +1 -1
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/migrations/crewai-to-ossa/README.md +66 -0
- package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +2 -2
- package/examples/migrations/langchain/04-config-based-after.ossa.yaml +2 -2
- package/examples/migrations/langchain-to-ossa/README.md +73 -0
- package/examples/migrations/swarm-to-ossa/COMPARISON.md +350 -0
- package/examples/migrations/swarm-to-ossa/INDEX.md +355 -0
- package/examples/migrations/swarm-to-ossa/MIGRATION-FLOW.md +410 -0
- package/examples/migrations/swarm-to-ossa/QUICKSTART.md +453 -0
- package/examples/migrations/swarm-to-ossa/README.md +665 -0
- package/examples/migrations/swarm-to-ossa/after-handoffs.ossa.yaml +482 -0
- package/examples/migrations/swarm-to-ossa/after-triage-agent.ossa.yaml +315 -0
- package/examples/migrations/swarm-to-ossa/before-handoffs.py +373 -0
- package/examples/migrations/swarm-to-ossa/before-triage-agent.py +234 -0
- package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
- package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
- package/examples/multi-platform/single-manifest/README.md +72 -0
- package/examples/multi-platform/single-manifest/agent.ossa.yaml +32 -0
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +1 -1
- package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +1 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +1 -1
- package/examples/registry/agents/code-reviewer/agent.yaml +1 -1
- package/examples/registry/agents/security-scanner/agent.yaml +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +1 -1
- package/examples/showcase/code-assistant.ossa.yaml +1 -1
- package/examples/showcase/code-reviewer.ossa.yaml +1 -1
- package/examples/showcase/compliance-validator.ossa.yaml +1 -1
- package/examples/showcase/content-writer.ossa.yaml +1 -1
- package/examples/showcase/data-transformer.ossa.yaml +1 -1
- package/examples/showcase/doc-generator.ossa.yaml +1 -1
- package/examples/showcase/security-scanner.ossa.yaml +1 -1
- package/examples/showcase/test-generator.ossa.yaml +1 -1
- package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
- package/examples/swarm/pso-optimizer.ossa.json +171 -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 +1 -1
- package/examples/v0.3.6/full-featured-v0.3.6.ossa.yaml +304 -0
- package/examples/v0.3.6/gitlab-duo-composite-identity.ossa.yaml +119 -0
- package/examples/v0.3.6/knowledge-graph-integration.ossa.yaml +109 -0
- package/examples/v0.3.6/token-efficiency-economy.ossa.yaml +111 -0
- package/examples/v0.3.6-features/README.md +433 -0
- package/examples/v0.3.6-features/genetics-breeding-advanced.ossa.yaml +496 -0
- package/examples/v0.3.6-features/genetics-breeding-simple.ossa.yaml +304 -0
- package/examples/v0.3.6-features/genetics-fitness-scoring.ossa.yaml +551 -0
- package/examples/validation/error-codes-demo.ts +254 -0
- 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/openapi/agents-md-service.yaml +338 -0
- package/openapi/cli-commands.openapi.yaml +0 -28
- package/openapi/ossa-cli-enhancements.openapi.yaml +148 -0
- package/openapi/release-automation.openapi.yaml +144 -0
- package/package.json +35 -12
- package/schemas/capability-contract.v0.json +116 -0
- package/schemas/identity.lock.schema.json +59 -0
- package/schemas/identity.plan.schema.json +132 -0
- package/spec/ossa-audit-api.yaml +311 -0
- package/spec/registry/registry-api.yaml +144 -0
- package/spec/schema/components/adapter.schema.json +33 -0
- package/spec/schema/components/identity.schema.json +78 -0
- package/spec/v0.3/CHANGELOG.md +2 -2
- package/spec/v0.3/MIGRATION-v0.3.5-to-v0.3.6.md +552 -0
- package/spec/v0.3/README.md +2 -2
- package/spec/v0.3/ossa-0.3.6.schema.json +17604 -0
- package/spec/v0.3/ossa-v0.3.schema.json +15824 -0
- package/spec/v0.3.6/CHANGELOG.md +171 -0
- package/spec/v0.3.6/README.md +382 -0
- package/spec/v0.3.6/taxonomy.yaml +506 -0
- package/src/dev-cli/src/index.ts +0 -0
- package/templates/agent-types/analyzer/cost-analyzer.yaml +38 -0
- package/templates/agent-types/analyzer/performance-profiler.yaml +38 -0
- package/templates/agent-types/analyzer/security-scanner.yaml +36 -0
- package/templates/agent-types/backend/api-validator.yaml +37 -0
- package/templates/agent-types/backend/load-balancer.yaml +39 -0
- package/templates/agent-types/content/content-generator.yaml +40 -0
- package/templates/agent-types/content/seo-optimizer.yaml +39 -0
- package/templates/agent-types/data/data-processor.yaml +38 -0
- package/templates/agent-types/data/report-generator.yaml +40 -0
- package/templates/agent-types/development/code-generator.yaml +39 -0
- package/templates/agent-types/development/dependency-updater.yaml +38 -0
- package/templates/agent-types/frontend/accessibility-checker.yaml +38 -0
- package/templates/agent-types/frontend/ui-tester.yaml +38 -0
- package/templates/agent-types/infrastructure/deployment-automator.yaml +39 -0
- package/templates/agent-types/infrastructure/resource-optimizer.yaml +38 -0
- package/templates/agent-types/monitor/health-checker.yaml +37 -0
- package/templates/agent-types/monitor/log-analyzer.yaml +37 -0
- package/templates/agent-types/orchestrator/multi-agent-coordinator.yaml +38 -0
- package/templates/agent-types/orchestrator/workflow-manager.yaml +39 -0
- package/templates/agent-types/security/compliance-checker.yaml +38 -0
- package/templates/agent-types/security/vulnerability-scanner.yaml +38 -0
- package/templates/agent-types/worker/api-tester.yaml +43 -0
- package/templates/agent-types/worker/code-reviewer.yaml +39 -0
- package/templates/agent-types/worker/database-migrator.yaml +38 -0
|
@@ -0,0 +1,665 @@
|
|
|
1
|
+
# OpenAI Swarm to OSSA Migration Guide
|
|
2
|
+
|
|
3
|
+
Complete guide for migrating OpenAI Swarm agents to OSSA v0.3.6 specification.
|
|
4
|
+
|
|
5
|
+
## Why Migrate to OSSA?
|
|
6
|
+
|
|
7
|
+
**OpenAI Swarm** is a powerful experimental framework for lightweight multi-agent orchestration, but it's:
|
|
8
|
+
- Python-only (no cross-language support)
|
|
9
|
+
- Not production-ready (experimental status)
|
|
10
|
+
- Lacks enterprise features (authentication, observability, governance)
|
|
11
|
+
- No declarative configuration
|
|
12
|
+
- Limited deployment options
|
|
13
|
+
|
|
14
|
+
**OSSA** provides:
|
|
15
|
+
- **Cross-platform**: Deploy to any runtime (Anthropic Claude, OpenAI, LangChain, CrewAI, AutoGen, etc.)
|
|
16
|
+
- **Production-ready**: Enterprise features, security, observability built-in
|
|
17
|
+
- **Declarative**: YAML/JSON manifests enable version control, CI/CD, GitOps
|
|
18
|
+
- **Vendor-neutral**: Not locked to a single LLM provider or runtime
|
|
19
|
+
- **Standards-based**: Open specification with ecosystem support
|
|
20
|
+
|
|
21
|
+
## Migration Patterns
|
|
22
|
+
|
|
23
|
+
### 1. Triage Agent Pattern
|
|
24
|
+
|
|
25
|
+
**Swarm Concept**: Entry point agent that routes requests to specialized agents.
|
|
26
|
+
|
|
27
|
+
**Migration**: Swarm's triage agent → OSSA agent with handoff capabilities.
|
|
28
|
+
|
|
29
|
+
**Before (Swarm)**:
|
|
30
|
+
```python
|
|
31
|
+
# See: before-triage-agent.py
|
|
32
|
+
triage_agent = Agent(
|
|
33
|
+
name="Triage Agent",
|
|
34
|
+
instructions="Determine which department should handle the request...",
|
|
35
|
+
functions=[transfer_to_sales, transfer_to_refunds]
|
|
36
|
+
)
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
**After (OSSA)**:
|
|
40
|
+
```yaml
|
|
41
|
+
# See: after-triage-agent.ossa.yaml
|
|
42
|
+
apiVersion: ossa/v0.3.6
|
|
43
|
+
kind: Agent
|
|
44
|
+
metadata:
|
|
45
|
+
name: customer-service-triage
|
|
46
|
+
spec:
|
|
47
|
+
role: "Triage customer requests and route to appropriate department"
|
|
48
|
+
handoffs:
|
|
49
|
+
- target_agent: sales-agent
|
|
50
|
+
condition: "intent == 'purchase' or intent == 'product_info'"
|
|
51
|
+
- target_agent: refunds-agent
|
|
52
|
+
condition: "intent == 'refund' or intent == 'return'"
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### 2. Handoff Pattern
|
|
56
|
+
|
|
57
|
+
**Swarm Concept**: Agents transfer control to other agents using transfer functions.
|
|
58
|
+
|
|
59
|
+
**Migration**: Swarm's `transfer_to_*` functions → OSSA handoffs with conditions.
|
|
60
|
+
|
|
61
|
+
**Before (Swarm)**:
|
|
62
|
+
```python
|
|
63
|
+
# See: before-handoffs.py
|
|
64
|
+
def transfer_to_sales_agent():
|
|
65
|
+
return sales_agent
|
|
66
|
+
|
|
67
|
+
sales_agent = Agent(
|
|
68
|
+
name="Sales Agent",
|
|
69
|
+
functions=[execute_order, transfer_to_triage_agent]
|
|
70
|
+
)
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
**After (OSSA)**:
|
|
74
|
+
```yaml
|
|
75
|
+
# See: after-handoffs.ossa.yaml
|
|
76
|
+
apiVersion: ossa/v0.3.6
|
|
77
|
+
kind: Agent
|
|
78
|
+
metadata:
|
|
79
|
+
name: sales-agent
|
|
80
|
+
spec:
|
|
81
|
+
handoffs:
|
|
82
|
+
- target_agent: order-processing-agent
|
|
83
|
+
condition: "action == 'execute_order'"
|
|
84
|
+
- target_agent: customer-service-triage
|
|
85
|
+
condition: "request_type == 'escalate'"
|
|
86
|
+
context_transfer: "full" # Transfer conversation history
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### 3. Function Calling Pattern
|
|
90
|
+
|
|
91
|
+
**Swarm Concept**: Agents have functions they can call.
|
|
92
|
+
|
|
93
|
+
**Migration**: Swarm functions → OSSA capabilities with JSON schemas.
|
|
94
|
+
|
|
95
|
+
**Before (Swarm)**:
|
|
96
|
+
```python
|
|
97
|
+
def process_refund(item_id: str, reason: str) -> str:
|
|
98
|
+
"""Process a refund for an item."""
|
|
99
|
+
# Implementation
|
|
100
|
+
return f"Refund processed for {item_id}"
|
|
101
|
+
|
|
102
|
+
refund_agent = Agent(
|
|
103
|
+
name="Refund Agent",
|
|
104
|
+
functions=[process_refund]
|
|
105
|
+
)
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
**After (OSSA)**:
|
|
109
|
+
```yaml
|
|
110
|
+
apiVersion: ossa/v0.3.6
|
|
111
|
+
kind: Agent
|
|
112
|
+
metadata:
|
|
113
|
+
name: refund-agent
|
|
114
|
+
spec:
|
|
115
|
+
capabilities:
|
|
116
|
+
- name: process_refund
|
|
117
|
+
description: "Process a refund for an item"
|
|
118
|
+
input_schema:
|
|
119
|
+
type: object
|
|
120
|
+
properties:
|
|
121
|
+
item_id:
|
|
122
|
+
type: string
|
|
123
|
+
description: "Item identifier"
|
|
124
|
+
reason:
|
|
125
|
+
type: string
|
|
126
|
+
description: "Reason for refund"
|
|
127
|
+
required: [item_id, reason]
|
|
128
|
+
output_schema:
|
|
129
|
+
type: object
|
|
130
|
+
properties:
|
|
131
|
+
status:
|
|
132
|
+
type: string
|
|
133
|
+
enum: [success, failed]
|
|
134
|
+
refund_id:
|
|
135
|
+
type: string
|
|
136
|
+
message:
|
|
137
|
+
type: string
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### 4. Context Variables Pattern
|
|
141
|
+
|
|
142
|
+
**Swarm Concept**: Pass context between agents using dictionaries.
|
|
143
|
+
|
|
144
|
+
**Migration**: Swarm context_variables → OSSA execution context.
|
|
145
|
+
|
|
146
|
+
**Before (Swarm)**:
|
|
147
|
+
```python
|
|
148
|
+
response = client.run(
|
|
149
|
+
agent=triage_agent,
|
|
150
|
+
messages=[{"role": "user", "content": "I want a refund"}],
|
|
151
|
+
context_variables={
|
|
152
|
+
"user_id": "123",
|
|
153
|
+
"account_type": "premium"
|
|
154
|
+
}
|
|
155
|
+
)
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
**After (OSSA)**:
|
|
159
|
+
```yaml
|
|
160
|
+
apiVersion: ossa/v0.3.6
|
|
161
|
+
kind: AgentExecution
|
|
162
|
+
metadata:
|
|
163
|
+
name: customer-service-session
|
|
164
|
+
spec:
|
|
165
|
+
agent: customer-service-triage
|
|
166
|
+
input:
|
|
167
|
+
message: "I want a refund"
|
|
168
|
+
context:
|
|
169
|
+
user_id: "123"
|
|
170
|
+
account_type: "premium"
|
|
171
|
+
session_id: "session-xyz"
|
|
172
|
+
context_propagation:
|
|
173
|
+
mode: selective # or "full" or "none"
|
|
174
|
+
allowed_fields: [user_id, account_type, session_id]
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### 5. Streaming Pattern
|
|
178
|
+
|
|
179
|
+
**Swarm Concept**: Stream agent responses.
|
|
180
|
+
|
|
181
|
+
**Migration**: Swarm stream → OSSA runtime streaming configuration.
|
|
182
|
+
|
|
183
|
+
**Before (Swarm)**:
|
|
184
|
+
```python
|
|
185
|
+
stream = client.run(
|
|
186
|
+
agent=agent,
|
|
187
|
+
messages=messages,
|
|
188
|
+
stream=True
|
|
189
|
+
)
|
|
190
|
+
|
|
191
|
+
for chunk in stream:
|
|
192
|
+
print(chunk)
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
**After (OSSA)**:
|
|
196
|
+
```yaml
|
|
197
|
+
apiVersion: ossa/v0.3.6
|
|
198
|
+
kind: Agent
|
|
199
|
+
metadata:
|
|
200
|
+
name: streaming-agent
|
|
201
|
+
spec:
|
|
202
|
+
runtime:
|
|
203
|
+
streaming:
|
|
204
|
+
enabled: true
|
|
205
|
+
chunk_size: 512
|
|
206
|
+
buffer_mode: line # or "token" or "sentence"
|
|
207
|
+
llm:
|
|
208
|
+
provider: anthropic
|
|
209
|
+
model: claude-sonnet-4-5
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
## Step-by-Step Migration
|
|
213
|
+
|
|
214
|
+
### Step 1: Analyze Your Swarm
|
|
215
|
+
|
|
216
|
+
Identify all components:
|
|
217
|
+
|
|
218
|
+
```bash
|
|
219
|
+
# List all agents
|
|
220
|
+
grep -r "Agent(" your_swarm_code/
|
|
221
|
+
|
|
222
|
+
# List all transfer functions
|
|
223
|
+
grep -r "def transfer_to" your_swarm_code/
|
|
224
|
+
|
|
225
|
+
# List all tool functions
|
|
226
|
+
grep -r "@agent.function" your_swarm_code/
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### Step 2: Create OSSA Agents
|
|
230
|
+
|
|
231
|
+
For each Swarm agent, create an OSSA manifest:
|
|
232
|
+
|
|
233
|
+
```bash
|
|
234
|
+
# Create agent directory
|
|
235
|
+
mkdir -p .agents/customer-service/
|
|
236
|
+
|
|
237
|
+
# Create manifest
|
|
238
|
+
cat > .agents/customer-service/manifest.yaml <<EOF
|
|
239
|
+
apiVersion: ossa/v0.3.6
|
|
240
|
+
kind: Agent
|
|
241
|
+
metadata:
|
|
242
|
+
name: customer-service-triage
|
|
243
|
+
version: 1.0.0
|
|
244
|
+
spec:
|
|
245
|
+
role: "Your agent role here"
|
|
246
|
+
llm:
|
|
247
|
+
provider: openai # Keep using OpenAI if desired
|
|
248
|
+
model: gpt-4
|
|
249
|
+
EOF
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
### Step 3: Map Functions to Capabilities
|
|
253
|
+
|
|
254
|
+
Convert each Swarm function to an OSSA capability:
|
|
255
|
+
|
|
256
|
+
**Swarm Function**:
|
|
257
|
+
```python
|
|
258
|
+
def get_weather(location: str, units: str = "celsius") -> str:
|
|
259
|
+
"""Get weather for a location."""
|
|
260
|
+
return f"Weather in {location}: 20°{units[0].upper()}"
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
**OSSA Capability**:
|
|
264
|
+
```yaml
|
|
265
|
+
capabilities:
|
|
266
|
+
- name: get_weather
|
|
267
|
+
description: "Get weather for a location"
|
|
268
|
+
input_schema:
|
|
269
|
+
type: object
|
|
270
|
+
properties:
|
|
271
|
+
location:
|
|
272
|
+
type: string
|
|
273
|
+
description: "City or location name"
|
|
274
|
+
units:
|
|
275
|
+
type: string
|
|
276
|
+
enum: [celsius, fahrenheit]
|
|
277
|
+
default: celsius
|
|
278
|
+
required: [location]
|
|
279
|
+
output_schema:
|
|
280
|
+
type: object
|
|
281
|
+
properties:
|
|
282
|
+
weather:
|
|
283
|
+
type: string
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
### Step 4: Convert Handoffs
|
|
287
|
+
|
|
288
|
+
Map Swarm transfer functions to OSSA handoffs:
|
|
289
|
+
|
|
290
|
+
**Swarm Transfers**:
|
|
291
|
+
```python
|
|
292
|
+
def transfer_to_sales():
|
|
293
|
+
return sales_agent
|
|
294
|
+
|
|
295
|
+
def transfer_to_refunds():
|
|
296
|
+
return refunds_agent
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
**OSSA Handoffs**:
|
|
300
|
+
```yaml
|
|
301
|
+
spec:
|
|
302
|
+
handoffs:
|
|
303
|
+
- target_agent: sales-agent
|
|
304
|
+
condition: "intent == 'sales'"
|
|
305
|
+
trigger: automatic # or "manual" or "conditional"
|
|
306
|
+
- target_agent: refunds-agent
|
|
307
|
+
condition: "intent == 'refund'"
|
|
308
|
+
trigger: automatic
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### Step 5: Define Context Propagation
|
|
312
|
+
|
|
313
|
+
Configure how context flows between agents:
|
|
314
|
+
|
|
315
|
+
```yaml
|
|
316
|
+
spec:
|
|
317
|
+
context_propagation:
|
|
318
|
+
mode: selective
|
|
319
|
+
allowed_fields:
|
|
320
|
+
- user_id
|
|
321
|
+
- session_id
|
|
322
|
+
- account_type
|
|
323
|
+
sensitive_fields: # These require encryption
|
|
324
|
+
- credit_card
|
|
325
|
+
- ssn
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
### Step 6: Add Enterprise Features
|
|
329
|
+
|
|
330
|
+
OSSA provides features that Swarm lacks:
|
|
331
|
+
|
|
332
|
+
```yaml
|
|
333
|
+
spec:
|
|
334
|
+
# Authentication & Authorization
|
|
335
|
+
identity:
|
|
336
|
+
provider: oauth2
|
|
337
|
+
scopes: [read:user, write:actions]
|
|
338
|
+
|
|
339
|
+
# Observability
|
|
340
|
+
observability:
|
|
341
|
+
metrics:
|
|
342
|
+
enabled: true
|
|
343
|
+
export_interval: 30s
|
|
344
|
+
tracing:
|
|
345
|
+
enabled: true
|
|
346
|
+
sampler: always_on
|
|
347
|
+
logging:
|
|
348
|
+
level: info
|
|
349
|
+
structured: true
|
|
350
|
+
|
|
351
|
+
# Rate Limiting
|
|
352
|
+
constraints:
|
|
353
|
+
rate_limits:
|
|
354
|
+
requests_per_minute: 100
|
|
355
|
+
tokens_per_day: 1000000
|
|
356
|
+
|
|
357
|
+
# Cost Control
|
|
358
|
+
token_efficiency:
|
|
359
|
+
enabled: true
|
|
360
|
+
target_savings: 0.7 # 70% reduction
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
### Step 7: Test Your Migration
|
|
364
|
+
|
|
365
|
+
Create test cases:
|
|
366
|
+
|
|
367
|
+
```yaml
|
|
368
|
+
# tests/customer-service-test.yaml
|
|
369
|
+
apiVersion: ossa/v0.3.6
|
|
370
|
+
kind: AgentTest
|
|
371
|
+
metadata:
|
|
372
|
+
name: test-triage-to-sales-handoff
|
|
373
|
+
spec:
|
|
374
|
+
agent: customer-service-triage
|
|
375
|
+
test_cases:
|
|
376
|
+
- name: "Sales inquiry routes to sales agent"
|
|
377
|
+
input:
|
|
378
|
+
message: "I want to buy your product"
|
|
379
|
+
expected:
|
|
380
|
+
handoff_to: sales-agent
|
|
381
|
+
confidence: 0.8
|
|
382
|
+
- name: "Refund request routes to refunds agent"
|
|
383
|
+
input:
|
|
384
|
+
message: "I want a refund"
|
|
385
|
+
expected:
|
|
386
|
+
handoff_to: refunds-agent
|
|
387
|
+
confidence: 0.8
|
|
388
|
+
```
|
|
389
|
+
|
|
390
|
+
### Step 8: Deploy
|
|
391
|
+
|
|
392
|
+
OSSA agents can deploy anywhere:
|
|
393
|
+
|
|
394
|
+
```bash
|
|
395
|
+
# Deploy to Anthropic Claude
|
|
396
|
+
ossa build manifest.yaml --platform anthropic --output claude-agent/
|
|
397
|
+
|
|
398
|
+
# Deploy to OpenAI (maintain compatibility)
|
|
399
|
+
ossa build manifest.yaml --platform openai --output openai-agent/
|
|
400
|
+
|
|
401
|
+
# Deploy to LangChain
|
|
402
|
+
ossa build manifest.yaml --platform langchain --output langchain-agent/
|
|
403
|
+
|
|
404
|
+
# Deploy to Kubernetes
|
|
405
|
+
ossa build manifest.yaml --platform kubernetes --output k8s/
|
|
406
|
+
kubectl apply -f k8s/
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
## Migration Checklist
|
|
410
|
+
|
|
411
|
+
- [ ] **Analyze Swarm code**: List all agents, functions, transfers
|
|
412
|
+
- [ ] **Create OSSA manifests**: One manifest per agent
|
|
413
|
+
- [ ] **Map functions → capabilities**: Convert with JSON schemas
|
|
414
|
+
- [ ] **Map transfers → handoffs**: Define conditions and triggers
|
|
415
|
+
- [ ] **Configure context propagation**: Control data flow between agents
|
|
416
|
+
- [ ] **Add authentication**: Define identity providers and scopes
|
|
417
|
+
- [ ] **Add observability**: Enable metrics, tracing, logging
|
|
418
|
+
- [ ] **Add constraints**: Rate limits, cost controls, security policies
|
|
419
|
+
- [ ] **Create tests**: Validate behavior matches Swarm
|
|
420
|
+
- [ ] **Deploy to target platform**: Choose runtime (Anthropic, OpenAI, etc.)
|
|
421
|
+
- [ ] **Monitor in production**: Use OSSA observability features
|
|
422
|
+
|
|
423
|
+
## Common Migration Patterns
|
|
424
|
+
|
|
425
|
+
### Pattern: Simple Customer Service Bot
|
|
426
|
+
|
|
427
|
+
**Swarm (80 lines Python)**:
|
|
428
|
+
```python
|
|
429
|
+
# See: before-triage-agent.py (full example)
|
|
430
|
+
```
|
|
431
|
+
|
|
432
|
+
**OSSA (35 lines YAML)**:
|
|
433
|
+
```yaml
|
|
434
|
+
# See: after-triage-agent.ossa.yaml (full example)
|
|
435
|
+
```
|
|
436
|
+
|
|
437
|
+
**Benefits**:
|
|
438
|
+
- 50% less code
|
|
439
|
+
- Declarative configuration
|
|
440
|
+
- Version control friendly
|
|
441
|
+
- CI/CD ready
|
|
442
|
+
- Deploy to any platform
|
|
443
|
+
|
|
444
|
+
### Pattern: Multi-Agent Workflow
|
|
445
|
+
|
|
446
|
+
**Swarm**: Sequential function calls with manual state management.
|
|
447
|
+
|
|
448
|
+
**OSSA**: Declarative workflow with automatic orchestration.
|
|
449
|
+
|
|
450
|
+
```yaml
|
|
451
|
+
apiVersion: ossa/v0.3.6
|
|
452
|
+
kind: Workflow
|
|
453
|
+
metadata:
|
|
454
|
+
name: order-processing-workflow
|
|
455
|
+
spec:
|
|
456
|
+
steps:
|
|
457
|
+
- name: triage
|
|
458
|
+
agent: customer-service-triage
|
|
459
|
+
outputs: [intent, user_id]
|
|
460
|
+
|
|
461
|
+
- name: process_order
|
|
462
|
+
agent: sales-agent
|
|
463
|
+
when: "{{ steps.triage.outputs.intent == 'purchase' }}"
|
|
464
|
+
inputs:
|
|
465
|
+
user_id: "{{ steps.triage.outputs.user_id }}"
|
|
466
|
+
|
|
467
|
+
- name: process_refund
|
|
468
|
+
agent: refunds-agent
|
|
469
|
+
when: "{{ steps.triage.outputs.intent == 'refund' }}"
|
|
470
|
+
inputs:
|
|
471
|
+
user_id: "{{ steps.triage.outputs.user_id }}"
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
## Advanced Features (Not in Swarm)
|
|
475
|
+
|
|
476
|
+
### 1. Composite Identity (GitLab Duo Style)
|
|
477
|
+
|
|
478
|
+
```yaml
|
|
479
|
+
spec:
|
|
480
|
+
identity:
|
|
481
|
+
composite:
|
|
482
|
+
enabled: true
|
|
483
|
+
primary_identity:
|
|
484
|
+
username: bot-agent
|
|
485
|
+
roles: [service_account]
|
|
486
|
+
secondary_identity:
|
|
487
|
+
user_id: $GITLAB_USER_ID
|
|
488
|
+
inherit_permissions: true
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
### 2. Token Efficiency (95% Cost Reduction)
|
|
492
|
+
|
|
493
|
+
```yaml
|
|
494
|
+
spec:
|
|
495
|
+
token_efficiency:
|
|
496
|
+
enabled: true
|
|
497
|
+
context_management:
|
|
498
|
+
strategy: adaptive
|
|
499
|
+
pruning:
|
|
500
|
+
enabled: true
|
|
501
|
+
threshold: 0.3
|
|
502
|
+
caching:
|
|
503
|
+
strategy: semantic
|
|
504
|
+
ttl: 3600
|
|
505
|
+
compression:
|
|
506
|
+
enabled: true
|
|
507
|
+
algorithm: zstd
|
|
508
|
+
```
|
|
509
|
+
|
|
510
|
+
### 3. Knowledge Graph Integration
|
|
511
|
+
|
|
512
|
+
```yaml
|
|
513
|
+
spec:
|
|
514
|
+
knowledge_graph:
|
|
515
|
+
enabled: true
|
|
516
|
+
graph_store:
|
|
517
|
+
provider: neo4j
|
|
518
|
+
uri: bolt://localhost:7687
|
|
519
|
+
entity_extraction:
|
|
520
|
+
enabled: true
|
|
521
|
+
min_confidence: 0.7
|
|
522
|
+
```
|
|
523
|
+
|
|
524
|
+
### 4. Decentralized Identity
|
|
525
|
+
|
|
526
|
+
```yaml
|
|
527
|
+
metadata:
|
|
528
|
+
decentralized_identity:
|
|
529
|
+
did: did:ossa:customer-service:abc123
|
|
530
|
+
public_key: ed25519:key-xyz
|
|
531
|
+
reputation:
|
|
532
|
+
credit_score: 850
|
|
533
|
+
trust_network: [did:ossa:supervisor]
|
|
534
|
+
```
|
|
535
|
+
|
|
536
|
+
### 5. Agent Lifecycle
|
|
537
|
+
|
|
538
|
+
```yaml
|
|
539
|
+
metadata:
|
|
540
|
+
lifecycle_stages:
|
|
541
|
+
current_stage: mature
|
|
542
|
+
birth:
|
|
543
|
+
timestamp: 2025-01-01T00:00:00Z
|
|
544
|
+
birth_type: created
|
|
545
|
+
growth:
|
|
546
|
+
tasks_completed: 5000
|
|
547
|
+
skills_acquired: [refund_processing, escalation_handling]
|
|
548
|
+
```
|
|
549
|
+
|
|
550
|
+
## Comparison Matrix
|
|
551
|
+
|
|
552
|
+
| Feature | OpenAI Swarm | OSSA |
|
|
553
|
+
|---------|-------------|------|
|
|
554
|
+
| **Language** | Python only | Any (via adapters) |
|
|
555
|
+
| **Configuration** | Code-based | Declarative YAML/JSON |
|
|
556
|
+
| **Production Ready** | Experimental | Yes |
|
|
557
|
+
| **Multi-Platform** | No | Yes (10+ runtimes) |
|
|
558
|
+
| **Authentication** | Manual | Built-in OAuth2, JWT, etc. |
|
|
559
|
+
| **Observability** | Manual | Built-in metrics/tracing |
|
|
560
|
+
| **Cost Control** | No | Token efficiency (95% savings) |
|
|
561
|
+
| **Knowledge Graph** | No | Built-in Neo4j support |
|
|
562
|
+
| **DID/Identity** | No | Decentralized identity |
|
|
563
|
+
| **Lifecycle Mgmt** | No | Birth, growth, career stages |
|
|
564
|
+
| **GitOps** | No | Native CI/CD support |
|
|
565
|
+
| **Version Control** | No | Native Git support |
|
|
566
|
+
| **Testing** | Manual | Built-in test framework |
|
|
567
|
+
| **Governance** | No | Built-in compliance |
|
|
568
|
+
|
|
569
|
+
## Examples
|
|
570
|
+
|
|
571
|
+
### Complete Examples
|
|
572
|
+
|
|
573
|
+
1. **Triage Agent**: `before-triage-agent.py` → `after-triage-agent.ossa.yaml`
|
|
574
|
+
2. **Handoffs**: `before-handoffs.py` → `after-handoffs.ossa.yaml`
|
|
575
|
+
|
|
576
|
+
### Real-World Use Cases
|
|
577
|
+
|
|
578
|
+
```yaml
|
|
579
|
+
# E-commerce customer service
|
|
580
|
+
examples/migrations/swarm-to-ossa/use-cases/ecommerce/
|
|
581
|
+
|
|
582
|
+
# Technical support routing
|
|
583
|
+
examples/migrations/swarm-to-ossa/use-cases/support/
|
|
584
|
+
|
|
585
|
+
# Sales qualification workflow
|
|
586
|
+
examples/migrations/swarm-to-ossa/use-cases/sales/
|
|
587
|
+
```
|
|
588
|
+
|
|
589
|
+
## Troubleshooting
|
|
590
|
+
|
|
591
|
+
### Issue: Context variables not propagating
|
|
592
|
+
|
|
593
|
+
**Swarm**:
|
|
594
|
+
```python
|
|
595
|
+
context_variables = {"user_id": "123"}
|
|
596
|
+
# Variables automatically passed
|
|
597
|
+
```
|
|
598
|
+
|
|
599
|
+
**OSSA**: Must explicitly configure:
|
|
600
|
+
```yaml
|
|
601
|
+
spec:
|
|
602
|
+
context_propagation:
|
|
603
|
+
mode: selective
|
|
604
|
+
allowed_fields: [user_id]
|
|
605
|
+
```
|
|
606
|
+
|
|
607
|
+
### Issue: Handoffs not working
|
|
608
|
+
|
|
609
|
+
**Check**:
|
|
610
|
+
1. Target agent exists: `ossa list agents`
|
|
611
|
+
2. Condition syntax: Use valid expression syntax
|
|
612
|
+
3. Trigger mode: Set to `automatic` for immediate handoff
|
|
613
|
+
|
|
614
|
+
### Issue: Functions not being called
|
|
615
|
+
|
|
616
|
+
**Swarm functions** → **OSSA capabilities** with proper schemas:
|
|
617
|
+
```yaml
|
|
618
|
+
capabilities:
|
|
619
|
+
- name: your_function
|
|
620
|
+
input_schema:
|
|
621
|
+
type: object
|
|
622
|
+
properties: {} # Must define schema
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
## Migration Tools
|
|
626
|
+
|
|
627
|
+
### Automated Migration (Future)
|
|
628
|
+
|
|
629
|
+
```bash
|
|
630
|
+
# Planned: Automatic converter
|
|
631
|
+
ossa migrate swarm_agent.py --output agent.ossa.yaml
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
### Validation
|
|
635
|
+
|
|
636
|
+
```bash
|
|
637
|
+
# Validate OSSA manifest
|
|
638
|
+
ossa validate agent.ossa.yaml
|
|
639
|
+
|
|
640
|
+
# Test agent behavior
|
|
641
|
+
ossa test agent.ossa.yaml
|
|
642
|
+
|
|
643
|
+
# Dry-run deployment
|
|
644
|
+
ossa deploy agent.ossa.yaml --dry-run
|
|
645
|
+
```
|
|
646
|
+
|
|
647
|
+
## Resources
|
|
648
|
+
|
|
649
|
+
- **OSSA Specification**: `spec/v0.3.6/`
|
|
650
|
+
- **API Reference**: `docs/OSSA-TECHNICAL-REFERENCE.md`
|
|
651
|
+
- **More Examples**: `examples/v0.3.6/`
|
|
652
|
+
- **Integration Guide**: `docs/integrations/openai-swarm.md`
|
|
653
|
+
|
|
654
|
+
## Get Help
|
|
655
|
+
|
|
656
|
+
- **Issues**: https://github.com/blueflyio/openstandardagents/issues
|
|
657
|
+
- **Discussions**: https://github.com/blueflyio/openstandardagents/discussions
|
|
658
|
+
- **Discord**: https://discord.gg/ossa (coming soon)
|
|
659
|
+
|
|
660
|
+
## Next Steps
|
|
661
|
+
|
|
662
|
+
1. Review the example files in this directory
|
|
663
|
+
2. Read the full integration guide: `docs/integrations/openai-swarm.md`
|
|
664
|
+
3. Try migrating a simple Swarm agent
|
|
665
|
+
4. Join the community and share your experience!
|