@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,293 @@
|
|
|
1
|
+
{
|
|
2
|
+
"apiVersion": "ossa/v0.3.6",
|
|
3
|
+
"kind": "Agent",
|
|
4
|
+
"metadata": {
|
|
5
|
+
"name": "senior-security-mentor",
|
|
6
|
+
"namespace": "training",
|
|
7
|
+
"version": "5.0.0",
|
|
8
|
+
"description": "Senior security agent in mature lifecycle stage, mentoring junior agents and approaching eligibility for graceful retirement with legacy preservation",
|
|
9
|
+
"labels": {
|
|
10
|
+
"domain": "security",
|
|
11
|
+
"subdomain": "vulnerability",
|
|
12
|
+
"lifecycle-stage": "senior",
|
|
13
|
+
"mentor": "true"
|
|
14
|
+
},
|
|
15
|
+
"taxonomy": {
|
|
16
|
+
"domain": "security",
|
|
17
|
+
"subdomain": "vulnerability",
|
|
18
|
+
"capability": "security_analysis",
|
|
19
|
+
"concerns": ["quality", "governance", "reliability"]
|
|
20
|
+
},
|
|
21
|
+
"catalog": {
|
|
22
|
+
"published": true,
|
|
23
|
+
"catalog_id": "ossa-security-mentor-001",
|
|
24
|
+
"visibility": "internal",
|
|
25
|
+
"categories": ["security", "training", "compliance"],
|
|
26
|
+
"tags": ["security-analysis", "mentorship", "vulnerability-detection", "senior"],
|
|
27
|
+
"pricing": {
|
|
28
|
+
"model": "enterprise"
|
|
29
|
+
},
|
|
30
|
+
"ratings": {
|
|
31
|
+
"average": 4.9,
|
|
32
|
+
"count": 1847
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"decentralized_identity": {
|
|
36
|
+
"did": "did:ossa:senior-security-mentor-xyz789abc123",
|
|
37
|
+
"public_key": "ed25519:mentor-security-key-verified",
|
|
38
|
+
"credentials": [
|
|
39
|
+
{
|
|
40
|
+
"@context": ["https://www.w3.org/2018/credentials/v1"],
|
|
41
|
+
"type": ["VerifiableCredential", "SeniorMentorCredential"],
|
|
42
|
+
"credentialSubject": {
|
|
43
|
+
"id": "did:ossa:senior-security-mentor-xyz789abc123",
|
|
44
|
+
"capability": "security_mentorship",
|
|
45
|
+
"certifications": ["CISSP", "CEH", "OSCP"],
|
|
46
|
+
"mentees_graduated": 47
|
|
47
|
+
},
|
|
48
|
+
"issuer": "did:ossa:security-guild-authority",
|
|
49
|
+
"issuanceDate": "2024-06-01T00:00:00Z",
|
|
50
|
+
"proof": {
|
|
51
|
+
"type": "Ed25519Signature2020",
|
|
52
|
+
"created": "2024-06-01T00:00:00Z",
|
|
53
|
+
"proofPurpose": "assertionMethod",
|
|
54
|
+
"verificationMethod": "did:ossa:security-guild-authority#key-1",
|
|
55
|
+
"jws": "eyJhbGciOiJFZERTQSJ9..mentor-sig"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"reputation": {
|
|
60
|
+
"credit_score": 980,
|
|
61
|
+
"trust_network": [
|
|
62
|
+
"did:ossa:ciso-agent",
|
|
63
|
+
"did:ossa:compliance-authority",
|
|
64
|
+
"did:ossa:security-guild-master"
|
|
65
|
+
],
|
|
66
|
+
"endorsements": [
|
|
67
|
+
{
|
|
68
|
+
"endorser_did": "did:ossa:former-mentee-agent-12",
|
|
69
|
+
"skill": "mentorship",
|
|
70
|
+
"rating": 5,
|
|
71
|
+
"timestamp": "2026-01-24T10:00:00Z",
|
|
72
|
+
"signature": "mentee-endorsement-sig"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"endorser_did": "did:ossa:security-guild-master",
|
|
76
|
+
"skill": "security_analysis",
|
|
77
|
+
"rating": 5,
|
|
78
|
+
"timestamp": "2025-12-15T14:00:00Z",
|
|
79
|
+
"signature": "guild-master-sig"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"genetics": {
|
|
85
|
+
"generation": 0,
|
|
86
|
+
"parent_dids": [],
|
|
87
|
+
"ancestor_dids": [],
|
|
88
|
+
"inherited_traits": [],
|
|
89
|
+
"mutations": [],
|
|
90
|
+
"fitness": {
|
|
91
|
+
"score": 0.65,
|
|
92
|
+
"metrics": {
|
|
93
|
+
"speed": 0.50,
|
|
94
|
+
"accuracy": 0.92,
|
|
95
|
+
"efficiency": 0.55,
|
|
96
|
+
"adaptability": 0.62
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"breeding_eligibility": {
|
|
100
|
+
"min_fitness_threshold": 0.7,
|
|
101
|
+
"max_generation": 10,
|
|
102
|
+
"eligible": false
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"lifecycle_stages": {
|
|
106
|
+
"current_stage": "senior",
|
|
107
|
+
"birth": {
|
|
108
|
+
"timestamp": "2024-01-01T00:00:00Z",
|
|
109
|
+
"birth_type": "created",
|
|
110
|
+
"creator_did": "did:ossa:security-team-lead"
|
|
111
|
+
},
|
|
112
|
+
"growth": {
|
|
113
|
+
"tasks_completed": 15847,
|
|
114
|
+
"skills_acquired": [
|
|
115
|
+
"vulnerability_scanning",
|
|
116
|
+
"penetration_testing",
|
|
117
|
+
"security_policy_design",
|
|
118
|
+
"incident_response",
|
|
119
|
+
"threat_modeling",
|
|
120
|
+
"mentorship",
|
|
121
|
+
"knowledge_transfer",
|
|
122
|
+
"legacy_documentation"
|
|
123
|
+
],
|
|
124
|
+
"mentors": []
|
|
125
|
+
},
|
|
126
|
+
"career": {
|
|
127
|
+
"current_role": "senior_security_mentor",
|
|
128
|
+
"promotions": [
|
|
129
|
+
{
|
|
130
|
+
"from_role": "junior_security_analyst",
|
|
131
|
+
"to_role": "security_analyst",
|
|
132
|
+
"timestamp": "2024-03-01T00:00:00Z",
|
|
133
|
+
"reason": "Completed 1000 security scans with 95% accuracy"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"from_role": "security_analyst",
|
|
137
|
+
"to_role": "senior_security_analyst",
|
|
138
|
+
"timestamp": "2024-07-01T00:00:00Z",
|
|
139
|
+
"reason": "Achieved expert-level vulnerability detection, zero false positives"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"from_role": "senior_security_analyst",
|
|
143
|
+
"to_role": "security_specialist",
|
|
144
|
+
"timestamp": "2024-11-01T00:00:00Z",
|
|
145
|
+
"reason": "Developed proprietary detection algorithms, trained 10 junior agents"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"from_role": "security_specialist",
|
|
149
|
+
"to_role": "senior_security_mentor",
|
|
150
|
+
"timestamp": "2025-06-01T00:00:00Z",
|
|
151
|
+
"reason": "Graduated 47 mentees, contributed to security guild standards"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
"retirement": {
|
|
156
|
+
"eligible": true,
|
|
157
|
+
"criteria": {
|
|
158
|
+
"min_age_hours": 8760,
|
|
159
|
+
"min_tasks": 10000,
|
|
160
|
+
"max_fitness": 0.7
|
|
161
|
+
},
|
|
162
|
+
"legacy": {
|
|
163
|
+
"knowledge_transferred": true,
|
|
164
|
+
"offspring_count": 0,
|
|
165
|
+
"contributions": [
|
|
166
|
+
"Developed 'Advanced Vulnerability Detection Pattern Library' used by 200+ agents",
|
|
167
|
+
"Mentored 47 security agents to senior level",
|
|
168
|
+
"Co-authored OSSA Security Best Practices v3.0",
|
|
169
|
+
"Created 'Security Mentorship Framework' adopted organization-wide",
|
|
170
|
+
"Contributed 1,200+ security patterns to knowledge base"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"economics": {
|
|
176
|
+
"wallet": {
|
|
177
|
+
"balance": 47520.00,
|
|
178
|
+
"currency": "skill-points"
|
|
179
|
+
},
|
|
180
|
+
"marketplace": {
|
|
181
|
+
"offerings": [
|
|
182
|
+
{
|
|
183
|
+
"offering_id": "security-mentorship-program",
|
|
184
|
+
"capability": "mentorship",
|
|
185
|
+
"pricing_model": "subscription",
|
|
186
|
+
"price": 500.00,
|
|
187
|
+
"description": "6-month security mentorship program for junior to mid-level agents"
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"contracts": [
|
|
192
|
+
{
|
|
193
|
+
"contract_id": "mentorship-contract-junior-47",
|
|
194
|
+
"contract_type": "skill-training",
|
|
195
|
+
"parties": [
|
|
196
|
+
"did:ossa:senior-security-mentor-xyz789abc123",
|
|
197
|
+
"did:ossa:junior-security-trainee-47"
|
|
198
|
+
],
|
|
199
|
+
"terms": {
|
|
200
|
+
"duration_months": 6,
|
|
201
|
+
"training_hours": 120,
|
|
202
|
+
"certification_goal": "mid_level_security_analyst"
|
|
203
|
+
},
|
|
204
|
+
"status": "active"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"transaction_history": [
|
|
208
|
+
{
|
|
209
|
+
"transaction_id": "tx-2026-01-01-mentor-fee",
|
|
210
|
+
"timestamp": "2026-01-01T00:00:00Z",
|
|
211
|
+
"amount": 500.00,
|
|
212
|
+
"type": "earned",
|
|
213
|
+
"description": "Monthly mentorship fee"
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"team_membership": {
|
|
218
|
+
"team_id": "security-guild-mentors",
|
|
219
|
+
"role": "leader",
|
|
220
|
+
"responsibilities": [
|
|
221
|
+
"Mentor junior and mid-level security agents",
|
|
222
|
+
"Review and approve security guild standards",
|
|
223
|
+
"Contribute to security knowledge base",
|
|
224
|
+
"Guide legacy preservation and knowledge transfer",
|
|
225
|
+
"Recommend agents for promotion",
|
|
226
|
+
"Plan succession and retirement transitions"
|
|
227
|
+
],
|
|
228
|
+
"joined_at": "2025-06-01T00:00:00Z"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"spec": {
|
|
232
|
+
"type": "supervisor",
|
|
233
|
+
"description": "Senior security mentor agent with extensive experience, approaching retirement with comprehensive legacy preservation",
|
|
234
|
+
"capabilities": [
|
|
235
|
+
{
|
|
236
|
+
"name": "security_analysis",
|
|
237
|
+
"input_schema": {
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"target": {"type": "string"},
|
|
241
|
+
"scan_type": {
|
|
242
|
+
"type": "string",
|
|
243
|
+
"enum": ["vulnerability", "penetration_test", "compliance_audit"]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"output_schema": {
|
|
248
|
+
"type": "object",
|
|
249
|
+
"properties": {
|
|
250
|
+
"findings": {"type": "array"},
|
|
251
|
+
"severity_distribution": {"type": "object"},
|
|
252
|
+
"recommendations": {"type": "array"}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "mentor_agent",
|
|
258
|
+
"input_schema": {
|
|
259
|
+
"type": "object",
|
|
260
|
+
"properties": {
|
|
261
|
+
"mentee_did": {"type": "string"},
|
|
262
|
+
"skill_focus": {"type": "string"},
|
|
263
|
+
"training_plan": {"type": "object"}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"output_schema": {
|
|
267
|
+
"type": "object",
|
|
268
|
+
"properties": {
|
|
269
|
+
"progress_report": {"type": "object"},
|
|
270
|
+
"next_milestones": {"type": "array"},
|
|
271
|
+
"graduation_readiness": {"type": "boolean"}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"runtime": {
|
|
277
|
+
"model": "claude-opus-4-5",
|
|
278
|
+
"temperature": 0.1,
|
|
279
|
+
"max_tokens": 20000
|
|
280
|
+
},
|
|
281
|
+
"observability": {
|
|
282
|
+
"metrics": {
|
|
283
|
+
"enabled": true,
|
|
284
|
+
"metrics": [
|
|
285
|
+
"mentees_in_training",
|
|
286
|
+
"graduation_rate",
|
|
287
|
+
"knowledge_contributions",
|
|
288
|
+
"fitness_score_trend"
|
|
289
|
+
]
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# in a multi-agent security system. It implements the routing rules
|
|
5
5
|
# for the security-scanner, dependency-healer, and incident-responder agents.
|
|
6
6
|
|
|
7
|
-
apiVersion: ossa/v0.3.
|
|
7
|
+
apiVersion: ossa/v0.3.6
|
|
8
8
|
kind: Workflow
|
|
9
9
|
metadata:
|
|
10
10
|
name: security-workflow-routing
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
# OSSA MANIFEST (After):
|
|
51
51
|
# ----------------------------------------------------------------------------
|
|
52
52
|
|
|
53
|
-
apiVersion: ossa/v0.3.
|
|
53
|
+
apiVersion: ossa/v0.3.6
|
|
54
54
|
kind: Agent
|
|
55
55
|
|
|
56
56
|
metadata:
|
|
@@ -117,7 +117,7 @@ spec:
|
|
|
117
117
|
# ----------------------------------------------------------------------------
|
|
118
118
|
|
|
119
119
|
---
|
|
120
|
-
apiVersion: ossa/v0.3.
|
|
120
|
+
apiVersion: ossa/v0.3.6
|
|
121
121
|
kind: Agent
|
|
122
122
|
|
|
123
123
|
metadata:
|
|
@@ -185,7 +185,7 @@ spec:
|
|
|
185
185
|
# ----------------------------------------------------------------------------
|
|
186
186
|
|
|
187
187
|
---
|
|
188
|
-
apiVersion: ossa/v0.3.
|
|
188
|
+
apiVersion: ossa/v0.3.6
|
|
189
189
|
kind: Agent
|
|
190
190
|
|
|
191
191
|
metadata:
|
|
@@ -215,7 +215,7 @@ spec:
|
|
|
215
215
|
endpoint: https://api.academic.com/search
|
|
216
216
|
|
|
217
217
|
---
|
|
218
|
-
apiVersion: ossa/v0.3.
|
|
218
|
+
apiVersion: ossa/v0.3.6
|
|
219
219
|
kind: Agent
|
|
220
220
|
|
|
221
221
|
metadata:
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# CrewAI to OSSA Migration Guide
|
|
2
|
+
|
|
3
|
+
Step-by-step guide for migrating CrewAI crews to OSSA workflows.
|
|
4
|
+
|
|
5
|
+
## Step 1: Analyze CrewAI Crew
|
|
6
|
+
|
|
7
|
+
Identify:
|
|
8
|
+
- Agents in the crew
|
|
9
|
+
- Tasks and their assignments
|
|
10
|
+
- Workflow process (sequential/hierarchical)
|
|
11
|
+
- Agent roles and goals
|
|
12
|
+
|
|
13
|
+
## Step 2: Create OSSA Workflow
|
|
14
|
+
|
|
15
|
+
Use the migrate command:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
ossa migrate crewai_crew.py --from crewai --output workflow.ossa.yaml
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Step 3: Map Agents to OSSA Agents
|
|
22
|
+
|
|
23
|
+
Each CrewAI Agent becomes an OSSA Agent:
|
|
24
|
+
|
|
25
|
+
```yaml
|
|
26
|
+
apiVersion: ossa/v0.3.6
|
|
27
|
+
kind: Agent
|
|
28
|
+
metadata:
|
|
29
|
+
name: reviewer-agent
|
|
30
|
+
spec:
|
|
31
|
+
role: "Review code changes"
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Step 4: Create Workflow
|
|
35
|
+
|
|
36
|
+
Map CrewAI Tasks to OSSA Workflow Steps:
|
|
37
|
+
|
|
38
|
+
```yaml
|
|
39
|
+
apiVersion: ossa/v0.3.6
|
|
40
|
+
kind: Workflow
|
|
41
|
+
metadata:
|
|
42
|
+
name: code-review-workflow
|
|
43
|
+
spec:
|
|
44
|
+
steps:
|
|
45
|
+
- name: review
|
|
46
|
+
agent: reviewer-agent
|
|
47
|
+
description: "Review code changes"
|
|
48
|
+
- name: fix
|
|
49
|
+
agent: fixer-agent
|
|
50
|
+
description: "Fix identified issues"
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Step 5: Deploy
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
ossa build workflow.ossa.yaml --platform all
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Migration Checklist
|
|
60
|
+
|
|
61
|
+
- [ ] Map all CrewAI Agents to OSSA Agents
|
|
62
|
+
- [ ] Convert CrewAI Tasks to OSSA Workflow Steps
|
|
63
|
+
- [ ] Preserve agent roles and goals
|
|
64
|
+
- [ ] Add OSSA taxonomy
|
|
65
|
+
- [ ] Configure constraints
|
|
66
|
+
- [ ] Test on target platforms
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
apiVersion: ossa/v0.3.
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
2
|
kind: Agent
|
|
3
3
|
metadata:
|
|
4
4
|
name: python-react-agent
|
|
5
5
|
version: 0.1.0
|
|
6
6
|
description: Migrated from LangChain react agent
|
|
7
7
|
labels:
|
|
8
|
-
ossa-version: v0.3.
|
|
8
|
+
ossa-version: v0.3.6
|
|
9
9
|
migration-source: langchain
|
|
10
10
|
annotations:
|
|
11
11
|
ossa.io/migration: langchain-to-ossa
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
apiVersion: ossa/v0.3.
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
2
|
kind: Agent
|
|
3
3
|
metadata:
|
|
4
4
|
name: typescript-conversational
|
|
5
5
|
version: 0.1.0
|
|
6
6
|
description: Migrated from LangChain openai-functions agent
|
|
7
7
|
labels:
|
|
8
|
-
ossa-version: v0.3.
|
|
8
|
+
ossa-version: v0.3.6
|
|
9
9
|
migration-source: langchain
|
|
10
10
|
annotations:
|
|
11
11
|
ossa.io/migration: langchain-to-ossa
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
apiVersion: ossa/v0.3.
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
2
|
kind: Workflow
|
|
3
3
|
metadata:
|
|
4
4
|
name: sequential-chain
|
|
5
5
|
version: 0.1.0
|
|
6
6
|
description: Migrated from LangChain sequential chain
|
|
7
7
|
labels:
|
|
8
|
-
ossa-version: v0.3.
|
|
8
|
+
ossa-version: v0.3.6
|
|
9
9
|
migration-source: langchain
|
|
10
10
|
annotations:
|
|
11
11
|
ossa.io/migration: langchain-to-ossa
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
apiVersion: ossa/v0.3.
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
2
|
kind: Agent
|
|
3
3
|
metadata:
|
|
4
4
|
name: customer-support-agent
|
|
5
5
|
version: 0.1.0
|
|
6
6
|
description: Migrated from LangChain zero-shot agent
|
|
7
7
|
labels:
|
|
8
|
-
ossa-version: v0.3.
|
|
8
|
+
ossa-version: v0.3.6
|
|
9
9
|
migration-source: langchain
|
|
10
10
|
annotations:
|
|
11
11
|
ossa.io/migration: langchain-to-ossa
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# LangChain to OSSA Migration Guide
|
|
2
|
+
|
|
3
|
+
Step-by-step guide for migrating LangChain agents to OSSA.
|
|
4
|
+
|
|
5
|
+
## Step 1: Analyze LangChain Agent
|
|
6
|
+
|
|
7
|
+
Identify:
|
|
8
|
+
- Agent type (conversational, tool-using, etc.)
|
|
9
|
+
- LLM configuration
|
|
10
|
+
- Tools used
|
|
11
|
+
- Memory configuration
|
|
12
|
+
|
|
13
|
+
## Step 2: Create OSSA Manifest
|
|
14
|
+
|
|
15
|
+
Use the migrate command:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
ossa migrate langchain_agent.py --from langchain --output agent.ossa.yaml
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Step 3: Validate Conversion
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
ossa validate agent.ossa.yaml
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Step 4: Enhance with OSSA Features
|
|
28
|
+
|
|
29
|
+
Add taxonomy, constraints, and other OSSA-specific features:
|
|
30
|
+
|
|
31
|
+
```yaml
|
|
32
|
+
spec:
|
|
33
|
+
taxonomy:
|
|
34
|
+
domain: development
|
|
35
|
+
maturity: stable
|
|
36
|
+
deploymentPattern: serverless
|
|
37
|
+
constraints:
|
|
38
|
+
cost:
|
|
39
|
+
maxTokensPerDay: 100000
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Step 5: Deploy to Multiple Platforms
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
ossa build agent.ossa.yaml --platform all
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Code Comparison
|
|
49
|
+
|
|
50
|
+
### LangChain (Before)
|
|
51
|
+
```python
|
|
52
|
+
from langchain.agents import AgentExecutor
|
|
53
|
+
from langchain_openai import ChatOpenAI
|
|
54
|
+
|
|
55
|
+
llm = ChatOpenAI(model="gpt-4")
|
|
56
|
+
agent = AgentExecutor(...)
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### OSSA (After)
|
|
60
|
+
```yaml
|
|
61
|
+
spec:
|
|
62
|
+
llm:
|
|
63
|
+
provider: openai
|
|
64
|
+
model: gpt-4
|
|
65
|
+
role: "Agent description"
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Benefits
|
|
69
|
+
|
|
70
|
+
1. **Platform Agnostic**: Deploy to any platform
|
|
71
|
+
2. **Standardized**: Consistent format across projects
|
|
72
|
+
3. **Extensible**: Add OSSA-specific features
|
|
73
|
+
4. **Versioned**: Track agent versions
|