@bluefly/openstandardagents 0.2.4 → 0.2.5-RC
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/.cursorrules +84 -0
- package/.devfile.yaml +87 -0
- package/.env.example +25 -3
- package/.github/workflows/release.yml +1 -1
- package/.kiro/specs/agent-buildkit-templates/design.md +495 -0
- package/.kiro/specs/agent-buildkit-templates/requirements.md +165 -0
- package/.kiro/specs/kiro-ide-supercharger/README.md +202 -0
- package/.kiro/specs/kiro-ide-supercharger/design.md +1005 -0
- package/.kiro/specs/kiro-ide-supercharger/requirements.md +141 -0
- package/.kiro/specs/kiro-ide-supercharger/tasks.md +507 -0
- package/.kiro/specs/website-design-audit/design.md +679 -0
- package/.kiro/specs/website-design-audit/requirements.md +199 -0
- package/.releaserc.json +5 -4
- package/.version.json +6 -0
- package/CHANGELOG.md +140 -96
- package/CONTRIBUTING.md +23 -5
- package/README.md +121 -43
- package/bin/ossa +24 -3
- package/bin/ossa-validate-all +55 -0
- package/bin/ossa-version +23 -0
- package/bin/validate-ossa-0.2.4.ts +244 -0
- package/bin/validate-ossa-0.2.5-RC.ts +244 -0
- package/bin/validate-ossa.ts +273 -0
- package/dist/di-container.d.ts +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +17 -2
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +96 -18
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/services/generation.service.d.ts +7 -5
- package/dist/services/generation.service.d.ts.map +1 -1
- package/dist/services/generation.service.js +92 -44
- package/dist/services/generation.service.js.map +1 -1
- package/dist/services/gitlab-agent.service.d.ts +94 -0
- package/dist/services/gitlab-agent.service.d.ts.map +1 -0
- package/dist/services/gitlab-agent.service.js +162 -0
- package/dist/services/gitlab-agent.service.js.map +1 -0
- package/dist/services/migration.service.d.ts +3 -3
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +108 -61
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/release-automation/base-crud.service.d.ts +93 -0
- package/dist/services/release-automation/base-crud.service.d.ts.map +1 -0
- package/dist/services/release-automation/base-crud.service.js +68 -0
- package/dist/services/release-automation/base-crud.service.js.map +1 -0
- package/dist/services/release-automation/index.d.ts +12 -0
- package/dist/services/release-automation/index.d.ts.map +1 -0
- package/dist/services/release-automation/index.js +12 -0
- package/dist/services/release-automation/index.js.map +1 -0
- package/dist/services/release-automation/merge-request.service.d.ts +119 -0
- package/dist/services/release-automation/merge-request.service.d.ts.map +1 -0
- package/dist/services/release-automation/merge-request.service.js +212 -0
- package/dist/services/release-automation/merge-request.service.js.map +1 -0
- package/dist/services/release-automation/milestone.service.d.ts +104 -0
- package/dist/services/release-automation/milestone.service.d.ts.map +1 -0
- package/dist/services/release-automation/milestone.service.js +207 -0
- package/dist/services/release-automation/milestone.service.js.map +1 -0
- package/dist/services/release-automation/release.service.d.ts +118 -0
- package/dist/services/release-automation/release.service.d.ts.map +1 -0
- package/dist/services/release-automation/release.service.js +207 -0
- package/dist/services/release-automation/release.service.js.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +299 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.js +269 -0
- package/dist/services/release-automation/schemas/release.schema.js.map +1 -0
- package/dist/services/release-automation/tag.service.d.ts +99 -0
- package/dist/services/release-automation/tag.service.d.ts.map +1 -0
- package/dist/services/release-automation/tag.service.js +180 -0
- package/dist/services/release-automation/tag.service.js.map +1 -0
- package/dist/services/release-automation/webhook.service.d.ts +37 -0
- package/dist/services/release-automation/webhook.service.d.ts.map +1 -0
- package/dist/services/release-automation/webhook.service.js +173 -0
- package/dist/services/release-automation/webhook.service.js.map +1 -0
- package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
- package/dist/services/runtime/openai.adapter.js.map +1 -1
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +24 -11
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/anthropic.validator.d.ts +2 -2
- package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
- package/dist/services/validators/anthropic.validator.js +14 -9
- package/dist/services/validators/anthropic.validator.js.map +1 -1
- package/dist/services/validators/autogen.validator.d.ts +2 -2
- package/dist/services/validators/autogen.validator.d.ts.map +1 -1
- package/dist/services/validators/autogen.validator.js +18 -15
- package/dist/services/validators/autogen.validator.js.map +1 -1
- package/dist/services/validators/crewai.validator.d.ts +2 -2
- package/dist/services/validators/crewai.validator.d.ts.map +1 -1
- package/dist/services/validators/crewai.validator.js +18 -17
- package/dist/services/validators/crewai.validator.js.map +1 -1
- package/dist/services/validators/cursor.validator.d.ts +2 -2
- package/dist/services/validators/cursor.validator.d.ts.map +1 -1
- package/dist/services/validators/cursor.validator.js +15 -11
- package/dist/services/validators/cursor.validator.js.map +1 -1
- package/dist/services/validators/langchain.validator.d.ts +2 -2
- package/dist/services/validators/langchain.validator.d.ts.map +1 -1
- package/dist/services/validators/langchain.validator.js +14 -11
- package/dist/services/validators/langchain.validator.js.map +1 -1
- package/dist/services/validators/langflow.validator.d.ts +2 -2
- package/dist/services/validators/langflow.validator.d.ts.map +1 -1
- package/dist/services/validators/langflow.validator.js +14 -9
- package/dist/services/validators/langflow.validator.js.map +1 -1
- package/dist/services/validators/langgraph.validator.d.ts +2 -2
- package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
- package/dist/services/validators/langgraph.validator.js +23 -18
- package/dist/services/validators/langgraph.validator.js.map +1 -1
- package/dist/services/validators/llamaindex.validator.d.ts +2 -2
- package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
- package/dist/services/validators/llamaindex.validator.js +19 -16
- package/dist/services/validators/llamaindex.validator.js.map +1 -1
- package/dist/services/validators/openai.validator.d.ts +2 -2
- package/dist/services/validators/openai.validator.d.ts.map +1 -1
- package/dist/services/validators/openai.validator.js +20 -16
- package/dist/services/validators/openai.validator.js.map +1 -1
- package/dist/services/validators/vercel-ai.validator.d.ts +2 -2
- package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
- package/dist/services/validators/vercel-ai.validator.js +16 -15
- package/dist/services/validators/vercel-ai.validator.js.map +1 -1
- package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +555 -0
- package/dist/spec/v0.2.3/CHANGELOG.md +7 -7
- package/dist/spec/v0.2.3/README.md +9 -9
- package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +18 -18
- package/{spec/v0.2.4-dev → dist/spec/v0.2.4}/CHANGELOG.md +8 -8
- package/dist/spec/{v0.2.4-dev → v0.2.4}/migrations/v0.2.3-to-v0.2.4.md +10 -10
- package/dist/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.yaml +1 -1
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +1819 -0
- package/dist/spec/v0.2.5/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.5/README.md +72 -0
- package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/dist/spec/{v0.2.5-dev/ossa-0.2.5-dev.schema.json → v0.2.5/ossa-0.2.5.schema.json} +323 -359
- package/dist/spec/v0.2.5/ossa-0.2.5.yaml +581 -0
- package/dist/spec/v0.2.5-RC/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.5-RC/README.md +72 -0
- package/{spec/v0.2.4-dev → dist/spec/v0.2.5-RC}/migrations/v0.2.3-to-v0.2.4.md +10 -10
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +1696 -0
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +581 -0
- package/dist/types/index.d.ts +6 -1
- package/dist/types/index.d.ts.map +1 -1
- package/docs/issue-19-completion-summary.md +648 -0
- package/docs/issue-19-validation.md +351 -0
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/bridges/Dockerfile.production +1 -1
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/enterprise/agent.yml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +2 -2
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/openai/basic-agent.ossa.yaml +61 -0
- package/examples/openai/multi-tool-agent.ossa.json +165 -0
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/openapi-extensions/README.md +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/infrastructure/gitlab-agent/rbac.yaml +126 -0
- package/infrastructure/gitlab-agent/values.yaml +150 -0
- package/infrastructure/k8s/monitoring/00-namespace.yaml +7 -0
- package/infrastructure/k8s/monitoring/01-prometheus.yaml +142 -0
- package/infrastructure/k8s/monitoring/02-grafana.yaml +63 -0
- package/infrastructure/k8s/monitoring/03-lightweight.yaml +121 -0
- package/infrastructure/k8s/monitoring/README.md +73 -0
- package/infrastructure/k8s/monitoring/deploy.sh +38 -0
- package/openapi/CHANGELOG.md +21 -0
- package/openapi/README.md +46 -0
- package/openapi/{ossa-core-api.openapi.yaml → core/ossa-core-api.openapi.yaml} +59 -4
- package/openapi/{ossa-registry.openapi.yaml → core/ossa-registry.openapi.yaml} +75 -2
- package/openapi/{unified-agent-gateway.openapi.yaml → core/unified-agent-gateway.openapi.yaml} +3 -3
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +136 -0
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +192 -0
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +149 -0
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +151 -0
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +217 -0
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +149 -0
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +151 -0
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +193 -0
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +165 -0
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +148 -0
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +167 -0
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +171 -0
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +171 -0
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +242 -0
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +187 -0
- package/openapi/{self-evolving-ecosystem.openapi.yaml → reference-implementations/self-evolving-ecosystem.openapi.yaml} +2 -2
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +208 -0
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +193 -0
- package/package.json +31 -21
- package/release.config.js +20 -5
- package/scripts/bump-version.ts +57 -0
- package/scripts/enhanced-version-manager.ts +257 -0
- package/scripts/gen-types.ts +51 -0
- package/scripts/gen-zod.ts +51 -0
- package/scripts/lib/exec.ts +37 -0
- package/scripts/lib/file-ops.ts +58 -0
- package/scripts/lib/version.ts +83 -0
- package/scripts/process-doc-templates.ts +37 -0
- package/scripts/schemas/package.schema.ts +75 -0
- package/scripts/setup-branch-protection.sh +33 -0
- package/scripts/sync-version.ts +39 -0
- package/scripts/sync-versions.ts +488 -0
- package/scripts/validate-schema.ts +49 -0
- package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/spec/v0.2.1/ossa-0.2.1.schema.json +555 -0
- package/spec/v0.2.3/CHANGELOG.md +7 -7
- package/spec/v0.2.3/README.md +9 -9
- package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +18 -18
- package/{dist/spec/v0.2.4-dev → spec/v0.2.4}/CHANGELOG.md +8 -8
- package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.yaml +1 -1
- package/spec/v0.2.4/ossa-0.2.4.schema.json +1819 -0
- package/spec/v0.2.5/CHANGELOG.md +401 -0
- package/spec/v0.2.5/README.md +72 -0
- package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/{v0.2.5-dev/ossa-0.2.5-dev.schema.json → v0.2.5/ossa-0.2.5.schema.json} +323 -359
- package/spec/v0.2.5/ossa-0.2.5.yaml +581 -0
- package/spec/v0.2.5-RC/CHANGELOG.md +401 -0
- package/spec/v0.2.5-RC/README.md +72 -0
- package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +1696 -0
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +581 -0
- package/website/{.lighthouserc.js → .lighthouserc.ts} +5 -1
- package/website/Dockerfile +18 -5
- package/website/app/about/page.tsx +7 -7
- package/website/app/blog/[slug]/page.tsx +61 -20
- package/website/app/blog/page.tsx +120 -33
- package/website/app/design-guide/page.tsx +511 -0
- package/website/app/docs/[[...slug]]/page.tsx +641 -143
- package/website/app/examples/page.tsx +51 -41
- package/website/app/{globals.css → globals.scss} +50 -23
- package/website/app/layout.tsx +2 -2
- package/website/app/license/page.tsx +183 -0
- package/website/app/not-found.tsx +18 -0
- package/website/app/page.tsx +144 -79
- package/website/app/playground/page.tsx +25 -45
- package/website/app/schema/page.tsx +423 -392
- package/website/app/specification/page.tsx +245 -169
- package/website/components/Logo.tsx +75 -2
- package/website/components/docs/DocsSidebar.tsx +40 -3
- package/website/components/docs/MarkdownContent.tsx +265 -47
- package/website/components/docs/VersionSelector.tsx +64 -8
- package/website/components/examples/ExamplesViewer.tsx +2 -2
- package/website/components/layout/Footer.tsx +6 -1
- package/website/components/layout/Header.tsx +31 -33
- package/website/components/schema/SchemaComponentsAccordion.tsx +84 -0
- package/website/components/schema/SchemaExplorer.tsx +4 -4
- package/website/content/blog/OpenAPI-AI-Agents-Standard.md +276 -276
- package/website/content/blog/Why-Formal-Standards-Matter-Now.md +3 -14
- package/website/content/blog/gitlab-kubernetes-agent-ecosystem.md +286 -0
- package/website/content/blog/introducing-ossa-framework.md +1 -1
- package/website/content/blog/ossa-production-results.md +5 -5
- package/website/content/blog/welcome-to-ossa.md +2 -2
- package/website/content/blog/why-ai-agents-need-open-standard.md +5 -5
- package/website/content/docs/00-HOME.md +18 -25
- package/website/content/docs/AIFlow-Framework-Integration-with-OSSA.md +8 -8
- package/website/content/docs/OpenAPI-Extensions.md +576 -140
- package/website/content/docs/adapters/openai-adapter.md +693 -0
- package/website/content/docs/architecture/execution-flow.md +3 -3
- package/website/content/docs/architecture/multi-agent-systems.md +4 -4
- package/website/content/docs/architecture/overview.md +4 -4
- package/website/content/docs/architecture/stack-integration.md +4 -4
- package/website/content/docs/changelog.md +4 -4
- package/website/content/docs/contributing.md +2 -2
- package/website/content/docs/ecosystem/framework-support.md +0 -2
- package/website/content/docs/examples/AIFlow-Framework-Integration-with-OSSA.md +107 -0
- package/website/content/docs/examples/Migration-Guides.md +2 -2
- package/website/content/docs/for-audiences/{architects.md → Architects.md} +1 -1
- package/website/content/docs/for-audiences/{developers.md → Developers.md} +3 -3
- package/website/content/docs/for-audiences/Enterprises.md +2 -2
- package/website/content/docs/for-audiences/Students-Researchers.md +1 -1
- package/website/content/docs/getting-started/{5-minute-overview.md → 5-Minute-Overview.md} +2 -2
- package/website/content/docs/getting-started/{first-agent.md → First-Agent.md} +1 -1
- package/website/content/docs/getting-started/Hello-World.md +3 -3
- package/website/content/docs/getting-started/{installation.md → Installation.md} +7 -7
- package/website/content/docs/getting-started/index.md +92 -0
- package/website/content/docs/getting-started/running-agents.md +215 -13
- package/{docs → website/content/docs}/getting-started.md +10 -6
- package/website/content/docs/integrations/aiflow.md +2 -2
- package/website/content/docs/integrations/drupal.md +2 -2
- package/website/content/docs/migration-guides/README.md +1 -1
- package/website/content/docs/migration-guides/agent-schema-comparison.md +232 -0
- package/website/content/docs/migration-guides/anthropic-mcp-to-ossa.md +5 -5
- package/website/content/docs/migration-guides/crewai-to-ossa.md +3 -3
- package/website/content/docs/migration-guides/drupal-eca-to-ossa.md +11 -11
- package/{docs/migration → website/content/docs/migration-guides}/general-agent-schema.yml +1 -9
- package/website/content/docs/migration-guides/index.md +1 -1
- package/website/content/docs/migration-guides/langchain-to-ossa.md +17 -17
- package/website/content/docs/migration-guides/langflow-to-ossa.md +3 -3
- package/website/content/docs/migration-guides/openai-to-ossa.md +10 -10
- package/website/content/docs/openapi-extensions/examples.md +9 -9
- package/website/content/docs/openapi-extensions/index.md +59 -3
- package/website/content/docs/openapi-extensions/operation-extensions.md +61 -2
- package/website/content/docs/openapi-extensions/root-extensions.md +49 -3
- package/{docs/OSSA-COMPLIANT-BADGE.md → website/content/docs/ossa-compliant-badge.md} +18 -15
- package/website/content/docs/pre-release/index.md +10 -10
- package/website/content/docs/readme.md +35 -0
- package/website/content/docs/schema-reference/agent-spec.md +2 -2
- package/website/content/docs/schema-reference/autonomy.md +5 -5
- package/website/content/docs/schema-reference/constraints.md +5 -5
- package/website/content/docs/schema-reference/llm-config.md +1 -1
- package/website/content/docs/schema-reference/observability.md +5 -5
- package/website/content/docs/schema-reference/ossa-manifest.md +6 -6
- package/website/content/docs/schema-reference/taxonomy.md +3 -3
- package/website/content/docs/use-cases/00-index.md +1 -1
- package/{docs/VERSIONING.md → website/content/docs/versioning.md} +9 -5
- package/website/lib/version.ts +18 -1
- package/website/lib/versions.json +78 -0
- package/website/next.config.ts +3 -1
- package/website/package-lock.json +552 -18
- package/website/package.json +11 -5
- package/website/postcss.config.mjs +1 -1
- package/website/scripts/fetch-versions.js +166 -0
- package/website/scripts/generate-examples-index.js +163 -0
- package/website/scripts/merge-docs-to-wiki.ts +207 -0
- package/website/scripts/sync-version.js +28 -0
- package/website/scripts/sync-wiki.ts +64 -3
- package/website/scripts/upload-wiki.ts +199 -0
- package/website/styles/_variables.scss +36 -0
- package/website/tailwind.config.ts +93 -22
- package/.releaserc.json.disabled +0 -81
- package/dist/spec/v0.2.5-dev/CHANGELOG.md +0 -171
- package/dist/spec/v0.2.5-dev/examples/customer-support-graph.ossa.yaml +0 -362
- package/dist/spec/v0.2.5-dev/examples/parallel-processors.ossa.yaml +0 -464
- package/dist/spec/v0.2.5-dev/examples/research-team.ossa.yaml +0 -440
- package/dist/spec/v0.2.5-dev/migrations/v0.2.4-to-v0.2.5.md +0 -317
- package/dist/spec/v0.2.5-dev/ossa-0.2.5-dev.yaml +0 -409
- package/docs/README.md +0 -31
- package/docs/agent-openapi-spec.yml +0 -942
- package/docs/openapi-extensions.md +0 -930
- package/docs/schemas/openapi-extensions.schema.json +0 -486
- package/openapi/gitlab-orchestrator.openapi.yaml +0 -330
- package/ossa-website-swarm-tasks.json +0 -105
- package/spec/v0.2.5-dev/CHANGELOG.md +0 -171
- package/spec/v0.2.5-dev/examples/customer-support-graph.ossa.yaml +0 -362
- package/spec/v0.2.5-dev/examples/parallel-processors.ossa.yaml +0 -464
- package/spec/v0.2.5-dev/examples/research-team.ossa.yaml +0 -440
- package/spec/v0.2.5-dev/migrations/v0.2.4-to-v0.2.5.md +0 -317
- package/spec/v0.2.5-dev/ossa-0.2.5-dev.yaml +0 -409
- package/website/app/api/validate/route.ts +0 -88
- package/website/next.config.js +0 -17
- package/website/postcss.config.js +0 -7
- package/website/tailwind.config.js +0 -58
- /package/dist/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.schema.json +0 -0
- /package/openapi/{ossa-registry-api.openapi.yaml → core/ossa-registry-api.openapi.yaml} +0 -0
- /package/openapi/{drupal-agent-api.openapi.yaml → reference-implementations/drupal-agent-api.openapi.yaml} +0 -0
- /package/openapi/{helm-generator.openapi.yaml → reference-implementations/helm-generator.openapi.yaml} +0 -0
- /package/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.schema.json +0 -0
- /package/website/content/docs/{examples.md → Examples.md} +0 -0
- /package/website/content/docs/core-concepts/{project-structure.md → Project-Structure.md} +0 -0
- /package/website/content/docs/migration-guides/{00-index.md → 00-INDEX.md} +0 -0
- /package/{docs/migration → website/content/docs/migration-guides}/migration-manifest.json +0 -0
|
@@ -0,0 +1,401 @@
|
|
|
1
|
+
# OSSA v0.2.5-RC Release Notes
|
|
2
|
+
|
|
3
|
+
**Release Date**: 2025-11-24
|
|
4
|
+
**Type**: Minor Release
|
|
5
|
+
**Status**: STABLE
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
OSSA v0.2.5-RC introduces significant new features for transport metadata, state management, enhanced security, and capability versioning. This release enhances OSSA integration with Google ADK, A2A protocol, OpenAI Agents SDK, and Microsoft Autogen Framework.
|
|
10
|
+
|
|
11
|
+
## What's New
|
|
12
|
+
|
|
13
|
+
### Transport Metadata for Capabilities
|
|
14
|
+
|
|
15
|
+
Support for protocol-specific transport configuration, enabling streaming and advanced communication patterns.
|
|
16
|
+
|
|
17
|
+
```yaml
|
|
18
|
+
tools:
|
|
19
|
+
- type: http
|
|
20
|
+
name: chat-api
|
|
21
|
+
transport:
|
|
22
|
+
protocol: http
|
|
23
|
+
streaming: response # Server streams to client
|
|
24
|
+
binding: /v1/chat/stream
|
|
25
|
+
content_type: text/event-stream
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
**Supported protocols**: `http`, `grpc`, `a2a`, `mcp`, `websocket`, `custom`
|
|
29
|
+
|
|
30
|
+
**Streaming modes**:
|
|
31
|
+
- `none` - Standard request/response
|
|
32
|
+
- `request` - Client streams to server
|
|
33
|
+
- `response` - Server streams to client (SSE, streaming LLM)
|
|
34
|
+
- `bidirectional` - Full duplex (WebSocket, gRPC)
|
|
35
|
+
|
|
36
|
+
**Use cases**:
|
|
37
|
+
- Google ADK bidirectional streaming
|
|
38
|
+
- A2A protocol agent-to-agent communication
|
|
39
|
+
- Streaming LLM responses
|
|
40
|
+
- Real-time collaborative agents
|
|
41
|
+
|
|
42
|
+
### State/Memory Block
|
|
43
|
+
|
|
44
|
+
Agent state management configuration for stateful and long-running agents.
|
|
45
|
+
|
|
46
|
+
```yaml
|
|
47
|
+
spec:
|
|
48
|
+
state:
|
|
49
|
+
mode: session # stateless | session | long_running
|
|
50
|
+
storage:
|
|
51
|
+
type: vector-db # memory | vector-db | kv | rdbms | custom
|
|
52
|
+
retention: 30d
|
|
53
|
+
config:
|
|
54
|
+
provider: pinecone
|
|
55
|
+
index: agent-memory
|
|
56
|
+
context_window:
|
|
57
|
+
max_messages: 100
|
|
58
|
+
max_tokens: 32000
|
|
59
|
+
strategy: summarization # sliding_window | summarization | importance_weighted
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**Storage types**:
|
|
63
|
+
- `memory` - In-process (lost on restart)
|
|
64
|
+
- `vector-db` - Vector database (Pinecone, Weaviate, Chroma)
|
|
65
|
+
- `kv` - Key-value store (Redis, DynamoDB)
|
|
66
|
+
- `rdbms` - Relational database
|
|
67
|
+
- `custom` - Custom implementation
|
|
68
|
+
|
|
69
|
+
**Critical for**:
|
|
70
|
+
- OpenAI Agents SDK session continuity
|
|
71
|
+
- Microsoft Autogen Framework workflows
|
|
72
|
+
- RAG systems with context retention
|
|
73
|
+
- Multi-turn conversations
|
|
74
|
+
|
|
75
|
+
### Enhanced Security with Scopes
|
|
76
|
+
|
|
77
|
+
Fine-grained permission scopes and compliance tags for capabilities.
|
|
78
|
+
|
|
79
|
+
```yaml
|
|
80
|
+
tools:
|
|
81
|
+
- type: http
|
|
82
|
+
name: database-api
|
|
83
|
+
auth:
|
|
84
|
+
type: bearer
|
|
85
|
+
credentials: secret:db-api-key
|
|
86
|
+
scopes: # NEW: OAuth2-like scopes
|
|
87
|
+
- read:data
|
|
88
|
+
- execute:query
|
|
89
|
+
compliance_tags: # NEW: Compliance framework tags
|
|
90
|
+
- pii
|
|
91
|
+
- gdpr
|
|
92
|
+
- hipaa
|
|
93
|
+
capabilities:
|
|
94
|
+
- name: query_users
|
|
95
|
+
scopes: # Per-capability scopes
|
|
96
|
+
- read:users
|
|
97
|
+
compliance_tags:
|
|
98
|
+
- pii
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
**Security scopes**:
|
|
102
|
+
- `read:data`, `write:data` - Data access
|
|
103
|
+
- `admin:system`, `admin:users` - Administrative operations
|
|
104
|
+
- `execute:code`, `execute:query` - Execution permissions
|
|
105
|
+
|
|
106
|
+
**Compliance tags**:
|
|
107
|
+
- `pii` - Personally identifiable information
|
|
108
|
+
- `hipaa` - HIPAA compliance required
|
|
109
|
+
- `gdpr` - GDPR compliance required
|
|
110
|
+
- `fedramp` - FedRAMP requirements
|
|
111
|
+
- `soc2` - SOC2 Type II controls
|
|
112
|
+
|
|
113
|
+
### Capability Versioning
|
|
114
|
+
|
|
115
|
+
Independent versioning and deprecation for capabilities.
|
|
116
|
+
|
|
117
|
+
```yaml
|
|
118
|
+
capabilities:
|
|
119
|
+
- name: search_documents
|
|
120
|
+
version: '2.1' # NEW: Capability version
|
|
121
|
+
deprecated: false
|
|
122
|
+
|
|
123
|
+
- name: search_legacy
|
|
124
|
+
version: '1.0'
|
|
125
|
+
deprecated: true # NEW: Deprecation flag
|
|
126
|
+
deprecation_message: | # NEW: Migration guidance
|
|
127
|
+
Deprecated in v0.2.4. Will be removed in v0.3.0.
|
|
128
|
+
Use 'search_documents' capability instead.
|
|
129
|
+
Migration: Change capability name and update input schema
|
|
130
|
+
to use 'query' instead of 'search_term'.
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Benefits**:
|
|
134
|
+
- Independent capability lifecycle management
|
|
135
|
+
- Clear migration paths for breaking changes
|
|
136
|
+
- Backward compatibility tracking
|
|
137
|
+
- API versioning best practices
|
|
138
|
+
|
|
139
|
+
### Google ADK Extension
|
|
140
|
+
|
|
141
|
+
Integration with Google's Agent Development Kit (ADK).
|
|
142
|
+
|
|
143
|
+
```yaml
|
|
144
|
+
extensions:
|
|
145
|
+
google_adk:
|
|
146
|
+
enabled: true
|
|
147
|
+
agent_type: llm_agent # llm_agent | sequential_agent | parallel_agent | loop_agent
|
|
148
|
+
model: gemini-2.0-flash-exp
|
|
149
|
+
instruction: "You are a helpful research assistant."
|
|
150
|
+
session:
|
|
151
|
+
service: in_memory # in_memory | database | vertex_ai
|
|
152
|
+
state_schema:
|
|
153
|
+
search_history: array
|
|
154
|
+
current_topic: string
|
|
155
|
+
memory:
|
|
156
|
+
enabled: true
|
|
157
|
+
service: vertex_ai_rag
|
|
158
|
+
callbacks:
|
|
159
|
+
before_model_callback: validate_input
|
|
160
|
+
after_model_callback: log_response
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**Agent types**:
|
|
164
|
+
- `llm_agent` - Single LLM-powered agent
|
|
165
|
+
- `sequential_agent` - Pipeline of agents
|
|
166
|
+
- `parallel_agent` - Concurrent agent execution
|
|
167
|
+
- `loop_agent` - Iterative agent with conditions
|
|
168
|
+
|
|
169
|
+
**Features**:
|
|
170
|
+
- Session management (in_memory, database, Vertex AI)
|
|
171
|
+
- Memory service integration (Vertex AI RAG)
|
|
172
|
+
- Lifecycle callbacks
|
|
173
|
+
- Sub-agent orchestration
|
|
174
|
+
|
|
175
|
+
### Schema Updates
|
|
176
|
+
|
|
177
|
+
#### apiVersion Pattern
|
|
178
|
+
Updated to support v0.2.5:
|
|
179
|
+
```regex
|
|
180
|
+
^ossa/v(0\.2\.[2-4](-dev)?|1)(\.[0-9]+)?(-[a-zA-Z0-9]+)?$
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
**Valid versions**:
|
|
184
|
+
- `ossa/v0.2.2`
|
|
185
|
+
- `ossa/v0.2.4`
|
|
186
|
+
- `ossa/v0.2.5`
|
|
187
|
+
- `ossa/v1`
|
|
188
|
+
- `ossa/v1.0`
|
|
189
|
+
|
|
190
|
+
#### Tool Type Enum
|
|
191
|
+
Added `a2a` to supported tool types:
|
|
192
|
+
```json
|
|
193
|
+
"type": {
|
|
194
|
+
"enum": ["mcp", "kubernetes", "http", "grpc", "function", "a2a", "custom"]
|
|
195
|
+
}
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
#### New Definitions
|
|
199
|
+
- `Transport` - Transport metadata schema
|
|
200
|
+
- `State` - State/memory configuration schema
|
|
201
|
+
- `Capability` - Enhanced capability with versioning and scopes
|
|
202
|
+
- `GoogleADKExtension` - Google ADK integration
|
|
203
|
+
|
|
204
|
+
## Breaking Changes
|
|
205
|
+
|
|
206
|
+
**None** - This release maintains full backward compatibility with v0.2.3.
|
|
207
|
+
|
|
208
|
+
All new features are additive and optional.
|
|
209
|
+
|
|
210
|
+
## Deprecations
|
|
211
|
+
|
|
212
|
+
**None** - No features deprecated in this release.
|
|
213
|
+
|
|
214
|
+
## Migration from v0.2.3
|
|
215
|
+
|
|
216
|
+
### Required Changes
|
|
217
|
+
**None** - v0.2.3 manifests work without modification.
|
|
218
|
+
|
|
219
|
+
### Recommended Changes
|
|
220
|
+
|
|
221
|
+
1. **Add state configuration for stateful agents**:
|
|
222
|
+
```yaml
|
|
223
|
+
spec:
|
|
224
|
+
state:
|
|
225
|
+
mode: session
|
|
226
|
+
storage:
|
|
227
|
+
type: memory
|
|
228
|
+
retention: 24h
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
2. **Add transport metadata for streaming capabilities**:
|
|
232
|
+
```yaml
|
|
233
|
+
tools:
|
|
234
|
+
- type: http
|
|
235
|
+
transport:
|
|
236
|
+
protocol: http
|
|
237
|
+
streaming: response
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
3. **Add compliance tags for regulated environments**:
|
|
241
|
+
```yaml
|
|
242
|
+
tools:
|
|
243
|
+
- type: http
|
|
244
|
+
compliance_tags:
|
|
245
|
+
- pii
|
|
246
|
+
- gdpr
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
4. **Version capabilities for better lifecycle management**:
|
|
250
|
+
```yaml
|
|
251
|
+
capabilities:
|
|
252
|
+
- name: my_capability
|
|
253
|
+
version: '1.0'
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
See [migrations/v0.2.3-to-v0.2.4.md](migrations/v0.2.3-to-v0.2.4.md) for detailed migration guide.
|
|
257
|
+
|
|
258
|
+
## Installation
|
|
259
|
+
|
|
260
|
+
### Development Version
|
|
261
|
+
```bash
|
|
262
|
+
npm install -g @bluefly/openstandardagents@0.2.5
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
### Verify Installation
|
|
266
|
+
```bash
|
|
267
|
+
ossa --version
|
|
268
|
+
# Output: 0.2.5
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
## Compatibility
|
|
272
|
+
|
|
273
|
+
| Component | Version | Status |
|
|
274
|
+
|-----------|---------|--------|
|
|
275
|
+
| Node.js | >=18.0.0 | Required |
|
|
276
|
+
| npm | >=9.0.0 | Required |
|
|
277
|
+
| kAgent | v1alpha1, v1alpha2 | Full support |
|
|
278
|
+
| Drupal | 11.x, 10.x | Full support |
|
|
279
|
+
| OpenAI Agents SDK | v2.x | Full support |
|
|
280
|
+
| LangChain | v0.3.x | Full support |
|
|
281
|
+
| CrewAI | v0.11.x | Full support |
|
|
282
|
+
| MCP | Latest | Full support |
|
|
283
|
+
| Google ADK | Preview | Experimental |
|
|
284
|
+
| A2A Protocol | v0.1 | Experimental |
|
|
285
|
+
|
|
286
|
+
## Known Issues
|
|
287
|
+
|
|
288
|
+
- Transport metadata validation is experimental and may be refined
|
|
289
|
+
- State storage backends are limited to documented types
|
|
290
|
+
- Capability versioning pattern may change before stable release
|
|
291
|
+
- Google ADK extension is based on ADK preview release
|
|
292
|
+
|
|
293
|
+
## Testing
|
|
294
|
+
|
|
295
|
+
All existing tests pass. New tests added for:
|
|
296
|
+
- Transport metadata validation
|
|
297
|
+
- State configuration validation
|
|
298
|
+
- Security scopes validation
|
|
299
|
+
- Capability versioning validation
|
|
300
|
+
- Google ADK extension validation
|
|
301
|
+
|
|
302
|
+
## Security
|
|
303
|
+
|
|
304
|
+
No new security vulnerabilities introduced.
|
|
305
|
+
|
|
306
|
+
**Recommendations**:
|
|
307
|
+
- Use scopes to enforce least-privilege access
|
|
308
|
+
- Apply compliance_tags consistently for regulated data
|
|
309
|
+
- Review security implications of new transport modes
|
|
310
|
+
|
|
311
|
+
## Use Cases
|
|
312
|
+
|
|
313
|
+
### Streaming LLM Agent
|
|
314
|
+
```yaml
|
|
315
|
+
spec:
|
|
316
|
+
tools:
|
|
317
|
+
- type: http
|
|
318
|
+
transport:
|
|
319
|
+
protocol: http
|
|
320
|
+
streaming: response
|
|
321
|
+
content_type: text/event-stream
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
### Stateful Chat Agent
|
|
325
|
+
```yaml
|
|
326
|
+
spec:
|
|
327
|
+
state:
|
|
328
|
+
mode: session
|
|
329
|
+
storage:
|
|
330
|
+
type: memory
|
|
331
|
+
retention: 24h
|
|
332
|
+
context_window:
|
|
333
|
+
max_messages: 50
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
### HIPAA-Compliant Agent
|
|
337
|
+
```yaml
|
|
338
|
+
spec:
|
|
339
|
+
tools:
|
|
340
|
+
- type: http
|
|
341
|
+
auth:
|
|
342
|
+
scopes: [read:phi, write:phi]
|
|
343
|
+
compliance_tags: [hipaa, pii]
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
### Google ADK Multi-Agent
|
|
347
|
+
```yaml
|
|
348
|
+
extensions:
|
|
349
|
+
google_adk:
|
|
350
|
+
enabled: true
|
|
351
|
+
agent_type: sequential_agent
|
|
352
|
+
sub_agents: [researcher, writer, reviewer]
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
## Roadmap to v0.2.4 Stable
|
|
356
|
+
|
|
357
|
+
- [ ] Finalize transport metadata validation rules
|
|
358
|
+
- [ ] Extend state storage backend options
|
|
359
|
+
- [ ] Refine capability versioning semantics
|
|
360
|
+
- [ ] Update Google ADK extension for GA release
|
|
361
|
+
- [ ] Enhanced A2A protocol support
|
|
362
|
+
- [ ] Additional examples and migration guides
|
|
363
|
+
|
|
364
|
+
## Contributors
|
|
365
|
+
|
|
366
|
+
- Transport and streaming design
|
|
367
|
+
- State management implementation
|
|
368
|
+
- Security scopes and compliance tagging
|
|
369
|
+
- Capability versioning system
|
|
370
|
+
- Google ADK extension
|
|
371
|
+
|
|
372
|
+
## Feedback
|
|
373
|
+
|
|
374
|
+
This is a development release. Please provide feedback:
|
|
375
|
+
|
|
376
|
+
- **Issues**: https://github.com/blueflyio/openstandardagents/issues
|
|
377
|
+
- **Documentation**: https://github.com/blueflyio/openstandardagents
|
|
378
|
+
|
|
379
|
+
## Next Steps
|
|
380
|
+
|
|
381
|
+
### v0.2.4 Stable (Planned)
|
|
382
|
+
- Finalized transport and state schemas
|
|
383
|
+
- Comprehensive examples
|
|
384
|
+
- Full test coverage
|
|
385
|
+
- Production-ready Google ADK extension
|
|
386
|
+
|
|
387
|
+
### v0.3.0 (Future)
|
|
388
|
+
- Agent composition patterns
|
|
389
|
+
- Distributed state management
|
|
390
|
+
- Cross-agent memory sharing
|
|
391
|
+
- Enhanced A2A protocol support
|
|
392
|
+
|
|
393
|
+
## Support
|
|
394
|
+
|
|
395
|
+
- **Documentation**: https://github.com/blueflyio/openstandardagents
|
|
396
|
+
- **Issues**: https://github.com/blueflyio/openstandardagents/issues
|
|
397
|
+
- **Examples**: https://github.com/blueflyio/openstandardagents/tree/main/examples
|
|
398
|
+
|
|
399
|
+
---
|
|
400
|
+
|
|
401
|
+
**Full Changelog**: [v0.2.3...v0.2.5](https://github.com/blueflyio/openstandardagents/compare/v0.2.3...v0.2.5)
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# OSSA v0.2.5-RC Specification
|
|
2
|
+
|
|
3
|
+
**Release Date**: November 24, 2025
|
|
4
|
+
**Status**: Stable Release
|
|
5
|
+
**Version**: 0.2.5
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
OSSA (Open Standard for Scalable AI Agents) v0.2.5-RC is a minor release introducing enhanced transport metadata, state management, security features, and capability versioning for better framework integration.
|
|
10
|
+
|
|
11
|
+
## What's in This Directory
|
|
12
|
+
|
|
13
|
+
- **`ossa-0.2.5-RC.schema.json`** - JSON Schema definition for OSSA v0.2.5-RC agent manifests
|
|
14
|
+
- **`ossa-0.2.5.yaml`** - YAML specification document
|
|
15
|
+
- **`CHANGELOG.md`** - Detailed release notes and feature descriptions
|
|
16
|
+
- **`README.md`** - This file
|
|
17
|
+
- **`migrations/`** - Upgrade guides from previous versions
|
|
18
|
+
|
|
19
|
+
## Key Features
|
|
20
|
+
|
|
21
|
+
### 🔄 Transport Metadata
|
|
22
|
+
- Protocol-specific configuration for capabilities
|
|
23
|
+
- Streaming support (SSE, WebSocket, gRPC)
|
|
24
|
+
- Enhanced integration with Google ADK, A2A protocol, MCP
|
|
25
|
+
|
|
26
|
+
### 🔒 Enhanced Security
|
|
27
|
+
- Security policies for tools and memory
|
|
28
|
+
- Access control for capabilities
|
|
29
|
+
- Audit logging support
|
|
30
|
+
|
|
31
|
+
### 📊 State Management
|
|
32
|
+
- Persistent and ephemeral state handling
|
|
33
|
+
- State versioning and migration
|
|
34
|
+
- Multi-agent state coordination
|
|
35
|
+
|
|
36
|
+
### 🔧 Capability Versioning
|
|
37
|
+
- Semantic versioning for tools and capabilities
|
|
38
|
+
- Backward compatibility tracking
|
|
39
|
+
- Deprecation warnings
|
|
40
|
+
|
|
41
|
+
## Compatibility
|
|
42
|
+
|
|
43
|
+
- **Backward Compatible**: Yes (with v0.2.2, v0.2.3, v0.2.4)
|
|
44
|
+
- **Breaking Changes**: None
|
|
45
|
+
- **Supported API Versions**: `ossa/v0.2.2`, `ossa/v0.2.3`, `ossa/v0.2.4`, `ossa/v0.2.5`, `ossa/v1`
|
|
46
|
+
|
|
47
|
+
## Migration
|
|
48
|
+
|
|
49
|
+
To upgrade from previous versions, see the migration guides:
|
|
50
|
+
- [v0.2.4 → v0.2.5](./migrations/v0.2.4-to-v0.2.5.md)
|
|
51
|
+
- [v0.2.3 → v0.2.5](./migrations/v0.2.3-to-v0.2.5.md)
|
|
52
|
+
|
|
53
|
+
## Validation
|
|
54
|
+
|
|
55
|
+
To validate manifests against this schema:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
npm install @bluefly/openstandardagents
|
|
59
|
+
ossa validate your-agent.yaml
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## Resources
|
|
63
|
+
|
|
64
|
+
- **Website**: https://openstandardagents.org
|
|
65
|
+
- **Schema URL**: https://openstandardagents.org/schemas/v0.2.5/agent.json
|
|
66
|
+
- **GitHub**: https://github.com/blueflyio/openstandardagents
|
|
67
|
+
- **GitHub Mirror**: https://github.com/blueflyio/openstandardagents
|
|
68
|
+
- **npm Package**: https://npmjs.com/package/@bluefly/openstandardagents
|
|
69
|
+
|
|
70
|
+
## License
|
|
71
|
+
|
|
72
|
+
MIT License - See root LICENSE file for details.
|
|
@@ -16,7 +16,7 @@ OSSA v0.2.4-dev introduces significant new features while maintaining full backw
|
|
|
16
16
|
**Optional**: Update `apiVersion` to access new features:
|
|
17
17
|
|
|
18
18
|
```diff
|
|
19
|
-
- apiVersion: ossa/v0.2.
|
|
19
|
+
- apiVersion: ossa/v0.2.4
|
|
20
20
|
+ apiVersion: ossa/v0.2.4-dev
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -50,7 +50,7 @@ Extended to support v0.2.4-dev:
|
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
# Install development version
|
|
53
|
-
npm install -g @bluefly/
|
|
53
|
+
npm install -g @bluefly/openstandardagents@0.2.4-dev
|
|
54
54
|
|
|
55
55
|
# Verify version
|
|
56
56
|
ossa --version
|
|
@@ -61,7 +61,7 @@ ossa --version
|
|
|
61
61
|
|
|
62
62
|
**Option A: Keep v0.2.3 (Works fine)**
|
|
63
63
|
```yaml
|
|
64
|
-
apiVersion: ossa/v0.2.
|
|
64
|
+
apiVersion: ossa/v0.2.4
|
|
65
65
|
# All existing features continue to work
|
|
66
66
|
```
|
|
67
67
|
|
|
@@ -326,7 +326,7 @@ extensions:
|
|
|
326
326
|
|
|
327
327
|
### Before (v0.2.3)
|
|
328
328
|
```yaml
|
|
329
|
-
apiVersion: ossa/v0.2.
|
|
329
|
+
apiVersion: ossa/v0.2.4
|
|
330
330
|
kind: Agent
|
|
331
331
|
metadata:
|
|
332
332
|
name: customer-support
|
|
@@ -435,7 +435,7 @@ ossa inspect my-agent.ossa.yaml --show state
|
|
|
435
435
|
|
|
436
436
|
**Solution**: Update CLI to v0.2.4-dev
|
|
437
437
|
```bash
|
|
438
|
-
npm install -g @bluefly/
|
|
438
|
+
npm install -g @bluefly/openstandardagents@0.2.4-dev
|
|
439
439
|
```
|
|
440
440
|
|
|
441
441
|
### Issue: "Invalid streaming mode"
|
|
@@ -484,7 +484,7 @@ Since all changes are additive, rollback is simple:
|
|
|
484
484
|
|
|
485
485
|
```bash
|
|
486
486
|
# Downgrade CLI if needed
|
|
487
|
-
npm install -g @bluefly/
|
|
487
|
+
npm install -g @bluefly/openstandardagents@0.2.3
|
|
488
488
|
```
|
|
489
489
|
|
|
490
490
|
---
|
|
@@ -493,7 +493,7 @@ npm install -g @bluefly/open-standards-scalable-agents@0.2.3
|
|
|
493
493
|
|
|
494
494
|
| Format | v0.2.3 Validator | v0.2.4-dev Validator | Notes |
|
|
495
495
|
|--------|------------------|----------------------|-------|
|
|
496
|
-
| `apiVersion: ossa/v0.2.
|
|
496
|
+
| `apiVersion: ossa/v0.2.4` | Valid | Valid | Backward compatible |
|
|
497
497
|
| `apiVersion: ossa/v0.2.4-dev` | Invalid | Valid | Requires new validator |
|
|
498
498
|
| New properties in v0.2.3 manifest | Invalid | Ignored | Will fail validation |
|
|
499
499
|
|
|
@@ -576,9 +576,9 @@ tools:
|
|
|
576
576
|
|
|
577
577
|
If you encounter issues during migration:
|
|
578
578
|
|
|
579
|
-
1. **Check Examples**: https://
|
|
580
|
-
2. **Read
|
|
581
|
-
3. **File Issue**: https://
|
|
579
|
+
1. **Check Examples**: https://github.com/blueflyio/openstandardagents/tree/main/examples
|
|
580
|
+
2. **Read Documentation**: https://github.com/blueflyio/openstandardagents
|
|
581
|
+
3. **File Issue**: https://github.com/blueflyio/openstandardagents/issues
|
|
582
582
|
|
|
583
583
|
---
|
|
584
584
|
|