@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
|
@@ -3,6 +3,84 @@
|
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "OSSA Identity Component",
|
|
5
5
|
"description": "Reusable identity block for OSSA agent instances",
|
|
6
|
+
"definitions": {
|
|
7
|
+
"CredentialSource": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"required": ["type", "ref"],
|
|
10
|
+
"properties": {
|
|
11
|
+
"type": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"enum": ["secretRef", "workloadIdentity", "external", "env"],
|
|
14
|
+
"description": "Type of credential source"
|
|
15
|
+
},
|
|
16
|
+
"ref": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "Reference string (e.g., secrets://scm/github/token)"
|
|
19
|
+
},
|
|
20
|
+
"format": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"enum": ["json", "text", "base64"],
|
|
23
|
+
"description": "Format hint for the secret value"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"additionalProperties": false
|
|
27
|
+
},
|
|
28
|
+
"Principal": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"required": ["category", "mode", "credentialSource", "policy"],
|
|
31
|
+
"properties": {
|
|
32
|
+
"category": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"enum": ["scm", "cloud", "database", "service"],
|
|
35
|
+
"description": "Abstract provider category"
|
|
36
|
+
},
|
|
37
|
+
"mode": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"enum": ["app", "service_account", "user", "workload_identity"],
|
|
40
|
+
"description": "Mode of operation"
|
|
41
|
+
},
|
|
42
|
+
"credentialSource": {
|
|
43
|
+
"$ref": "#/definitions/CredentialSource"
|
|
44
|
+
},
|
|
45
|
+
"policy": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"required": ["permissions"],
|
|
48
|
+
"properties": {
|
|
49
|
+
"permissions": {
|
|
50
|
+
"type": "array",
|
|
51
|
+
"items": { "type": "string" },
|
|
52
|
+
"description": "Abstract permission verbs"
|
|
53
|
+
},
|
|
54
|
+
"scope": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"resources": { "type": "array", "items": { "type": "string" } },
|
|
58
|
+
"paths": { "type": "array", "items": { "type": "string" } },
|
|
59
|
+
"namespaces": { "type": "array", "items": { "type": "string" } }
|
|
60
|
+
},
|
|
61
|
+
"additionalProperties": false
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"additionalProperties": false
|
|
65
|
+
},
|
|
66
|
+
"controls": {
|
|
67
|
+
"type": "object",
|
|
68
|
+
"properties": {
|
|
69
|
+
"rotationPolicy": {
|
|
70
|
+
"type": "object",
|
|
71
|
+
"properties": {
|
|
72
|
+
"type": { "type": "string", "enum": ["managed", "automatic", "manual"] },
|
|
73
|
+
"intervalDays": { "type": "integer" }
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"auditLogging": { "type": "boolean" },
|
|
77
|
+
"envBindings": { "type": "array", "items": { "type": "string" } }
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"additionalProperties": false
|
|
82
|
+
}
|
|
83
|
+
},
|
|
6
84
|
"type": "object",
|
|
7
85
|
"properties": {
|
|
8
86
|
"instance_id": {
|
|
@@ -220,8 +220,8 @@ npm run validate:v0.3.5:examples
|
|
|
220
220
|
By Q3 2026:
|
|
221
221
|
- **50+ agents** using v0.3.5 features
|
|
222
222
|
- **100% compatibility** with LangGraph, Temporal, n8n
|
|
223
|
-
- **
|
|
224
|
-
- **
|
|
223
|
+
- **Improved** agent autonomy rate through enhanced capabilities
|
|
224
|
+
- **Cost optimization** via MoE intelligent model selection
|
|
225
225
|
- **99% session recovery** success rate
|
|
226
226
|
|
|
227
227
|
---
|
|
@@ -0,0 +1,552 @@
|
|
|
1
|
+
# Migration Guide: OSSA v0.3.5 to v0.3.6
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
OSSA v0.3.6 introduces **token efficiency**, **composite identity**, **agent catalog**, and **knowledge graph** features while maintaining **100% backward compatibility** with v0.3.5.
|
|
6
|
+
|
|
7
|
+
**No breaking changes.** All v0.3.5 manifests work unchanged in v0.3.6.
|
|
8
|
+
|
|
9
|
+
## What's New in v0.3.6
|
|
10
|
+
|
|
11
|
+
### 1. Token Efficiency Framework (70-95% Cost Savings)
|
|
12
|
+
|
|
13
|
+
**Problem Solved:** Agent costs can be prohibitively high with large context windows, repeated system prompts, and uncontrolled tool outputs.
|
|
14
|
+
|
|
15
|
+
**Solution:** Declarative token optimization at multiple levels:
|
|
16
|
+
|
|
17
|
+
```yaml
|
|
18
|
+
apiVersion: ossa/v0.3.6
|
|
19
|
+
kind: Agent
|
|
20
|
+
metadata:
|
|
21
|
+
name: cost-optimized-agent
|
|
22
|
+
efficiency_tier: economy # NEW: premium | standard | economy | custom
|
|
23
|
+
|
|
24
|
+
spec:
|
|
25
|
+
token_efficiency: # NEW
|
|
26
|
+
enabled: true
|
|
27
|
+
|
|
28
|
+
# Context Management: 70% savings
|
|
29
|
+
context_management:
|
|
30
|
+
strategy: adaptive # conservative | balanced | aggressive | adaptive
|
|
31
|
+
pruning:
|
|
32
|
+
enabled: true
|
|
33
|
+
threshold: 0.3 # Relevance threshold
|
|
34
|
+
max_tokens: 50000
|
|
35
|
+
summarization:
|
|
36
|
+
enabled: true
|
|
37
|
+
strategy: semantic # simple | semantic | hierarchical
|
|
38
|
+
compression_ratio: 0.2 # 80% reduction
|
|
39
|
+
caching:
|
|
40
|
+
enabled: true
|
|
41
|
+
ttl: 3600 # seconds
|
|
42
|
+
|
|
43
|
+
# Prompt Caching: 90% savings on repeated context
|
|
44
|
+
prompt_caching:
|
|
45
|
+
enabled: true
|
|
46
|
+
provider: anthropic # anthropic | openai | custom
|
|
47
|
+
cacheable_prefixes:
|
|
48
|
+
- system_prompt
|
|
49
|
+
- guidelines
|
|
50
|
+
- examples
|
|
51
|
+
cache_ttl: 300
|
|
52
|
+
|
|
53
|
+
# Token Budgets: Hard limits
|
|
54
|
+
token_budget:
|
|
55
|
+
output_limit: 4096
|
|
56
|
+
total_limit: 50000
|
|
57
|
+
enforcement: hard # soft | hard | adaptive
|
|
58
|
+
|
|
59
|
+
# Tool Output Limits: Prevent massive outputs
|
|
60
|
+
tool_output_limits:
|
|
61
|
+
enabled: true
|
|
62
|
+
max_tokens_per_tool: 5000
|
|
63
|
+
truncation_strategy: smart # head | tail | middle | smart
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**Efficiency Tiers:**
|
|
67
|
+
- **premium**: No optimization (full quality)
|
|
68
|
+
- **standard**: Basic pruning (30% savings)
|
|
69
|
+
- **economy**: Aggressive optimization (95% savings)
|
|
70
|
+
- **custom**: Explicit configuration (above)
|
|
71
|
+
|
|
72
|
+
**Migration:** Add `efficiency_tier` to metadata or `token_efficiency` to spec. Default: no optimization (premium).
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
### 2. Composite Identity (GitLab Duo Pattern)
|
|
77
|
+
|
|
78
|
+
**Problem Solved:** Agent actions need to be attributed to both the service account (for permissions) and the human user (for audit/compliance).
|
|
79
|
+
|
|
80
|
+
**Solution:** Merge primary identity (bot) + secondary identity (human):
|
|
81
|
+
|
|
82
|
+
```yaml
|
|
83
|
+
spec:
|
|
84
|
+
identity:
|
|
85
|
+
composite: # NEW
|
|
86
|
+
enabled: true
|
|
87
|
+
|
|
88
|
+
primary_identity: # Service account
|
|
89
|
+
username: deployment-bot
|
|
90
|
+
email: deploy-bot@company.com
|
|
91
|
+
roles:
|
|
92
|
+
- developer
|
|
93
|
+
|
|
94
|
+
secondary_identity: # Human operator
|
|
95
|
+
user_id: $GITLAB_USER_ID
|
|
96
|
+
username: $GITLAB_USERNAME
|
|
97
|
+
email: $GITLAB_USER_EMAIL
|
|
98
|
+
|
|
99
|
+
merge_strategy: restrictive # restrictive | permissive | custom
|
|
100
|
+
|
|
101
|
+
permissions: # Explicit permissions
|
|
102
|
+
read:
|
|
103
|
+
- repositories
|
|
104
|
+
- deployments
|
|
105
|
+
write:
|
|
106
|
+
- deployments
|
|
107
|
+
execute:
|
|
108
|
+
- deploy-production
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
**Merge Strategies:**
|
|
112
|
+
- **restrictive**: Intersection (most secure)
|
|
113
|
+
- **permissive**: Union (most flexible)
|
|
114
|
+
- **custom**: Explicit permissions
|
|
115
|
+
|
|
116
|
+
**Migration:** Add `composite` to `spec.identity`. Default: disabled.
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
### 3. Agent Catalog Metadata
|
|
121
|
+
|
|
122
|
+
**Problem Solved:** No standard way to publish agents to catalogs (GitLab AI Catalog, GitHub Marketplace, etc.).
|
|
123
|
+
|
|
124
|
+
**Solution:** Catalog metadata in `metadata.catalog`:
|
|
125
|
+
|
|
126
|
+
```yaml
|
|
127
|
+
metadata:
|
|
128
|
+
catalog: # NEW
|
|
129
|
+
published: true
|
|
130
|
+
catalog_id: my-agent-pro
|
|
131
|
+
visibility: internal # public | private | internal
|
|
132
|
+
categories:
|
|
133
|
+
- code-quality
|
|
134
|
+
- security
|
|
135
|
+
tags:
|
|
136
|
+
- gitlab-duo
|
|
137
|
+
- token-efficiency
|
|
138
|
+
icon_url: https://example.com/icon.svg
|
|
139
|
+
documentation_url: https://docs.example.com/agent
|
|
140
|
+
pricing:
|
|
141
|
+
model: enterprise # free | freemium | paid | enterprise
|
|
142
|
+
cost_per_use: 0.10
|
|
143
|
+
subscription_monthly: 99
|
|
144
|
+
ratings:
|
|
145
|
+
average: 4.5
|
|
146
|
+
count: 42
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Migration:** Add `catalog` to metadata. Default: not published.
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
### 4. Knowledge Graph Efficiency (98% Token Reduction)
|
|
154
|
+
|
|
155
|
+
**Problem Solved:** Including full codebase in context consumes 500k+ tokens per request.
|
|
156
|
+
|
|
157
|
+
**Solution:** Structured code indexing via knowledge graphs:
|
|
158
|
+
|
|
159
|
+
```yaml
|
|
160
|
+
spec:
|
|
161
|
+
token_efficiency:
|
|
162
|
+
knowledge_graph: # NEW
|
|
163
|
+
enabled: true
|
|
164
|
+
provider: gitlab # gitlab | github | local | custom
|
|
165
|
+
mcp_server: gitlab-kg # MCP server name
|
|
166
|
+
index_types:
|
|
167
|
+
- files
|
|
168
|
+
- classes
|
|
169
|
+
- functions
|
|
170
|
+
- dependencies
|
|
171
|
+
query_capabilities:
|
|
172
|
+
- semantic_search
|
|
173
|
+
- dependency_traversal
|
|
174
|
+
- code_navigation
|
|
175
|
+
max_context_tokens: 10000 # vs 500k+ full codebase
|
|
176
|
+
indexing_strategy: selective # full | selective | on_demand
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
**Benefits:**
|
|
180
|
+
- **98% token reduction**: 10k tokens vs 500k for full codebase
|
|
181
|
+
- **No context limits**: Query graph instead of including files
|
|
182
|
+
- **Always current**: Selective re-indexing on changes
|
|
183
|
+
|
|
184
|
+
**Migration:** Add `knowledge_graph` to `token_efficiency`. Requires MCP server.
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## Examples
|
|
189
|
+
|
|
190
|
+
### Example 1: Add Token Efficiency to Existing Agent
|
|
191
|
+
|
|
192
|
+
**Before (v0.3.5):**
|
|
193
|
+
```yaml
|
|
194
|
+
apiVersion: ossa/v0.3.5
|
|
195
|
+
kind: Agent
|
|
196
|
+
metadata:
|
|
197
|
+
name: code-reviewer
|
|
198
|
+
spec:
|
|
199
|
+
role: "Code review agent"
|
|
200
|
+
llm:
|
|
201
|
+
provider: anthropic
|
|
202
|
+
model: claude-opus-4
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**After (v0.3.6):**
|
|
206
|
+
```yaml
|
|
207
|
+
apiVersion: ossa/v0.3.6
|
|
208
|
+
kind: Agent
|
|
209
|
+
metadata:
|
|
210
|
+
name: code-reviewer
|
|
211
|
+
efficiency_tier: economy # Add this line for 95% savings
|
|
212
|
+
spec:
|
|
213
|
+
role: "Code review agent"
|
|
214
|
+
llm:
|
|
215
|
+
provider: anthropic
|
|
216
|
+
model: claude-opus-4
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
That's it! One line for 95% cost reduction.
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
### Example 2: Add Composite Identity
|
|
224
|
+
|
|
225
|
+
**Before (v0.3.5):**
|
|
226
|
+
```yaml
|
|
227
|
+
spec:
|
|
228
|
+
identity:
|
|
229
|
+
provider: gitlab
|
|
230
|
+
authentication:
|
|
231
|
+
method: oauth2
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
**After (v0.3.6):**
|
|
235
|
+
```yaml
|
|
236
|
+
spec:
|
|
237
|
+
identity:
|
|
238
|
+
provider: gitlab
|
|
239
|
+
composite: # Add composite identity
|
|
240
|
+
enabled: true
|
|
241
|
+
primary_identity:
|
|
242
|
+
username: deploy-bot
|
|
243
|
+
email: deploy-bot@company.com
|
|
244
|
+
secondary_identity:
|
|
245
|
+
user_id: $GITLAB_USER_ID
|
|
246
|
+
username: $GITLAB_USERNAME
|
|
247
|
+
email: $GITLAB_USER_EMAIL
|
|
248
|
+
merge_strategy: restrictive
|
|
249
|
+
authentication:
|
|
250
|
+
method: oauth2
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
### Example 3: Publish to Catalog
|
|
256
|
+
|
|
257
|
+
**Before (v0.3.5):**
|
|
258
|
+
```yaml
|
|
259
|
+
metadata:
|
|
260
|
+
name: my-agent
|
|
261
|
+
version: 1.0.0
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
**After (v0.3.6):**
|
|
265
|
+
```yaml
|
|
266
|
+
metadata:
|
|
267
|
+
name: my-agent
|
|
268
|
+
version: 1.0.0
|
|
269
|
+
catalog: # Add catalog metadata
|
|
270
|
+
published: true
|
|
271
|
+
visibility: public
|
|
272
|
+
categories:
|
|
273
|
+
- automation
|
|
274
|
+
pricing:
|
|
275
|
+
model: free
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
---
|
|
279
|
+
|
|
280
|
+
## Backward Compatibility
|
|
281
|
+
|
|
282
|
+
**100% backward compatible.** All new features are:
|
|
283
|
+
1. **Optional**: Default behavior unchanged
|
|
284
|
+
2. **Additive**: No fields removed or renamed
|
|
285
|
+
3. **Non-breaking**: v0.3.5 manifests work unchanged
|
|
286
|
+
|
|
287
|
+
**Validation:** v0.3.5 manifests validate against v0.3.6 schema.
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
## Schema Changes
|
|
292
|
+
|
|
293
|
+
### Schema File Naming
|
|
294
|
+
|
|
295
|
+
**Changed:** Schema files now use version-specific names for website compatibility:
|
|
296
|
+
- ❌ Old: `ossa-agent.schema.json` (version-agnostic)
|
|
297
|
+
- ✅ New: `ossa-0.3.6.schema.json` (version-specific)
|
|
298
|
+
|
|
299
|
+
**Impact:** None for users. Website validator expects version-specific names.
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
## Cost Impact Analysis
|
|
304
|
+
|
|
305
|
+
### Typical Agent (Before v0.3.6)
|
|
306
|
+
- Context: 500k tokens per request
|
|
307
|
+
- No caching: Full context every time
|
|
308
|
+
- No limits: Unpredictable tool outputs
|
|
309
|
+
- **Cost**: $15/request (1000 requests/day = $15,000/day)
|
|
310
|
+
|
|
311
|
+
### Same Agent (After v0.3.6 - Economy Tier)
|
|
312
|
+
- Context: 50k tokens (pruned)
|
|
313
|
+
- Prompt caching: 90% savings on repeated
|
|
314
|
+
- Knowledge graph: 10k tokens vs 500k
|
|
315
|
+
- Tool limits: Predictable outputs
|
|
316
|
+
- **Cost**: $0.75/request (1000 requests/day = $750/day)
|
|
317
|
+
|
|
318
|
+
**Savings:** $5,201,250/year (95% reduction)
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
## Adoption Recommendations
|
|
323
|
+
|
|
324
|
+
### Start Simple: Efficiency Tier
|
|
325
|
+
|
|
326
|
+
**Lowest friction, highest impact:**
|
|
327
|
+
```yaml
|
|
328
|
+
metadata:
|
|
329
|
+
efficiency_tier: standard # 30% savings, minimal risk
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
Then iterate to `economy` after testing.
|
|
333
|
+
|
|
334
|
+
### Add Composite Identity for Compliance
|
|
335
|
+
|
|
336
|
+
**If you need audit trails:**
|
|
337
|
+
```yaml
|
|
338
|
+
spec:
|
|
339
|
+
identity:
|
|
340
|
+
composite:
|
|
341
|
+
enabled: true
|
|
342
|
+
merge_strategy: restrictive
|
|
343
|
+
# ... rest of config
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
### Publish to Catalog When Ready
|
|
347
|
+
|
|
348
|
+
**After agent is stable:**
|
|
349
|
+
```yaml
|
|
350
|
+
metadata:
|
|
351
|
+
catalog:
|
|
352
|
+
published: true
|
|
353
|
+
visibility: internal # Start internal
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
---
|
|
357
|
+
|
|
358
|
+
## Testing Your Migration
|
|
359
|
+
|
|
360
|
+
```bash
|
|
361
|
+
# 1. Validate your v0.3.5 manifest still works
|
|
362
|
+
npm run validate:manifest -- your-agent.ossa.yaml
|
|
363
|
+
|
|
364
|
+
# 2. Update apiVersion
|
|
365
|
+
sed -i 's/ossa\/v0.3.5/ossa\/v0.3.6/' your-agent.ossa.yaml
|
|
366
|
+
|
|
367
|
+
# 3. Add efficiency tier (optional)
|
|
368
|
+
# Add: metadata.efficiency_tier: standard
|
|
369
|
+
|
|
370
|
+
# 4. Validate v0.3.6 manifest
|
|
371
|
+
npm run validate:manifest -- your-agent.ossa.yaml
|
|
372
|
+
|
|
373
|
+
# 5. Test with your runtime
|
|
374
|
+
# Deploy to staging environment first
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
## Revolutionary Features (v0.3.6 Extended)
|
|
380
|
+
|
|
381
|
+
v0.3.6 also introduces **revolutionary features** for advanced agent ecosystems:
|
|
382
|
+
|
|
383
|
+
### 1. Decentralized Identity (`decentralized_identity`)
|
|
384
|
+
|
|
385
|
+
DID-based identity with W3C Verifiable Credentials:
|
|
386
|
+
|
|
387
|
+
```yaml
|
|
388
|
+
metadata:
|
|
389
|
+
decentralized_identity:
|
|
390
|
+
did: did:ossa:a1b2c3d4e5f6789012345678901234567890abcd
|
|
391
|
+
public_key: ed25519:9a8b7c6d5e4f3210abcdef...
|
|
392
|
+
credentials:
|
|
393
|
+
- '@context': ['https://www.w3.org/2018/credentials/v1']
|
|
394
|
+
type: ['VerifiableCredential', 'CodeReviewCapability']
|
|
395
|
+
credentialSubject:
|
|
396
|
+
id: did:ossa:a1b2c3d4e5f6789012345678901234567890abcd
|
|
397
|
+
capability: code_review
|
|
398
|
+
issuer: did:ossa:authority123456789
|
|
399
|
+
issuanceDate: '2026-01-15T10:00:00Z'
|
|
400
|
+
proof: { ... }
|
|
401
|
+
reputation:
|
|
402
|
+
credit_score: 850 # 0-1000
|
|
403
|
+
trust_network: [...]
|
|
404
|
+
endorsements: [...]
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
**Use When:** Building trust networks, reputation systems, or agent marketplaces.
|
|
408
|
+
|
|
409
|
+
### 2. Agent Genetics (`genetics`)
|
|
410
|
+
|
|
411
|
+
Breeding and evolution with lineage tracking:
|
|
412
|
+
|
|
413
|
+
```yaml
|
|
414
|
+
metadata:
|
|
415
|
+
genetics:
|
|
416
|
+
generation: 3
|
|
417
|
+
parent_dids:
|
|
418
|
+
- did:ossa:parent1-fast-reviewer
|
|
419
|
+
- did:ossa:parent2-accurate-reviewer
|
|
420
|
+
inherited_traits:
|
|
421
|
+
- trait_name: fast_analysis
|
|
422
|
+
source_parent: did:ossa:parent1-fast-reviewer
|
|
423
|
+
expression: 0.9
|
|
424
|
+
mutations: [...]
|
|
425
|
+
fitness:
|
|
426
|
+
score: 0.92
|
|
427
|
+
metrics:
|
|
428
|
+
speed: 0.95
|
|
429
|
+
accuracy: 0.90
|
|
430
|
+
breeding_eligibility:
|
|
431
|
+
eligible: true
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
**Use When:** Optimizing agent performance through selective breeding.
|
|
435
|
+
|
|
436
|
+
### 3. Lifecycle Stages (`lifecycle_stages`)
|
|
437
|
+
|
|
438
|
+
Birth through retirement with legacy preservation:
|
|
439
|
+
|
|
440
|
+
```yaml
|
|
441
|
+
metadata:
|
|
442
|
+
lifecycle_stages:
|
|
443
|
+
current_stage: mature # embryonic|juvenile|mature|senior|retired
|
|
444
|
+
birth:
|
|
445
|
+
timestamp: '2026-01-10T08:00:00Z'
|
|
446
|
+
birth_type: bred # created|bred|cloned|forked
|
|
447
|
+
growth:
|
|
448
|
+
tasks_completed: 2847
|
|
449
|
+
skills_acquired: [...]
|
|
450
|
+
mentors: [...]
|
|
451
|
+
career:
|
|
452
|
+
current_role: senior_code_reviewer
|
|
453
|
+
promotions: [...]
|
|
454
|
+
retirement:
|
|
455
|
+
eligible: false
|
|
456
|
+
criteria: { ... }
|
|
457
|
+
legacy: { ... }
|
|
458
|
+
```
|
|
459
|
+
|
|
460
|
+
**Use When:** Managing agent development and graceful retirement.
|
|
461
|
+
|
|
462
|
+
### 4. Agent Economics (`economics`)
|
|
463
|
+
|
|
464
|
+
Marketplace, wallets, and smart contracts:
|
|
465
|
+
|
|
466
|
+
```yaml
|
|
467
|
+
metadata:
|
|
468
|
+
economics:
|
|
469
|
+
wallet:
|
|
470
|
+
balance: 12450.50
|
|
471
|
+
currency: task-tokens
|
|
472
|
+
marketplace:
|
|
473
|
+
offerings:
|
|
474
|
+
- offering_id: data-analysis-basic
|
|
475
|
+
capability: data_analysis
|
|
476
|
+
pricing_model: per-task
|
|
477
|
+
price: 5.00
|
|
478
|
+
bids: [...]
|
|
479
|
+
contracts: [...]
|
|
480
|
+
transaction_history: [...]
|
|
481
|
+
```
|
|
482
|
+
|
|
483
|
+
**Use When:** Building agent marketplaces or resource allocation systems.
|
|
484
|
+
|
|
485
|
+
### 5. Team Membership (`team_membership`)
|
|
486
|
+
|
|
487
|
+
Multi-agent collaboration:
|
|
488
|
+
|
|
489
|
+
```yaml
|
|
490
|
+
metadata:
|
|
491
|
+
team_membership:
|
|
492
|
+
team_id: ossa-marketplace-analytics-guild
|
|
493
|
+
role: member # leader|member|contributor|observer
|
|
494
|
+
responsibilities: [...]
|
|
495
|
+
joined_at: '2025-12-01T00:00:00Z'
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
**Use When:** Organizing agents into teams, guilds, or communities.
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
## Migration Checklist
|
|
503
|
+
|
|
504
|
+
### Core Features
|
|
505
|
+
- [ ] Read this migration guide
|
|
506
|
+
- [ ] Update `apiVersion: ossa/v0.3.6`
|
|
507
|
+
- [ ] Validate manifest with new schema
|
|
508
|
+
- [ ] Test in staging environment
|
|
509
|
+
- [ ] Consider adding `efficiency_tier` for cost savings
|
|
510
|
+
- [ ] Add `composite` identity if needed for compliance
|
|
511
|
+
- [ ] Add `catalog` metadata if publishing
|
|
512
|
+
- [ ] Monitor token usage and costs
|
|
513
|
+
- [ ] Deploy to production
|
|
514
|
+
|
|
515
|
+
### Revolutionary Features (Optional)
|
|
516
|
+
- [ ] Add `decentralized_identity` for trust/reputation
|
|
517
|
+
- [ ] Add `genetics` for breeding/evolution
|
|
518
|
+
- [ ] Add `lifecycle_stages` for growth tracking
|
|
519
|
+
- [ ] Add `economics` for marketplace participation
|
|
520
|
+
- [ ] Add `team_membership` for collaboration
|
|
521
|
+
|
|
522
|
+
---
|
|
523
|
+
|
|
524
|
+
## Support
|
|
525
|
+
|
|
526
|
+
- **Examples**: `examples/v0.3.6/` directory
|
|
527
|
+
- **Schema**: `spec/v0.3/ossa-0.3.6.schema.json`
|
|
528
|
+
- **Issues**: https://gitlab.com/blueflyio/openstandardagents/-/issues
|
|
529
|
+
|
|
530
|
+
---
|
|
531
|
+
|
|
532
|
+
## Summary
|
|
533
|
+
|
|
534
|
+
v0.3.6 is a **pure additive release** focused on:
|
|
535
|
+
1. **Cost optimization** (70-95% savings)
|
|
536
|
+
2. **Enterprise compliance** (composite identity)
|
|
537
|
+
3. **Discoverability** (agent catalog)
|
|
538
|
+
4. **Efficiency** (knowledge graphs)
|
|
539
|
+
5. **Revolutionary features** (DID identity, genetics, lifecycle, economics, teams)
|
|
540
|
+
|
|
541
|
+
**Zero breaking changes.** All v0.3.5 agents work unchanged.
|
|
542
|
+
|
|
543
|
+
**Upgrade path:** Update apiVersion, optionally add new features.
|
|
544
|
+
|
|
545
|
+
**Recommended:**
|
|
546
|
+
- **Immediate:** Start with `efficiency_tier: standard` for 30% cost savings
|
|
547
|
+
- **Advanced:** Explore revolutionary features for agent ecosystems
|
|
548
|
+
|
|
549
|
+
**Documentation:**
|
|
550
|
+
- Core features: This guide
|
|
551
|
+
- Revolutionary features: `docs/v0.3.6-features.md`
|
|
552
|
+
- Examples: `examples/genetics/`, `examples/economics/`, `examples/lifecycle/`, `examples/swarm/`
|
package/dist/spec/v0.3/README.md
CHANGED
|
@@ -75,7 +75,7 @@ experts:
|
|
|
75
75
|
selection_strategy: agent_controlled
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
**Impact**:
|
|
78
|
+
**Impact**: Intelligent expert selection optimizes costs and improves task quality.
|
|
79
79
|
|
|
80
80
|
---
|
|
81
81
|
|
|
@@ -337,7 +337,7 @@ By Q3 2026:
|
|
|
337
337
|
- **50+ agents** using v0.3.5 features
|
|
338
338
|
- **100% compatibility** with LangGraph, Temporal, n8n
|
|
339
339
|
- **30% improvement** in agent autonomy rate
|
|
340
|
-
- **
|
|
340
|
+
- **Cost optimization** via MoE intelligent model selection
|
|
341
341
|
- **99% session recovery** success rate
|
|
342
342
|
|
|
343
343
|
---
|