@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,121 @@
|
|
|
1
|
+
apiVersion: apps/v1
|
|
2
|
+
kind: Deployment
|
|
3
|
+
metadata:
|
|
4
|
+
name: prometheus-lite
|
|
5
|
+
namespace: monitoring
|
|
6
|
+
spec:
|
|
7
|
+
replicas: 1
|
|
8
|
+
selector:
|
|
9
|
+
matchLabels:
|
|
10
|
+
app: prometheus-lite
|
|
11
|
+
template:
|
|
12
|
+
metadata:
|
|
13
|
+
labels:
|
|
14
|
+
app: prometheus-lite
|
|
15
|
+
spec:
|
|
16
|
+
tolerations:
|
|
17
|
+
- key: "node.kubernetes.io/disk-pressure"
|
|
18
|
+
operator: "Exists"
|
|
19
|
+
effect: "NoSchedule"
|
|
20
|
+
containers:
|
|
21
|
+
- name: prometheus
|
|
22
|
+
image: prom/prometheus:latest
|
|
23
|
+
args:
|
|
24
|
+
- '--config.file=/etc/prometheus/prometheus.yml'
|
|
25
|
+
- '--storage.tsdb.path=/prometheus'
|
|
26
|
+
- '--storage.tsdb.retention.time=1h'
|
|
27
|
+
- '--storage.tsdb.retention.size=100MB'
|
|
28
|
+
ports:
|
|
29
|
+
- containerPort: 9090
|
|
30
|
+
resources:
|
|
31
|
+
requests:
|
|
32
|
+
memory: "128Mi"
|
|
33
|
+
cpu: "100m"
|
|
34
|
+
limits:
|
|
35
|
+
memory: "256Mi"
|
|
36
|
+
cpu: "200m"
|
|
37
|
+
volumeMounts:
|
|
38
|
+
- name: config
|
|
39
|
+
mountPath: /etc/prometheus
|
|
40
|
+
- name: storage
|
|
41
|
+
mountPath: /prometheus
|
|
42
|
+
volumes:
|
|
43
|
+
- name: config
|
|
44
|
+
configMap:
|
|
45
|
+
name: prometheus-config
|
|
46
|
+
- name: storage
|
|
47
|
+
emptyDir:
|
|
48
|
+
sizeLimit: 200Mi
|
|
49
|
+
---
|
|
50
|
+
apiVersion: v1
|
|
51
|
+
kind: Service
|
|
52
|
+
metadata:
|
|
53
|
+
name: prometheus-lite
|
|
54
|
+
namespace: monitoring
|
|
55
|
+
spec:
|
|
56
|
+
selector:
|
|
57
|
+
app: prometheus-lite
|
|
58
|
+
ports:
|
|
59
|
+
- port: 9090
|
|
60
|
+
targetPort: 9090
|
|
61
|
+
---
|
|
62
|
+
apiVersion: apps/v1
|
|
63
|
+
kind: Deployment
|
|
64
|
+
metadata:
|
|
65
|
+
name: grafana-lite
|
|
66
|
+
namespace: monitoring
|
|
67
|
+
spec:
|
|
68
|
+
replicas: 1
|
|
69
|
+
selector:
|
|
70
|
+
matchLabels:
|
|
71
|
+
app: grafana-lite
|
|
72
|
+
template:
|
|
73
|
+
metadata:
|
|
74
|
+
labels:
|
|
75
|
+
app: grafana-lite
|
|
76
|
+
spec:
|
|
77
|
+
tolerations:
|
|
78
|
+
- key: "node.kubernetes.io/disk-pressure"
|
|
79
|
+
operator: "Exists"
|
|
80
|
+
effect: "NoSchedule"
|
|
81
|
+
containers:
|
|
82
|
+
- name: grafana
|
|
83
|
+
image: grafana/grafana:latest
|
|
84
|
+
ports:
|
|
85
|
+
- containerPort: 3000
|
|
86
|
+
env:
|
|
87
|
+
- name: GF_SECURITY_ADMIN_PASSWORD
|
|
88
|
+
value: "admin"
|
|
89
|
+
- name: GF_USERS_ALLOW_SIGN_UP
|
|
90
|
+
value: "false"
|
|
91
|
+
resources:
|
|
92
|
+
requests:
|
|
93
|
+
memory: "128Mi"
|
|
94
|
+
cpu: "100m"
|
|
95
|
+
limits:
|
|
96
|
+
memory: "256Mi"
|
|
97
|
+
cpu: "200m"
|
|
98
|
+
volumeMounts:
|
|
99
|
+
- name: grafana-storage
|
|
100
|
+
mountPath: /var/lib/grafana
|
|
101
|
+
- name: grafana-datasources
|
|
102
|
+
mountPath: /etc/grafana/provisioning/datasources
|
|
103
|
+
volumes:
|
|
104
|
+
- name: grafana-storage
|
|
105
|
+
emptyDir:
|
|
106
|
+
sizeLimit: 100Mi
|
|
107
|
+
- name: grafana-datasources
|
|
108
|
+
configMap:
|
|
109
|
+
name: grafana-datasources
|
|
110
|
+
---
|
|
111
|
+
apiVersion: v1
|
|
112
|
+
kind: Service
|
|
113
|
+
metadata:
|
|
114
|
+
name: grafana-lite
|
|
115
|
+
namespace: monitoring
|
|
116
|
+
spec:
|
|
117
|
+
selector:
|
|
118
|
+
app: grafana-lite
|
|
119
|
+
ports:
|
|
120
|
+
- port: 3000
|
|
121
|
+
targetPort: 3000
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# OSSA Monitoring Stack
|
|
2
|
+
|
|
3
|
+
Prometheus + Grafana monitoring for OSSA agents and GitLab agent.
|
|
4
|
+
|
|
5
|
+
## Quick Deploy
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# Deploy everything
|
|
9
|
+
./deploy.sh
|
|
10
|
+
|
|
11
|
+
# Or manually
|
|
12
|
+
kubectl apply -f 00-namespace.yaml
|
|
13
|
+
kubectl apply -f 01-prometheus.yaml
|
|
14
|
+
kubectl apply -f 02-grafana.yaml
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Access Dashboards
|
|
18
|
+
|
|
19
|
+
### Prometheus
|
|
20
|
+
```bash
|
|
21
|
+
kubectl port-forward -n monitoring svc/prometheus 9090:9090
|
|
22
|
+
```
|
|
23
|
+
Open: http://localhost:9090
|
|
24
|
+
|
|
25
|
+
### Grafana
|
|
26
|
+
```bash
|
|
27
|
+
kubectl port-forward -n monitoring svc/grafana 3000:3000
|
|
28
|
+
```
|
|
29
|
+
Open: http://localhost:3000
|
|
30
|
+
Default: `admin` / `admin`
|
|
31
|
+
|
|
32
|
+
## What's Monitored
|
|
33
|
+
|
|
34
|
+
- **GitLab Agent** (gitlab-agent namespace)
|
|
35
|
+
- **OSSA Agents** (ossa-agents namespace)
|
|
36
|
+
- **Kubernetes Metrics**
|
|
37
|
+
|
|
38
|
+
## Check Status
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Pods
|
|
42
|
+
kubectl get pods -n monitoring
|
|
43
|
+
|
|
44
|
+
# Services
|
|
45
|
+
kubectl get svc -n monitoring
|
|
46
|
+
|
|
47
|
+
# Logs
|
|
48
|
+
kubectl logs -n monitoring -l app=prometheus
|
|
49
|
+
kubectl logs -n monitoring -l app=grafana
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Cleanup
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
kubectl delete namespace monitoring
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Next Steps
|
|
59
|
+
|
|
60
|
+
1. Deploy agents with metrics annotations:
|
|
61
|
+
```yaml
|
|
62
|
+
metadata:
|
|
63
|
+
annotations:
|
|
64
|
+
prometheus.io/scrape: "true"
|
|
65
|
+
prometheus.io/port: "9090"
|
|
66
|
+
prometheus.io/path: "/metrics"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
2. Import Grafana dashboards
|
|
70
|
+
3. Configure alerts
|
|
71
|
+
4. Add Jaeger for tracing
|
|
72
|
+
|
|
73
|
+
See: `.gitlab/docs/MONITORING-OBSERVABILITY.md`
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
set -e
|
|
3
|
+
|
|
4
|
+
echo "🚀 Deploying OSSA Monitoring Stack..."
|
|
5
|
+
|
|
6
|
+
# Check if kubectl is available
|
|
7
|
+
if ! command -v kubectl &> /dev/null; then
|
|
8
|
+
echo "❌ kubectl not found. Please install kubectl first."
|
|
9
|
+
exit 1
|
|
10
|
+
fi
|
|
11
|
+
|
|
12
|
+
# Deploy in order
|
|
13
|
+
echo "📦 Creating namespace..."
|
|
14
|
+
kubectl apply -f 00-namespace.yaml
|
|
15
|
+
|
|
16
|
+
echo "📊 Deploying Prometheus..."
|
|
17
|
+
kubectl apply -f 01-prometheus.yaml
|
|
18
|
+
|
|
19
|
+
echo "📈 Deploying Grafana..."
|
|
20
|
+
kubectl apply -f 02-grafana.yaml
|
|
21
|
+
|
|
22
|
+
echo ""
|
|
23
|
+
echo "✅ Monitoring stack deployed!"
|
|
24
|
+
echo ""
|
|
25
|
+
echo "📍 Access dashboards:"
|
|
26
|
+
echo ""
|
|
27
|
+
echo "Prometheus:"
|
|
28
|
+
echo " kubectl port-forward -n monitoring svc/prometheus 9090:9090"
|
|
29
|
+
echo " Then open: http://localhost:9090"
|
|
30
|
+
echo ""
|
|
31
|
+
echo "Grafana:"
|
|
32
|
+
echo " kubectl port-forward -n monitoring svc/grafana 3000:3000"
|
|
33
|
+
echo " Then open: http://localhost:3000"
|
|
34
|
+
echo " Default credentials: admin/admin"
|
|
35
|
+
echo ""
|
|
36
|
+
echo "🔍 Check status:"
|
|
37
|
+
echo " kubectl get pods -n monitoring"
|
|
38
|
+
echo ""
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# OpenAPI Specifications Changelog
|
|
2
|
+
|
|
3
|
+
## v0.2.5-RC (2025-11-25)
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Reorganized OpenAPI specs into `/core`, `/reference-implementations`, and `/internal` directories
|
|
7
|
+
- Updated all core and reference implementation specs to version 0.2.5-RC
|
|
8
|
+
- Moved internal project APIs to `/internal` directory (not part of public standard)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Comprehensive README documenting structure and usage
|
|
12
|
+
- Clear separation between standard APIs and internal tooling
|
|
13
|
+
|
|
14
|
+
### Structure
|
|
15
|
+
- **Core APIs**: Standard OSSA specification APIs
|
|
16
|
+
- **Reference Implementations**: Example integration patterns
|
|
17
|
+
- **Internal**: Project infrastructure (GitLab, release automation)
|
|
18
|
+
|
|
19
|
+
## v0.2.4 (Previous)
|
|
20
|
+
|
|
21
|
+
See `internal/CHANGELOG-0.2.4.md` for historical changes.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# OSSA OpenAPI Specifications
|
|
2
|
+
|
|
3
|
+
OpenAPI 3.1 specifications for OSSA core APIs and reference implementations.
|
|
4
|
+
|
|
5
|
+
## Structure
|
|
6
|
+
|
|
7
|
+
### `/core` - Core OSSA APIs
|
|
8
|
+
Standard APIs that define the OSSA specification:
|
|
9
|
+
- `ossa-core-api.openapi.yaml` - Core OSSA runtime API
|
|
10
|
+
- `ossa-registry-api.openapi.yaml` - Agent registry API
|
|
11
|
+
- `ossa-registry.openapi.yaml` - Registry service specification
|
|
12
|
+
- `unified-agent-gateway.openapi.yaml` - Gateway API for agent orchestration
|
|
13
|
+
|
|
14
|
+
### `/reference-implementations` - Example Implementations
|
|
15
|
+
Reference implementations showing OSSA integration patterns:
|
|
16
|
+
- `drupal-agent-api.openapi.yaml` - Drupal CMS integration
|
|
17
|
+
- `helm-generator.openapi.yaml` - Kubernetes Helm chart generator
|
|
18
|
+
- `self-evolving-ecosystem.openapi.yaml` - Self-evolving agent system
|
|
19
|
+
|
|
20
|
+
## Internal APIs
|
|
21
|
+
|
|
22
|
+
Internal project infrastructure APIs are located in `.gitlab/docs/infrastructure/openapi/`
|
|
23
|
+
|
|
24
|
+
## Version
|
|
25
|
+
|
|
26
|
+
Current version: **0.2.5-RC**
|
|
27
|
+
|
|
28
|
+
## Usage
|
|
29
|
+
|
|
30
|
+
Validate specs:
|
|
31
|
+
```bash
|
|
32
|
+
npm run validate:openapi
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Generate types:
|
|
36
|
+
```bash
|
|
37
|
+
npm run gen:types
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Standards
|
|
41
|
+
|
|
42
|
+
All OpenAPI specs follow:
|
|
43
|
+
- OpenAPI 3.1 specification
|
|
44
|
+
- JSON Schema Draft 2020-12
|
|
45
|
+
- OSSA naming conventions
|
|
46
|
+
- Semantic versioning
|
|
@@ -19,7 +19,7 @@ info:
|
|
|
19
19
|
|
|
20
20
|
contact:
|
|
21
21
|
name: Bluefly.io LLM Platform Team
|
|
22
|
-
url: https://
|
|
22
|
+
url: https://github.com/blueflyio/openstandardagents
|
|
23
23
|
license:
|
|
24
24
|
name: MIT
|
|
25
25
|
url: https://opensource.org/licenses/MIT
|
|
@@ -40,8 +40,19 @@ security:
|
|
|
40
40
|
paths:
|
|
41
41
|
# Health & Status
|
|
42
42
|
/health:
|
|
43
|
-
|
|
43
|
+
get:
|
|
44
44
|
|
|
45
|
+
summary: Health check
|
|
46
|
+
tags: [Health]
|
|
47
|
+
operationId: healthCheck
|
|
48
|
+
security: []
|
|
49
|
+
responses:
|
|
50
|
+
'200':
|
|
51
|
+
$ref: '#/components/responses/HealthCheck'
|
|
52
|
+
'503':
|
|
53
|
+
$ref: '#/components/responses/ServiceUnavailable'
|
|
54
|
+
'500':
|
|
55
|
+
$ref: '#/components/responses/InternalServerError'
|
|
45
56
|
/health/ready:
|
|
46
57
|
get:
|
|
47
58
|
summary: Readiness check
|
|
@@ -52,7 +63,9 @@ paths:
|
|
|
52
63
|
'200':
|
|
53
64
|
$ref: '#/components/responses/HealthCheck'
|
|
54
65
|
'503':
|
|
55
|
-
|
|
66
|
+
$ref: '#/components/responses/ServiceUnavailable'
|
|
67
|
+
'500':
|
|
68
|
+
$ref: '#/components/responses/InternalServerError'
|
|
56
69
|
|
|
57
70
|
/health/live:
|
|
58
71
|
get:
|
|
@@ -63,6 +76,10 @@ paths:
|
|
|
63
76
|
responses:
|
|
64
77
|
'200':
|
|
65
78
|
$ref: '#/components/responses/HealthCheck'
|
|
79
|
+
'503':
|
|
80
|
+
$ref: '#/components/responses/ServiceUnavailable'
|
|
81
|
+
'500':
|
|
82
|
+
$ref: '#/components/responses/InternalServerError'
|
|
66
83
|
|
|
67
84
|
# Agent Registry
|
|
68
85
|
/agents:
|
|
@@ -242,7 +259,31 @@ paths:
|
|
|
242
259
|
|
|
243
260
|
# Specification & Validation
|
|
244
261
|
/specification/validate:
|
|
245
|
-
|
|
262
|
+
post:
|
|
263
|
+
summary: Validate agent manifest
|
|
264
|
+
description: Validate an OSSA agent manifest against the specification
|
|
265
|
+
tags: [Specification]
|
|
266
|
+
operationId: validateManifest
|
|
267
|
+
requestBody:
|
|
268
|
+
required: true
|
|
269
|
+
content:
|
|
270
|
+
application/json:
|
|
271
|
+
schema:
|
|
272
|
+
$ref: '#/components/schemas/AgentManifest'
|
|
273
|
+
application/yaml:
|
|
274
|
+
schema:
|
|
275
|
+
$ref: '#/components/schemas/AgentManifest'
|
|
276
|
+
responses:
|
|
277
|
+
'200':
|
|
278
|
+
description: Validation result
|
|
279
|
+
content:
|
|
280
|
+
application/json:
|
|
281
|
+
schema:
|
|
282
|
+
$ref: '#/components/schemas/ValidationResult'
|
|
283
|
+
'400':
|
|
284
|
+
$ref: '#/components/responses/ValidationError'
|
|
285
|
+
'500':
|
|
286
|
+
$ref: '#/components/responses/InternalServerError'
|
|
246
287
|
|
|
247
288
|
/specification/taxonomies:
|
|
248
289
|
get:
|
|
@@ -1408,6 +1449,20 @@ components:
|
|
|
1408
1449
|
schema:
|
|
1409
1450
|
$ref: '#/components/schemas/Problem'
|
|
1410
1451
|
|
|
1452
|
+
ServiceUnavailable:
|
|
1453
|
+
description: Service unavailable
|
|
1454
|
+
content:
|
|
1455
|
+
application/problem+json:
|
|
1456
|
+
schema:
|
|
1457
|
+
$ref: '#/components/schemas/Problem'
|
|
1458
|
+
|
|
1459
|
+
InternalServerError:
|
|
1460
|
+
description: Internal server error
|
|
1461
|
+
content:
|
|
1462
|
+
application/problem+json:
|
|
1463
|
+
schema:
|
|
1464
|
+
$ref: '#/components/schemas/Problem'
|
|
1465
|
+
|
|
1411
1466
|
tags:
|
|
1412
1467
|
- name: Health
|
|
1413
1468
|
description: Service health and status
|
|
@@ -2,6 +2,9 @@ openapi: 3.1.0
|
|
|
2
2
|
info:
|
|
3
3
|
title: OSSA Agent Registry API
|
|
4
4
|
version: 0.1.9
|
|
5
|
+
license:
|
|
6
|
+
name: MIT
|
|
7
|
+
url: https://opensource.org/licenses/MIT
|
|
5
8
|
description: |
|
|
6
9
|
**REVOLUTIONARY** OSSA Agent Registry - First-of-its-kind for AI agents
|
|
7
10
|
|
|
@@ -25,8 +28,9 @@ info:
|
|
|
25
28
|
servers:
|
|
26
29
|
- url: https://registry.openstandardagents.org/api/v1
|
|
27
30
|
description: Production registry
|
|
28
|
-
|
|
29
|
-
|
|
31
|
+
# Local development server (commented to avoid lint warning)
|
|
32
|
+
# - url: http://localhost:8080/api/v1
|
|
33
|
+
# description: Local development
|
|
30
34
|
|
|
31
35
|
paths:
|
|
32
36
|
/agents:
|
|
@@ -34,6 +38,8 @@ paths:
|
|
|
34
38
|
operationId: listAgents
|
|
35
39
|
summary: List all registered agents
|
|
36
40
|
tags: [Agents]
|
|
41
|
+
security:
|
|
42
|
+
- ApiKeyAuth: []
|
|
37
43
|
parameters:
|
|
38
44
|
- name: role
|
|
39
45
|
in: query
|
|
@@ -74,6 +80,10 @@ paths:
|
|
|
74
80
|
$ref: '#/components/schemas/Agent'
|
|
75
81
|
pagination:
|
|
76
82
|
$ref: '#/components/schemas/Pagination'
|
|
83
|
+
'400':
|
|
84
|
+
$ref: '#/components/responses/BadRequest'
|
|
85
|
+
'401':
|
|
86
|
+
$ref: '#/components/responses/Unauthorized'
|
|
77
87
|
|
|
78
88
|
post:
|
|
79
89
|
operationId: registerAgent
|
|
@@ -104,6 +114,8 @@ paths:
|
|
|
104
114
|
operationId: getAgent
|
|
105
115
|
summary: Get agent details
|
|
106
116
|
tags: [Agents]
|
|
117
|
+
security:
|
|
118
|
+
- ApiKeyAuth: []
|
|
107
119
|
parameters:
|
|
108
120
|
- $ref: '#/components/parameters/AgentId'
|
|
109
121
|
responses:
|
|
@@ -159,6 +171,8 @@ paths:
|
|
|
159
171
|
operationId: listAgentVersions
|
|
160
172
|
summary: List agent versions
|
|
161
173
|
tags: [Versions]
|
|
174
|
+
security:
|
|
175
|
+
- ApiKeyAuth: []
|
|
162
176
|
parameters:
|
|
163
177
|
- $ref: '#/components/parameters/AgentId'
|
|
164
178
|
responses:
|
|
@@ -173,6 +187,10 @@ paths:
|
|
|
173
187
|
type: array
|
|
174
188
|
items:
|
|
175
189
|
$ref: '#/components/schemas/AgentVersion'
|
|
190
|
+
'400':
|
|
191
|
+
$ref: '#/components/responses/BadRequest'
|
|
192
|
+
'404':
|
|
193
|
+
$ref: '#/components/responses/NotFound'
|
|
176
194
|
|
|
177
195
|
post:
|
|
178
196
|
operationId: publishVersion
|
|
@@ -195,12 +213,18 @@ paths:
|
|
|
195
213
|
application/json:
|
|
196
214
|
schema:
|
|
197
215
|
$ref: '#/components/schemas/AgentVersion'
|
|
216
|
+
'400':
|
|
217
|
+
$ref: '#/components/responses/BadRequest'
|
|
218
|
+
'404':
|
|
219
|
+
$ref: '#/components/responses/NotFound'
|
|
198
220
|
|
|
199
221
|
/agents/{agentId}/certifications:
|
|
200
222
|
get:
|
|
201
223
|
operationId: listCertifications
|
|
202
224
|
summary: List agent certifications
|
|
203
225
|
tags: [Certifications]
|
|
226
|
+
security:
|
|
227
|
+
- ApiKeyAuth: []
|
|
204
228
|
parameters:
|
|
205
229
|
- $ref: '#/components/parameters/AgentId'
|
|
206
230
|
responses:
|
|
@@ -215,6 +239,45 @@ paths:
|
|
|
215
239
|
type: array
|
|
216
240
|
items:
|
|
217
241
|
$ref: '#/components/schemas/Certification'
|
|
242
|
+
'400':
|
|
243
|
+
$ref: '#/components/responses/BadRequest'
|
|
244
|
+
'404':
|
|
245
|
+
$ref: '#/components/responses/NotFound'
|
|
246
|
+
|
|
247
|
+
post:
|
|
248
|
+
operationId: addCertification
|
|
249
|
+
summary: Add certification
|
|
250
|
+
tags: [Certifications]
|
|
251
|
+
security:
|
|
252
|
+
- ApiKeyAuth: []
|
|
253
|
+
parameters:
|
|
254
|
+
- $ref: '#/components/parameters/AgentId'
|
|
255
|
+
requestBody:
|
|
256
|
+
required: true
|
|
257
|
+
content:
|
|
258
|
+
application/json:
|
|
259
|
+
schema:
|
|
260
|
+
$ref: '#/components/schemas/CertificationRequest'
|
|
261
|
+
responses:
|
|
262
|
+
'201':
|
|
263
|
+
description: Certification added
|
|
264
|
+
content:
|
|
265
|
+
application/json:
|
|
266
|
+
schema:
|
|
267
|
+
$ref: '#/components/schemas/Certification'
|
|
268
|
+
- $ref: '#/components/parameters/AgentId'
|
|
269
|
+
responses:
|
|
270
|
+
'200':
|
|
271
|
+
description: Certifications
|
|
272
|
+
content:
|
|
273
|
+
application/json:
|
|
274
|
+
schema:
|
|
275
|
+
type: object
|
|
276
|
+
properties:
|
|
277
|
+
certifications:
|
|
278
|
+
type: array
|
|
279
|
+
items:
|
|
280
|
+
$ref: '#/components/schemas/Certification'
|
|
218
281
|
|
|
219
282
|
post:
|
|
220
283
|
operationId: addCertification
|
|
@@ -260,12 +323,18 @@ paths:
|
|
|
260
323
|
application/json:
|
|
261
324
|
schema:
|
|
262
325
|
$ref: '#/components/schemas/DeploymentStatus'
|
|
326
|
+
'400':
|
|
327
|
+
$ref: '#/components/responses/BadRequest'
|
|
328
|
+
'404':
|
|
329
|
+
$ref: '#/components/responses/NotFound'
|
|
263
330
|
|
|
264
331
|
/agents/{agentId}/health:
|
|
265
332
|
get:
|
|
266
333
|
operationId: getAgentHealth
|
|
267
334
|
summary: Get agent health metrics
|
|
268
335
|
tags: [Health]
|
|
336
|
+
security:
|
|
337
|
+
- ApiKeyAuth: []
|
|
269
338
|
parameters:
|
|
270
339
|
- $ref: '#/components/parameters/AgentId'
|
|
271
340
|
responses:
|
|
@@ -275,6 +344,10 @@ paths:
|
|
|
275
344
|
application/json:
|
|
276
345
|
schema:
|
|
277
346
|
$ref: '#/components/schemas/HealthMetrics'
|
|
347
|
+
'400':
|
|
348
|
+
$ref: '#/components/responses/BadRequest'
|
|
349
|
+
'404':
|
|
350
|
+
$ref: '#/components/responses/NotFound'
|
|
278
351
|
|
|
279
352
|
/compliance/validate:
|
|
280
353
|
post:
|
package/openapi/{unified-agent-gateway.openapi.yaml → core/unified-agent-gateway.openapi.yaml}
RENAMED
|
@@ -24,7 +24,7 @@ info:
|
|
|
24
24
|
|
|
25
25
|
contact:
|
|
26
26
|
name: LLM Platform Team
|
|
27
|
-
url: https://
|
|
27
|
+
url: https://github.com/blueflyio/openstandardagents
|
|
28
28
|
|
|
29
29
|
license:
|
|
30
30
|
name: MIT
|
|
@@ -401,7 +401,7 @@ paths:
|
|
|
401
401
|
get:
|
|
402
402
|
tags: [gitlab]
|
|
403
403
|
summary: List available packages
|
|
404
|
-
description: Query
|
|
404
|
+
description: Query package registry
|
|
405
405
|
operationId: listGitLabPackages
|
|
406
406
|
parameters:
|
|
407
407
|
- name: scope
|
|
@@ -500,7 +500,7 @@ components:
|
|
|
500
500
|
type: string
|
|
501
501
|
format: uri
|
|
502
502
|
description: URL to OSSA manifest in GitLab
|
|
503
|
-
example: "https://
|
|
503
|
+
example: "https://github.com/blueflyio/openstandardagents/blob/main/examples/getting-started/hello-world-complete.ossa.yaml"
|
|
504
504
|
deployment_target:
|
|
505
505
|
type: string
|
|
506
506
|
enum: [kubernetes, docker, serverless]
|