@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,555 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://ossa.io/schemas/0.2.1/agent.json",
|
|
4
|
+
"title": "OSSA 0.2.1 Agent Schema",
|
|
5
|
+
"description": "Formal JSON Schema for OSSA (Open Standard for Smart & Scalable Agents) version 1.0. The OpenAPI for AI Agents.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["ossaVersion", "agent"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"ossaVersion": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"enum": ["0.2.1"],
|
|
12
|
+
"description": "OSSA specification version"
|
|
13
|
+
},
|
|
14
|
+
"agent": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"required": ["id", "name", "version", "role", "runtime", "capabilities"],
|
|
17
|
+
"properties": {
|
|
18
|
+
"id": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
|
|
21
|
+
"maxLength": 63,
|
|
22
|
+
"description": "Unique agent identifier (DNS-1123 subdomain format)",
|
|
23
|
+
"examples": ["compliance-scanner", "chat-bot-v1", "workflow-orchestrator"]
|
|
24
|
+
},
|
|
25
|
+
"name": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"maxLength": 200,
|
|
29
|
+
"description": "Human-readable agent name",
|
|
30
|
+
"examples": ["Compliance Scanner", "Customer Support Chat Bot"]
|
|
31
|
+
},
|
|
32
|
+
"version": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
|
|
35
|
+
"description": "Semantic version (semver 2.0.0)",
|
|
36
|
+
"examples": ["1.0.0", "2.1.3-beta.1"]
|
|
37
|
+
},
|
|
38
|
+
"description": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"description": "Agent purpose and capabilities description"
|
|
41
|
+
},
|
|
42
|
+
"role": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"enum": [
|
|
45
|
+
"compliance",
|
|
46
|
+
"chat",
|
|
47
|
+
"orchestration",
|
|
48
|
+
"audit",
|
|
49
|
+
"workflow",
|
|
50
|
+
"monitoring",
|
|
51
|
+
"data_processing",
|
|
52
|
+
"integration",
|
|
53
|
+
"development",
|
|
54
|
+
"custom"
|
|
55
|
+
],
|
|
56
|
+
"description": "Primary agent role/purpose"
|
|
57
|
+
},
|
|
58
|
+
"tags": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"description": "Searchable tags for discovery",
|
|
64
|
+
"examples": [["security", "fedramp", "compliance"]]
|
|
65
|
+
},
|
|
66
|
+
"runtime": {
|
|
67
|
+
"type": "object",
|
|
68
|
+
"required": ["type"],
|
|
69
|
+
"properties": {
|
|
70
|
+
"type": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"enum": ["docker", "k8s", "local", "serverless", "edge"],
|
|
73
|
+
"description": "Runtime environment type"
|
|
74
|
+
},
|
|
75
|
+
"image": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"description": "Container image (for docker/k8s)",
|
|
78
|
+
"examples": ["ossa/compliance-scanner:1.0.0"]
|
|
79
|
+
},
|
|
80
|
+
"command": {
|
|
81
|
+
"type": "array",
|
|
82
|
+
"items": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"description": "Entrypoint command (for local)"
|
|
86
|
+
},
|
|
87
|
+
"requirements": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"python": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Python version requirement"
|
|
93
|
+
},
|
|
94
|
+
"node": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"description": "Node.js version requirement"
|
|
97
|
+
},
|
|
98
|
+
"packages": {
|
|
99
|
+
"type": "array",
|
|
100
|
+
"items": {
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
"description": "Required packages"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"additionalProperties": true
|
|
107
|
+
},
|
|
108
|
+
"resources": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"cpu": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"description": "CPU request (Kubernetes format)",
|
|
114
|
+
"examples": ["500m", "1000m", "2"]
|
|
115
|
+
},
|
|
116
|
+
"memory": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"description": "Memory request (Kubernetes format)",
|
|
119
|
+
"examples": ["256Mi", "512Mi", "1Gi"]
|
|
120
|
+
},
|
|
121
|
+
"gpu": {
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"description": "GPU required"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"health_check": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": {
|
|
130
|
+
"type": {
|
|
131
|
+
"type": "string",
|
|
132
|
+
"enum": ["http", "tcp", "exec"],
|
|
133
|
+
"description": "Health check type"
|
|
134
|
+
},
|
|
135
|
+
"endpoint": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"description": "HTTP endpoint for health check",
|
|
138
|
+
"examples": ["/health", "/api/v1/health"]
|
|
139
|
+
},
|
|
140
|
+
"port": {
|
|
141
|
+
"type": "integer",
|
|
142
|
+
"description": "TCP port for health check"
|
|
143
|
+
},
|
|
144
|
+
"command": {
|
|
145
|
+
"type": "array",
|
|
146
|
+
"items": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"description": "Command to execute for health check"
|
|
150
|
+
},
|
|
151
|
+
"initial_delay_seconds": {
|
|
152
|
+
"type": "integer",
|
|
153
|
+
"default": 30
|
|
154
|
+
},
|
|
155
|
+
"period_seconds": {
|
|
156
|
+
"type": "integer",
|
|
157
|
+
"default": 10
|
|
158
|
+
},
|
|
159
|
+
"timeout_seconds": {
|
|
160
|
+
"type": "integer",
|
|
161
|
+
"default": 5
|
|
162
|
+
},
|
|
163
|
+
"failure_threshold": {
|
|
164
|
+
"type": "integer",
|
|
165
|
+
"default": 3
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"capabilities": {
|
|
172
|
+
"type": "array",
|
|
173
|
+
"minItems": 1,
|
|
174
|
+
"items": {
|
|
175
|
+
"type": "object",
|
|
176
|
+
"required": ["name", "description", "input_schema", "output_schema"],
|
|
177
|
+
"properties": {
|
|
178
|
+
"name": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"description": "Capability name (like OpenAPI operationId)"
|
|
181
|
+
},
|
|
182
|
+
"description": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"description": "What this capability does"
|
|
185
|
+
},
|
|
186
|
+
"input_schema": {
|
|
187
|
+
"oneOf": [
|
|
188
|
+
{
|
|
189
|
+
"type": "object",
|
|
190
|
+
"description": "JSON Schema for input"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"type": "string",
|
|
194
|
+
"format": "uri",
|
|
195
|
+
"description": "Reference to external schema (OpenAPI path)"
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"output_schema": {
|
|
200
|
+
"oneOf": [
|
|
201
|
+
{
|
|
202
|
+
"type": "object",
|
|
203
|
+
"description": "JSON Schema for output"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"type": "string",
|
|
207
|
+
"format": "uri",
|
|
208
|
+
"description": "Reference to external schema"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"examples": {
|
|
213
|
+
"type": "array",
|
|
214
|
+
"items": {
|
|
215
|
+
"type": "object",
|
|
216
|
+
"properties": {
|
|
217
|
+
"name": {
|
|
218
|
+
"type": "string"
|
|
219
|
+
},
|
|
220
|
+
"input": {
|
|
221
|
+
"type": "object"
|
|
222
|
+
},
|
|
223
|
+
"output": {
|
|
224
|
+
"type": "object"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"timeout_seconds": {
|
|
230
|
+
"type": "integer",
|
|
231
|
+
"default": 300,
|
|
232
|
+
"description": "Maximum execution time"
|
|
233
|
+
},
|
|
234
|
+
"retry_policy": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"properties": {
|
|
237
|
+
"max_attempts": {
|
|
238
|
+
"type": "integer",
|
|
239
|
+
"default": 3
|
|
240
|
+
},
|
|
241
|
+
"backoff": {
|
|
242
|
+
"type": "string",
|
|
243
|
+
"enum": ["linear", "exponential"],
|
|
244
|
+
"default": "exponential"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"policies": {
|
|
252
|
+
"type": "object",
|
|
253
|
+
"description": "Compliance and policy configuration",
|
|
254
|
+
"properties": {
|
|
255
|
+
"compliance": {
|
|
256
|
+
"type": "array",
|
|
257
|
+
"items": {
|
|
258
|
+
"type": "string",
|
|
259
|
+
"enum": [
|
|
260
|
+
"fedramp-low",
|
|
261
|
+
"fedramp-moderate",
|
|
262
|
+
"fedramp-high",
|
|
263
|
+
"iso27001",
|
|
264
|
+
"soc2-type1",
|
|
265
|
+
"soc2-type2",
|
|
266
|
+
"hipaa",
|
|
267
|
+
"gdpr",
|
|
268
|
+
"pci-dss",
|
|
269
|
+
"nist-800-53",
|
|
270
|
+
"iso42001",
|
|
271
|
+
"eu-ai-act"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"description": "Compliance frameworks this agent adheres to"
|
|
275
|
+
},
|
|
276
|
+
"data_residency": {
|
|
277
|
+
"type": "array",
|
|
278
|
+
"items": {
|
|
279
|
+
"type": "string"
|
|
280
|
+
},
|
|
281
|
+
"description": "Geographic restrictions (ISO 3166-1 alpha-2 codes)",
|
|
282
|
+
"examples": [["US", "CA"], ["EU"], ["US-GOV"]]
|
|
283
|
+
},
|
|
284
|
+
"encryption": {
|
|
285
|
+
"type": "boolean",
|
|
286
|
+
"default": true,
|
|
287
|
+
"description": "Require encryption in transit and at rest"
|
|
288
|
+
},
|
|
289
|
+
"audit": {
|
|
290
|
+
"type": "boolean",
|
|
291
|
+
"default": false,
|
|
292
|
+
"description": "Enable comprehensive audit logging"
|
|
293
|
+
},
|
|
294
|
+
"pii_handling": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"enum": ["none", "anonymize", "encrypt", "prohibit"],
|
|
297
|
+
"default": "none",
|
|
298
|
+
"description": "How to handle PII data"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"integration": {
|
|
303
|
+
"type": "object",
|
|
304
|
+
"description": "Integration and communication configuration",
|
|
305
|
+
"properties": {
|
|
306
|
+
"protocol": {
|
|
307
|
+
"type": "string",
|
|
308
|
+
"enum": ["http", "grpc", "mcp", "websocket"],
|
|
309
|
+
"default": "http",
|
|
310
|
+
"description": "Primary communication protocol"
|
|
311
|
+
},
|
|
312
|
+
"endpoints": {
|
|
313
|
+
"type": "object",
|
|
314
|
+
"properties": {
|
|
315
|
+
"base_url": {
|
|
316
|
+
"type": "string",
|
|
317
|
+
"format": "uri"
|
|
318
|
+
},
|
|
319
|
+
"health": {
|
|
320
|
+
"type": "string",
|
|
321
|
+
"default": "/health"
|
|
322
|
+
},
|
|
323
|
+
"metrics": {
|
|
324
|
+
"type": "string",
|
|
325
|
+
"default": "/metrics"
|
|
326
|
+
},
|
|
327
|
+
"openapi": {
|
|
328
|
+
"type": "string",
|
|
329
|
+
"description": "Path to OpenAPI specification"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"auth": {
|
|
334
|
+
"type": "object",
|
|
335
|
+
"properties": {
|
|
336
|
+
"type": {
|
|
337
|
+
"type": "string",
|
|
338
|
+
"enum": ["none", "api_key", "jwt", "oauth2", "mtls"],
|
|
339
|
+
"default": "jwt"
|
|
340
|
+
},
|
|
341
|
+
"config": {
|
|
342
|
+
"type": "object",
|
|
343
|
+
"additionalProperties": true
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"rate_limits": {
|
|
348
|
+
"type": "object",
|
|
349
|
+
"properties": {
|
|
350
|
+
"requests_per_second": {
|
|
351
|
+
"type": "integer"
|
|
352
|
+
},
|
|
353
|
+
"requests_per_minute": {
|
|
354
|
+
"type": "integer"
|
|
355
|
+
},
|
|
356
|
+
"burst": {
|
|
357
|
+
"type": "integer"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"monitoring": {
|
|
364
|
+
"type": "object",
|
|
365
|
+
"description": "Observability configuration",
|
|
366
|
+
"properties": {
|
|
367
|
+
"traces": {
|
|
368
|
+
"type": "boolean",
|
|
369
|
+
"default": true,
|
|
370
|
+
"description": "Enable OpenTelemetry tracing"
|
|
371
|
+
},
|
|
372
|
+
"metrics": {
|
|
373
|
+
"type": "boolean",
|
|
374
|
+
"default": true,
|
|
375
|
+
"description": "Enable Prometheus metrics"
|
|
376
|
+
},
|
|
377
|
+
"logs": {
|
|
378
|
+
"type": "boolean",
|
|
379
|
+
"default": true,
|
|
380
|
+
"description": "Enable structured logging"
|
|
381
|
+
},
|
|
382
|
+
"health_check": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"format": "uri",
|
|
385
|
+
"description": "Health check endpoint URL",
|
|
386
|
+
"examples": ["http://localhost:3100/health"]
|
|
387
|
+
},
|
|
388
|
+
"phoenix_arise": {
|
|
389
|
+
"type": "object",
|
|
390
|
+
"description": "Phoenix Arise integration",
|
|
391
|
+
"properties": {
|
|
392
|
+
"enabled": {
|
|
393
|
+
"type": "boolean"
|
|
394
|
+
},
|
|
395
|
+
"project": {
|
|
396
|
+
"type": "string"
|
|
397
|
+
},
|
|
398
|
+
"export_interval_seconds": {
|
|
399
|
+
"type": "integer",
|
|
400
|
+
"default": 60
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"dependencies": {
|
|
407
|
+
"type": "object",
|
|
408
|
+
"description": "Dependencies on other OSSA agents",
|
|
409
|
+
"properties": {
|
|
410
|
+
"required": {
|
|
411
|
+
"type": "array",
|
|
412
|
+
"items": {
|
|
413
|
+
"type": "object",
|
|
414
|
+
"required": ["agent_id", "min_version"],
|
|
415
|
+
"properties": {
|
|
416
|
+
"agent_id": {
|
|
417
|
+
"type": "string"
|
|
418
|
+
},
|
|
419
|
+
"min_version": {
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
422
|
+
"max_version": {
|
|
423
|
+
"type": "string"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"optional": {
|
|
429
|
+
"type": "array",
|
|
430
|
+
"items": {
|
|
431
|
+
"type": "object",
|
|
432
|
+
"properties": {
|
|
433
|
+
"agent_id": {
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
"fallback": {
|
|
437
|
+
"type": "string",
|
|
438
|
+
"description": "Fallback behavior if not available"
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"metadata": {
|
|
446
|
+
"type": "object",
|
|
447
|
+
"description": "Additional metadata for discovery and management",
|
|
448
|
+
"properties": {
|
|
449
|
+
"author": {
|
|
450
|
+
"type": "string"
|
|
451
|
+
},
|
|
452
|
+
"maintainer": {
|
|
453
|
+
"type": "string"
|
|
454
|
+
},
|
|
455
|
+
"homepage": {
|
|
456
|
+
"type": "string",
|
|
457
|
+
"format": "uri"
|
|
458
|
+
},
|
|
459
|
+
"repository": {
|
|
460
|
+
"type": "string",
|
|
461
|
+
"format": "uri"
|
|
462
|
+
},
|
|
463
|
+
"documentation": {
|
|
464
|
+
"type": "string",
|
|
465
|
+
"format": "uri"
|
|
466
|
+
},
|
|
467
|
+
"license": {
|
|
468
|
+
"type": "string",
|
|
469
|
+
"examples": ["MIT", "Apache-2.0", "GPL-3.0"]
|
|
470
|
+
},
|
|
471
|
+
"keywords": {
|
|
472
|
+
"type": "array",
|
|
473
|
+
"items": {
|
|
474
|
+
"type": "string"
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"additionalProperties": true
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"examples": [
|
|
484
|
+
{
|
|
485
|
+
"ossaVersion": "0.2.1",
|
|
486
|
+
"agent": {
|
|
487
|
+
"id": "compliance-scanner-v1",
|
|
488
|
+
"name": "FedRAMP Compliance Scanner",
|
|
489
|
+
"version": "1.0.0",
|
|
490
|
+
"description": "Automated compliance scanning for FedRAMP environments",
|
|
491
|
+
"role": "compliance",
|
|
492
|
+
"tags": ["security", "fedramp", "compliance"],
|
|
493
|
+
"runtime": {
|
|
494
|
+
"type": "k8s",
|
|
495
|
+
"image": "ossa/compliance-scanner:1.0.0",
|
|
496
|
+
"resources": {
|
|
497
|
+
"cpu": "500m",
|
|
498
|
+
"memory": "512Mi"
|
|
499
|
+
},
|
|
500
|
+
"health_check": {
|
|
501
|
+
"type": "http",
|
|
502
|
+
"endpoint": "/health",
|
|
503
|
+
"port": 3000
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"capabilities": [
|
|
507
|
+
{
|
|
508
|
+
"name": "scan_security_vulnerabilities",
|
|
509
|
+
"description": "Scan codebase for security vulnerabilities",
|
|
510
|
+
"input_schema": {
|
|
511
|
+
"type": "object",
|
|
512
|
+
"properties": {
|
|
513
|
+
"repository": {"type": "string"},
|
|
514
|
+
"branch": {"type": "string", "default": "main"}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"output_schema": {
|
|
518
|
+
"type": "object",
|
|
519
|
+
"properties": {
|
|
520
|
+
"vulnerabilities": {
|
|
521
|
+
"type": "array",
|
|
522
|
+
"items": {"type": "object"}
|
|
523
|
+
},
|
|
524
|
+
"severity_counts": {"type": "object"}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"policies": {
|
|
530
|
+
"compliance": ["fedramp-moderate", "soc2-type2"],
|
|
531
|
+
"data_residency": ["US"],
|
|
532
|
+
"encryption": true,
|
|
533
|
+
"audit": true
|
|
534
|
+
},
|
|
535
|
+
"integration": {
|
|
536
|
+
"protocol": "http",
|
|
537
|
+
"endpoints": {
|
|
538
|
+
"base_url": "http://compliance-scanner:3000",
|
|
539
|
+
"health": "/health",
|
|
540
|
+
"metrics": "/metrics"
|
|
541
|
+
},
|
|
542
|
+
"auth": {
|
|
543
|
+
"type": "jwt"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"monitoring": {
|
|
547
|
+
"traces": true,
|
|
548
|
+
"metrics": true,
|
|
549
|
+
"logs": true,
|
|
550
|
+
"health_check": "http://localhost:3000/health"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
}
|
|
@@ -93,7 +93,7 @@ All kagent examples updated with:
|
|
|
93
93
|
```yaml
|
|
94
94
|
# Both versions work identically
|
|
95
95
|
apiVersion: ossa/v0.2.2 # Still valid
|
|
96
|
-
apiVersion: ossa/v0.2.
|
|
96
|
+
apiVersion: ossa/v0.2.4 # Recommended
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
### Recommended Changes
|
|
@@ -107,12 +107,12 @@ See [migrations/v0.2.2-to-v0.2.3.md](migrations/v0.2.2-to-v0.2.3.md) for detaile
|
|
|
107
107
|
|
|
108
108
|
### npm (Recommended)
|
|
109
109
|
```bash
|
|
110
|
-
npm install -g @bluefly/
|
|
110
|
+
npm install -g @bluefly/openstandardagents@0.2.3
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
### GitLab Package Registry
|
|
114
114
|
```bash
|
|
115
|
-
npm install
|
|
115
|
+
npm install @bluefly/openstandardagents@0.2.3
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
### Verify Installation
|
|
@@ -163,9 +163,9 @@ ossa --version
|
|
|
163
163
|
|
|
164
164
|
## Support
|
|
165
165
|
|
|
166
|
-
- **Documentation**: https://
|
|
167
|
-
- **Issues**: https://
|
|
168
|
-
- **Examples**: https://
|
|
166
|
+
- **Documentation**: https://github.com/blueflyio/openstandardagents
|
|
167
|
+
- **Issues**: https://github.com/blueflyio/openstandardagents/issues
|
|
168
|
+
- **Examples**: https://github.com/blueflyio/openstandardagents/tree/main/examples
|
|
169
169
|
|
|
170
170
|
## Acknowledgments
|
|
171
171
|
|
|
@@ -173,4 +173,4 @@ Special thanks to the OSSA community for feedback and contributions!
|
|
|
173
173
|
|
|
174
174
|
---
|
|
175
175
|
|
|
176
|
-
**Full Changelog**: [v0.2.2...v0.2.3](https://
|
|
176
|
+
**Full Changelog**: [v0.2.2...v0.2.3](https://github.com/blueflyio/openstandardagents/compare/v0.2.2...v0.2.3)
|
|
@@ -20,11 +20,11 @@ OSSA is to AI agents what OpenAPI is to REST APIs:
|
|
|
20
20
|
## API Version
|
|
21
21
|
|
|
22
22
|
```yaml
|
|
23
|
-
apiVersion: ossa/v0.2.
|
|
23
|
+
apiVersion: ossa/v0.2.4
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
The schema accepts:
|
|
27
|
-
- `ossa/v0.2.
|
|
27
|
+
- `ossa/v0.2.4` (recommended)
|
|
28
28
|
- `ossa/v0.2.2` (backward compatible)
|
|
29
29
|
- `ossa/v1` (forward compatible)
|
|
30
30
|
|
|
@@ -33,7 +33,7 @@ The schema accepts:
|
|
|
33
33
|
### Kubernetes-Style Manifest
|
|
34
34
|
|
|
35
35
|
```yaml
|
|
36
|
-
apiVersion: ossa/v0.2.
|
|
36
|
+
apiVersion: ossa/v0.2.4
|
|
37
37
|
kind: Agent
|
|
38
38
|
metadata:
|
|
39
39
|
name: my-agent
|
|
@@ -86,7 +86,7 @@ Simply update your `apiVersion` field:
|
|
|
86
86
|
apiVersion: ossa/v0.2.2
|
|
87
87
|
|
|
88
88
|
# After (v0.2.3)
|
|
89
|
-
apiVersion: ossa/v0.2.
|
|
89
|
+
apiVersion: ossa/v0.2.4
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
Both versions are accepted by the same schema. See [migrations/v0.2.2-to-v0.2.3.md](migrations/v0.2.2-to-v0.2.3.md) for details.
|
|
@@ -121,7 +121,7 @@ Validate your manifests using the OSSA CLI:
|
|
|
121
121
|
|
|
122
122
|
```bash
|
|
123
123
|
# Install
|
|
124
|
-
npm install -g @bluefly/
|
|
124
|
+
npm install -g @bluefly/openstandardagents
|
|
125
125
|
|
|
126
126
|
# Validate
|
|
127
127
|
ossa validate my-agent.ossa.yaml
|
|
@@ -132,10 +132,10 @@ ossa generate my-new-agent --type worker
|
|
|
132
132
|
|
|
133
133
|
## Resources
|
|
134
134
|
|
|
135
|
-
- **Main Docs**: https://
|
|
136
|
-
- **Examples**: https://
|
|
137
|
-
- **Migration Guides**: https://
|
|
138
|
-
- **OpenAPI Extensions**: https://
|
|
135
|
+
- **Main Docs**: https://github.com/blueflyio/openstandardagents
|
|
136
|
+
- **Examples**: https://github.com/blueflyio/openstandardagents/tree/main/examples
|
|
137
|
+
- **Migration Guides**: https://github.com/blueflyio/openstandardagents/tree/main/spec
|
|
138
|
+
- **OpenAPI Extensions**: https://github.com/blueflyio/openstandardagents/tree/main/docs
|
|
139
139
|
|
|
140
140
|
## Compatibility Matrix
|
|
141
141
|
|