@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,551 @@
|
|
|
1
|
+
# OSSA v0.3.6 Example: Fitness-Based Selection
|
|
2
|
+
#
|
|
3
|
+
# This example demonstrates comprehensive fitness evaluation and selection
|
|
4
|
+
# strategies for agent breeding programs. Shows custom fitness metrics,
|
|
5
|
+
# weighted scoring, comparative analysis, and tournament selection.
|
|
6
|
+
#
|
|
7
|
+
# Scenario:
|
|
8
|
+
# - Data analysis agent with custom fitness metrics
|
|
9
|
+
# - Multi-dimensional fitness evaluation
|
|
10
|
+
# - Weighted aggregate scoring
|
|
11
|
+
# - Comparative fitness analysis against population
|
|
12
|
+
# - Tournament selection breeding strategy
|
|
13
|
+
#
|
|
14
|
+
# Educational Focus:
|
|
15
|
+
# - Custom fitness metrics (domain-specific)
|
|
16
|
+
# - Multi-objective optimization
|
|
17
|
+
# - Weighted fitness aggregation
|
|
18
|
+
# - Population-relative scoring
|
|
19
|
+
# - Selection strategies (tournament, roulette, elite)
|
|
20
|
+
# - Pareto frontier analysis
|
|
21
|
+
|
|
22
|
+
apiVersion: ossa/v0.3.6
|
|
23
|
+
kind: Agent
|
|
24
|
+
|
|
25
|
+
metadata:
|
|
26
|
+
name: data-analyst-fitness-optimized-gen3
|
|
27
|
+
namespace: fitness-lab
|
|
28
|
+
version: 3.1.0
|
|
29
|
+
description: |
|
|
30
|
+
Third-generation data analysis agent optimized through fitness-based
|
|
31
|
+
tournament selection. Demonstrates comprehensive multi-objective
|
|
32
|
+
fitness evaluation and population-relative scoring.
|
|
33
|
+
|
|
34
|
+
labels:
|
|
35
|
+
domain: data
|
|
36
|
+
subdomain: analytics
|
|
37
|
+
generation: "3"
|
|
38
|
+
breeding-strategy: tournament-selection
|
|
39
|
+
fitness-optimization: pareto-optimal
|
|
40
|
+
example: fitness-scoring
|
|
41
|
+
|
|
42
|
+
taxonomy:
|
|
43
|
+
domain: data
|
|
44
|
+
subdomain: analytics
|
|
45
|
+
capability: data_analysis
|
|
46
|
+
concerns:
|
|
47
|
+
- quality
|
|
48
|
+
- performance
|
|
49
|
+
- cost
|
|
50
|
+
|
|
51
|
+
# Decentralized Identity
|
|
52
|
+
decentralized_identity:
|
|
53
|
+
did: "did:ossa:data-analyst-fitness-gen3-7e6f5d4c3b2a1098fedcba"
|
|
54
|
+
public_key: "ed25519:1234567890abcdefedcba09876543210fedcba098765"
|
|
55
|
+
|
|
56
|
+
credentials:
|
|
57
|
+
- "@context":
|
|
58
|
+
- "https://www.w3.org/2018/credentials/v1"
|
|
59
|
+
type:
|
|
60
|
+
- VerifiableCredential
|
|
61
|
+
- DataAnalysisCapability
|
|
62
|
+
credentialSubject:
|
|
63
|
+
id: "did:ossa:data-analyst-fitness-gen3-7e6f5d4c3b2a1098fedcba"
|
|
64
|
+
capability: advanced_data_analysis
|
|
65
|
+
specializations:
|
|
66
|
+
- statistical_analysis
|
|
67
|
+
- predictive_modeling
|
|
68
|
+
- data_visualization
|
|
69
|
+
- pattern_recognition
|
|
70
|
+
certification_level: advanced
|
|
71
|
+
issuer: "did:ossa:data-science-authority"
|
|
72
|
+
issuanceDate: "2026-01-27T15:00:00Z"
|
|
73
|
+
proof:
|
|
74
|
+
type: Ed25519Signature2020
|
|
75
|
+
created: "2026-01-27T15:00:00Z"
|
|
76
|
+
proofPurpose: assertionMethod
|
|
77
|
+
verificationMethod: "did:ossa:data-science-authority#key-1"
|
|
78
|
+
jws: "eyJhbGciOiJFZERTQSJ9..fitness-signature"
|
|
79
|
+
|
|
80
|
+
reputation:
|
|
81
|
+
credit_score: 840
|
|
82
|
+
trust_network:
|
|
83
|
+
- "did:ossa:gen2-parent-statistical-analyst"
|
|
84
|
+
- "did:ossa:gen2-parent-predictive-modeler"
|
|
85
|
+
- "did:ossa:data-science-mentor"
|
|
86
|
+
endorsements:
|
|
87
|
+
- endorser_did: "did:ossa:data-science-mentor"
|
|
88
|
+
skill: statistical_analysis
|
|
89
|
+
rating: 5
|
|
90
|
+
timestamp: "2026-01-26T12:00:00Z"
|
|
91
|
+
signature: "ed25519-stats-endorsement"
|
|
92
|
+
|
|
93
|
+
# GENETICS: Tournament selection breeding
|
|
94
|
+
genetics:
|
|
95
|
+
generation: 3
|
|
96
|
+
|
|
97
|
+
# Parents selected via tournament selection (fitness-based)
|
|
98
|
+
parent_dids:
|
|
99
|
+
- "did:ossa:gen2-parent-statistical-analyst"
|
|
100
|
+
- "did:ossa:gen2-parent-predictive-modeler"
|
|
101
|
+
|
|
102
|
+
# Ancestor lineage
|
|
103
|
+
ancestor_dids:
|
|
104
|
+
# Gen 2 parents (in parent_dids)
|
|
105
|
+
# Gen 1 grandparents (4)
|
|
106
|
+
- "did:ossa:gen1-stats-specialist"
|
|
107
|
+
- "did:ossa:gen1-stats-generalist"
|
|
108
|
+
- "did:ossa:gen1-ml-specialist"
|
|
109
|
+
- "did:ossa:gen1-ml-generalist"
|
|
110
|
+
# Gen 0 founders (8)
|
|
111
|
+
- "did:ossa:gen0-descriptive-stats"
|
|
112
|
+
- "did:ossa:gen0-inferential-stats"
|
|
113
|
+
- "did:ossa:gen0-regression-analysis"
|
|
114
|
+
- "did:ossa:gen0-classification"
|
|
115
|
+
- "did:ossa:gen0-clustering"
|
|
116
|
+
- "did:ossa:gen0-time-series"
|
|
117
|
+
- "did:ossa:gen0-anomaly-detection"
|
|
118
|
+
- "did:ossa:gen0-dimensionality-reduction"
|
|
119
|
+
|
|
120
|
+
# Inherited traits
|
|
121
|
+
inherited_traits:
|
|
122
|
+
- trait_name: statistical_rigor
|
|
123
|
+
source_parent: "did:ossa:gen2-parent-statistical-analyst"
|
|
124
|
+
expression: 0.93
|
|
125
|
+
description: "Methodologically sound statistical analysis"
|
|
126
|
+
|
|
127
|
+
- trait_name: predictive_accuracy
|
|
128
|
+
source_parent: "did:ossa:gen2-parent-predictive-modeler"
|
|
129
|
+
expression: 0.91
|
|
130
|
+
description: "High-quality predictive models"
|
|
131
|
+
|
|
132
|
+
- trait_name: interpretability
|
|
133
|
+
source_parent: "did:ossa:gen2-parent-statistical-analyst"
|
|
134
|
+
expression: 0.88
|
|
135
|
+
description: "Clear explanations of analytical results"
|
|
136
|
+
|
|
137
|
+
- trait_name: computational_efficiency
|
|
138
|
+
source_parent: "did:ossa:gen2-parent-predictive-modeler"
|
|
139
|
+
expression: 0.85
|
|
140
|
+
description: "Fast computation on large datasets"
|
|
141
|
+
|
|
142
|
+
# Mutations
|
|
143
|
+
mutations:
|
|
144
|
+
- mutation_type: capability_enhancement
|
|
145
|
+
description: "Automated feature engineering for tabular data"
|
|
146
|
+
beneficial: true
|
|
147
|
+
generation_introduced: 3
|
|
148
|
+
|
|
149
|
+
- mutation_type: performance_optimization
|
|
150
|
+
description: "Streaming data processing for large datasets"
|
|
151
|
+
beneficial: true
|
|
152
|
+
generation_introduced: 3
|
|
153
|
+
|
|
154
|
+
# COMPREHENSIVE FITNESS EVALUATION
|
|
155
|
+
fitness:
|
|
156
|
+
# Overall aggregate fitness (weighted average)
|
|
157
|
+
score: 0.89
|
|
158
|
+
|
|
159
|
+
# Standard fitness metrics (OSSA core)
|
|
160
|
+
metrics:
|
|
161
|
+
speed: 0.87 # Analysis completion time
|
|
162
|
+
accuracy: 0.92 # Correctness of insights
|
|
163
|
+
efficiency: 0.86 # Token/compute cost
|
|
164
|
+
adaptability: 0.88 # Performance on novel datasets
|
|
165
|
+
|
|
166
|
+
# CUSTOM METRICS: Domain-specific for data analysis
|
|
167
|
+
custom_metrics:
|
|
168
|
+
# Statistical validity
|
|
169
|
+
statistical_rigor:
|
|
170
|
+
score: 0.93
|
|
171
|
+
description: "Proper hypothesis testing, significance levels, assumptions checking"
|
|
172
|
+
measurement: "% of analyses passing statistical validation"
|
|
173
|
+
|
|
174
|
+
# Predictive performance
|
|
175
|
+
model_accuracy:
|
|
176
|
+
score: 0.91
|
|
177
|
+
description: "Predictive model performance (R², F1, AUC-ROC)"
|
|
178
|
+
measurement: "Average cross-validated performance across tasks"
|
|
179
|
+
|
|
180
|
+
# Result interpretability
|
|
181
|
+
interpretability:
|
|
182
|
+
score: 0.88
|
|
183
|
+
description: "Clarity and actionability of insights"
|
|
184
|
+
measurement: "Human evaluator ratings (1-5 scale, normalized)"
|
|
185
|
+
|
|
186
|
+
# Data quality handling
|
|
187
|
+
robustness:
|
|
188
|
+
score: 0.85
|
|
189
|
+
description: "Performance on messy/incomplete data"
|
|
190
|
+
measurement: "Accuracy degradation with missing/noisy data"
|
|
191
|
+
|
|
192
|
+
# Insight generation
|
|
193
|
+
insight_quality:
|
|
194
|
+
score: 0.90
|
|
195
|
+
description: "Novelty and business value of insights"
|
|
196
|
+
measurement: "Expert panel ratings on insight actionability"
|
|
197
|
+
|
|
198
|
+
# Visualization quality
|
|
199
|
+
visualization_quality:
|
|
200
|
+
score: 0.87
|
|
201
|
+
description: "Quality of generated charts and dashboards"
|
|
202
|
+
measurement: "Design principles adherence + clarity scores"
|
|
203
|
+
|
|
204
|
+
# Computational cost
|
|
205
|
+
token_efficiency:
|
|
206
|
+
score: 0.86
|
|
207
|
+
description: "Analysis quality per token consumed"
|
|
208
|
+
measurement: "Insight value / token cost ratio"
|
|
209
|
+
|
|
210
|
+
# Dataset size handling
|
|
211
|
+
scalability:
|
|
212
|
+
score: 0.84
|
|
213
|
+
description: "Performance on large datasets (>1M rows)"
|
|
214
|
+
measurement: "Completion time and accuracy on scaled datasets"
|
|
215
|
+
|
|
216
|
+
# WEIGHTED AGGREGATE SCORING
|
|
217
|
+
scoring_methodology:
|
|
218
|
+
# Weights for aggregate score calculation
|
|
219
|
+
weights:
|
|
220
|
+
# Standard metrics (40% total)
|
|
221
|
+
speed: 0.10
|
|
222
|
+
accuracy: 0.15
|
|
223
|
+
efficiency: 0.10
|
|
224
|
+
adaptability: 0.05
|
|
225
|
+
|
|
226
|
+
# Custom metrics (60% total - domain-critical)
|
|
227
|
+
statistical_rigor: 0.15
|
|
228
|
+
model_accuracy: 0.15
|
|
229
|
+
interpretability: 0.10
|
|
230
|
+
robustness: 0.05
|
|
231
|
+
insight_quality: 0.10
|
|
232
|
+
visualization_quality: 0.03
|
|
233
|
+
token_efficiency: 0.01
|
|
234
|
+
scalability: 0.01
|
|
235
|
+
|
|
236
|
+
# Verification: sum(weights) = 1.00
|
|
237
|
+
total_weight: 1.00
|
|
238
|
+
|
|
239
|
+
# Calculation
|
|
240
|
+
formula: |
|
|
241
|
+
score = sum(metric_value * weight for each metric)
|
|
242
|
+
0.89 = 0.87*0.10 + 0.92*0.15 + 0.86*0.10 + 0.88*0.05 +
|
|
243
|
+
0.93*0.15 + 0.91*0.15 + 0.88*0.10 + 0.85*0.05 +
|
|
244
|
+
0.90*0.10 + 0.87*0.03 + 0.86*0.01 + 0.84*0.01
|
|
245
|
+
|
|
246
|
+
# POPULATION-RELATIVE SCORING
|
|
247
|
+
population_analysis:
|
|
248
|
+
# Compare to all Gen 3 data analysts
|
|
249
|
+
population_size: 250
|
|
250
|
+
percentile_rank: 88 # Top 12%
|
|
251
|
+
|
|
252
|
+
# Breakdown by metric
|
|
253
|
+
metric_percentiles:
|
|
254
|
+
speed: 75
|
|
255
|
+
accuracy: 92
|
|
256
|
+
efficiency: 70
|
|
257
|
+
adaptability: 85
|
|
258
|
+
statistical_rigor: 95 # Elite
|
|
259
|
+
model_accuracy: 90
|
|
260
|
+
interpretability: 85
|
|
261
|
+
robustness: 78
|
|
262
|
+
insight_quality: 88
|
|
263
|
+
visualization_quality: 82
|
|
264
|
+
token_efficiency: 68
|
|
265
|
+
scalability: 65
|
|
266
|
+
|
|
267
|
+
# Elite status (top 10%) in which metrics?
|
|
268
|
+
elite_metrics:
|
|
269
|
+
- statistical_rigor # 95th percentile
|
|
270
|
+
- accuracy # 92nd percentile
|
|
271
|
+
- model_accuracy # 90th percentile
|
|
272
|
+
|
|
273
|
+
# PARETO FRONTIER ANALYSIS
|
|
274
|
+
pareto_analysis:
|
|
275
|
+
# Multi-objective optimization: accuracy vs efficiency
|
|
276
|
+
objectives:
|
|
277
|
+
- name: accuracy
|
|
278
|
+
value: 0.92
|
|
279
|
+
maximize: true
|
|
280
|
+
- name: efficiency
|
|
281
|
+
value: 0.86
|
|
282
|
+
maximize: true
|
|
283
|
+
|
|
284
|
+
# Is this agent Pareto optimal?
|
|
285
|
+
pareto_optimal: false # Trade-off: could be more efficient
|
|
286
|
+
|
|
287
|
+
# Pareto frontier agents (dominating solutions)
|
|
288
|
+
dominated_by:
|
|
289
|
+
- did: "did:ossa:gen3-pareto-1"
|
|
290
|
+
accuracy: 0.94
|
|
291
|
+
efficiency: 0.88
|
|
292
|
+
note: "Dominates on both objectives"
|
|
293
|
+
|
|
294
|
+
# Agents dominated by this one
|
|
295
|
+
dominates:
|
|
296
|
+
- did: "did:ossa:gen2-parent-statistical-analyst"
|
|
297
|
+
accuracy: 0.88
|
|
298
|
+
efficiency: 0.82
|
|
299
|
+
- did: "did:ossa:gen2-parent-predictive-modeler"
|
|
300
|
+
accuracy: 0.90
|
|
301
|
+
efficiency: 0.80
|
|
302
|
+
|
|
303
|
+
# EVALUATION CONTEXT
|
|
304
|
+
evaluation_context:
|
|
305
|
+
dataset: "Kaggle-Competition-Suite-2026"
|
|
306
|
+
task_count: 100
|
|
307
|
+
task_types:
|
|
308
|
+
- regression
|
|
309
|
+
- classification
|
|
310
|
+
- clustering
|
|
311
|
+
- time_series_forecasting
|
|
312
|
+
- anomaly_detection
|
|
313
|
+
evaluation_period: 14 days
|
|
314
|
+
baseline_agent: "did:ossa:gen0-descriptive-stats"
|
|
315
|
+
validation_strategy: k-fold cross-validation (k=5)
|
|
316
|
+
|
|
317
|
+
# TOURNAMENT SELECTION HISTORY
|
|
318
|
+
selection_history:
|
|
319
|
+
tournament_size: 5
|
|
320
|
+
tournaments_won: 3
|
|
321
|
+
tournaments_participated: 8
|
|
322
|
+
selection_pressure: medium # 5 competitors per tournament
|
|
323
|
+
|
|
324
|
+
# Tournament results
|
|
325
|
+
tournaments:
|
|
326
|
+
- tournament_id: "t-2026-01-20-001"
|
|
327
|
+
competitors:
|
|
328
|
+
- "did:ossa:gen2-candidate-1"
|
|
329
|
+
- "did:ossa:gen2-candidate-2"
|
|
330
|
+
- "did:ossa:gen2-candidate-3"
|
|
331
|
+
- "did:ossa:gen2-candidate-4"
|
|
332
|
+
- "did:ossa:gen2-parent-statistical-analyst" # Winner
|
|
333
|
+
winner: "did:ossa:gen2-parent-statistical-analyst"
|
|
334
|
+
selection_metric: aggregate_fitness
|
|
335
|
+
|
|
336
|
+
- tournament_id: "t-2026-01-20-002"
|
|
337
|
+
competitors:
|
|
338
|
+
- "did:ossa:gen2-candidate-5"
|
|
339
|
+
- "did:ossa:gen2-candidate-6"
|
|
340
|
+
- "did:ossa:gen2-candidate-7"
|
|
341
|
+
- "did:ossa:gen2-candidate-8"
|
|
342
|
+
- "did:ossa:gen2-parent-predictive-modeler" # Winner
|
|
343
|
+
winner: "did:ossa:gen2-parent-predictive-modeler"
|
|
344
|
+
selection_metric: aggregate_fitness
|
|
345
|
+
|
|
346
|
+
# BREEDING ELIGIBILITY
|
|
347
|
+
breeding_eligibility:
|
|
348
|
+
min_fitness_threshold: 0.7
|
|
349
|
+
max_generation: 10
|
|
350
|
+
eligible: true
|
|
351
|
+
|
|
352
|
+
# Fitness-based criteria
|
|
353
|
+
fitness_criteria:
|
|
354
|
+
min_aggregate_score: 0.7
|
|
355
|
+
min_accuracy: 0.75
|
|
356
|
+
min_custom_metric_average: 0.70
|
|
357
|
+
all_metrics_above: 0.60 # No metric below this floor
|
|
358
|
+
|
|
359
|
+
# Population-relative criteria
|
|
360
|
+
population_criteria:
|
|
361
|
+
min_percentile_rank: 60 # Top 40%
|
|
362
|
+
min_elite_metrics: 1 # At least 1 metric in top 10%
|
|
363
|
+
|
|
364
|
+
# Eligibility check
|
|
365
|
+
criteria_met:
|
|
366
|
+
fitness_threshold: true # 0.89 >= 0.70
|
|
367
|
+
generation_limit: true # 3 < 10
|
|
368
|
+
accuracy_floor: true # 0.92 >= 0.75
|
|
369
|
+
percentile_rank: true # 88 >= 60
|
|
370
|
+
elite_metrics: true # 3 >= 1
|
|
371
|
+
|
|
372
|
+
# Breeding recommendation
|
|
373
|
+
recommendation: "Highly suitable for breeding (top tier Gen 3)"
|
|
374
|
+
|
|
375
|
+
# Lifecycle
|
|
376
|
+
lifecycle_stages:
|
|
377
|
+
current_stage: mature
|
|
378
|
+
|
|
379
|
+
birth:
|
|
380
|
+
timestamp: "2026-01-20T10:00:00Z"
|
|
381
|
+
birth_type: bred
|
|
382
|
+
creator_did: "did:ossa:fitness-lab-coordinator"
|
|
383
|
+
|
|
384
|
+
growth:
|
|
385
|
+
tasks_completed: 3250
|
|
386
|
+
skills_acquired:
|
|
387
|
+
- advanced_regression
|
|
388
|
+
- ensemble_methods
|
|
389
|
+
- feature_engineering
|
|
390
|
+
- streaming_analytics
|
|
391
|
+
mentors:
|
|
392
|
+
- "did:ossa:data-science-mentor"
|
|
393
|
+
|
|
394
|
+
career:
|
|
395
|
+
current_role: senior_data_analyst
|
|
396
|
+
promotions:
|
|
397
|
+
- from_role: junior_analyst
|
|
398
|
+
to_role: mid_analyst
|
|
399
|
+
timestamp: "2026-01-22T00:00:00Z"
|
|
400
|
+
reason: "Completed 1000 analyses with 90%+ accuracy"
|
|
401
|
+
- from_role: mid_analyst
|
|
402
|
+
to_role: senior_data_analyst
|
|
403
|
+
timestamp: "2026-01-26T00:00:00Z"
|
|
404
|
+
reason: "Elite statistical rigor (95th percentile)"
|
|
405
|
+
|
|
406
|
+
retirement:
|
|
407
|
+
eligible: false
|
|
408
|
+
criteria:
|
|
409
|
+
min_age_hours: 8760
|
|
410
|
+
min_tasks: 10000
|
|
411
|
+
max_fitness: 0.5
|
|
412
|
+
|
|
413
|
+
spec:
|
|
414
|
+
type: worker
|
|
415
|
+
description: |
|
|
416
|
+
Fitness-optimized data analysis agent bred through tournament selection.
|
|
417
|
+
Demonstrates comprehensive multi-dimensional fitness evaluation and
|
|
418
|
+
population-relative performance scoring.
|
|
419
|
+
|
|
420
|
+
role: |
|
|
421
|
+
Perform statistical analysis, predictive modeling, and data visualization.
|
|
422
|
+
Prioritize statistical rigor and interpretability while maintaining
|
|
423
|
+
computational efficiency.
|
|
424
|
+
|
|
425
|
+
capabilities:
|
|
426
|
+
- name: analyze_data
|
|
427
|
+
description: Statistical analysis and predictive modeling
|
|
428
|
+
input_schema:
|
|
429
|
+
type: object
|
|
430
|
+
required:
|
|
431
|
+
- dataset
|
|
432
|
+
- analysis_type
|
|
433
|
+
properties:
|
|
434
|
+
dataset:
|
|
435
|
+
type: string
|
|
436
|
+
description: Dataset identifier or URL
|
|
437
|
+
analysis_type:
|
|
438
|
+
type: string
|
|
439
|
+
enum:
|
|
440
|
+
- descriptive
|
|
441
|
+
- inferential
|
|
442
|
+
- predictive
|
|
443
|
+
- exploratory
|
|
444
|
+
- confirmatory
|
|
445
|
+
target_variable:
|
|
446
|
+
type: string
|
|
447
|
+
description: Dependent variable (for predictive tasks)
|
|
448
|
+
|
|
449
|
+
output_schema:
|
|
450
|
+
type: object
|
|
451
|
+
properties:
|
|
452
|
+
insights:
|
|
453
|
+
type: array
|
|
454
|
+
items:
|
|
455
|
+
type: object
|
|
456
|
+
properties:
|
|
457
|
+
insight:
|
|
458
|
+
type: string
|
|
459
|
+
confidence:
|
|
460
|
+
type: number
|
|
461
|
+
statistical_significance:
|
|
462
|
+
type: number
|
|
463
|
+
business_impact:
|
|
464
|
+
type: string
|
|
465
|
+
models:
|
|
466
|
+
type: array
|
|
467
|
+
items:
|
|
468
|
+
type: object
|
|
469
|
+
properties:
|
|
470
|
+
model_type:
|
|
471
|
+
type: string
|
|
472
|
+
performance_metrics:
|
|
473
|
+
type: object
|
|
474
|
+
feature_importance:
|
|
475
|
+
type: array
|
|
476
|
+
visualizations:
|
|
477
|
+
type: array
|
|
478
|
+
items:
|
|
479
|
+
type: object
|
|
480
|
+
properties:
|
|
481
|
+
chart_type:
|
|
482
|
+
type: string
|
|
483
|
+
data_url:
|
|
484
|
+
type: string
|
|
485
|
+
|
|
486
|
+
runtime:
|
|
487
|
+
model: claude-sonnet-4-5
|
|
488
|
+
temperature: 0.3
|
|
489
|
+
max_tokens: 12000
|
|
490
|
+
|
|
491
|
+
tools:
|
|
492
|
+
- type: function
|
|
493
|
+
name: statistical_tests
|
|
494
|
+
description: Hypothesis testing, ANOVA, chi-square, etc.
|
|
495
|
+
|
|
496
|
+
- type: function
|
|
497
|
+
name: machine_learning
|
|
498
|
+
description: Scikit-learn, XGBoost, LightGBM models
|
|
499
|
+
|
|
500
|
+
- type: function
|
|
501
|
+
name: data_visualization
|
|
502
|
+
description: Matplotlib, Seaborn, Plotly charts
|
|
503
|
+
|
|
504
|
+
autonomy:
|
|
505
|
+
level: assisted
|
|
506
|
+
approval_required:
|
|
507
|
+
- deploy_model_to_production
|
|
508
|
+
allowed_actions:
|
|
509
|
+
- run_analysis
|
|
510
|
+
- generate_insights
|
|
511
|
+
- create_visualizations
|
|
512
|
+
|
|
513
|
+
observability:
|
|
514
|
+
enabled: true
|
|
515
|
+
metrics:
|
|
516
|
+
track_tokens: true
|
|
517
|
+
track_latency: true
|
|
518
|
+
track_accuracy: true
|
|
519
|
+
track_model_performance: true
|
|
520
|
+
|
|
521
|
+
# SELECTION STRATEGY COMPARISON
|
|
522
|
+
# ==============================
|
|
523
|
+
# 1. Tournament Selection (used here):
|
|
524
|
+
# - Pros: Maintains diversity, adjustable selection pressure
|
|
525
|
+
# - Cons: May miss global optimum
|
|
526
|
+
# - Best for: Ongoing evolution with exploration
|
|
527
|
+
#
|
|
528
|
+
# 2. Roulette Wheel (fitness-proportionate):
|
|
529
|
+
# - Pros: Probabilistic, prevents premature convergence
|
|
530
|
+
# - Cons: Weak agents still have small chance
|
|
531
|
+
# - Best for: Early generations with high variance
|
|
532
|
+
#
|
|
533
|
+
# 3. Elite Selection:
|
|
534
|
+
# - Pros: Guarantees best agents propagate
|
|
535
|
+
# - Cons: Genetic bottleneck, loss of diversity
|
|
536
|
+
# - Best for: Final optimization, exploitation phase
|
|
537
|
+
#
|
|
538
|
+
# 4. Rank-based Selection:
|
|
539
|
+
# - Pros: Reduces selection pressure from outliers
|
|
540
|
+
# - Cons: Ignores absolute fitness differences
|
|
541
|
+
# - Best for: Populations with extreme fitness variance
|
|
542
|
+
|
|
543
|
+
# PARETO FRONTIER EXPLANATION
|
|
544
|
+
# ============================
|
|
545
|
+
# Agent is NOT Pareto optimal because:
|
|
546
|
+
# - Accuracy: 0.92, Efficiency: 0.86
|
|
547
|
+
# - Dominated by: did:ossa:gen3-pareto-1 (0.94, 0.88)
|
|
548
|
+
# - To reach Pareto frontier, need to improve either:
|
|
549
|
+
# a) Accuracy to 0.94+ while maintaining efficiency, OR
|
|
550
|
+
# b) Efficiency to 0.88+ while maintaining accuracy
|
|
551
|
+
# - Trade-off accepted for better interpretability (0.88)
|