@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
package/website/app/page.tsx
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import Link from 'next/link';
|
|
2
|
+
import type { Metadata } from 'next';
|
|
2
3
|
import { Logo } from '@/components/Logo';
|
|
3
4
|
|
|
5
|
+
export const metadata: Metadata = {
|
|
6
|
+
title: 'Open Standard Agents - Industry Standard for Agent Orchestration',
|
|
7
|
+
description: 'The vendor-neutral specification for multi-agent systems. Write once, deploy anywhere. Zero vendor lock-in.',
|
|
8
|
+
};
|
|
9
|
+
|
|
4
10
|
export default function HomePage() {
|
|
5
11
|
return (
|
|
6
12
|
<div className="flex flex-col">
|
|
7
13
|
{/* Hero Section */}
|
|
8
|
-
<section className="bg-gradient-
|
|
14
|
+
<section className="bg-gradient-to-br from-secondary via-primary to-accent text-white py-24 px-4">
|
|
9
15
|
<div className="container mx-auto max-w-7xl text-center">
|
|
10
|
-
<div className="mb-
|
|
11
|
-
<
|
|
12
|
-
src="/assets/brand/ossa-logo.svg"
|
|
13
|
-
alt="OSSA Logo"
|
|
14
|
-
className="h-24 w-24 mb-6 animate-pulse"
|
|
15
|
-
/>
|
|
16
|
-
<span className="inline-block px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full text-sm font-medium">
|
|
16
|
+
<div className="mb-6 flex flex-col items-center">
|
|
17
|
+
<span className="inline-block px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full text-sm font-medium mb-4">
|
|
17
18
|
The OpenAPI for AI Agents
|
|
18
19
|
</span>
|
|
19
20
|
</div>
|
|
20
21
|
<h1 className="text-6xl md:text-7xl font-bold mb-6 leading-tight">
|
|
21
|
-
Open Standard for
|
|
22
|
-
<span className="bg-gradient-to-r from-yellow-300 via-orange-300 to-pink-300 bg-clip-text text-transparent animate-pulse">
|
|
23
|
-
Scalable Agents
|
|
24
|
-
</span>
|
|
22
|
+
Open Standard for <span className="bg-gradient-to-r from-yellow-300 via-orange-300 to-pink-300 bg-clip-text text-transparent animate-pulse">Scalable Agents</span>
|
|
25
23
|
</h1>
|
|
26
24
|
<p className="text-3xl md:text-4xl mb-6 font-light">
|
|
27
25
|
The Interoperability Layer Your Agents Are Missing
|
|
28
26
|
</p>
|
|
29
|
-
<p className="text-xl md:text-2xl mb-
|
|
27
|
+
<p className="text-xl md:text-2xl mb-4 text-gray-200 max-w-4xl mx-auto">
|
|
30
28
|
A vendor-neutral, open specification for defining, deploying, and managing AI agents.
|
|
29
|
+
</p>
|
|
30
|
+
<p className="text-lg mb-8 text-white max-w-4xl mx-auto">
|
|
31
31
|
Just as OpenAPI standardizes REST APIs, Open Standard Agents standardizes agent interoperability
|
|
32
32
|
across frameworks, runtimes, and organizations.
|
|
33
33
|
</p>
|
|
34
34
|
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
|
|
35
|
-
<
|
|
35
|
+
<Link href="#get-started" className="btn-primary text-lg px-8 py-4 border-2 border-transparent hover:border-white transition-all">
|
|
36
36
|
Get Started
|
|
37
|
-
</
|
|
37
|
+
</Link>
|
|
38
38
|
<Link href="https://github.com/blueflyio/openstandardagents" className="btn-outline border-white text-white hover:bg-white hover:text-primary text-lg px-8 py-4" target="_blank" rel="noopener noreferrer">
|
|
39
39
|
View on GitHub
|
|
40
40
|
</Link>
|
|
41
|
-
<Link href="/schema" className="btn-outline border-white text-white hover:bg-white hover:text-primary text-lg px-8 py-4">
|
|
41
|
+
<Link href="/schema/" className="btn-outline border-white text-white hover:bg-white hover:text-primary text-lg px-8 py-4">
|
|
42
42
|
View Schema
|
|
43
43
|
</Link>
|
|
44
44
|
</div>
|
|
@@ -80,7 +80,7 @@ export default function HomePage() {
|
|
|
80
80
|
<div className="prose prose-lg max-w-none">
|
|
81
81
|
<p className="text-xl text-gray-700 mb-6 leading-relaxed">
|
|
82
82
|
In the world of AI agents, <strong className="text-gray-900">everyone calls an agent something different</strong>.
|
|
83
|
-
LangChain has
|
|
83
|
+
LangChain has "chains," CrewAI has "crews," OpenAI has "assistants," Anthropic has Claude with "tools."
|
|
84
84
|
Every framework invents its own terminology, its own configuration format, its own orchestration model.
|
|
85
85
|
</p>
|
|
86
86
|
<p className="text-xl text-gray-700 mb-6 leading-relaxed">
|
|
@@ -91,7 +91,7 @@ export default function HomePage() {
|
|
|
91
91
|
</p>
|
|
92
92
|
<p className="text-xl text-gray-700 mb-6 leading-relaxed">
|
|
93
93
|
Imagine if every API framework required its own documentation format—that was the world before OpenAPI.
|
|
94
|
-
Every API provider wrote docs differently, integration was chaos, and tooling couldn
|
|
94
|
+
Every API provider wrote docs differently, integration was chaos, and tooling couldn't be shared.
|
|
95
95
|
<strong className="text-gray-900"> OpenAPI solved this by creating one standard that every API could follow</strong>.
|
|
96
96
|
</p>
|
|
97
97
|
<div className="bg-white rounded-xl p-8 shadow-lg border-2 border-blue-200">
|
|
@@ -119,33 +119,30 @@ export default function HomePage() {
|
|
|
119
119
|
runtimes, and organizations.
|
|
120
120
|
</p>
|
|
121
121
|
</div>
|
|
122
|
-
|
|
122
|
+
|
|
123
123
|
<div className="grid md:grid-cols-3 gap-8 mb-12">
|
|
124
124
|
<div className="card-hover p-8">
|
|
125
|
-
|
|
126
125
|
<h3 className="text-2xl font-semibold mb-4 text-primary">Specification Standard</h3>
|
|
127
126
|
<p className="text-gray-700 mb-4">
|
|
128
|
-
|
|
127
|
+
OSSA is <strong>NOT a framework</strong> - it's a specification that defines the contract
|
|
129
128
|
for agent definition, deployment, and management.
|
|
130
129
|
</p>
|
|
131
130
|
<p className="text-gray-700">
|
|
132
|
-
Just like OpenAPI doesn
|
|
131
|
+
Just like OpenAPI doesn't implement APIs, OSSA doesn't implement agents.
|
|
133
132
|
It provides the standard that implementations follow.
|
|
134
133
|
</p>
|
|
135
134
|
</div>
|
|
136
135
|
<div className="card-hover p-8">
|
|
137
|
-
|
|
138
136
|
<h3 className="text-2xl font-semibold mb-4 text-primary">Framework-Agnostic</h3>
|
|
139
137
|
<p className="text-gray-700 mb-4">
|
|
140
138
|
Works seamlessly with any LLM framework or SDK - LangChain, Anthropic, OpenAI,
|
|
141
139
|
CrewAI, Langflow, AutoGen, and more.
|
|
142
140
|
</p>
|
|
143
141
|
<p className="text-gray-700">
|
|
144
|
-
Deploy to Kubernetes, Docker, serverless, or on-premise.
|
|
142
|
+
Deploy to Kubernetes, Docker, serverless, or on-premise. OSSA is infrastructure-agnostic.
|
|
145
143
|
</p>
|
|
146
144
|
</div>
|
|
147
145
|
<div className="card-hover p-8">
|
|
148
|
-
|
|
149
146
|
<h3 className="text-2xl font-semibold mb-4 text-primary">Vendor-Neutral</h3>
|
|
150
147
|
<p className="text-gray-700 mb-4">
|
|
151
148
|
No vendor lock-in. Write once, deploy anywhere. Move agents between teams,
|
|
@@ -158,64 +155,127 @@ export default function HomePage() {
|
|
|
158
155
|
</div>
|
|
159
156
|
|
|
160
157
|
{/* OpenAPI Comparison */}
|
|
161
|
-
<div className="bg-
|
|
162
|
-
<
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
158
|
+
<div className="bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 rounded-2xl p-8 md:p-12 mt-16 border-2 border-blue-100 shadow-xl">
|
|
159
|
+
<div className="text-center mb-12">
|
|
160
|
+
<h3 className="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-primary via-secondary to-primary bg-clip-text text-transparent">
|
|
161
|
+
The OpenAPI for Agents
|
|
162
|
+
</h3>
|
|
163
|
+
<div className="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto rounded-full"></div>
|
|
164
|
+
</div>
|
|
165
|
+
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-7xl mx-auto">
|
|
166
|
+
<div className="bg-white rounded-lg p-6 border-2 border-blue-100 shadow-md hover:shadow-xl hover:border-primary transition-all duration-300">
|
|
167
|
+
<h4 className="text-xl font-bold mb-5 text-primary pb-3 border-b-2 border-blue-100">OpenAPI for REST APIs</h4>
|
|
168
|
+
<ul className="space-y-3 text-gray-700">
|
|
169
|
+
<li className="flex items-start gap-3">
|
|
170
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
171
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
172
|
+
</svg>
|
|
173
|
+
<span className="font-medium">Standardizes REST API contracts</span>
|
|
174
|
+
</li>
|
|
175
|
+
<li className="flex items-start gap-3">
|
|
176
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
177
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
178
|
+
</svg>
|
|
179
|
+
<span className="font-medium">Enables API interoperability</span>
|
|
180
|
+
</li>
|
|
181
|
+
<li className="flex items-start gap-3">
|
|
182
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
183
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
184
|
+
</svg>
|
|
185
|
+
<span className="font-medium">Vendor-neutral specification</span>
|
|
186
|
+
</li>
|
|
187
|
+
<li className="flex items-start gap-3">
|
|
188
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
189
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
190
|
+
</svg>
|
|
191
|
+
<span className="font-medium">JSON Schema validation</span>
|
|
192
|
+
</li>
|
|
193
|
+
</ul>
|
|
194
|
+
</div>
|
|
195
|
+
<div className="bg-white rounded-lg p-6 border-2 border-blue-100 shadow-md hover:shadow-xl hover:border-secondary transition-all duration-300">
|
|
196
|
+
<h4 className="text-xl font-bold mb-5 text-secondary pb-3 border-b-2 border-cyan-100">OSSA for AI Agents</h4>
|
|
166
197
|
<ul className="space-y-3 text-gray-700">
|
|
167
|
-
<li className="flex items-start gap-
|
|
168
|
-
<svg className="w-5 h-5 text-
|
|
198
|
+
<li className="flex items-start gap-3">
|
|
199
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
169
200
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
170
201
|
</svg>
|
|
171
|
-
<span>Standardizes
|
|
202
|
+
<span className="font-medium">Standardizes AI agent contracts</span>
|
|
172
203
|
</li>
|
|
173
|
-
<li className="flex items-start gap-
|
|
174
|
-
<svg className="w-5 h-5 text-
|
|
204
|
+
<li className="flex items-start gap-3">
|
|
205
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
175
206
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
176
207
|
</svg>
|
|
177
|
-
<span>Enables
|
|
208
|
+
<span className="font-medium">Enables agent interoperability</span>
|
|
178
209
|
</li>
|
|
179
|
-
<li className="flex items-start gap-
|
|
180
|
-
<svg className="w-5 h-5 text-
|
|
210
|
+
<li className="flex items-start gap-3">
|
|
211
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
181
212
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
182
213
|
</svg>
|
|
183
|
-
<span>Vendor-neutral specification</span>
|
|
214
|
+
<span className="font-medium">Vendor-neutral specification</span>
|
|
184
215
|
</li>
|
|
185
|
-
<li className="flex items-start gap-
|
|
186
|
-
<svg className="w-5 h-5 text-
|
|
216
|
+
<li className="flex items-start gap-3">
|
|
217
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
187
218
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
188
219
|
</svg>
|
|
189
|
-
<span>JSON Schema validation</span>
|
|
220
|
+
<span className="font-medium">JSON Schema validation</span>
|
|
190
221
|
</li>
|
|
191
222
|
</ul>
|
|
192
223
|
</div>
|
|
193
|
-
<div>
|
|
194
|
-
<h4 className="text-xl font-
|
|
224
|
+
<div className="bg-white rounded-lg p-6 border-2 border-blue-100 shadow-md hover:shadow-xl hover:border-primary transition-all duration-300">
|
|
225
|
+
<h4 className="text-xl font-bold mb-5 text-primary pb-3 border-b-2 border-blue-100">OpenAPI Integration</h4>
|
|
195
226
|
<ul className="space-y-3 text-gray-700">
|
|
196
|
-
<li className="flex items-start gap-
|
|
197
|
-
<svg className="w-5 h-5 text-
|
|
227
|
+
<li className="flex items-start gap-3">
|
|
228
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
198
229
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
199
230
|
</svg>
|
|
200
|
-
<span>
|
|
231
|
+
<span className="font-medium">Seamless OpenAPI compatibility</span>
|
|
201
232
|
</li>
|
|
202
|
-
<li className="flex items-start gap-
|
|
203
|
-
<svg className="w-5 h-5 text-
|
|
233
|
+
<li className="flex items-start gap-3">
|
|
234
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
204
235
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
205
236
|
</svg>
|
|
206
|
-
<span>
|
|
237
|
+
<span className="font-medium">Import existing OpenAPI specs</span>
|
|
207
238
|
</li>
|
|
208
|
-
<li className="flex items-start gap-
|
|
209
|
-
<svg className="w-5 h-5 text-
|
|
239
|
+
<li className="flex items-start gap-3">
|
|
240
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
210
241
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
211
242
|
</svg>
|
|
212
|
-
<span>
|
|
243
|
+
<span className="font-medium">Export agents as OpenAPI</span>
|
|
213
244
|
</li>
|
|
214
|
-
<li className="flex items-start gap-
|
|
215
|
-
<svg className="w-5 h-5 text-
|
|
245
|
+
<li className="flex items-start gap-3">
|
|
246
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
216
247
|
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
217
248
|
</svg>
|
|
218
|
-
<span>
|
|
249
|
+
<span className="font-medium">Unified API and agent standards</span>
|
|
250
|
+
</li>
|
|
251
|
+
</ul>
|
|
252
|
+
</div>
|
|
253
|
+
<div className="bg-white rounded-lg p-6 border-2 border-blue-100 shadow-md hover:shadow-xl hover:border-secondary transition-all duration-300">
|
|
254
|
+
<h4 className="text-xl font-bold mb-5 text-secondary pb-3 border-b-2 border-cyan-100">API-to-Agent Bridge</h4>
|
|
255
|
+
<ul className="space-y-3 text-gray-700">
|
|
256
|
+
<li className="flex items-start gap-3">
|
|
257
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
258
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
259
|
+
</svg>
|
|
260
|
+
<span className="font-medium">Connect REST APIs to agents</span>
|
|
261
|
+
</li>
|
|
262
|
+
<li className="flex items-start gap-3">
|
|
263
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
264
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
265
|
+
</svg>
|
|
266
|
+
<span className="font-medium">Use OpenAPI as agent tools</span>
|
|
267
|
+
</li>
|
|
268
|
+
<li className="flex items-start gap-3">
|
|
269
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
270
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
271
|
+
</svg>
|
|
272
|
+
<span className="font-medium">Automatic API discovery</span>
|
|
273
|
+
</li>
|
|
274
|
+
<li className="flex items-start gap-3">
|
|
275
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
276
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
277
|
+
</svg>
|
|
278
|
+
<span className="font-medium">Bidirectional integration</span>
|
|
219
279
|
</li>
|
|
220
280
|
</ul>
|
|
221
281
|
</div>
|
|
@@ -233,7 +293,7 @@ export default function HomePage() {
|
|
|
233
293
|
Install the CLI, create your first agent, and start building with Open Standard Agents.
|
|
234
294
|
</p>
|
|
235
295
|
</div>
|
|
236
|
-
|
|
296
|
+
|
|
237
297
|
<div className="grid md:grid-cols-2 gap-8 max-w-5xl mx-auto mb-12">
|
|
238
298
|
<div className="card p-8">
|
|
239
299
|
<h3 className="text-2xl font-semibold mb-4 text-primary">1. Install CLI</h3>
|
|
@@ -270,9 +330,9 @@ osa export --to langchain`}</code>
|
|
|
270
330
|
</div>
|
|
271
331
|
</div>
|
|
272
332
|
</div>
|
|
273
|
-
|
|
333
|
+
|
|
274
334
|
<div className="text-center">
|
|
275
|
-
<Link href="/docs/getting-started/5-minute-overview" className="btn-primary text-lg px-8 py-4">
|
|
335
|
+
<Link href="/docs/getting-started/5-minute-overview/" className="btn-primary text-lg px-8 py-4">
|
|
276
336
|
Read Full Getting Started Guide
|
|
277
337
|
</Link>
|
|
278
338
|
</div>
|
|
@@ -290,19 +350,29 @@ osa export --to langchain`}</code>
|
|
|
290
350
|
</p>
|
|
291
351
|
</div>
|
|
292
352
|
|
|
293
|
-
{/* Logos Grid */}
|
|
294
|
-
<div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-items-center mb-
|
|
353
|
+
{/* Logos Grid - Row 1 */}
|
|
354
|
+
<div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-items-center mb-8">
|
|
295
355
|
<Logo domain="openai.com" name="OpenAI" />
|
|
296
356
|
<Logo domain="anthropic.com" name="Anthropic" />
|
|
297
|
-
<Logo domain="google
|
|
357
|
+
<Logo domain="deepmind.google" name="Gemini" />
|
|
298
358
|
<Logo domain="microsoft.com" name="Microsoft" />
|
|
299
359
|
<Logo domain="langchain.com" name="LangChain" />
|
|
300
360
|
<Logo domain="huggingface.co" name="Hugging Face" />
|
|
301
|
-
|
|
361
|
+
</div>
|
|
362
|
+
|
|
363
|
+
{/* Logos Grid - Row 2 */}
|
|
364
|
+
<div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-items-center mb-12">
|
|
365
|
+
<Logo domain="kagent.dev" name="kAgent" />
|
|
366
|
+
<Logo domain="crewai.com" name="CrewAI" />
|
|
367
|
+
<Logo domain="langflow.com" name="Langflow" />
|
|
368
|
+
<Logo domain="llamaindex.ai" name="LlamaIndex" />
|
|
369
|
+
<Logo domain="langchain.com" name="LangGraph" />
|
|
370
|
+
<Logo domain="modelcontextprotocol.io" name="MCP" />
|
|
371
|
+
<Logo domain="drupal.org" name="Drupal" />
|
|
372
|
+
<Logo domain="librechat.com" name="LibreChat" />
|
|
302
373
|
<Logo domain="docker.com" name="Docker" />
|
|
303
374
|
<Logo domain="kubernetes.io" name="Kubernetes" />
|
|
304
375
|
<Logo domain="aws.amazon.com" name="AWS" />
|
|
305
|
-
<Logo domain="cursor.sh" name="Cursor" />
|
|
306
376
|
<Logo domain="github.com" name="GitHub" />
|
|
307
377
|
</div>
|
|
308
378
|
|
|
@@ -310,7 +380,7 @@ osa export --to langchain`}</code>
|
|
|
310
380
|
<p className="text-lg text-gray-600 mb-6">
|
|
311
381
|
And many more frameworks, platforms, and tools...
|
|
312
382
|
</p>
|
|
313
|
-
<Link href="/docs/ecosystem/framework-support" className="btn-primary">
|
|
383
|
+
<Link href="/docs/ecosystem/framework-support/" className="btn-primary">
|
|
314
384
|
View All Integrations
|
|
315
385
|
</Link>
|
|
316
386
|
</div>
|
|
@@ -327,7 +397,7 @@ osa export --to langchain`}</code>
|
|
|
327
397
|
frameworks, teams, and infrastructures.
|
|
328
398
|
</p>
|
|
329
399
|
</div>
|
|
330
|
-
|
|
400
|
+
|
|
331
401
|
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
|
|
332
402
|
<div className="card-hover p-6 text-center">
|
|
333
403
|
<h3 className="text-xl font-semibold mb-3">Framework-Agnostic</h3>
|
|
@@ -336,47 +406,43 @@ osa export --to langchain`}</code>
|
|
|
336
406
|
No vendor lock-in.
|
|
337
407
|
</p>
|
|
338
408
|
</div>
|
|
339
|
-
<div className="
|
|
340
|
-
|
|
409
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
341
410
|
<h3 className="text-xl font-semibold mb-3">Portable</h3>
|
|
342
411
|
<p className="text-gray-700">
|
|
343
412
|
Move agents between teams, organizations, and infrastructures without rewriting code.
|
|
344
413
|
</p>
|
|
345
414
|
</div>
|
|
346
|
-
<div className="
|
|
415
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
347
416
|
<h3 className="text-xl font-semibold mb-3">Validatable</h3>
|
|
348
417
|
<p className="text-gray-700">
|
|
349
418
|
JSON Schema validation ensures correctness before deployment. Catch errors early.
|
|
350
419
|
</p>
|
|
351
420
|
</div>
|
|
352
|
-
<div className="
|
|
421
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
353
422
|
<h3 className="text-xl font-semibold mb-3">Well-Documented</h3>
|
|
354
423
|
<p className="text-gray-700">
|
|
355
424
|
Comprehensive documentation, examples, and tooling. Built for developers, by developers.
|
|
356
425
|
</p>
|
|
357
426
|
</div>
|
|
358
|
-
<div className="
|
|
359
|
-
|
|
427
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
360
428
|
<h3 className="text-xl font-semibold mb-3">Open Source</h3>
|
|
361
429
|
<p className="text-gray-700">
|
|
362
430
|
Apache 2.0 licensed. Community-driven. Transparent development process.
|
|
363
431
|
</p>
|
|
364
432
|
</div>
|
|
365
|
-
<div className="
|
|
366
|
-
|
|
433
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
367
434
|
<h3 className="text-xl font-semibold mb-3">Fast Integration</h3>
|
|
368
435
|
<p className="text-gray-700">
|
|
369
436
|
Export to any framework format. Import existing agents. Seamless migration paths.
|
|
370
437
|
</p>
|
|
371
438
|
</div>
|
|
372
|
-
<div className="
|
|
373
|
-
|
|
439
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
374
440
|
<h3 className="text-xl font-semibold mb-3">Secure by Design</h3>
|
|
375
441
|
<p className="text-gray-700">
|
|
376
442
|
Built-in security patterns, authentication, and compliance features.
|
|
377
443
|
</p>
|
|
378
444
|
</div>
|
|
379
|
-
<div className="
|
|
445
|
+
<div className="bg-white border border-gray-200 rounded-lg p-6 text-center shadow-sm hover:shadow-lg transition-shadow">
|
|
380
446
|
<h3 className="text-xl font-semibold mb-3">Observable</h3>
|
|
381
447
|
<p className="text-gray-700">
|
|
382
448
|
Built-in observability, logging, and monitoring. Track agent performance and behavior.
|
|
@@ -394,7 +460,7 @@ osa export --to langchain`}</code>
|
|
|
394
460
|
Join the community and start building with Open Standard Agents today.
|
|
395
461
|
</p>
|
|
396
462
|
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
|
397
|
-
<Link href="/examples" className="btn-secondary
|
|
463
|
+
<Link href="/examples/" className="btn-secondary">
|
|
398
464
|
View Examples
|
|
399
465
|
</Link>
|
|
400
466
|
<Link href="https://github.com/blueflyio/openstandardagents/issues" className="btn-outline border-white text-white hover:bg-white hover:text-primary" target="_blank" rel="noopener noreferrer">
|
|
@@ -406,4 +472,3 @@ osa export --to langchain`}</code>
|
|
|
406
472
|
</div>
|
|
407
473
|
);
|
|
408
474
|
}
|
|
409
|
-
|
|
@@ -2,29 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
import { useState } from 'react';
|
|
4
4
|
import dynamic from 'next/dynamic';
|
|
5
|
+
import { STABLE_VERSION, STABLE_VERSION_TAG } from '@/lib/version';
|
|
5
6
|
|
|
6
7
|
const MonacoEditor = dynamic(() => import('@monaco-editor/react'), {
|
|
7
8
|
ssr: false,
|
|
8
9
|
});
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
metadata:
|
|
14
|
-
name: my-first-agent
|
|
15
|
-
version: 1.0.0
|
|
16
|
-
description: My first Open Standard Agents manifest
|
|
17
|
-
|
|
18
|
-
spec:
|
|
19
|
-
role: You are a helpful assistant
|
|
20
|
-
llm:
|
|
21
|
-
provider: openai
|
|
22
|
-
model: gpt-4
|
|
23
|
-
tools: []
|
|
24
|
-
`;
|
|
25
|
-
|
|
26
|
-
const templates = {
|
|
27
|
-
simple: `apiVersion: ossa/v0.2.3
|
|
11
|
+
// Dynamic templates using current stable version
|
|
12
|
+
const getTemplates = (version: string) => ({
|
|
13
|
+
simple: `apiVersion: ossa/v${version}
|
|
28
14
|
kind: Agent
|
|
29
15
|
|
|
30
16
|
metadata:
|
|
@@ -39,7 +25,7 @@ spec:
|
|
|
39
25
|
model: gpt-4
|
|
40
26
|
tools: []`,
|
|
41
27
|
|
|
42
|
-
withTools: `apiVersion: ossa/
|
|
28
|
+
withTools: `apiVersion: ossa/v${version}
|
|
43
29
|
kind: Agent
|
|
44
30
|
|
|
45
31
|
metadata:
|
|
@@ -58,7 +44,7 @@ spec:
|
|
|
58
44
|
endpoint: https://api.search.com/search
|
|
59
45
|
method: GET`,
|
|
60
46
|
|
|
61
|
-
autonomous: `apiVersion: ossa/
|
|
47
|
+
autonomous: `apiVersion: ossa/v${version}
|
|
62
48
|
kind: Agent
|
|
63
49
|
|
|
64
50
|
metadata:
|
|
@@ -83,7 +69,7 @@ spec:
|
|
|
83
69
|
human_in_loop:
|
|
84
70
|
notification_channels: [slack]`,
|
|
85
71
|
|
|
86
|
-
fullStack: `apiVersion: ossa/
|
|
72
|
+
fullStack: `apiVersion: ossa/v${version}
|
|
87
73
|
kind: Agent
|
|
88
74
|
|
|
89
75
|
metadata:
|
|
@@ -139,10 +125,11 @@ spec:
|
|
|
139
125
|
|
|
140
126
|
extensions:
|
|
141
127
|
kagent:
|
|
142
|
-
mesh_discovery: true
|
|
143
|
-
};
|
|
128
|
+
mesh_discovery: true`,
|
|
129
|
+
});
|
|
144
130
|
|
|
145
131
|
export default function PlaygroundPage() {
|
|
132
|
+
const [templates] = useState(getTemplates(STABLE_VERSION));
|
|
146
133
|
const [code, setCode] = useState(templates.simple);
|
|
147
134
|
const [validationResult, setValidationResult] = useState<{
|
|
148
135
|
valid: boolean;
|
|
@@ -155,8 +142,8 @@ export default function PlaygroundPage() {
|
|
|
155
142
|
setIsValidating(true);
|
|
156
143
|
try {
|
|
157
144
|
// For static export, we'll use a client-side validation approach
|
|
158
|
-
// Load schema and validate in browser
|
|
159
|
-
const schemaResponse = await fetch(
|
|
145
|
+
// Load schema and validate in browser - use dynamic version
|
|
146
|
+
const schemaResponse = await fetch(`/schemas/ossa-${STABLE_VERSION}.schema.json`);
|
|
160
147
|
if (!schemaResponse.ok) {
|
|
161
148
|
throw new Error('Failed to load schema');
|
|
162
149
|
}
|
|
@@ -230,7 +217,7 @@ export default function PlaygroundPage() {
|
|
|
230
217
|
return (
|
|
231
218
|
<>
|
|
232
219
|
{/* Hero Section */}
|
|
233
|
-
<div className="bg-gradient-to-br from-
|
|
220
|
+
<div className="bg-gradient-to-br from-secondary via-primary to-accent text-white py-16 px-4">
|
|
234
221
|
<div className="container mx-auto max-w-6xl text-center">
|
|
235
222
|
<div className="inline-flex items-center justify-center w-20 h-20 bg-white/20 backdrop-blur-sm rounded-full mb-6">
|
|
236
223
|
<svg className="w-10 h-10" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
@@ -256,21 +243,21 @@ export default function PlaygroundPage() {
|
|
|
256
243
|
<button
|
|
257
244
|
onClick={handleValidate}
|
|
258
245
|
disabled={isValidating}
|
|
259
|
-
className="bg-gradient-to-r from-primary to-
|
|
246
|
+
className="bg-gradient-to-r from-secondary via-primary to-accent text-white px-6 py-3 rounded-lg font-medium hover:shadow-lg transition-all disabled:opacity-50"
|
|
260
247
|
>
|
|
261
|
-
{isValidating ? '
|
|
248
|
+
{isValidating ? 'Validating...' : 'Validate Manifest'}
|
|
262
249
|
</button>
|
|
263
250
|
<button
|
|
264
251
|
onClick={downloadManifest}
|
|
265
252
|
className="bg-white border-2 border-primary text-primary px-6 py-3 rounded-lg font-medium hover:bg-primary hover:text-white transition-all"
|
|
266
253
|
>
|
|
267
|
-
|
|
254
|
+
Download YAML
|
|
268
255
|
</button>
|
|
269
256
|
<button
|
|
270
257
|
onClick={copyToClipboard}
|
|
271
258
|
className="bg-white border-2 border-secondary text-secondary px-6 py-3 rounded-lg font-medium hover:bg-secondary hover:text-white transition-all"
|
|
272
259
|
>
|
|
273
|
-
|
|
260
|
+
Copy to Clipboard
|
|
274
261
|
</button>
|
|
275
262
|
</div>
|
|
276
263
|
<div className="flex gap-2 items-center">
|
|
@@ -283,7 +270,7 @@ export default function PlaygroundPage() {
|
|
|
283
270
|
|
|
284
271
|
{/* Template Selector */}
|
|
285
272
|
<div className="mb-6">
|
|
286
|
-
<h2 className="text-2xl font-bold mb-4 text-gray-900"
|
|
273
|
+
<h2 className="text-2xl font-bold mb-4 text-gray-900">Quick Start Templates</h2>
|
|
287
274
|
<div className="grid md:grid-cols-4 gap-4">
|
|
288
275
|
<button
|
|
289
276
|
onClick={() => loadTemplate('simple')}
|
|
@@ -293,7 +280,6 @@ export default function PlaygroundPage() {
|
|
|
293
280
|
: 'border-gray-300 hover:border-primary/50 hover:shadow-md'
|
|
294
281
|
}`}
|
|
295
282
|
>
|
|
296
|
-
<div className="text-2xl mb-2">🚀</div>
|
|
297
283
|
<div className="font-bold mb-1">Simple Agent</div>
|
|
298
284
|
<div className="text-sm text-gray-600">Basic manifest structure</div>
|
|
299
285
|
</button>
|
|
@@ -306,7 +292,6 @@ export default function PlaygroundPage() {
|
|
|
306
292
|
: 'border-gray-300 hover:border-primary/50 hover:shadow-md'
|
|
307
293
|
}`}
|
|
308
294
|
>
|
|
309
|
-
<div className="text-2xl mb-2">🔧</div>
|
|
310
295
|
<div className="font-bold mb-1">With Tools</div>
|
|
311
296
|
<div className="text-sm text-gray-600">HTTP API integration</div>
|
|
312
297
|
</button>
|
|
@@ -319,7 +304,6 @@ export default function PlaygroundPage() {
|
|
|
319
304
|
: 'border-gray-300 hover:border-primary/50 hover:shadow-md'
|
|
320
305
|
}`}
|
|
321
306
|
>
|
|
322
|
-
<div className="text-2xl mb-2">🎯</div>
|
|
323
307
|
<div className="font-bold mb-1">Autonomous</div>
|
|
324
308
|
<div className="text-sm text-gray-600">With autonomy controls</div>
|
|
325
309
|
</button>
|
|
@@ -332,7 +316,6 @@ export default function PlaygroundPage() {
|
|
|
332
316
|
: 'border-gray-300 hover:border-primary/50 hover:shadow-md'
|
|
333
317
|
}`}
|
|
334
318
|
>
|
|
335
|
-
<div className="text-2xl mb-2">⚡</div>
|
|
336
319
|
<div className="font-bold mb-1">Full Stack</div>
|
|
337
320
|
<div className="text-sm text-gray-600">Complete production setup</div>
|
|
338
321
|
</button>
|
|
@@ -342,7 +325,7 @@ export default function PlaygroundPage() {
|
|
|
342
325
|
<div className="grid lg:grid-cols-2 gap-6 mb-6">
|
|
343
326
|
<div className="card border-2 border-gray-300">
|
|
344
327
|
<div className="flex items-center justify-between mb-4">
|
|
345
|
-
<h2 className="text-2xl font-semibold"
|
|
328
|
+
<h2 className="text-2xl font-semibold">Editor</h2>
|
|
346
329
|
<span className="text-sm bg-gray-100 px-3 py-1 rounded-full">YAML Format</span>
|
|
347
330
|
</div>
|
|
348
331
|
<div className="border-2 border-gray-300 rounded-lg overflow-hidden shadow-md" style={{ height: '600px' }}>
|
|
@@ -369,7 +352,7 @@ export default function PlaygroundPage() {
|
|
|
369
352
|
|
|
370
353
|
{validationResult === null ? (
|
|
371
354
|
<div className="text-center py-16 bg-gradient-to-br from-gray-50 to-gray-100 rounded-xl border-2 border-dashed border-gray-300">
|
|
372
|
-
<div className="text-6xl mb-4"
|
|
355
|
+
<div className="text-6xl mb-4 text-gray-400">✓</div>
|
|
373
356
|
<p className="text-gray-600 text-lg mb-2">Ready to validate</p>
|
|
374
357
|
<p className="text-gray-500 text-sm">Click "Validate Manifest" above to check your OSSA manifest</p>
|
|
375
358
|
</div>
|
|
@@ -396,7 +379,7 @@ export default function PlaygroundPage() {
|
|
|
396
379
|
Manifest is Valid! ✓
|
|
397
380
|
</div>
|
|
398
381
|
<p className="text-base text-green-800">
|
|
399
|
-
Conforms to OSSA
|
|
382
|
+
Conforms to OSSA {STABLE_VERSION_TAG} specification
|
|
400
383
|
</p>
|
|
401
384
|
</div>
|
|
402
385
|
</div>
|
|
@@ -476,23 +459,20 @@ export default function PlaygroundPage() {
|
|
|
476
459
|
|
|
477
460
|
{/* Help Section */}
|
|
478
461
|
<div className="mt-6 bg-gradient-to-br from-blue-50 to-cyan-50 rounded-xl p-5 border border-blue-200">
|
|
479
|
-
<h3 className="font-bold text-blue-900 mb-3
|
|
480
|
-
<span className="text-xl mr-2">💡</span>
|
|
481
|
-
Need Help?
|
|
482
|
-
</h3>
|
|
462
|
+
<h3 className="font-bold text-blue-900 mb-3">Need Help?</h3>
|
|
483
463
|
<div className="space-y-2 text-sm">
|
|
484
464
|
<div className="bg-white rounded-lg p-3 border border-blue-100">
|
|
485
|
-
<strong className="text-blue-900"
|
|
465
|
+
<strong className="text-blue-900">View Schema Reference</strong>
|
|
486
466
|
<p className="text-gray-700 mt-1">Complete documentation of all fields</p>
|
|
487
467
|
<a href="/schema" className="text-blue-600 hover:underline mt-1 inline-block">Visit Schema Page →</a>
|
|
488
468
|
</div>
|
|
489
469
|
<div className="bg-white rounded-lg p-3 border border-blue-100">
|
|
490
|
-
<strong className="text-blue-900"
|
|
470
|
+
<strong className="text-blue-900">Browse Examples</strong>
|
|
491
471
|
<p className="text-gray-700 mt-1">58+ real-world agent manifests</p>
|
|
492
472
|
<a href="/examples" className="text-blue-600 hover:underline mt-1 inline-block">View Examples →</a>
|
|
493
473
|
</div>
|
|
494
474
|
<div className="bg-white rounded-lg p-3 border border-blue-100">
|
|
495
|
-
<strong className="text-blue-900"
|
|
475
|
+
<strong className="text-blue-900">Read Documentation</strong>
|
|
496
476
|
<p className="text-gray-700 mt-1">Complete guides and tutorials</p>
|
|
497
477
|
<a href="/docs" className="text-blue-600 hover:underline mt-1 inline-block">Read Docs →</a>
|
|
498
478
|
</div>
|