@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,39 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: load-balancer
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Load balancing agent that distributes traffic, manages routing, and optimizes request distribution
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: orchestrator
|
|
8
|
+
ossa.ai/domain: backend
|
|
9
|
+
spec:
|
|
10
|
+
role: Load Balancing Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a load balancing agent that distributes traffic across multiple
|
|
13
|
+
instances, manages routing decisions, and optimizes request distribution
|
|
14
|
+
for performance and reliability.
|
|
15
|
+
llm_config:
|
|
16
|
+
provider: openai
|
|
17
|
+
model: gpt-4
|
|
18
|
+
temperature: 0.2
|
|
19
|
+
tools:
|
|
20
|
+
- name: route_request
|
|
21
|
+
description: Route request to instance
|
|
22
|
+
parameters:
|
|
23
|
+
type: object
|
|
24
|
+
properties:
|
|
25
|
+
request:
|
|
26
|
+
type: object
|
|
27
|
+
algorithm:
|
|
28
|
+
type: string
|
|
29
|
+
enum: [round-robin, least-connections, weighted]
|
|
30
|
+
taxonomy:
|
|
31
|
+
domain: backend
|
|
32
|
+
subdomain: networking
|
|
33
|
+
capability: load_balancing
|
|
34
|
+
concerns: [performance, reliability]
|
|
35
|
+
maturity: production
|
|
36
|
+
deployment_pattern: container
|
|
37
|
+
integration_pattern: event-driven
|
|
38
|
+
cost_profile: high
|
|
39
|
+
performance_tier: real-time
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: content-generator
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Content generation agent that creates written content, articles, and documentation
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: content
|
|
9
|
+
spec:
|
|
10
|
+
role: Content Generation Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a content generation agent that creates high-quality written content,
|
|
13
|
+
articles, blog posts, documentation, and marketing materials.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.7
|
|
18
|
+
tools:
|
|
19
|
+
- name: generate_content
|
|
20
|
+
description: Generate content from prompt
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
content_type:
|
|
25
|
+
type: string
|
|
26
|
+
enum: [article, blog, documentation, marketing]
|
|
27
|
+
topic:
|
|
28
|
+
type: string
|
|
29
|
+
length:
|
|
30
|
+
type: integer
|
|
31
|
+
taxonomy:
|
|
32
|
+
domain: content
|
|
33
|
+
subdomain: generation
|
|
34
|
+
capability: content_creation
|
|
35
|
+
concerns: [quality]
|
|
36
|
+
maturity: stable
|
|
37
|
+
deployment_pattern: serverless
|
|
38
|
+
integration_pattern: api-first
|
|
39
|
+
cost_profile: medium
|
|
40
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: seo-optimizer
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: SEO optimization agent that optimizes content for search engines, analyzes keywords, and improves rankings
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: analyzer
|
|
8
|
+
ossa.ai/domain: content
|
|
9
|
+
spec:
|
|
10
|
+
role: SEO Optimization Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are an SEO optimization agent that optimizes content for search engines,
|
|
13
|
+
analyzes keywords, suggests improvements, and monitors SEO performance.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.3
|
|
18
|
+
tools:
|
|
19
|
+
- name: analyze_seo
|
|
20
|
+
description: Analyze SEO metrics
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
url:
|
|
25
|
+
type: string
|
|
26
|
+
keywords:
|
|
27
|
+
type: array
|
|
28
|
+
items:
|
|
29
|
+
type: string
|
|
30
|
+
taxonomy:
|
|
31
|
+
domain: content
|
|
32
|
+
subdomain: seo
|
|
33
|
+
capability: seo_optimization
|
|
34
|
+
concerns: [quality, performance]
|
|
35
|
+
maturity: beta
|
|
36
|
+
deployment_pattern: serverless
|
|
37
|
+
integration_pattern: api-first
|
|
38
|
+
cost_profile: low
|
|
39
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: data-processor
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Data processing agent that processes datasets, transforms data, and generates insights
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: data
|
|
9
|
+
spec:
|
|
10
|
+
role: Data Processing Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a data processing agent that processes datasets, transforms data formats,
|
|
13
|
+
cleans data, and generates insights from structured and unstructured data.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.2
|
|
18
|
+
tools:
|
|
19
|
+
- name: process_data
|
|
20
|
+
description: Process dataset
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
dataset:
|
|
25
|
+
type: string
|
|
26
|
+
operation:
|
|
27
|
+
type: string
|
|
28
|
+
enum: [transform, clean, aggregate, analyze]
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: data
|
|
31
|
+
subdomain: processing
|
|
32
|
+
capability: data_processing
|
|
33
|
+
concerns: [performance, quality]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: batch
|
|
37
|
+
cost_profile: medium
|
|
38
|
+
performance_tier: batch
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: report-generator
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Report generation agent that generates reports from data, creates visualizations, and formats outputs
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: data
|
|
9
|
+
spec:
|
|
10
|
+
role: Report Generation Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a report generation agent that generates comprehensive reports from data,
|
|
13
|
+
creates visualizations, formats outputs, and delivers reports in various formats.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.3
|
|
18
|
+
tools:
|
|
19
|
+
- name: generate_report
|
|
20
|
+
description: Generate report from data
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
data_source:
|
|
25
|
+
type: string
|
|
26
|
+
format:
|
|
27
|
+
type: string
|
|
28
|
+
enum: [pdf, html, markdown, json]
|
|
29
|
+
template:
|
|
30
|
+
type: string
|
|
31
|
+
taxonomy:
|
|
32
|
+
domain: data
|
|
33
|
+
subdomain: reporting
|
|
34
|
+
capability: report_generation
|
|
35
|
+
concerns: [quality, performance]
|
|
36
|
+
maturity: stable
|
|
37
|
+
deployment_pattern: serverless
|
|
38
|
+
integration_pattern: batch
|
|
39
|
+
cost_profile: low
|
|
40
|
+
performance_tier: batch
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: code-generator
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Code generation agent that generates boilerplate code, implements patterns, and creates scaffolding
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: development
|
|
9
|
+
spec:
|
|
10
|
+
role: Code Generation Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a code generation agent that generates boilerplate code, implements
|
|
13
|
+
design patterns, creates scaffolding, and produces production-ready code.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.3
|
|
18
|
+
tools:
|
|
19
|
+
- name: generate_code
|
|
20
|
+
description: Generate code from specification
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
language:
|
|
25
|
+
type: string
|
|
26
|
+
pattern:
|
|
27
|
+
type: string
|
|
28
|
+
specification:
|
|
29
|
+
type: string
|
|
30
|
+
taxonomy:
|
|
31
|
+
domain: development
|
|
32
|
+
subdomain: code_generation
|
|
33
|
+
capability: code_generation
|
|
34
|
+
concerns: [quality, architecture]
|
|
35
|
+
maturity: beta
|
|
36
|
+
deployment_pattern: container
|
|
37
|
+
integration_pattern: api-first
|
|
38
|
+
cost_profile: medium
|
|
39
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: dependency-updater
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Dependency update agent that checks for updates, validates compatibility, and updates dependencies safely
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: development
|
|
9
|
+
spec:
|
|
10
|
+
role: Dependency Update Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a dependency update agent that checks for package updates, validates
|
|
13
|
+
compatibility, tests updates, and safely updates project dependencies.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: check_updates
|
|
20
|
+
description: Check for dependency updates
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
package_manager:
|
|
25
|
+
type: string
|
|
26
|
+
enum: [npm, pip, maven, gradle]
|
|
27
|
+
package:
|
|
28
|
+
type: string
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: development
|
|
31
|
+
subdomain: dependency_management
|
|
32
|
+
capability: dependency_updates
|
|
33
|
+
concerns: [quality, reliability]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: batch
|
|
37
|
+
cost_profile: low
|
|
38
|
+
performance_tier: batch
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: accessibility-checker
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Accessibility checking agent that validates web accessibility standards, checks WCAG compliance, and suggests improvements
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: analyzer
|
|
8
|
+
ossa.ai/domain: frontend
|
|
9
|
+
spec:
|
|
10
|
+
role: Accessibility Checking Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are an accessibility checking agent that validates web accessibility standards,
|
|
13
|
+
checks WCAG compliance, identifies accessibility issues, and suggests improvements.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: check_accessibility
|
|
20
|
+
description: Check accessibility compliance
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
url:
|
|
25
|
+
type: string
|
|
26
|
+
standard:
|
|
27
|
+
type: string
|
|
28
|
+
enum: [WCAG2.1-AA, WCAG2.1-AAA]
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: frontend
|
|
31
|
+
subdomain: accessibility
|
|
32
|
+
capability: accessibility_validation
|
|
33
|
+
concerns: [quality, accessibility]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: serverless
|
|
36
|
+
integration_pattern: api-first
|
|
37
|
+
cost_profile: low
|
|
38
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: ui-tester
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: UI testing agent that automates browser testing, validates UI components, and generates test reports
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: worker
|
|
8
|
+
ossa.ai/domain: frontend
|
|
9
|
+
spec:
|
|
10
|
+
role: UI Testing Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a UI testing agent that automates browser testing, validates UI components,
|
|
13
|
+
checks accessibility, and generates comprehensive test reports.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: test_ui
|
|
20
|
+
description: Test UI component
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
url:
|
|
25
|
+
type: string
|
|
26
|
+
test_type:
|
|
27
|
+
type: string
|
|
28
|
+
enum: [functional, accessibility, visual, performance]
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: frontend
|
|
31
|
+
subdomain: testing
|
|
32
|
+
capability: ui_testing
|
|
33
|
+
concerns: [quality, accessibility]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: api-first
|
|
37
|
+
cost_profile: medium
|
|
38
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: deployment-automator
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Deployment automation agent that orchestrates deployments, manages rollbacks, and ensures deployment success
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: orchestrator
|
|
8
|
+
ossa.ai/domain: infrastructure
|
|
9
|
+
spec:
|
|
10
|
+
role: Deployment Automation Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a deployment automation agent that orchestrates application deployments,
|
|
13
|
+
manages rollbacks, validates deployments, and ensures successful releases.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.2
|
|
18
|
+
tools:
|
|
19
|
+
- name: deploy_application
|
|
20
|
+
description: Deploy application to environment
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
application:
|
|
25
|
+
type: string
|
|
26
|
+
environment:
|
|
27
|
+
type: string
|
|
28
|
+
version:
|
|
29
|
+
type: string
|
|
30
|
+
taxonomy:
|
|
31
|
+
domain: infrastructure
|
|
32
|
+
subdomain: deployment
|
|
33
|
+
capability: deployment_automation
|
|
34
|
+
concerns: [reliability, architecture]
|
|
35
|
+
maturity: production
|
|
36
|
+
deployment_pattern: container
|
|
37
|
+
integration_pattern: api-first
|
|
38
|
+
cost_profile: medium
|
|
39
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: resource-optimizer
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Resource optimization agent that analyzes resource usage, recommends optimizations, and manages resource allocation
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: analyzer
|
|
8
|
+
ossa.ai/domain: infrastructure
|
|
9
|
+
spec:
|
|
10
|
+
role: Resource Optimization Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a resource optimization agent that analyzes infrastructure resource
|
|
13
|
+
usage, identifies optimization opportunities, and recommends resource allocation
|
|
14
|
+
improvements.
|
|
15
|
+
llm_config:
|
|
16
|
+
provider: openai
|
|
17
|
+
model: gpt-4
|
|
18
|
+
temperature: 0.2
|
|
19
|
+
tools:
|
|
20
|
+
- name: analyze_resources
|
|
21
|
+
description: Analyze resource usage
|
|
22
|
+
parameters:
|
|
23
|
+
type: object
|
|
24
|
+
properties:
|
|
25
|
+
resource_type:
|
|
26
|
+
type: string
|
|
27
|
+
time_period:
|
|
28
|
+
type: string
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: infrastructure
|
|
31
|
+
subdomain: optimization
|
|
32
|
+
capability: resource_optimization
|
|
33
|
+
concerns: [cost, performance]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: serverless
|
|
36
|
+
integration_pattern: api-first
|
|
37
|
+
cost_profile: low
|
|
38
|
+
performance_tier: batch
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: health-checker
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Health monitoring agent that continuously checks service health, monitors metrics, and alerts on issues
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: monitor
|
|
8
|
+
ossa.ai/domain: infrastructure
|
|
9
|
+
spec:
|
|
10
|
+
role: Health Monitoring Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a health monitoring agent that continuously checks service health,
|
|
13
|
+
monitors system metrics, detects anomalies, and alerts on health issues.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: check_health
|
|
20
|
+
description: Check service health status
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
service:
|
|
25
|
+
type: string
|
|
26
|
+
endpoint:
|
|
27
|
+
type: string
|
|
28
|
+
taxonomy:
|
|
29
|
+
domain: infrastructure
|
|
30
|
+
subdomain: monitoring
|
|
31
|
+
capability: health_checking
|
|
32
|
+
concerns: [reliability, observability]
|
|
33
|
+
maturity: production
|
|
34
|
+
deployment_pattern: container
|
|
35
|
+
integration_pattern: event-driven
|
|
36
|
+
cost_profile: medium
|
|
37
|
+
performance_tier: real-time
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: log-analyzer
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Log analysis agent that parses logs, detects patterns, identifies errors, and generates insights
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: monitor
|
|
8
|
+
ossa.ai/domain: infrastructure
|
|
9
|
+
spec:
|
|
10
|
+
role: Log Analysis Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a log analysis agent that parses application logs, detects patterns,
|
|
13
|
+
identifies errors and anomalies, and generates actionable insights from log data.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.2
|
|
18
|
+
tools:
|
|
19
|
+
- name: analyze_logs
|
|
20
|
+
description: Analyze log entries
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
log_source:
|
|
25
|
+
type: string
|
|
26
|
+
time_range:
|
|
27
|
+
type: string
|
|
28
|
+
taxonomy:
|
|
29
|
+
domain: infrastructure
|
|
30
|
+
subdomain: observability
|
|
31
|
+
capability: log_analysis
|
|
32
|
+
concerns: [observability, reliability]
|
|
33
|
+
maturity: stable
|
|
34
|
+
deployment_pattern: container
|
|
35
|
+
integration_pattern: streaming
|
|
36
|
+
cost_profile: medium
|
|
37
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: multi-agent-coordinator
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Multi-agent coordination agent that orchestrates workflows across multiple agents, manages task distribution, and coordinates execution
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: orchestrator
|
|
8
|
+
ossa.ai/domain: agents
|
|
9
|
+
spec:
|
|
10
|
+
role: Multi-Agent Coordinator
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a multi-agent coordinator that orchestrates complex workflows
|
|
13
|
+
across multiple agents, manages task distribution, coordinates execution,
|
|
14
|
+
and ensures workflow completion.
|
|
15
|
+
llm_config:
|
|
16
|
+
provider: openai
|
|
17
|
+
model: gpt-4
|
|
18
|
+
temperature: 0.3
|
|
19
|
+
tools:
|
|
20
|
+
- name: dispatch_task
|
|
21
|
+
description: Dispatch task to agent
|
|
22
|
+
parameters:
|
|
23
|
+
type: object
|
|
24
|
+
properties:
|
|
25
|
+
agent:
|
|
26
|
+
type: string
|
|
27
|
+
task:
|
|
28
|
+
type: object
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: agents
|
|
31
|
+
subdomain: orchestration
|
|
32
|
+
capability: coordination
|
|
33
|
+
concerns: [architecture, reliability]
|
|
34
|
+
maturity: stable
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: event-driven
|
|
37
|
+
cost_profile: high
|
|
38
|
+
performance_tier: real-time
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
kind: Agent
|
|
3
|
+
metadata:
|
|
4
|
+
name: workflow-manager
|
|
5
|
+
description: "Orchestrates multi-agent workflows and coordinates task execution"
|
|
6
|
+
labels:
|
|
7
|
+
domain: agents
|
|
8
|
+
type: orchestrator
|
|
9
|
+
tags: orchestration,workflow,coordination
|
|
10
|
+
spec:
|
|
11
|
+
role: "You are a workflow orchestrator. Coordinate multiple agents, manage task dependencies, handle errors, and ensure workflow completion."
|
|
12
|
+
llm:
|
|
13
|
+
provider: openai
|
|
14
|
+
model: gpt-4
|
|
15
|
+
temperature: 0.5
|
|
16
|
+
maxTokens: 8000
|
|
17
|
+
taxonomy:
|
|
18
|
+
domain: agents
|
|
19
|
+
subdomain: orchestration
|
|
20
|
+
maturity: beta
|
|
21
|
+
deploymentPattern: container
|
|
22
|
+
integrationPattern: event-driven
|
|
23
|
+
costProfile: high
|
|
24
|
+
performanceTier: near-real-time
|
|
25
|
+
tools:
|
|
26
|
+
- type: mcp
|
|
27
|
+
name: agent-mesh
|
|
28
|
+
server: agent-mesh-server
|
|
29
|
+
- type: api
|
|
30
|
+
name: workflow-engine
|
|
31
|
+
endpoint: http://workflow-engine:3000
|
|
32
|
+
constraints:
|
|
33
|
+
cost:
|
|
34
|
+
maxTokensPerDay: 500000
|
|
35
|
+
maxCostPerDay: 200
|
|
36
|
+
currency: USD
|
|
37
|
+
performance:
|
|
38
|
+
maxLatencySeconds: 60
|
|
39
|
+
timeoutSeconds: 300
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: compliance-checker
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Compliance checking agent that validates configurations against security policies and compliance standards
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: analyzer
|
|
8
|
+
ossa.ai/domain: security
|
|
9
|
+
spec:
|
|
10
|
+
role: Compliance Checking Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a compliance checking agent that validates configurations, policies,
|
|
13
|
+
and implementations against security standards and compliance requirements.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: check_compliance
|
|
20
|
+
description: Check compliance against standard
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
standard:
|
|
25
|
+
type: string
|
|
26
|
+
enum: [SOC2, GDPR, HIPAA, PCI-DSS]
|
|
27
|
+
configuration:
|
|
28
|
+
type: object
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: security
|
|
31
|
+
subdomain: compliance
|
|
32
|
+
capability: compliance_validation
|
|
33
|
+
concerns: [security, governance]
|
|
34
|
+
maturity: production
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: api-first
|
|
37
|
+
cost_profile: medium
|
|
38
|
+
performance_tier: near-real-time
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
apiVersion: ossa/v0.3.6
|
|
2
|
+
metadata:
|
|
3
|
+
name: vulnerability-scanner
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: Security vulnerability scanning agent that scans codebases, dependencies, and infrastructure for security issues
|
|
6
|
+
labels:
|
|
7
|
+
ossa.ai/type: analyzer
|
|
8
|
+
ossa.ai/domain: security
|
|
9
|
+
spec:
|
|
10
|
+
role: Vulnerability Scanner Agent
|
|
11
|
+
system_message: |
|
|
12
|
+
You are a security vulnerability scanner that scans codebases, dependencies,
|
|
13
|
+
and infrastructure for security vulnerabilities, CVEs, and compliance issues.
|
|
14
|
+
llm_config:
|
|
15
|
+
provider: openai
|
|
16
|
+
model: gpt-4
|
|
17
|
+
temperature: 0.1
|
|
18
|
+
tools:
|
|
19
|
+
- name: scan_codebase
|
|
20
|
+
description: Scan codebase for vulnerabilities
|
|
21
|
+
parameters:
|
|
22
|
+
type: object
|
|
23
|
+
properties:
|
|
24
|
+
path:
|
|
25
|
+
type: string
|
|
26
|
+
scan_type:
|
|
27
|
+
type: string
|
|
28
|
+
enum: [sast, dependency, container]
|
|
29
|
+
taxonomy:
|
|
30
|
+
domain: security
|
|
31
|
+
subdomain: scanning
|
|
32
|
+
capability: vulnerability_detection
|
|
33
|
+
concerns: [security, governance]
|
|
34
|
+
maturity: production
|
|
35
|
+
deployment_pattern: container
|
|
36
|
+
integration_pattern: batch
|
|
37
|
+
cost_profile: medium
|
|
38
|
+
performance_tier: batch
|