@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,171 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to OSSA will be documented in this file.
|
|
3
|
+
|
|
4
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
5
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
## [0.3.6] - 2026-01-23
|
|
8
|
+
### Added
|
|
9
|
+
- **Token Efficiency Framework**: Comprehensive cost optimization with significant token savings
|
|
10
|
+
- Context Management: Semantic pruning, summarization, and caching strategies
|
|
11
|
+
- Prompt Caching: Provider-specific caching (Anthropic, OpenAI) with 90% savings on repeated context
|
|
12
|
+
- Token Budgets: Hard limits with soft/hard/adaptive enforcement
|
|
13
|
+
- Tool Output Limits: Prevent excessive tool outputs with smart truncation
|
|
14
|
+
- Knowledge Graph Efficiency: Significant token reduction through structured code indexing
|
|
15
|
+
- Checkpoint Compression: Delta-based state compression for long-running agents
|
|
16
|
+
- **Composite Identity Support**: GitLab Duo-inspired identity merging (vendor-neutral)
|
|
17
|
+
- Primary identity (service account) + secondary identity (human user)
|
|
18
|
+
- Merge strategies: restrictive (intersection), permissive (union), custom
|
|
19
|
+
- Full attribution and audit trail for compliance
|
|
20
|
+
- Explicit permission management (read, write, execute)
|
|
21
|
+
- **Agent Catalog Metadata**: Discovery and publication support
|
|
22
|
+
- Visibility controls: public, private, internal
|
|
23
|
+
- Categories, tags, and search metadata
|
|
24
|
+
- Pricing models: free, freemium, paid, enterprise
|
|
25
|
+
- Ratings and documentation links
|
|
26
|
+
- **Efficiency Tier System**: Declarative optimization levels
|
|
27
|
+
- Premium: No optimization (full quality)
|
|
28
|
+
- Standard: Basic pruning (moderate savings)
|
|
29
|
+
- Economy: Aggressive optimization (maximum savings)
|
|
30
|
+
- Custom: Explicit configuration
|
|
31
|
+
- **Knowledge Graph Integration**: MCP-based codebase understanding
|
|
32
|
+
- Provider-agnostic (GitLab, GitHub, local, custom)
|
|
33
|
+
- Index types: files, classes, functions, dependencies, relationships
|
|
34
|
+
- Query capabilities: semantic search, dependency traversal, code navigation
|
|
35
|
+
- Significant token reduction vs full codebase inclusion
|
|
36
|
+
- **Version-Specific Schema Naming**: Schema files now use version-specific names (ossa-{version}.schema.json)
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
- **Schema Naming Convention**: Changed from `ossa-agent.schema.json` to `ossa-0.3.6.schema.json` for website compatibility
|
|
40
|
+
- **Specification**: Updated to v0.3.6 with token efficiency and enterprise features
|
|
41
|
+
- **Package Version**: Bumped to 0.3.6 in package.json and .version.json
|
|
42
|
+
- **Backward Compatibility**: All v0.3.5 agents work with v0.3.6 runtime (100% backward compatible)
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
- **Website Integration**: Ensured schema naming matches website validator expectations
|
|
46
|
+
- **Example Validation**: Fixed YAML formatting issues in examples (removed document separators, fixed numeric formats)
|
|
47
|
+
|
|
48
|
+
## [0.3.5] - 2026-01-15
|
|
49
|
+
### Added
|
|
50
|
+
- **Completion Signals**: Standardized agent termination conditions enabling intelligent workflow orchestration
|
|
51
|
+
- **Session Checkpointing**: Resilient, resumable agent state for long-running tasks and cost optimization
|
|
52
|
+
- **Mixture of Experts (MoE)**: Agent-controlled expert model selection for intelligent routing and cost optimization
|
|
53
|
+
- **BAT Framework**: Best Available Technology selection with multi-dimensional criteria
|
|
54
|
+
- **MOE Metrics**: Measure of Effectiveness framework with primary, secondary, and operational categories
|
|
55
|
+
- **Flow-Based Orchestration**: Native Flow kind support with state machines and transitions (100% compatibility with LangGraph, Temporal, n8n)
|
|
56
|
+
- **Dynamic Capability Discovery**: Runtime-adaptive capabilities with automatic refresh
|
|
57
|
+
- **Feedback & Learning Loops**: Continuous improvement with native feedback tools and learning strategies
|
|
58
|
+
- **Infrastructure Substrate**: Infrastructure as agent-addressable resources for infrastructure-aware deployment
|
|
59
|
+
- **Enhanced A2A Protocol**: Production-ready agent-to-agent communication with completion signals and checkpoint sync
|
|
60
|
+
|
|
61
|
+
### Changed
|
|
62
|
+
- **Specification**: Updated to v0.3.5 - The OpenAPI for Software Agents
|
|
63
|
+
- **Enterprise Focus**: Refocused all documentation on enterprise adoption and business value
|
|
64
|
+
- **README**: Complete rewrite emphasizing vendor neutrality, cost optimization, and production reliability
|
|
65
|
+
- **Documentation**: Updated all docs (README, llms.txt, CONTRIBUTING) to remove GitLab references, focus on GitHub (public mirror)
|
|
66
|
+
- **Backward Compatibility**: All v0.3.4 agents work with v0.3.5 runtime (100% backward compatible)
|
|
67
|
+
- **Migration Guide**: Complete migration guide available in `spec/v0.3/MIGRATION-v0.3.4-to-v0.3.5.md`
|
|
68
|
+
|
|
69
|
+
### Fixed
|
|
70
|
+
- **ESLint Configuration**: Fixed 2195 lint errors by disabling problematic rule and excluding test files from type-checking
|
|
71
|
+
- **OpenTelemetry Dependencies**: Added missing dependencies and removed unnecessary @ts-expect-error directives
|
|
72
|
+
- **Build Errors**: Fixed TypeScript compilation errors
|
|
73
|
+
- **Version Sync**: Updated package.json and .version.json to 0.3.5
|
|
74
|
+
|
|
75
|
+
## [0.3.4] - 2026-01-13
|
|
76
|
+
### Added
|
|
77
|
+
- **BAT (Browser Automation Testing)**: E2E testing, visual regression, performance testing configuration
|
|
78
|
+
- **MOE (Model Output Evaluation)**: Output validation, quality scoring, auto-correction, context enrichment
|
|
79
|
+
- **Dynamic Version Detection**: Version now derived from git tags (not static .version.json)
|
|
80
|
+
- **Browser Automation Tool Type**: Added `browser-automation` tool type for Playwright/Selenium/Cypress
|
|
81
|
+
- **Testing Capabilities**: Added testing, browser_automation, output_evaluation capability types to taxonomy
|
|
82
|
+
- **AG2 Swarm Topology Support**: Comprehensive swarm topology patterns for multi-agent orchestration
|
|
83
|
+
- Sequential, fan-out, fan-in, hierarchical, mesh, hub-and-spoke, pipeline, and dynamic topologies
|
|
84
|
+
- Speaker selection strategies and transition rules
|
|
85
|
+
- Termination conditions and orchestration modes
|
|
86
|
+
- **AG2 Group Chat Extension**: Multi-agent group chat configuration schemas
|
|
87
|
+
- Round-robin, auto, manual, and random speaker selection
|
|
88
|
+
- Conversation termination conditions
|
|
89
|
+
- Message history management
|
|
90
|
+
- Context variables and shared state
|
|
91
|
+
- **AG2 Nested Chat Support**: Hierarchical conversation patterns
|
|
92
|
+
- Trigger conditions for nested conversations
|
|
93
|
+
- Context propagation strategies (full, summary, selective)
|
|
94
|
+
- Result aggregation modes
|
|
95
|
+
- Carryover configuration for context transfer
|
|
96
|
+
- **Human-in-the-Loop Protocols**:
|
|
97
|
+
- Intervention points schema defining when human authorization is required
|
|
98
|
+
- Human input modes (ALWAYS, NEVER, TERMINATE)
|
|
99
|
+
- Multi-step approval workflows with escalation policies
|
|
100
|
+
- Notification channels and timeout handling
|
|
101
|
+
- **Agent-to-Agent Interoperability**:
|
|
102
|
+
- Service discovery with health checks and registry integration
|
|
103
|
+
- Handoff protocol for task delegation between agents
|
|
104
|
+
- Capability advertisement for agent discovery
|
|
105
|
+
- Load balancing and capability matching
|
|
106
|
+
- **State Management & Memory Portability**:
|
|
107
|
+
- Context serialization for save/restore operations
|
|
108
|
+
- Memory portability between runtimes (working, long-term, episodic, semantic, procedural)
|
|
109
|
+
- Teachability configuration for agent learning
|
|
110
|
+
- Vector store support for semantic search
|
|
111
|
+
- **New Top-level Schema Properties**:
|
|
112
|
+
- `orchestration`: Swarm topology and group chat configuration
|
|
113
|
+
- `hitl`: Human-in-the-loop configuration
|
|
114
|
+
- `a2a`: Agent-to-agent interoperability
|
|
115
|
+
- `state_management`: Context and memory configuration
|
|
116
|
+
- **Example Manifests**: Three complete AG2 integration examples
|
|
117
|
+
- Hierarchical software development swarm
|
|
118
|
+
- Group chat research team
|
|
119
|
+
- Fan-out data processing pipeline
|
|
120
|
+
|
|
121
|
+
### Changed
|
|
122
|
+
- **Version Management**: `.version.json` is now DEPRECATED - version comes from git tags dynamically
|
|
123
|
+
- **Version Services**: All version services now use `VersionDetectionService` to read from git tags
|
|
124
|
+
- Updated main schema to v0.3.4 with AG2 integration support
|
|
125
|
+
- Updated package.json exports to include all new AG2 schemas
|
|
126
|
+
|
|
127
|
+
### Fixed
|
|
128
|
+
- Fixed test validation for platform extensions
|
|
129
|
+
- Fixed cross-platform compatibility validation
|
|
130
|
+
|
|
131
|
+
## [0.3.3] - 2025-01-11
|
|
132
|
+
### Added
|
|
133
|
+
- **Skills Compatibility Extension**: New extension for cross-platform agent skill compatibility
|
|
134
|
+
- **llms.txt Extension**: Full support for llmstxt.org standard with bidirectional sync
|
|
135
|
+
- **AGENTS.md Extension**: Complete agents.md integration with OpenAI agents.md format
|
|
136
|
+
- **Migration System Fix**: Fixed version placeholder handling in migration detection
|
|
137
|
+
- **OpenAPI Compliance**: All CLI commands now defined in OpenAPI specifications
|
|
138
|
+
- **Zod Validation**: Complete runtime validation with Zod schemas
|
|
139
|
+
- **CRUD Operations**: Full Create/Read/Update/Delete for all resources
|
|
140
|
+
- **TypeScript SDK**: Rebuilt SDK following SOLID, DRY, Zod, OpenAPI principles
|
|
141
|
+
- **Extension Development Tools**: TypeScript-based extension team management
|
|
142
|
+
|
|
143
|
+
### Changed
|
|
144
|
+
- Migrated all shell scripts to TypeScript (project compliance)
|
|
145
|
+
- Reorganized SDK structure into src/sdks/
|
|
146
|
+
- Enhanced version management with proper placeholder handling
|
|
147
|
+
- Improved error messages and validation feedback
|
|
148
|
+
- CI/CD: Install git before using git commands in sync:auto
|
|
149
|
+
- CI/CD: Remove all release jobs, auto-deploy pages on main
|
|
150
|
+
- CI/CD: Update OSSA_VERSION to 0.3.3 on main
|
|
151
|
+
- CI/CD: Update versions.json to 0.3.3 on main
|
|
152
|
+
- CI/CD: Add rebase before push in sync:auto job to handle concurrent commits
|
|
153
|
+
- CI/CD: Allow changelog:generate to fail until push token configured
|
|
154
|
+
- CI/CD: Only run changelog:generate on release branches
|
|
155
|
+
- CI/CD: Auto-deploy pages on main instead of manual
|
|
156
|
+
- CI/CD: Remove resource_group for auto pages deploy
|
|
157
|
+
- CI/CD: Remove environment block from pages job
|
|
158
|
+
- CI/CD: Add missing documentation files from framework website
|
|
159
|
+
- CI/CD: Add all automation documentation files from framework website
|
|
160
|
+
- CI/CD: Sync main into release/v0.3.x for clean deploy
|
|
161
|
+
|
|
162
|
+
### Fixed
|
|
163
|
+
- Fixed migration detection breaking when package.json contains 0.3.4 placeholder
|
|
164
|
+
- Fixed version comparison logic to handle template placeholders correctly
|
|
165
|
+
- Removed all shell scripts, replaced with TypeScript implementations
|
|
166
|
+
- Fixed CI/CD configuration for proper Docker image usage
|
|
167
|
+
- Fixed hardcoded version detection and validation
|
|
168
|
+
|
|
169
|
+
[0.3.5]: https://github.com/blueflyio/openstandardagents/compare/v0.3.4...v0.3.5
|
|
170
|
+
[0.3.4]: https://github.com/blueflyio/openstandardagents/compare/v0.3.3...v0.3.4
|
|
171
|
+
[0.3.3]: https://github.com/blueflyio/openstandardagents/releases/tag/v0.3.3
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
# Open Standard for Software Agents (OSSA)
|
|
2
|
+
|
|
3
|
+
> **The OpenAPI for Software Agents** - An open specification for production-ready AI agent systems
|
|
4
|
+
|
|
5
|
+
> **Built for Enterprise Adoption**: OSSA enables companies to build, deploy, and manage AI agents with vendor neutrality, production-grade reliability, and enterprise compliance built-in.
|
|
6
|
+
|
|
7
|
+
> **v0.3.5 Released**: 10 major features including Completion Signals, Checkpointing, MoE, Flow Orchestration, and more. [See what's new →](spec/v0.3/README.md)
|
|
8
|
+
|
|
9
|
+
> **For Developers**: See [AGENTS.md](AGENTS.md) for setup and development guidelines. See [llms.txt](llms.txt) for LLM-friendly project overview.
|
|
10
|
+
|
|
11
|
+
[](https://www.npmjs.com/package/@bluefly/openstandardagents)
|
|
12
|
+
[](LICENSE)
|
|
13
|
+
[](https://github.com/blueflyio/openstandardagents/actions)
|
|
14
|
+
|
|
15
|
+
## Why Companies Choose OSSA
|
|
16
|
+
|
|
17
|
+
**OSSA is an emerging open standard for production AI agent systems** - designed for companies building enterprise-grade agent infrastructure.
|
|
18
|
+
|
|
19
|
+
### Business Value
|
|
20
|
+
|
|
21
|
+
- **Vendor Lock-In Elimination** - Switch AI providers (OpenAI, Anthropic, Google) without code changes
|
|
22
|
+
- **Cost Optimization** - Designed to reduce LLM costs via intelligent expert selection (MoE)
|
|
23
|
+
- **Production Reliability** - Improved session recovery with checkpointing and fault tolerance
|
|
24
|
+
- **Enterprise Compliance** - Built-in support for SOC2, HIPAA, GDPR, FedRAMP requirements
|
|
25
|
+
- **Future-Proof Architecture** - Write once, deploy anywhere as AI landscape evolves
|
|
26
|
+
- **Risk Mitigation** - Standardized contracts reduce vendor dependency and technical debt
|
|
27
|
+
|
|
28
|
+
### Enterprise Features
|
|
29
|
+
|
|
30
|
+
- **Vendor-Neutral Contracts** - Works with OpenAI, Anthropic, Google, Azure, AWS, and more
|
|
31
|
+
- **Production-Grade Reliability** - Checkpointing, completion signals, fault tolerance
|
|
32
|
+
- **Enterprise Security** - Built-in access control, audit logging, compliance badges
|
|
33
|
+
- **Observability & Monitoring** - OpenTelemetry, LangSmith, Phoenix, Langfuse integration
|
|
34
|
+
- **Kubernetes-Native** - GitOps-ready, cloud-agnostic deployment
|
|
35
|
+
- **Framework Agnostic** - Works with LangChain, LangFlow, CrewAI, AutoGen, Temporal, n8n
|
|
36
|
+
- **Type-Safe TypeScript SDK** - Full validation and IntelliSense support (Python SDK planned)
|
|
37
|
+
|
|
38
|
+
### What is OSSA?
|
|
39
|
+
|
|
40
|
+
OSSA is a **specification standard** (like OpenAPI for REST APIs) that defines contracts and metadata for production agent systems. It's not a framework - it's the standard that frameworks and platforms adopt.
|
|
41
|
+
|
|
42
|
+
**Key Differentiators:**
|
|
43
|
+
- **The OpenAPI for Agents** - Open specification standard for agent systems
|
|
44
|
+
- **100% Backward Compatible** - Upgrade without breaking changes
|
|
45
|
+
- **Production-Ready** - Built for enterprise scale and reliability
|
|
46
|
+
- **Open Source** - Apache 2.0 licensed, community-driven
|
|
47
|
+
|
|
48
|
+
## Quick Start
|
|
49
|
+
|
|
50
|
+
### Install
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
npm install @bluefly/openstandardagents
|
|
54
|
+
# or
|
|
55
|
+
pnpm add @bluefly/openstandardagents
|
|
56
|
+
# or
|
|
57
|
+
yarn add @bluefly/openstandardagents
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Create Your First Agent
|
|
61
|
+
|
|
62
|
+
```yaml
|
|
63
|
+
# my-agent.ossa.yaml
|
|
64
|
+
apiVersion: ossa/v0.3.5
|
|
65
|
+
kind: Agent
|
|
66
|
+
metadata:
|
|
67
|
+
name: my-first-agent
|
|
68
|
+
version: 1.0.0
|
|
69
|
+
spec:
|
|
70
|
+
role: "A helpful assistant that answers questions"
|
|
71
|
+
runtime:
|
|
72
|
+
type: node
|
|
73
|
+
image: node:20-alpine
|
|
74
|
+
capabilities:
|
|
75
|
+
- type: text-generation
|
|
76
|
+
provider: openai
|
|
77
|
+
model: gpt-4
|
|
78
|
+
triggers:
|
|
79
|
+
- type: webhook
|
|
80
|
+
endpoint: /chat
|
|
81
|
+
completion:
|
|
82
|
+
default_signal: complete
|
|
83
|
+
checkpointing:
|
|
84
|
+
enabled: true
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### v0.3.5: The OpenAPI for Software Agents
|
|
88
|
+
|
|
89
|
+
OSSA v0.3.5 introduces **10 major features** transforming it into the definitive OpenAPI for Software Agents:
|
|
90
|
+
|
|
91
|
+
- **Completion Signals** - Standardized agent termination conditions
|
|
92
|
+
- **Session Checkpointing** - Resilient, resumable agent state
|
|
93
|
+
- **Mixture of Experts (MoE)** - Agent-controlled expert selection
|
|
94
|
+
- **BAT Framework** - Best Available Technology selection
|
|
95
|
+
- **MOE Metrics** - Measure of Effectiveness evaluation
|
|
96
|
+
- **Flow-Based Orchestration** - Native Flow kind support
|
|
97
|
+
- **Dynamic Capability Discovery** - Runtime-adaptive capabilities
|
|
98
|
+
- **Feedback & Learning Loops** - Continuous improvement
|
|
99
|
+
- **Infrastructure Substrate** - Infrastructure as agent-addressable resources
|
|
100
|
+
- **Enhanced A2A Protocol** - Production-ready agent-to-agent communication
|
|
101
|
+
|
|
102
|
+
**100% Backward Compatible** - All v0.3.4 agents work with v0.3.5 runtime.
|
|
103
|
+
|
|
104
|
+
### AG2 Multi-Agent Swarm (v0.3.4+)
|
|
105
|
+
|
|
106
|
+
OSSA v0.3.4+ adds first-class support for AG2 (AutoGen) swarm topologies:
|
|
107
|
+
|
|
108
|
+
```yaml
|
|
109
|
+
# ag2-swarm.ossa.yaml
|
|
110
|
+
apiVersion: ossa/v0.3.5
|
|
111
|
+
kind: Agent
|
|
112
|
+
metadata:
|
|
113
|
+
name: software-dev-swarm
|
|
114
|
+
labels:
|
|
115
|
+
framework: ag2
|
|
116
|
+
pattern: hierarchical
|
|
117
|
+
|
|
118
|
+
orchestration:
|
|
119
|
+
swarm_topology:
|
|
120
|
+
topology_type: hierarchical
|
|
121
|
+
hierarchical:
|
|
122
|
+
root: agent://supervisor
|
|
123
|
+
levels:
|
|
124
|
+
- agents:
|
|
125
|
+
- uri: agent://tech-lead
|
|
126
|
+
children:
|
|
127
|
+
- agent://coder
|
|
128
|
+
- agent://reviewer
|
|
129
|
+
speaker_selection_strategy:
|
|
130
|
+
method: capability_match
|
|
131
|
+
|
|
132
|
+
group_chat:
|
|
133
|
+
participants:
|
|
134
|
+
- agent://supervisor
|
|
135
|
+
- agent://tech-lead
|
|
136
|
+
- agent://coder
|
|
137
|
+
- agent://reviewer
|
|
138
|
+
manager: agent://supervisor
|
|
139
|
+
max_round: 20
|
|
140
|
+
|
|
141
|
+
hitl:
|
|
142
|
+
enabled: true
|
|
143
|
+
human_input_mode: TERMINATE
|
|
144
|
+
intervention_points:
|
|
145
|
+
- id: code_review
|
|
146
|
+
trigger:
|
|
147
|
+
type: on_decision
|
|
148
|
+
mode: ALWAYS
|
|
149
|
+
|
|
150
|
+
a2a:
|
|
151
|
+
service_discovery:
|
|
152
|
+
enabled: true
|
|
153
|
+
handoff_protocol:
|
|
154
|
+
strategy: capability_match
|
|
155
|
+
|
|
156
|
+
state_management:
|
|
157
|
+
teachability:
|
|
158
|
+
enabled: true
|
|
159
|
+
learning_modes:
|
|
160
|
+
- feedback
|
|
161
|
+
- observation
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
See [examples/ag2/](spec/v0.3.4/examples/ag2/) for AG2 examples, and [v0.3.5 examples](spec/v0.3/examples/) for new v0.3.5 features.
|
|
165
|
+
|
|
166
|
+
### Validate Your Agent
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
# Using the CLI
|
|
170
|
+
npx @bluefly/openstandardagents validate my-agent.ossa.yaml
|
|
171
|
+
|
|
172
|
+
# Or install globally
|
|
173
|
+
npm install -g @bluefly/openstandardagents
|
|
174
|
+
ossa validate my-agent.ossa.yaml
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### Use in Code
|
|
178
|
+
|
|
179
|
+
```typescript
|
|
180
|
+
import { OSSASDKClient } from '@bluefly/openstandardagents/typescript';
|
|
181
|
+
|
|
182
|
+
const client = new OSSASDKClient();
|
|
183
|
+
const manifest = client.loadManifest('my-agent.ossa.yaml');
|
|
184
|
+
const validation = client.validateManifest(manifest);
|
|
185
|
+
|
|
186
|
+
if (validation.valid) {
|
|
187
|
+
console.log('Agent manifest is valid!');
|
|
188
|
+
} else {
|
|
189
|
+
console.error('Validation errors:', validation.errors);
|
|
190
|
+
}
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
## Documentation
|
|
194
|
+
|
|
195
|
+
- **[Official Website](https://openstandardagents.org)** - Complete specification and guides
|
|
196
|
+
- **[Quick Start Guide](docs/QUICKSTART.md)** - Get started in 5 minutes
|
|
197
|
+
- **[API Reference](docs/api-reference/)** - Complete API documentation
|
|
198
|
+
- **[Examples](examples/)** - 100+ reference examples
|
|
199
|
+
- **[Migration Guides](migrations/guides/)** - Upgrade between versions
|
|
200
|
+
|
|
201
|
+
## Project Structure
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
openstandardagents/
|
|
205
|
+
├── spec/ # OSSA specification schemas
|
|
206
|
+
│ └── v0.3/ # Current specification version
|
|
207
|
+
├── src/ # TypeScript source code
|
|
208
|
+
│ ├── cli/ # CLI commands
|
|
209
|
+
│ ├── dev-cli/ # Developer CLI tools
|
|
210
|
+
│ ├── services/ # Core services
|
|
211
|
+
│ ├── adapters/ # Framework adapters
|
|
212
|
+
│ ├── tools/ # Development tools
|
|
213
|
+
│ ├── sdks/ # SDK implementations
|
|
214
|
+
│ ├── runtime/ # Runtime execution
|
|
215
|
+
│ ├── types/ # TypeScript types
|
|
216
|
+
│ └── utils/ # Utilities
|
|
217
|
+
├── examples/ # Reference examples
|
|
218
|
+
├── tests/ # Test suite
|
|
219
|
+
└── docs/ # Documentation
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
## Development
|
|
223
|
+
|
|
224
|
+
### Prerequisites
|
|
225
|
+
|
|
226
|
+
- Node.js >= 20.0.0
|
|
227
|
+
- npm, pnpm, or yarn
|
|
228
|
+
|
|
229
|
+
### Setup
|
|
230
|
+
|
|
231
|
+
```bash
|
|
232
|
+
# Clone the repository
|
|
233
|
+
git clone https://github.com/blueflyio/openstandardagents.git
|
|
234
|
+
cd openstandardagents
|
|
235
|
+
|
|
236
|
+
# Install dependencies
|
|
237
|
+
npm install
|
|
238
|
+
|
|
239
|
+
# Run tests
|
|
240
|
+
npm test
|
|
241
|
+
|
|
242
|
+
# Build
|
|
243
|
+
npm run build
|
|
244
|
+
|
|
245
|
+
# Validate all examples
|
|
246
|
+
npm run validate:all
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
### Available Commands
|
|
250
|
+
|
|
251
|
+
```bash
|
|
252
|
+
# Validation
|
|
253
|
+
npm run validate:all # Validate all manifests
|
|
254
|
+
ossa validate <file> # Validate specific file
|
|
255
|
+
|
|
256
|
+
# Code Generation
|
|
257
|
+
npm run generate:types # Generate TypeScript types
|
|
258
|
+
npm run generate:zod # Generate Zod schemas
|
|
259
|
+
npm run generate:all # Generate everything
|
|
260
|
+
|
|
261
|
+
# Migration
|
|
262
|
+
npm run migrate # Migrate manifests to latest version
|
|
263
|
+
npm run migrate:check # Check which files need migration
|
|
264
|
+
|
|
265
|
+
# Migration
|
|
266
|
+
ossa migrate <file> # Migrate manifests to latest version
|
|
267
|
+
|
|
268
|
+
# Developer CLI (for contributors)
|
|
269
|
+
ossa-dev version sync # Sync version across all files
|
|
270
|
+
ossa-dev version release # Release new version
|
|
271
|
+
ossa-dev spec generate # Generate spec from source
|
|
272
|
+
ossa-dev spec validate # Validate generated spec
|
|
273
|
+
|
|
274
|
+
# Documentation
|
|
275
|
+
npm run docs:generate # Generate documentation
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
## Enterprise Adoption
|
|
279
|
+
|
|
280
|
+
### Who Uses OSSA?
|
|
281
|
+
|
|
282
|
+
Companies use OSSA to:
|
|
283
|
+
- **Build vendor-neutral AI agent infrastructure** - Avoid lock-in to specific AI providers
|
|
284
|
+
- **Standardize agent development** - Consistent patterns across teams and projects
|
|
285
|
+
- **Enable multi-cloud deployment** - Deploy agents on AWS, GCP, Azure, or on-premises
|
|
286
|
+
- **Ensure compliance** - Meet SOC2, HIPAA, GDPR requirements with built-in controls
|
|
287
|
+
- **Reduce costs** - Optimize LLM spending with intelligent expert selection
|
|
288
|
+
- **Future-proof investments** - Adapt to new AI models and frameworks without rewrites
|
|
289
|
+
|
|
290
|
+
### Adoption Path
|
|
291
|
+
|
|
292
|
+
1. **Start Small** - Migrate one agent to OSSA format
|
|
293
|
+
2. **Validate** - Use OSSA CLI to validate and test
|
|
294
|
+
3. **Scale** - Standardize all agents on OSSA
|
|
295
|
+
4. **Integrate** - Connect to existing CI/CD and observability tools
|
|
296
|
+
5. **Optimize** - Leverage v0.3.5 features (MoE, checkpointing) for cost and reliability gains
|
|
297
|
+
|
|
298
|
+
### Migration Support
|
|
299
|
+
|
|
300
|
+
- **From Custom Agents** - Use OSSA CLI to convert existing agent definitions
|
|
301
|
+
- **From LangChain/CrewAI** - Migration tools for popular frameworks
|
|
302
|
+
- **From Other Standards** - Migration guides available for common formats
|
|
303
|
+
- **Zero Downtime** - Migrate incrementally, agents continue working during transition
|
|
304
|
+
|
|
305
|
+
### Enterprise Support
|
|
306
|
+
|
|
307
|
+
- **Documentation** - Comprehensive guides, examples, and API reference
|
|
308
|
+
- **Community** - Active Discord community and GitHub discussions
|
|
309
|
+
- **Migration Tools** - Automated migration CLI for seamless upgrades
|
|
310
|
+
- **Compliance** - Built-in security and compliance features
|
|
311
|
+
|
|
312
|
+
## Contributing
|
|
313
|
+
|
|
314
|
+
We welcome contributions from companies and individuals! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
315
|
+
|
|
316
|
+
### Quick Contribution Guide
|
|
317
|
+
|
|
318
|
+
1. **Fork the repository**: https://github.com/blueflyio/openstandardagents
|
|
319
|
+
2. **Create a feature branch**: `git checkout -b feature/amazing-feature`
|
|
320
|
+
3. **Make your changes** and add tests
|
|
321
|
+
4. **Run validations**: `npm run validate:all && npm test`
|
|
322
|
+
5. **Commit**: Follow [Conventional Commits](https://www.conventionalcommits.org/)
|
|
323
|
+
6. **Push and create a Pull Request**
|
|
324
|
+
|
|
325
|
+
### Code of Conduct
|
|
326
|
+
|
|
327
|
+
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before contributing.
|
|
328
|
+
|
|
329
|
+
## What's Included
|
|
330
|
+
|
|
331
|
+
### Specification
|
|
332
|
+
|
|
333
|
+
- **JSON Schema** - Complete validation schemas for all OSSA versions
|
|
334
|
+
- **OpenAPI Specs** - API definitions for agent communication
|
|
335
|
+
- **Migration Guides** - Step-by-step upgrade instructions
|
|
336
|
+
|
|
337
|
+
### Tools
|
|
338
|
+
|
|
339
|
+
- **CLI** - Command-line tool for validation, generation, and migration
|
|
340
|
+
- **Developer CLI** - Version management and spec generation tools
|
|
341
|
+
- **TypeScript SDK** - Type-safe client library
|
|
342
|
+
- **Python SDK** - Planned for future release (TypeScript available now)
|
|
343
|
+
- **Framework Integrations** - Import/export from LangChain, LangFlow, CrewAI, AutoGen
|
|
344
|
+
- **Observability Adapters** - Phoenix/Arize, Langfuse, LangSmith, OpenTelemetry support
|
|
345
|
+
|
|
346
|
+
### Examples
|
|
347
|
+
|
|
348
|
+
- **Reference Examples** - Example implementations for common patterns
|
|
349
|
+
- **Platform Adapters** - Integrations with LangChain, CrewAI, etc.
|
|
350
|
+
- **Multi-Agent Workflows** - Complex orchestration examples
|
|
351
|
+
|
|
352
|
+
## Resources
|
|
353
|
+
|
|
354
|
+
- **Website**: https://openstandardagents.org - Complete specification and enterprise guides
|
|
355
|
+
- **npm Package**: https://www.npmjs.com/package/@bluefly/openstandardagents
|
|
356
|
+
- **Community**: [Discord](https://discord.gg/ZZqad3v4) - Join our developer community
|
|
357
|
+
- **Documentation**: [Full Docs](https://openstandardagents.org/docs) - API reference, guides, examples
|
|
358
|
+
- **Issues**: [GitHub Issues](https://github.com/blueflyio/openstandardagents/issues)
|
|
359
|
+
- **Star Us**: [GitHub](https://github.com/blueflyio/openstandardagents) - Help us grow the ecosystem
|
|
360
|
+
|
|
361
|
+
## License
|
|
362
|
+
|
|
363
|
+
Apache-2.0 - See [LICENSE](LICENSE) for details.
|
|
364
|
+
|
|
365
|
+
## Design Goals
|
|
366
|
+
|
|
367
|
+
OSSA is designed to provide:
|
|
368
|
+
- **Cost Reduction** - Optimize LLM costs via MoE and intelligent routing
|
|
369
|
+
- **Improved Reliability** - Enhanced session recovery with checkpointing
|
|
370
|
+
- **Zero Vendor Lock-in** - Seamless provider switching through standardization
|
|
371
|
+
- **Faster Development** - Accelerated agent development with standardized patterns
|
|
372
|
+
- **Compliance Support** - Built-in features for SOC2, HIPAA, GDPR requirements
|
|
373
|
+
|
|
374
|
+
## Acknowledgments
|
|
375
|
+
|
|
376
|
+
OSSA is maintained by the open-source community and adopted by companies worldwide. Special thanks to all contributors and adopters!
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
**Built for Enterprise. Open for Everyone.**
|
|
381
|
+
|
|
382
|
+
**Join the companies standardizing on OSSA** - [Get Started](https://openstandardagents.org/docs/getting-started)
|