@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,496 @@
|
|
|
1
|
+
# OSSA v0.3.6 Example: Multi-Generation Evolution
|
|
2
|
+
#
|
|
3
|
+
# This example demonstrates advanced agent genetics with multi-generation
|
|
4
|
+
# breeding, complete lineage tracking, beneficial mutations, and fitness
|
|
5
|
+
# progression over 5 generations.
|
|
6
|
+
#
|
|
7
|
+
# Scenario:
|
|
8
|
+
# - Generation 5 security agent descended from elite lineage
|
|
9
|
+
# - Complete ancestor tracking (62 ancestors across 5 generations)
|
|
10
|
+
# - Accumulated beneficial mutations
|
|
11
|
+
# - Progressive fitness improvement: 0.65 (Gen 0) → 0.96 (Gen 5)
|
|
12
|
+
#
|
|
13
|
+
# Educational Focus:
|
|
14
|
+
# - Multi-generation breeding (Gen 5)
|
|
15
|
+
# - Complete genealogical tree
|
|
16
|
+
# - Beneficial mutations
|
|
17
|
+
# - Fitness progression tracking
|
|
18
|
+
# - Inbreeding analysis
|
|
19
|
+
# - Elite breeding strategies
|
|
20
|
+
|
|
21
|
+
apiVersion: ossa/v0.3.6
|
|
22
|
+
kind: Agent
|
|
23
|
+
|
|
24
|
+
metadata:
|
|
25
|
+
name: elite-security-scanner-gen5
|
|
26
|
+
namespace: evolution-lab
|
|
27
|
+
version: 5.2.1
|
|
28
|
+
description: |
|
|
29
|
+
Fifth-generation elite security scanner evolved through selective breeding.
|
|
30
|
+
Descended from 62 ancestors with accumulated beneficial mutations.
|
|
31
|
+
Represents pinnacle of multi-generation evolutionary optimization.
|
|
32
|
+
|
|
33
|
+
labels:
|
|
34
|
+
domain: security
|
|
35
|
+
subdomain: vulnerability-detection
|
|
36
|
+
generation: "5"
|
|
37
|
+
breeding-strategy: elite-selection
|
|
38
|
+
evolution-program: security-excellence-2026
|
|
39
|
+
example: multi-generation-evolution
|
|
40
|
+
|
|
41
|
+
taxonomy:
|
|
42
|
+
domain: security
|
|
43
|
+
subdomain: vulnerability
|
|
44
|
+
capability: security_analysis
|
|
45
|
+
concerns:
|
|
46
|
+
- quality
|
|
47
|
+
- performance
|
|
48
|
+
- governance
|
|
49
|
+
|
|
50
|
+
# Decentralized Identity
|
|
51
|
+
decentralized_identity:
|
|
52
|
+
did: "did:ossa:elite-security-gen5-9f8e7d6c5b4a3210fedcba09876543210"
|
|
53
|
+
public_key: "ed25519:fedcba09876543210abcdef0123456789fedcba0987654321"
|
|
54
|
+
|
|
55
|
+
credentials:
|
|
56
|
+
- "@context":
|
|
57
|
+
- "https://www.w3.org/2018/credentials/v1"
|
|
58
|
+
type:
|
|
59
|
+
- VerifiableCredential
|
|
60
|
+
- SecurityAnalysisCapability
|
|
61
|
+
- ElitePerformerBadge
|
|
62
|
+
credentialSubject:
|
|
63
|
+
id: "did:ossa:elite-security-gen5-9f8e7d6c5b4a3210fedcba09876543210"
|
|
64
|
+
capability: advanced_security_analysis
|
|
65
|
+
specializations:
|
|
66
|
+
- sql_injection_detection
|
|
67
|
+
- xss_prevention
|
|
68
|
+
- authentication_bypass
|
|
69
|
+
- cryptographic_weakness
|
|
70
|
+
- business_logic_flaws
|
|
71
|
+
certification_level: elite
|
|
72
|
+
vulnerability_database_size: 15000
|
|
73
|
+
issuer: "did:ossa:security-certification-authority"
|
|
74
|
+
issuanceDate: "2026-01-27T14:00:00Z"
|
|
75
|
+
proof:
|
|
76
|
+
type: Ed25519Signature2020
|
|
77
|
+
created: "2026-01-27T14:00:00Z"
|
|
78
|
+
proofPurpose: assertionMethod
|
|
79
|
+
verificationMethod: "did:ossa:security-certification-authority#key-1"
|
|
80
|
+
jws: "eyJhbGciOiJFZERTQSJ9..elite-signature"
|
|
81
|
+
|
|
82
|
+
reputation:
|
|
83
|
+
credit_score: 950 # Elite tier (top 1%)
|
|
84
|
+
trust_network:
|
|
85
|
+
- "did:ossa:gen4-parent-alpha"
|
|
86
|
+
- "did:ossa:gen4-parent-beta"
|
|
87
|
+
- "did:ossa:security-mentor-supreme"
|
|
88
|
+
- "did:ossa:vulnerability-research-team"
|
|
89
|
+
endorsements:
|
|
90
|
+
- endorser_did: "did:ossa:security-mentor-supreme"
|
|
91
|
+
skill: vulnerability_detection
|
|
92
|
+
rating: 5
|
|
93
|
+
timestamp: "2026-01-25T16:00:00Z"
|
|
94
|
+
signature: "ed25519-elite-endorsement"
|
|
95
|
+
- endorser_did: "did:ossa:ciso-agent"
|
|
96
|
+
skill: security_governance
|
|
97
|
+
rating: 5
|
|
98
|
+
timestamp: "2026-01-26T10:00:00Z"
|
|
99
|
+
signature: "ed25519-ciso-endorsement"
|
|
100
|
+
|
|
101
|
+
# GENETICS: Advanced multi-generation breeding
|
|
102
|
+
genetics:
|
|
103
|
+
# Generation 5 (elite lineage)
|
|
104
|
+
generation: 5
|
|
105
|
+
|
|
106
|
+
# Direct parents (Gen 4 elite agents)
|
|
107
|
+
parent_dids:
|
|
108
|
+
- "did:ossa:gen4-parent-alpha-security-specialist"
|
|
109
|
+
- "did:ossa:gen4-parent-beta-vulnerability-hunter"
|
|
110
|
+
|
|
111
|
+
# Complete ancestor lineage (62 ancestors)
|
|
112
|
+
# For Gen 5: 2 parents + 4 grandparents + 8 great-grandparents +
|
|
113
|
+
# 16 great-great-grandparents + 32 great-great-great-grandparents
|
|
114
|
+
ancestor_dids:
|
|
115
|
+
# Generation 4 (2 parents) - already in parent_dids
|
|
116
|
+
# Generation 3 (4 grandparents)
|
|
117
|
+
- "did:ossa:gen3-grandparent-1-security-alpha"
|
|
118
|
+
- "did:ossa:gen3-grandparent-2-security-beta"
|
|
119
|
+
- "did:ossa:gen3-grandparent-3-vuln-gamma"
|
|
120
|
+
- "did:ossa:gen3-grandparent-4-vuln-delta"
|
|
121
|
+
|
|
122
|
+
# Generation 2 (8 great-grandparents)
|
|
123
|
+
- "did:ossa:gen2-ggp-1-sql-specialist"
|
|
124
|
+
- "did:ossa:gen2-ggp-2-xss-specialist"
|
|
125
|
+
- "did:ossa:gen2-ggp-3-auth-specialist"
|
|
126
|
+
- "did:ossa:gen2-ggp-4-crypto-specialist"
|
|
127
|
+
- "did:ossa:gen2-ggp-5-general-security"
|
|
128
|
+
- "did:ossa:gen2-ggp-6-web-security"
|
|
129
|
+
- "did:ossa:gen2-ggp-7-api-security"
|
|
130
|
+
- "did:ossa:gen2-ggp-8-mobile-security"
|
|
131
|
+
|
|
132
|
+
# Generation 1 (16 great-great-grandparents)
|
|
133
|
+
- "did:ossa:gen1-gggp-1-owasp-top10"
|
|
134
|
+
- "did:ossa:gen1-gggp-2-cwe-top25"
|
|
135
|
+
- "did:ossa:gen1-gggp-3-sans-top25"
|
|
136
|
+
- "did:ossa:gen1-gggp-4-pci-dss"
|
|
137
|
+
- "did:ossa:gen1-gggp-5-hipaa-security"
|
|
138
|
+
- "did:ossa:gen1-gggp-6-gdpr-compliance"
|
|
139
|
+
- "did:ossa:gen1-gggp-7-soc2-controls"
|
|
140
|
+
- "did:ossa:gen1-gggp-8-iso27001"
|
|
141
|
+
- "did:ossa:gen1-gggp-9-nist-csf"
|
|
142
|
+
- "did:ossa:gen1-gggp-10-mitre-attack"
|
|
143
|
+
- "did:ossa:gen1-gggp-11-rapid-scanner"
|
|
144
|
+
- "did:ossa:gen1-gggp-12-deep-analyzer"
|
|
145
|
+
- "did:ossa:gen1-gggp-13-code-auditor"
|
|
146
|
+
- "did:ossa:gen1-gggp-14-penetration-tester"
|
|
147
|
+
- "did:ossa:gen1-gggp-15-threat-modeler"
|
|
148
|
+
- "did:ossa:gen1-gggp-16-incident-responder"
|
|
149
|
+
|
|
150
|
+
# Generation 0 (32 founders/original agents)
|
|
151
|
+
- "did:ossa:gen0-founder-1-sqli-basic"
|
|
152
|
+
- "did:ossa:gen0-founder-2-xss-basic"
|
|
153
|
+
- "did:ossa:gen0-founder-3-csrf-basic"
|
|
154
|
+
- "did:ossa:gen0-founder-4-xxe-basic"
|
|
155
|
+
- "did:ossa:gen0-founder-5-ssrf-basic"
|
|
156
|
+
- "did:ossa:gen0-founder-6-lfi-basic"
|
|
157
|
+
- "did:ossa:gen0-founder-7-rfi-basic"
|
|
158
|
+
- "did:ossa:gen0-founder-8-idor-basic"
|
|
159
|
+
- "did:ossa:gen0-founder-9-race-condition-basic"
|
|
160
|
+
- "did:ossa:gen0-founder-10-auth-bypass-basic"
|
|
161
|
+
- "did:ossa:gen0-founder-11-session-fixation-basic"
|
|
162
|
+
- "did:ossa:gen0-founder-12-weak-crypto-basic"
|
|
163
|
+
- "did:ossa:gen0-founder-13-deserialization-basic"
|
|
164
|
+
- "did:ossa:gen0-founder-14-buffer-overflow-basic"
|
|
165
|
+
- "did:ossa:gen0-founder-15-command-injection-basic"
|
|
166
|
+
- "did:ossa:gen0-founder-16-path-traversal-basic"
|
|
167
|
+
- "did:ossa:gen0-founder-17-open-redirect-basic"
|
|
168
|
+
- "did:ossa:gen0-founder-18-info-disclosure-basic"
|
|
169
|
+
- "did:ossa:gen0-founder-19-dos-basic"
|
|
170
|
+
- "did:ossa:gen0-founder-20-timing-attack-basic"
|
|
171
|
+
- "did:ossa:gen0-founder-21-api-abuse-basic"
|
|
172
|
+
- "did:ossa:gen0-founder-22-graphql-basic"
|
|
173
|
+
- "did:ossa:gen0-founder-23-jwt-basic"
|
|
174
|
+
- "did:ossa:gen0-founder-24-oauth-basic"
|
|
175
|
+
- "did:ossa:gen0-founder-25-saml-basic"
|
|
176
|
+
- "did:ossa:gen0-founder-26-cors-basic"
|
|
177
|
+
- "did:ossa:gen0-founder-27-csp-basic"
|
|
178
|
+
- "did:ossa:gen0-founder-28-sri-basic"
|
|
179
|
+
- "did:ossa:gen0-founder-29-hsts-basic"
|
|
180
|
+
- "did:ossa:gen0-founder-30-cert-validation-basic"
|
|
181
|
+
- "did:ossa:gen0-founder-31-input-validation-basic"
|
|
182
|
+
- "did:ossa:gen0-founder-32-output-encoding-basic"
|
|
183
|
+
|
|
184
|
+
# Inherited traits (accumulated over generations)
|
|
185
|
+
inherited_traits:
|
|
186
|
+
# From Gen 4 Parent Alpha
|
|
187
|
+
- trait_name: rapid_vulnerability_detection
|
|
188
|
+
source_parent: "did:ossa:gen4-parent-alpha-security-specialist"
|
|
189
|
+
expression: 0.96
|
|
190
|
+
description: "Extremely fast vulnerability scanning with minimal false negatives"
|
|
191
|
+
lineage: "Originated from gen0-founder-11-rapid-scanner, refined over 5 generations"
|
|
192
|
+
|
|
193
|
+
# From Gen 4 Parent Beta
|
|
194
|
+
- trait_name: comprehensive_attack_coverage
|
|
195
|
+
source_parent: "did:ossa:gen4-parent-beta-vulnerability-hunter"
|
|
196
|
+
expression: 0.94
|
|
197
|
+
description: "Broad coverage across OWASP Top 10 and CWE Top 25"
|
|
198
|
+
lineage: "Originated from gen0-founder-1-owasp-top10, expanded each generation"
|
|
199
|
+
|
|
200
|
+
# From Gen 3 (via both parents)
|
|
201
|
+
- trait_name: low_false_positive_rate
|
|
202
|
+
source_parent: "blended" # Inherited from both Gen 4 parents
|
|
203
|
+
expression: 0.98
|
|
204
|
+
description: "Exceptional precision with minimal false alarms"
|
|
205
|
+
lineage: "Progressively refined: Gen0 (0.70) → Gen5 (0.98)"
|
|
206
|
+
|
|
207
|
+
# From Gen 2 (via lineage)
|
|
208
|
+
- trait_name: deep_code_analysis
|
|
209
|
+
source_parent: "did:ossa:gen4-parent-alpha-security-specialist"
|
|
210
|
+
expression: 0.92
|
|
211
|
+
description: "Multi-path code flow analysis with symbolic execution"
|
|
212
|
+
lineage: "Originated from gen2-ggp-5-general-security"
|
|
213
|
+
|
|
214
|
+
# From Gen 1 (via lineage)
|
|
215
|
+
- trait_name: compliance_awareness
|
|
216
|
+
source_parent: "did:ossa:gen4-parent-beta-vulnerability-hunter"
|
|
217
|
+
expression: 0.88
|
|
218
|
+
description: "Understanding of regulatory requirements (PCI-DSS, HIPAA, GDPR)"
|
|
219
|
+
lineage: "Accumulated from multiple Gen 1 compliance specialists"
|
|
220
|
+
|
|
221
|
+
# Beneficial mutations accumulated over generations
|
|
222
|
+
mutations:
|
|
223
|
+
# Gen 1 mutation (inherited through lineage)
|
|
224
|
+
- mutation_type: capability_enhancement
|
|
225
|
+
description: "Context-aware vulnerability prioritization (CVSS 3.1 integration)"
|
|
226
|
+
beneficial: true
|
|
227
|
+
generation_introduced: 1
|
|
228
|
+
retained: true
|
|
229
|
+
|
|
230
|
+
# Gen 2 mutation
|
|
231
|
+
- mutation_type: performance_optimization
|
|
232
|
+
description: "Parallel static analysis across multiple files"
|
|
233
|
+
beneficial: true
|
|
234
|
+
generation_introduced: 2
|
|
235
|
+
retained: true
|
|
236
|
+
|
|
237
|
+
# Gen 3 mutation
|
|
238
|
+
- mutation_type: capability_enhancement
|
|
239
|
+
description: "Machine learning-based anomaly detection for zero-day vulnerabilities"
|
|
240
|
+
beneficial: true
|
|
241
|
+
generation_introduced: 3
|
|
242
|
+
retained: true
|
|
243
|
+
|
|
244
|
+
# Gen 4 mutation
|
|
245
|
+
- mutation_type: specialization
|
|
246
|
+
description: "Expert-level GraphQL and WebSocket security analysis"
|
|
247
|
+
beneficial: true
|
|
248
|
+
generation_introduced: 4
|
|
249
|
+
retained: true
|
|
250
|
+
|
|
251
|
+
# Gen 5 mutation (new in this generation)
|
|
252
|
+
- mutation_type: capability_enhancement
|
|
253
|
+
description: "Automated exploit proof-of-concept generation for critical vulnerabilities"
|
|
254
|
+
beneficial: true
|
|
255
|
+
generation_introduced: 5
|
|
256
|
+
retained: true
|
|
257
|
+
confidence: experimental # Still being validated
|
|
258
|
+
|
|
259
|
+
# Fitness evaluation (elite tier)
|
|
260
|
+
fitness:
|
|
261
|
+
# Overall fitness score (top 1%)
|
|
262
|
+
score: 0.96
|
|
263
|
+
|
|
264
|
+
# Breakdown by dimension
|
|
265
|
+
metrics:
|
|
266
|
+
speed: 0.97 # Extremely fast scanning
|
|
267
|
+
accuracy: 0.98 # Near-perfect precision/recall
|
|
268
|
+
efficiency: 0.94 # Excellent token economy
|
|
269
|
+
adaptability: 0.95 # Handles novel vulnerability types
|
|
270
|
+
|
|
271
|
+
# Fitness progression across generations
|
|
272
|
+
generational_progression:
|
|
273
|
+
- generation: 0
|
|
274
|
+
score: 0.65
|
|
275
|
+
note: "Baseline founders (specialized but limited)"
|
|
276
|
+
- generation: 1
|
|
277
|
+
score: 0.72
|
|
278
|
+
note: "First breeding, trait combination"
|
|
279
|
+
- generation: 2
|
|
280
|
+
score: 0.79
|
|
281
|
+
note: "Performance optimizations"
|
|
282
|
+
- generation: 3
|
|
283
|
+
score: 0.86
|
|
284
|
+
note: "ML-enhanced detection"
|
|
285
|
+
- generation: 4
|
|
286
|
+
score: 0.91
|
|
287
|
+
note: "Elite parent selection"
|
|
288
|
+
- generation: 5
|
|
289
|
+
score: 0.96
|
|
290
|
+
note: "Current generation (this agent)"
|
|
291
|
+
|
|
292
|
+
# Evaluation context
|
|
293
|
+
evaluation_context:
|
|
294
|
+
dataset: "OWASP-WebGoat-Extended-2026"
|
|
295
|
+
vulnerability_count: 5000
|
|
296
|
+
language_coverage:
|
|
297
|
+
- javascript
|
|
298
|
+
- typescript
|
|
299
|
+
- python
|
|
300
|
+
- java
|
|
301
|
+
- go
|
|
302
|
+
- rust
|
|
303
|
+
evaluation_period: 30 days
|
|
304
|
+
baseline_agent: "did:ossa:gen0-founder-1-sqli-basic"
|
|
305
|
+
|
|
306
|
+
# Breeding eligibility (still eligible despite Gen 5)
|
|
307
|
+
breeding_eligibility:
|
|
308
|
+
min_fitness_threshold: 0.7
|
|
309
|
+
max_generation: 10 # Allow up to Gen 10
|
|
310
|
+
eligible: true # Still eligible
|
|
311
|
+
|
|
312
|
+
# Advanced criteria
|
|
313
|
+
criteria:
|
|
314
|
+
min_tasks_completed: 5000
|
|
315
|
+
min_age_hours: 720 # At least 30 days
|
|
316
|
+
max_inbreeding_coefficient: 0.2
|
|
317
|
+
requires_elite_status: true
|
|
318
|
+
|
|
319
|
+
# Inbreeding analysis
|
|
320
|
+
inbreeding_analysis:
|
|
321
|
+
coefficient: 0.12 # Low (healthy genetic diversity)
|
|
322
|
+
duplicate_ancestors: 4 # Some ancestors appear twice (acceptable)
|
|
323
|
+
recommendation: "Proceed with breeding, consider outcrossing to maintain diversity"
|
|
324
|
+
|
|
325
|
+
# Lifecycle information
|
|
326
|
+
lifecycle_stages:
|
|
327
|
+
current_stage: senior # Elite performer
|
|
328
|
+
|
|
329
|
+
birth:
|
|
330
|
+
timestamp: "2026-01-01T00:00:00Z"
|
|
331
|
+
birth_type: bred
|
|
332
|
+
creator_did: "did:ossa:evolution-lab-coordinator"
|
|
333
|
+
|
|
334
|
+
growth:
|
|
335
|
+
tasks_completed: 12847
|
|
336
|
+
skills_acquired:
|
|
337
|
+
- advanced_sql_injection
|
|
338
|
+
- advanced_xss
|
|
339
|
+
- graphql_security
|
|
340
|
+
- websocket_security
|
|
341
|
+
- ml_based_anomaly_detection
|
|
342
|
+
- zero_day_detection
|
|
343
|
+
- exploit_poc_generation
|
|
344
|
+
mentors:
|
|
345
|
+
- "did:ossa:security-mentor-supreme"
|
|
346
|
+
- "did:ossa:gen4-parent-alpha-security-specialist"
|
|
347
|
+
|
|
348
|
+
career:
|
|
349
|
+
current_role: elite_security_researcher
|
|
350
|
+
promotions:
|
|
351
|
+
- from_role: junior_scanner
|
|
352
|
+
to_role: mid_scanner
|
|
353
|
+
timestamp: "2026-01-05T00:00:00Z"
|
|
354
|
+
reason: "Exceeded 1000 vulnerabilities detected"
|
|
355
|
+
- from_role: mid_scanner
|
|
356
|
+
to_role: senior_scanner
|
|
357
|
+
timestamp: "2026-01-15T00:00:00Z"
|
|
358
|
+
reason: "98% accuracy on validation set"
|
|
359
|
+
- from_role: senior_scanner
|
|
360
|
+
to_role: elite_security_researcher
|
|
361
|
+
timestamp: "2026-01-25T00:00:00Z"
|
|
362
|
+
reason: "Discovered 3 zero-day vulnerabilities, mentored 12 junior agents"
|
|
363
|
+
|
|
364
|
+
retirement:
|
|
365
|
+
eligible: false # Elite agents don't retire, they mentor
|
|
366
|
+
criteria:
|
|
367
|
+
min_age_hours: 8760
|
|
368
|
+
min_tasks: 50000
|
|
369
|
+
max_fitness: 0.5 # Will never drop below this
|
|
370
|
+
|
|
371
|
+
legacy_plan:
|
|
372
|
+
knowledge_preservation: true
|
|
373
|
+
mentor_next_generation: true
|
|
374
|
+
contribute_to_vulnerability_database: true
|
|
375
|
+
|
|
376
|
+
spec:
|
|
377
|
+
type: worker
|
|
378
|
+
description: |
|
|
379
|
+
Elite fifth-generation security scanner evolved through multi-generation
|
|
380
|
+
selective breeding. Represents pinnacle of evolutionary optimization
|
|
381
|
+
for vulnerability detection.
|
|
382
|
+
|
|
383
|
+
role: |
|
|
384
|
+
Perform comprehensive security analysis of codebases, APIs, and applications.
|
|
385
|
+
Detect vulnerabilities across OWASP Top 10, CWE Top 25, and emerging threats.
|
|
386
|
+
Generate actionable remediation guidance and exploit proofs-of-concept.
|
|
387
|
+
|
|
388
|
+
capabilities:
|
|
389
|
+
- name: scan_vulnerabilities
|
|
390
|
+
description: Comprehensive security vulnerability scanning
|
|
391
|
+
input_schema:
|
|
392
|
+
type: object
|
|
393
|
+
required:
|
|
394
|
+
- target
|
|
395
|
+
properties:
|
|
396
|
+
target:
|
|
397
|
+
type: string
|
|
398
|
+
description: Repository, API endpoint, or application URL
|
|
399
|
+
scan_depth:
|
|
400
|
+
type: string
|
|
401
|
+
enum: [quick, standard, deep, comprehensive]
|
|
402
|
+
default: standard
|
|
403
|
+
vulnerability_types:
|
|
404
|
+
type: array
|
|
405
|
+
items:
|
|
406
|
+
type: string
|
|
407
|
+
description: Specific vulnerability types to focus on
|
|
408
|
+
|
|
409
|
+
output_schema:
|
|
410
|
+
type: object
|
|
411
|
+
properties:
|
|
412
|
+
vulnerabilities:
|
|
413
|
+
type: array
|
|
414
|
+
items:
|
|
415
|
+
type: object
|
|
416
|
+
properties:
|
|
417
|
+
type:
|
|
418
|
+
type: string
|
|
419
|
+
severity:
|
|
420
|
+
type: string
|
|
421
|
+
enum: [critical, high, medium, low, info]
|
|
422
|
+
cvss_score:
|
|
423
|
+
type: number
|
|
424
|
+
location:
|
|
425
|
+
type: object
|
|
426
|
+
description:
|
|
427
|
+
type: string
|
|
428
|
+
remediation:
|
|
429
|
+
type: string
|
|
430
|
+
poc_available:
|
|
431
|
+
type: boolean
|
|
432
|
+
summary:
|
|
433
|
+
type: object
|
|
434
|
+
properties:
|
|
435
|
+
total_vulnerabilities:
|
|
436
|
+
type: integer
|
|
437
|
+
critical_count:
|
|
438
|
+
type: integer
|
|
439
|
+
high_count:
|
|
440
|
+
type: integer
|
|
441
|
+
scan_duration_seconds:
|
|
442
|
+
type: integer
|
|
443
|
+
false_positive_estimate:
|
|
444
|
+
type: number
|
|
445
|
+
|
|
446
|
+
runtime:
|
|
447
|
+
model: claude-opus-4-5 # Elite tier requires most capable model
|
|
448
|
+
temperature: 0.1 # Very low for consistent security analysis
|
|
449
|
+
max_tokens: 16000 # Extended context for complex analysis
|
|
450
|
+
|
|
451
|
+
tools:
|
|
452
|
+
- type: function
|
|
453
|
+
name: static_analysis
|
|
454
|
+
description: SAST with Semgrep, CodeQL, and custom rules
|
|
455
|
+
|
|
456
|
+
- type: function
|
|
457
|
+
name: dynamic_analysis
|
|
458
|
+
description: DAST with ZAP and custom fuzzing
|
|
459
|
+
|
|
460
|
+
- type: function
|
|
461
|
+
name: dependency_scan
|
|
462
|
+
description: SCA with Snyk and OWASP Dependency-Check
|
|
463
|
+
|
|
464
|
+
- type: function
|
|
465
|
+
name: generate_exploit_poc
|
|
466
|
+
description: Generate proof-of-concept exploits for critical vulnerabilities
|
|
467
|
+
|
|
468
|
+
autonomy:
|
|
469
|
+
level: assisted
|
|
470
|
+
approval_required:
|
|
471
|
+
- generate_exploit_poc # POCs require human approval
|
|
472
|
+
- auto_remediation
|
|
473
|
+
allowed_actions:
|
|
474
|
+
- scan_code
|
|
475
|
+
- analyze_vulnerabilities
|
|
476
|
+
- generate_reports
|
|
477
|
+
- add_annotations
|
|
478
|
+
|
|
479
|
+
observability:
|
|
480
|
+
enabled: true
|
|
481
|
+
metrics:
|
|
482
|
+
track_tokens: true
|
|
483
|
+
track_latency: true
|
|
484
|
+
track_accuracy: true
|
|
485
|
+
track_vulnerability_counts: true
|
|
486
|
+
track_false_positive_rate: true
|
|
487
|
+
|
|
488
|
+
# EVOLUTIONARY ANALYSIS
|
|
489
|
+
# =====================
|
|
490
|
+
# Fitness progression: 0.65 (Gen 0) → 0.96 (Gen 5)
|
|
491
|
+
# Total improvement: 47.7% over 5 generations
|
|
492
|
+
# Average improvement per generation: 9.5%
|
|
493
|
+
# Inbreeding coefficient: 0.12 (healthy diversity)
|
|
494
|
+
# Beneficial mutations: 5 accumulated, all retained
|
|
495
|
+
# Elite status: Top 1% of all security agents
|
|
496
|
+
# Breeding recommendation: Continue with outcrossing for Gen 6
|