@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,217 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Document Analyzer Agent API
|
|
4
|
+
version: 2.1.0
|
|
5
|
+
description: |
|
|
6
|
+
Production document analysis agent with NLP capabilities.
|
|
7
|
+
Analyzes documents for sentiment, extracts entities, generates summaries, and classifies content.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: intermediate
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
|
|
17
|
+
x-ossa:
|
|
18
|
+
version: 0.2.5-RC
|
|
19
|
+
agent:
|
|
20
|
+
id: document-analyzer
|
|
21
|
+
type: worker
|
|
22
|
+
compliance:
|
|
23
|
+
standards:
|
|
24
|
+
- openapi-first
|
|
25
|
+
- type-safe
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: https://document-analyzer.platform.com/api/v1
|
|
31
|
+
description: Production
|
|
32
|
+
|
|
33
|
+
tags:
|
|
34
|
+
- name: analysis
|
|
35
|
+
description: Document analysis operations
|
|
36
|
+
- name: extraction
|
|
37
|
+
description: Text extraction operations
|
|
38
|
+
|
|
39
|
+
paths:
|
|
40
|
+
/analyze:
|
|
41
|
+
post:
|
|
42
|
+
summary: Analyze document
|
|
43
|
+
description: Comprehensive document analysis with sentiment and entity extraction
|
|
44
|
+
operationId: analyzeDocument
|
|
45
|
+
tags: [analysis]
|
|
46
|
+
x-ossa-capability: analyze_document
|
|
47
|
+
x-ossa-autonomy:
|
|
48
|
+
level: autonomous
|
|
49
|
+
approval_required: false
|
|
50
|
+
x-ossa-llm:
|
|
51
|
+
provider: openai
|
|
52
|
+
model: gpt-4o-mini
|
|
53
|
+
temperature: 0.3
|
|
54
|
+
requestBody:
|
|
55
|
+
required: true
|
|
56
|
+
content:
|
|
57
|
+
application/json:
|
|
58
|
+
schema:
|
|
59
|
+
type: object
|
|
60
|
+
required: [document]
|
|
61
|
+
properties:
|
|
62
|
+
document:
|
|
63
|
+
type: string
|
|
64
|
+
description: Document text to analyze
|
|
65
|
+
include_entities:
|
|
66
|
+
type: boolean
|
|
67
|
+
default: true
|
|
68
|
+
include_sentiment:
|
|
69
|
+
type: boolean
|
|
70
|
+
default: true
|
|
71
|
+
responses:
|
|
72
|
+
'200':
|
|
73
|
+
description: Analysis completed
|
|
74
|
+
content:
|
|
75
|
+
application/json:
|
|
76
|
+
schema:
|
|
77
|
+
type: object
|
|
78
|
+
properties:
|
|
79
|
+
sentiment:
|
|
80
|
+
type: object
|
|
81
|
+
properties:
|
|
82
|
+
score:
|
|
83
|
+
type: number
|
|
84
|
+
label:
|
|
85
|
+
type: string
|
|
86
|
+
confidence:
|
|
87
|
+
type: number
|
|
88
|
+
entities:
|
|
89
|
+
type: array
|
|
90
|
+
items:
|
|
91
|
+
type: object
|
|
92
|
+
properties:
|
|
93
|
+
type:
|
|
94
|
+
type: string
|
|
95
|
+
text:
|
|
96
|
+
type: string
|
|
97
|
+
start:
|
|
98
|
+
type: integer
|
|
99
|
+
end:
|
|
100
|
+
type: integer
|
|
101
|
+
summary:
|
|
102
|
+
type: string
|
|
103
|
+
|
|
104
|
+
/extract:
|
|
105
|
+
post:
|
|
106
|
+
summary: Extract text from document
|
|
107
|
+
description: Extract text from various document formats (PDF, DOCX, images)
|
|
108
|
+
operationId: extractText
|
|
109
|
+
tags: [extraction]
|
|
110
|
+
x-ossa-capability: extract_text
|
|
111
|
+
x-ossa-autonomy:
|
|
112
|
+
level: autonomous
|
|
113
|
+
approval_required: false
|
|
114
|
+
requestBody:
|
|
115
|
+
required: true
|
|
116
|
+
content:
|
|
117
|
+
multipart/form-data:
|
|
118
|
+
schema:
|
|
119
|
+
type: object
|
|
120
|
+
required: [document]
|
|
121
|
+
properties:
|
|
122
|
+
document:
|
|
123
|
+
type: string
|
|
124
|
+
format: binary
|
|
125
|
+
description: Document file to extract text from
|
|
126
|
+
responses:
|
|
127
|
+
'200':
|
|
128
|
+
description: Text extracted
|
|
129
|
+
content:
|
|
130
|
+
application/json:
|
|
131
|
+
schema:
|
|
132
|
+
type: object
|
|
133
|
+
properties:
|
|
134
|
+
text:
|
|
135
|
+
type: string
|
|
136
|
+
metadata:
|
|
137
|
+
type: object
|
|
138
|
+
properties:
|
|
139
|
+
format:
|
|
140
|
+
type: string
|
|
141
|
+
pages:
|
|
142
|
+
type: integer
|
|
143
|
+
|
|
144
|
+
/summarize:
|
|
145
|
+
post:
|
|
146
|
+
summary: Summarize document
|
|
147
|
+
description: Generate concise document summary
|
|
148
|
+
operationId: summarizeDocument
|
|
149
|
+
tags: [analysis]
|
|
150
|
+
x-ossa-capability: summarize_document
|
|
151
|
+
x-ossa-autonomy:
|
|
152
|
+
level: autonomous
|
|
153
|
+
approval_required: false
|
|
154
|
+
requestBody:
|
|
155
|
+
required: true
|
|
156
|
+
content:
|
|
157
|
+
application/json:
|
|
158
|
+
schema:
|
|
159
|
+
type: object
|
|
160
|
+
required: [text]
|
|
161
|
+
properties:
|
|
162
|
+
text:
|
|
163
|
+
type: string
|
|
164
|
+
description: Document text to summarize
|
|
165
|
+
max_length:
|
|
166
|
+
type: integer
|
|
167
|
+
default: 500
|
|
168
|
+
description: Maximum summary length in characters
|
|
169
|
+
responses:
|
|
170
|
+
'200':
|
|
171
|
+
description: Summary generated
|
|
172
|
+
content:
|
|
173
|
+
application/json:
|
|
174
|
+
schema:
|
|
175
|
+
type: object
|
|
176
|
+
properties:
|
|
177
|
+
summary:
|
|
178
|
+
type: string
|
|
179
|
+
length:
|
|
180
|
+
type: integer
|
|
181
|
+
|
|
182
|
+
/classify:
|
|
183
|
+
post:
|
|
184
|
+
summary: Classify document
|
|
185
|
+
description: Classify document into predefined categories
|
|
186
|
+
operationId: classifyDocument
|
|
187
|
+
tags: [analysis]
|
|
188
|
+
x-ossa-capability: classify_document
|
|
189
|
+
x-ossa-autonomy:
|
|
190
|
+
level: autonomous
|
|
191
|
+
approval_required: false
|
|
192
|
+
requestBody:
|
|
193
|
+
required: true
|
|
194
|
+
content:
|
|
195
|
+
application/json:
|
|
196
|
+
schema:
|
|
197
|
+
type: object
|
|
198
|
+
required: [text]
|
|
199
|
+
properties:
|
|
200
|
+
text:
|
|
201
|
+
type: string
|
|
202
|
+
description: Document text to classify
|
|
203
|
+
responses:
|
|
204
|
+
'200':
|
|
205
|
+
description: Classification completed
|
|
206
|
+
content:
|
|
207
|
+
application/json:
|
|
208
|
+
schema:
|
|
209
|
+
type: object
|
|
210
|
+
properties:
|
|
211
|
+
category:
|
|
212
|
+
type: string
|
|
213
|
+
confidence:
|
|
214
|
+
type: number
|
|
215
|
+
minimum: 0
|
|
216
|
+
maximum: 1
|
|
217
|
+
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Hello World Agent API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
Minimal OSSA-compliant agent API demonstrating basic capabilities.
|
|
7
|
+
This agent can greet users, echo messages, and report its status.
|
|
8
|
+
Perfect for learning OSSA fundamentals and testing deployments.
|
|
9
|
+
|
|
10
|
+
x-ossa-metadata:
|
|
11
|
+
version: 0.2.5-RC
|
|
12
|
+
compliance:
|
|
13
|
+
level: basic
|
|
14
|
+
frameworks:
|
|
15
|
+
- OSSA
|
|
16
|
+
- OpenAPI 3.1
|
|
17
|
+
|
|
18
|
+
x-ossa:
|
|
19
|
+
version: 0.2.5-RC
|
|
20
|
+
agent:
|
|
21
|
+
id: hello-world-agent
|
|
22
|
+
type: worker
|
|
23
|
+
compliance:
|
|
24
|
+
standards:
|
|
25
|
+
- openapi-first
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: http://localhost:3000
|
|
31
|
+
description: Local development server
|
|
32
|
+
|
|
33
|
+
tags:
|
|
34
|
+
- name: greeting
|
|
35
|
+
description: Greeting operations
|
|
36
|
+
- name: echo
|
|
37
|
+
description: Echo operations
|
|
38
|
+
- name: status
|
|
39
|
+
description: Status operations
|
|
40
|
+
|
|
41
|
+
paths:
|
|
42
|
+
/greet:
|
|
43
|
+
post:
|
|
44
|
+
summary: Generate greeting
|
|
45
|
+
description: Generates a personalized greeting message for a user
|
|
46
|
+
operationId: greet
|
|
47
|
+
tags: [greeting]
|
|
48
|
+
x-ossa-capability: greeting
|
|
49
|
+
x-ossa-autonomy:
|
|
50
|
+
level: autonomous
|
|
51
|
+
approval_required: false
|
|
52
|
+
x-ossa-llm:
|
|
53
|
+
provider: openai
|
|
54
|
+
model: gpt-3.5-turbo
|
|
55
|
+
temperature: 0.7
|
|
56
|
+
requestBody:
|
|
57
|
+
required: true
|
|
58
|
+
content:
|
|
59
|
+
application/json:
|
|
60
|
+
schema:
|
|
61
|
+
type: object
|
|
62
|
+
required: [name]
|
|
63
|
+
properties:
|
|
64
|
+
name:
|
|
65
|
+
type: string
|
|
66
|
+
description: Name to greet
|
|
67
|
+
example: "Alice"
|
|
68
|
+
language:
|
|
69
|
+
type: string
|
|
70
|
+
enum: [en, es, fr, de]
|
|
71
|
+
default: en
|
|
72
|
+
description: Language for greeting
|
|
73
|
+
responses:
|
|
74
|
+
'200':
|
|
75
|
+
description: Greeting generated successfully
|
|
76
|
+
content:
|
|
77
|
+
application/json:
|
|
78
|
+
schema:
|
|
79
|
+
type: object
|
|
80
|
+
properties:
|
|
81
|
+
message:
|
|
82
|
+
type: string
|
|
83
|
+
description: The greeting message
|
|
84
|
+
timestamp:
|
|
85
|
+
type: string
|
|
86
|
+
format: date-time
|
|
87
|
+
|
|
88
|
+
/echo:
|
|
89
|
+
post:
|
|
90
|
+
summary: Echo input
|
|
91
|
+
description: Echo back a message sent to the agent
|
|
92
|
+
operationId: echo
|
|
93
|
+
tags: [echo]
|
|
94
|
+
x-ossa-capability: echo_message
|
|
95
|
+
x-ossa-autonomy:
|
|
96
|
+
level: autonomous
|
|
97
|
+
approval_required: false
|
|
98
|
+
requestBody:
|
|
99
|
+
required: true
|
|
100
|
+
content:
|
|
101
|
+
application/json:
|
|
102
|
+
schema:
|
|
103
|
+
type: object
|
|
104
|
+
required: [message]
|
|
105
|
+
properties:
|
|
106
|
+
message:
|
|
107
|
+
type: string
|
|
108
|
+
description: Message to echo
|
|
109
|
+
responses:
|
|
110
|
+
'200':
|
|
111
|
+
description: Message echoed
|
|
112
|
+
content:
|
|
113
|
+
application/json:
|
|
114
|
+
schema:
|
|
115
|
+
type: object
|
|
116
|
+
properties:
|
|
117
|
+
echo:
|
|
118
|
+
type: string
|
|
119
|
+
received_at:
|
|
120
|
+
type: string
|
|
121
|
+
format: date-time
|
|
122
|
+
|
|
123
|
+
/status:
|
|
124
|
+
get:
|
|
125
|
+
summary: Get agent status
|
|
126
|
+
description: Returns the current status of the agent
|
|
127
|
+
operationId: getStatus
|
|
128
|
+
tags: [status]
|
|
129
|
+
x-ossa-capability: get_status
|
|
130
|
+
x-ossa-autonomy:
|
|
131
|
+
level: autonomous
|
|
132
|
+
approval_required: false
|
|
133
|
+
responses:
|
|
134
|
+
'200':
|
|
135
|
+
description: Agent status
|
|
136
|
+
content:
|
|
137
|
+
application/json:
|
|
138
|
+
schema:
|
|
139
|
+
type: object
|
|
140
|
+
properties:
|
|
141
|
+
status:
|
|
142
|
+
type: string
|
|
143
|
+
enum: [online, offline, maintenance]
|
|
144
|
+
version:
|
|
145
|
+
type: string
|
|
146
|
+
uptime:
|
|
147
|
+
type: integer
|
|
148
|
+
description: Uptime in seconds
|
|
149
|
+
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: GitLab ML Recommendation Engine API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
AI-powered customer success recommendation agent using RAG (Retrieval-Augmented Generation).
|
|
7
|
+
Provides data-driven recommendations for proactive customer engagement.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: intermediate
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
|
|
17
|
+
x-ossa:
|
|
18
|
+
version: 0.2.5-RC
|
|
19
|
+
agent:
|
|
20
|
+
id: gitlab-ml-recommender
|
|
21
|
+
type: integration
|
|
22
|
+
compliance:
|
|
23
|
+
standards:
|
|
24
|
+
- openapi-first
|
|
25
|
+
- type-safe
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: https://ml-recommender.platform.com/api/v1
|
|
31
|
+
description: Production
|
|
32
|
+
|
|
33
|
+
tags:
|
|
34
|
+
- name: recommendations
|
|
35
|
+
description: Recommendation operations
|
|
36
|
+
- name: search
|
|
37
|
+
description: Semantic search operations
|
|
38
|
+
|
|
39
|
+
paths:
|
|
40
|
+
/recommendations/generate:
|
|
41
|
+
post:
|
|
42
|
+
summary: Generate recommendations
|
|
43
|
+
description: |
|
|
44
|
+
Generate AI-powered recommendations using RAG pipeline.
|
|
45
|
+
Performs semantic search in Qdrant and generates recommendations with GPT-4.
|
|
46
|
+
operationId: generateRecommendations
|
|
47
|
+
tags: [recommendations]
|
|
48
|
+
x-ossa-capability: generate-recommendations
|
|
49
|
+
x-ossa-autonomy:
|
|
50
|
+
level: autonomous
|
|
51
|
+
approval_required: false
|
|
52
|
+
x-ossa-llm:
|
|
53
|
+
provider: openai
|
|
54
|
+
model: gpt-4
|
|
55
|
+
temperature: 0.7
|
|
56
|
+
requestBody:
|
|
57
|
+
required: true
|
|
58
|
+
content:
|
|
59
|
+
application/json:
|
|
60
|
+
schema:
|
|
61
|
+
type: object
|
|
62
|
+
required: [customer_id]
|
|
63
|
+
properties:
|
|
64
|
+
customer_id:
|
|
65
|
+
type: string
|
|
66
|
+
description: Customer identifier
|
|
67
|
+
context:
|
|
68
|
+
type: object
|
|
69
|
+
description: Additional context for recommendations
|
|
70
|
+
limit:
|
|
71
|
+
type: integer
|
|
72
|
+
default: 10
|
|
73
|
+
description: Maximum number of recommendations
|
|
74
|
+
responses:
|
|
75
|
+
'200':
|
|
76
|
+
description: Recommendations generated
|
|
77
|
+
content:
|
|
78
|
+
application/json:
|
|
79
|
+
schema:
|
|
80
|
+
type: object
|
|
81
|
+
properties:
|
|
82
|
+
recommendations:
|
|
83
|
+
type: array
|
|
84
|
+
items:
|
|
85
|
+
type: object
|
|
86
|
+
properties:
|
|
87
|
+
id:
|
|
88
|
+
type: string
|
|
89
|
+
title:
|
|
90
|
+
type: string
|
|
91
|
+
description:
|
|
92
|
+
type: string
|
|
93
|
+
priority:
|
|
94
|
+
type: string
|
|
95
|
+
confidence:
|
|
96
|
+
type: number
|
|
97
|
+
source:
|
|
98
|
+
type: string
|
|
99
|
+
customer_health_score:
|
|
100
|
+
type: number
|
|
101
|
+
|
|
102
|
+
/search/semantic:
|
|
103
|
+
post:
|
|
104
|
+
summary: Semantic search
|
|
105
|
+
description: Perform semantic search in Qdrant vector database
|
|
106
|
+
operationId: semanticSearch
|
|
107
|
+
tags: [search]
|
|
108
|
+
x-ossa-capability: semantic-search
|
|
109
|
+
x-ossa-autonomy:
|
|
110
|
+
level: autonomous
|
|
111
|
+
approval_required: false
|
|
112
|
+
requestBody:
|
|
113
|
+
required: true
|
|
114
|
+
content:
|
|
115
|
+
application/json:
|
|
116
|
+
schema:
|
|
117
|
+
type: object
|
|
118
|
+
required: [query]
|
|
119
|
+
properties:
|
|
120
|
+
query:
|
|
121
|
+
type: string
|
|
122
|
+
description: Search query text
|
|
123
|
+
top_k:
|
|
124
|
+
type: integer
|
|
125
|
+
default: 5
|
|
126
|
+
description: Number of results to return
|
|
127
|
+
filters:
|
|
128
|
+
type: object
|
|
129
|
+
description: Additional filters for search
|
|
130
|
+
responses:
|
|
131
|
+
'200':
|
|
132
|
+
description: Search results
|
|
133
|
+
content:
|
|
134
|
+
application/json:
|
|
135
|
+
schema:
|
|
136
|
+
type: object
|
|
137
|
+
properties:
|
|
138
|
+
results:
|
|
139
|
+
type: array
|
|
140
|
+
items:
|
|
141
|
+
type: object
|
|
142
|
+
properties:
|
|
143
|
+
id:
|
|
144
|
+
type: string
|
|
145
|
+
text:
|
|
146
|
+
type: string
|
|
147
|
+
score:
|
|
148
|
+
type: number
|
|
149
|
+
metadata:
|
|
150
|
+
type: object
|
|
151
|
+
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Policy Compliance Governor Agent API
|
|
4
|
+
version: 1.1.0
|
|
5
|
+
description: |
|
|
6
|
+
Governance agent enforcing policies, compliance, and security standards across systems.
|
|
7
|
+
Validates compliance, assesses risks, and generates audit reports.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: enterprise
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
- SOC2
|
|
17
|
+
- PCI-DSS
|
|
18
|
+
- GDPR
|
|
19
|
+
- HIPAA
|
|
20
|
+
- ISO27001
|
|
21
|
+
governance:
|
|
22
|
+
approved: true
|
|
23
|
+
approvedBy: Governance Team
|
|
24
|
+
approvalDate: "2024-01-15"
|
|
25
|
+
|
|
26
|
+
x-ossa:
|
|
27
|
+
version: 0.2.5-RC
|
|
28
|
+
agent:
|
|
29
|
+
id: policy-compliance-governor
|
|
30
|
+
type: governor
|
|
31
|
+
compliance:
|
|
32
|
+
standards:
|
|
33
|
+
- openapi-first
|
|
34
|
+
- type-safe
|
|
35
|
+
validated: true
|
|
36
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
37
|
+
|
|
38
|
+
servers:
|
|
39
|
+
- url: https://governor.platform.com/api/v1
|
|
40
|
+
description: Production
|
|
41
|
+
|
|
42
|
+
tags:
|
|
43
|
+
- name: policies
|
|
44
|
+
description: Policy enforcement operations
|
|
45
|
+
- name: compliance
|
|
46
|
+
description: Compliance validation operations
|
|
47
|
+
- name: audit
|
|
48
|
+
description: Audit operations
|
|
49
|
+
|
|
50
|
+
paths:
|
|
51
|
+
/policies/enforce:
|
|
52
|
+
post:
|
|
53
|
+
summary: Enforce policy
|
|
54
|
+
description: Enforce policy on a resource or action
|
|
55
|
+
operationId: enforcePolicy
|
|
56
|
+
tags: [policies]
|
|
57
|
+
x-ossa-capability: enforce-policies
|
|
58
|
+
x-ossa-autonomy:
|
|
59
|
+
level: supervised
|
|
60
|
+
approval_required: false
|
|
61
|
+
requestBody:
|
|
62
|
+
required: true
|
|
63
|
+
content:
|
|
64
|
+
application/json:
|
|
65
|
+
schema:
|
|
66
|
+
type: object
|
|
67
|
+
required: [policy, resource]
|
|
68
|
+
properties:
|
|
69
|
+
policy:
|
|
70
|
+
type: string
|
|
71
|
+
description: Policy identifier
|
|
72
|
+
resource:
|
|
73
|
+
type: object
|
|
74
|
+
description: Resource to enforce policy on
|
|
75
|
+
mode:
|
|
76
|
+
type: string
|
|
77
|
+
enum: [advisory, blocking, logging]
|
|
78
|
+
default: blocking
|
|
79
|
+
responses:
|
|
80
|
+
'200':
|
|
81
|
+
description: Policy enforced
|
|
82
|
+
content:
|
|
83
|
+
application/json:
|
|
84
|
+
schema:
|
|
85
|
+
type: object
|
|
86
|
+
properties:
|
|
87
|
+
allowed:
|
|
88
|
+
type: boolean
|
|
89
|
+
reason:
|
|
90
|
+
type: string
|
|
91
|
+
violations:
|
|
92
|
+
type: array
|
|
93
|
+
items:
|
|
94
|
+
type: object
|
|
95
|
+
|
|
96
|
+
/compliance/validate:
|
|
97
|
+
post:
|
|
98
|
+
summary: Validate compliance
|
|
99
|
+
description: Validate resource or system against compliance framework
|
|
100
|
+
operationId: validateCompliance
|
|
101
|
+
tags: [compliance]
|
|
102
|
+
x-ossa-capability: validate-compliance
|
|
103
|
+
x-ossa-autonomy:
|
|
104
|
+
level: autonomous
|
|
105
|
+
approval_required: false
|
|
106
|
+
requestBody:
|
|
107
|
+
required: true
|
|
108
|
+
content:
|
|
109
|
+
application/json:
|
|
110
|
+
schema:
|
|
111
|
+
type: object
|
|
112
|
+
required: [framework, resource]
|
|
113
|
+
properties:
|
|
114
|
+
framework:
|
|
115
|
+
type: string
|
|
116
|
+
enum: [soc2, pci-dss, gdpr, hipaa, iso27001]
|
|
117
|
+
resource:
|
|
118
|
+
type: object
|
|
119
|
+
controls:
|
|
120
|
+
type: array
|
|
121
|
+
items:
|
|
122
|
+
type: string
|
|
123
|
+
responses:
|
|
124
|
+
'200':
|
|
125
|
+
description: Compliance validation completed
|
|
126
|
+
content:
|
|
127
|
+
application/json:
|
|
128
|
+
schema:
|
|
129
|
+
type: object
|
|
130
|
+
properties:
|
|
131
|
+
compliant:
|
|
132
|
+
type: boolean
|
|
133
|
+
violations:
|
|
134
|
+
type: array
|
|
135
|
+
items:
|
|
136
|
+
type: object
|
|
137
|
+
properties:
|
|
138
|
+
control:
|
|
139
|
+
type: string
|
|
140
|
+
severity:
|
|
141
|
+
type: string
|
|
142
|
+
description:
|
|
143
|
+
type: string
|
|
144
|
+
score:
|
|
145
|
+
type: number
|
|
146
|
+
|
|
147
|
+
/audit/generate:
|
|
148
|
+
post:
|
|
149
|
+
summary: Generate audit report
|
|
150
|
+
description: Generate audit report for compliance tracking
|
|
151
|
+
operationId: generateAuditReport
|
|
152
|
+
tags: [audit]
|
|
153
|
+
x-ossa-capability: generate-reports
|
|
154
|
+
x-ossa-autonomy:
|
|
155
|
+
level: autonomous
|
|
156
|
+
approval_required: false
|
|
157
|
+
requestBody:
|
|
158
|
+
required: true
|
|
159
|
+
content:
|
|
160
|
+
application/json:
|
|
161
|
+
schema:
|
|
162
|
+
type: object
|
|
163
|
+
required: [period]
|
|
164
|
+
properties:
|
|
165
|
+
period:
|
|
166
|
+
type: object
|
|
167
|
+
properties:
|
|
168
|
+
start:
|
|
169
|
+
type: string
|
|
170
|
+
format: date-time
|
|
171
|
+
end:
|
|
172
|
+
type: string
|
|
173
|
+
format: date-time
|
|
174
|
+
format:
|
|
175
|
+
type: string
|
|
176
|
+
enum: [json, pdf, html]
|
|
177
|
+
default: json
|
|
178
|
+
responses:
|
|
179
|
+
'200':
|
|
180
|
+
description: Audit report generated
|
|
181
|
+
content:
|
|
182
|
+
application/json:
|
|
183
|
+
schema:
|
|
184
|
+
type: object
|
|
185
|
+
properties:
|
|
186
|
+
report_id:
|
|
187
|
+
type: string
|
|
188
|
+
report_url:
|
|
189
|
+
type: string
|
|
190
|
+
format: uri
|
|
191
|
+
summary:
|
|
192
|
+
type: object
|
|
193
|
+
|