@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
|
@@ -103,10 +103,10 @@ Deploy OSSA agents anywhere:
|
|
|
103
103
|
|
|
104
104
|
## Related Documentation
|
|
105
105
|
|
|
106
|
-
- [Specification
|
|
107
|
-
- [
|
|
108
|
-
- [
|
|
109
|
-
- [
|
|
106
|
+
- [Specification](/docs/specification) - Technical details of the OSSA spec
|
|
107
|
+
- [Schema Reference](/docs/schema-reference) - Complete schema documentation
|
|
108
|
+
- [Ecosystem Overview](/docs/ecosystem/overview) - Framework integrations
|
|
109
|
+
- [Migration Guides](/docs/migration-guides/langchain-to-ossa) - Real-world migration examples
|
|
110
110
|
|
|
111
111
|
---
|
|
112
112
|
|
|
@@ -29,7 +29,7 @@ graph TB
|
|
|
29
29
|
|
|
30
30
|
subgraph "OSSA Specification Layer"
|
|
31
31
|
Manifest[OSSA Manifests<br/>agent.ossa.yaml]
|
|
32
|
-
Schema[JSON Schema<br/>v0.2.
|
|
32
|
+
Schema[JSON Schema<br/>v0.2.x]
|
|
33
33
|
CLI_Tool[OSSA CLI<br/>Validation]
|
|
34
34
|
Registry[Agent Registry]
|
|
35
35
|
end
|
|
@@ -144,7 +144,7 @@ response = agent.run(user_message="Hello")
|
|
|
144
144
|
|
|
145
145
|
**Components:**
|
|
146
146
|
- **OSSA Manifests**: YAML/JSON files defining agents
|
|
147
|
-
- **JSON Schema**: Validation schema (v0.2.
|
|
147
|
+
- **JSON Schema**: Validation schema (v0.2.x)
|
|
148
148
|
- **OSSA CLI**: Validation and generation tools
|
|
149
149
|
- **Agent Registry**: Discovery and versioning
|
|
150
150
|
|
|
@@ -452,8 +452,8 @@ Change any layer without affecting others:
|
|
|
452
452
|
## Related Documentation
|
|
453
453
|
|
|
454
454
|
- [Execution Flow](execution-flow) - How requests flow through OSSA agents
|
|
455
|
-
- [
|
|
456
|
-
- [
|
|
455
|
+
- [Specification](/docs/specification) - Deployment guides
|
|
456
|
+
- [Ecosystem Overview](/docs/ecosystem/overview) - Real-world examples
|
|
457
457
|
- [Multi-Agent Systems](multi-agent-systems) - Agent-to-agent communication
|
|
458
458
|
|
|
459
459
|
---
|
|
@@ -24,7 +24,7 @@ This release represents a complete transformation of OSSA into an enterprise-gra
|
|
|
24
24
|
- **Getting Started Guide** - Clear, technical quick-start documentation
|
|
25
25
|
|
|
26
26
|
### Changed
|
|
27
|
-
- **Package Name Standardized** - Now `@bluefly/
|
|
27
|
+
- **Package Name Standardized** - Now `@bluefly/open-standards-scalable-agents` (consistent with npm)
|
|
28
28
|
- **Version Unified to 1.0.0** - Aligned package.json, schema, and documentation versions
|
|
29
29
|
- **Dependencies Minimized** - Reduced from 8 to 4 deps, removed runtime services (qdrant, redis, pg, zod)
|
|
30
30
|
- **Before**: 12MB+ with runtime dependencies
|
|
@@ -81,10 +81,10 @@ This release represents a complete transformation of OSSA into an enterprise-gra
|
|
|
81
81
|
**For npm users**:
|
|
82
82
|
```bash
|
|
83
83
|
# Old (not published)
|
|
84
|
-
npm install -g @
|
|
84
|
+
npm install -g @ossa/standard
|
|
85
85
|
|
|
86
86
|
# New (v1.0.0+)
|
|
87
|
-
npm install -g @bluefly/
|
|
87
|
+
npm install -g @bluefly/open-standards-scalable-agents
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
**For developers**:
|
|
@@ -93,7 +93,7 @@ npm install -g @bluefly/openstandardagents
|
|
|
93
93
|
- Examples unchanged (`examples/`)
|
|
94
94
|
|
|
95
95
|
**For documentation**:
|
|
96
|
-
- Comprehensive guides → GitLab Wiki (https://github.com/blueflyio/openstandardagents/wiki)
|
|
96
|
+
- Comprehensive guides → GitLab Wiki (https://github.com/blueflyio/openstandardagents/wiki/home)
|
|
97
97
|
- Core specification docs → `docs/` directory
|
|
98
98
|
- API documentation → GitLab Pages (automated)
|
|
99
99
|
|
|
@@ -188,8 +188,8 @@ Contributing to OAAS directly advances:
|
|
|
188
188
|
### 3. Getting Started
|
|
189
189
|
|
|
190
190
|
1. **Read the Documentation** - Start with [README.md](README.md) and [ROADMAP.md](ROADMAP.md)
|
|
191
|
-
2. **Check Issues** - Find something you can help with in our [GitHub Issues](https://github.com/
|
|
192
|
-
3. **Join Discussions** - Participate in [GitHub Discussions](https://github.com/
|
|
191
|
+
2. **Check Issues** - Find something you can help with in our [GitHub Issues](https://github.com/openapi-ai-agents/standard/issues)
|
|
192
|
+
3. **Join Discussions** - Participate in [GitHub Discussions](https://github.com/openapi-ai-agents/standard/discussions)
|
|
193
193
|
4. **Submit PRs** - Start with small, focused changes
|
|
194
194
|
5. **Test Everything** - Ensure all implementations work correctly
|
|
195
195
|
|
|
@@ -18,8 +18,6 @@ This guide provides detailed information about OSSA compatibility with popular A
|
|
|
18
18
|
| Langflow | ✅ Supported | 1.0.0+ | Low | [Docs](#langflow) |
|
|
19
19
|
| Drupal ECA | ✅ Supported | 1.0.0+ | Medium | [Docs](#drupal-eca) |
|
|
20
20
|
| OpenAI Assistants | ✅ Supported | 1.0.0+ | Medium | [Docs](#openai-assistants) |
|
|
21
|
-
| AutoGPT | 🔄 Planned | TBD | TBD | Coming Soon |
|
|
22
|
-
| BabyAGI | 🔄 Planned | TBD | TBD | Coming Soon |
|
|
23
21
|
|
|
24
22
|
**Legend:**
|
|
25
23
|
- ✅ **Native**: Built on OSSA from the ground up
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "AIFlow Framework Integration with OSSA"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# AIFlow Framework Integration with OSSA
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
AIFlow is a Python-based social agent framework that enables personality-driven, emotionally intelligent AI agents for autonomous social media content generation. This integration demonstrates how AIFlow agents are wrapped in OSSA 1.0 manifests for Kubernetes orchestration and deployment through agent-buildkit.
|
|
10
|
+
|
|
11
|
+
For complete integration analysis, see: [agent-buildkit AIFlow Integration Guide](https://github.com/blueflyio/openstandardagents/wiki/AIFlow-Integration-with-OSSA-BuildKit-and-K-Agent)
|
|
12
|
+
|
|
13
|
+
## Core Components
|
|
14
|
+
|
|
15
|
+
### OSSA Manifest
|
|
16
|
+
|
|
17
|
+
**Location**: [agent-buildkit/examples/aiflow-integration/social-agent-aiflow.ossa.yaml](https://github.com/blueflyio/openstandardagents/blob/development/examples/aiflow-integration/social-agent-aiflow.ossa.yaml)
|
|
18
|
+
|
|
19
|
+
The manifest defines the agent's identity, runtime configuration, capabilities, and deployment requirements. It conforms to OSSA 1.0 specification.
|
|
20
|
+
|
|
21
|
+
**Key Manifest Sections**:
|
|
22
|
+
|
|
23
|
+
- **Agent Identity**: `social-agent-aiflow`, version 1.0.0, role: chat
|
|
24
|
+
- **Runtime**: Docker image `aiflow/agent:1.0.0`, Python 3.12+, resource requirements
|
|
25
|
+
- **Capabilities**: `generate_post`, `generate_response` with defined schemas
|
|
26
|
+
- **Dependencies**: Required integration with `agent-brain` for cognitive functions
|
|
27
|
+
- **Environment**: Required secrets for Anthropic API, Twitter API, Telegram Bot, PostgreSQL
|
|
28
|
+
|
|
29
|
+
### OpenAPI Specification
|
|
30
|
+
|
|
31
|
+
**Location**: [agent-buildkit/openapi/aiflow-agent.openapi.yml](https://github.com/blueflyio/openstandardagents/blob/development/openapi/aiflow-agent.openapi.yml)
|
|
32
|
+
|
|
33
|
+
The OpenAPI 3.1 specification defines the REST API interface for the AIFlow agent, including:
|
|
34
|
+
- FastAPI bridge endpoints for AIFlow Sia runtime
|
|
35
|
+
- Request/response schemas for all capabilities
|
|
36
|
+
- Kubernetes metadata extensions (x-k-agent) for orchestration
|
|
37
|
+
- Health check endpoints and observability metrics
|
|
38
|
+
|
|
39
|
+
### OSSA Schema
|
|
40
|
+
|
|
41
|
+
**Location**: [OSSA/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json](https://github.com/blueflyio/openstandardagents/blob/development/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json)
|
|
42
|
+
|
|
43
|
+
JSON Schema definition for OSSA 1.0 manifest validation. All agent manifests must conform to this schema.
|
|
44
|
+
|
|
45
|
+
## Validation
|
|
46
|
+
|
|
47
|
+
### OSSA Manifest Validation
|
|
48
|
+
|
|
49
|
+
Validate the manifest against OSSA 1.0 schema:
|
|
50
|
+
|
|
51
|
+
```yaml
|
|
52
|
+
ossa validate examples/aiflow-integration/social-agent-aiflow.ossa.yaml
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
This checks:
|
|
56
|
+
- Schema compliance against OSSA 1.0 specification
|
|
57
|
+
- Required fields and type correctness
|
|
58
|
+
- Capability schema definitions
|
|
59
|
+
- Dependency declarations
|
|
60
|
+
- Environment variable definitions
|
|
61
|
+
|
|
62
|
+
### OpenAPI Specification Validation
|
|
63
|
+
|
|
64
|
+
Validate OpenAPI spec with strict mode and K-Agent metadata checks:
|
|
65
|
+
|
|
66
|
+
```yaml
|
|
67
|
+
buildkit openapi validate --spec openapi/aiflow-agent.openapi.yml --strict
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
This validates:
|
|
71
|
+
- OpenAPI 3.1 syntax and semantics
|
|
72
|
+
- x-k-agent extension metadata for Kubernetes
|
|
73
|
+
- Endpoint schemas match OSSA capability definitions
|
|
74
|
+
- Health check endpoint compliance
|
|
75
|
+
|
|
76
|
+
## Deployment
|
|
77
|
+
|
|
78
|
+
Deploy via agent-buildkit orchestration:
|
|
79
|
+
|
|
80
|
+
```yaml
|
|
81
|
+
buildkit orchestrate deploy --manifest examples/aiflow-integration/social-agent-aiflow.ossa.yaml
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
This generates Kubernetes manifests and deploys the agent with:
|
|
85
|
+
- Rolling deployment strategy
|
|
86
|
+
- Horizontal Pod Autoscaling (HPA)
|
|
87
|
+
- Health checks and readiness probes
|
|
88
|
+
- Service account and RBAC configuration
|
|
89
|
+
- ConfigMap for character definitions
|
|
90
|
+
- Persistent volume for memory database
|
|
91
|
+
|
|
92
|
+
## Integration Architecture
|
|
93
|
+
|
|
94
|
+
1. **OSSA Manifest** → Defines agent structure and requirements
|
|
95
|
+
2. **OpenAPI Spec** → REST API contract with K8s metadata
|
|
96
|
+
3. **FastAPI Bridge** → Wraps AIFlow Sia runtime in REST API
|
|
97
|
+
4. **BuildKit Deployment** → Generates and applies K8s manifests
|
|
98
|
+
5. **Runtime Orchestration** → Kubernetes manages agent lifecycle
|
|
99
|
+
|
|
100
|
+
## Resources
|
|
101
|
+
|
|
102
|
+
- **AIFlow Repository**: https://github.com/AIFlow-agent/AIFlow-Agent
|
|
103
|
+
- **OSSA Project**: [openapi-ai-agents-standard](https://github.com/blueflyio/openstandardagents)
|
|
104
|
+
- **Integration Guide**: [agent-buildkit Wiki](https://github.com/blueflyio/openstandardagents/wiki/AIFlow-Integration-with-OSSA-BuildKit-and-K-Agent)
|
|
105
|
+
- **OSSA Specification Schema**: [OSSA 1.0 Schema](https://github.com/blueflyio/openstandardagents/blob/development/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json)
|
|
106
|
+
- **Example Manifest**: [social-agent-aiflow.ossa.yaml](https://github.com/blueflyio/openstandardagents/blob/development/examples/aiflow-integration/social-agent-aiflow.ossa.yaml)
|
|
107
|
+
- **OpenAPI Spec**: [aiflow-agent.openapi.yml](https://github.com/blueflyio/openstandardagents/blob/development/openapi/aiflow-agent.openapi.yml)
|
|
@@ -125,7 +125,7 @@ agent = create_agent(llm, tools)
|
|
|
125
125
|
|
|
126
126
|
**After** (OSSA):
|
|
127
127
|
```yaml
|
|
128
|
-
apiVersion: ossa/v0.2.
|
|
128
|
+
apiVersion: ossa/v0.2.2
|
|
129
129
|
kind: Agent
|
|
130
130
|
spec:
|
|
131
131
|
role: Agent description
|
|
@@ -202,7 +202,7 @@ ossa validate migrated-agent.ossa.yaml --verbose
|
|
|
202
202
|
|
|
203
203
|
### Getting Help
|
|
204
204
|
|
|
205
|
-
- [
|
|
205
|
+
- [GitLab Issues](https://github.com/blueflyio/openstandardagents/issues)
|
|
206
206
|
- [Documentation](../Technical/Specification-Deep-Dive)
|
|
207
207
|
- [Examples](../Getting-Started-Examples)
|
|
208
208
|
|
|
@@ -11,7 +11,7 @@ Build OSSA-compliant agents using your preferred framework and deploy anywhere.
|
|
|
11
11
|
### 1. Install OSSA CLI
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install -g @bluefly/
|
|
14
|
+
npm install -g @bluefly/open-standards-scalable-agents
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
### 2. Generate Your First Agent
|
|
@@ -94,8 +94,8 @@ ossa migrate <source> [--target-version <version>]
|
|
|
94
94
|
### Programmatic API
|
|
95
95
|
|
|
96
96
|
```typescript
|
|
97
|
-
import { ValidationService } from '@bluefly/
|
|
98
|
-
import { GenerationService } from '@bluefly/
|
|
97
|
+
import { ValidationService } from '@bluefly/open-standards-scalable-agents/validation';
|
|
98
|
+
import { GenerationService } from '@bluefly/open-standards-scalable-agents/generation';
|
|
99
99
|
|
|
100
100
|
// Validate
|
|
101
101
|
const validationService = new ValidationService();
|
|
@@ -91,7 +91,7 @@ OSSA enables:
|
|
|
91
91
|
### Example: Compliance Agent
|
|
92
92
|
|
|
93
93
|
```yaml
|
|
94
|
-
apiVersion: ossa/v0.2.
|
|
94
|
+
apiVersion: ossa/v0.2.x
|
|
95
95
|
kind: Agent
|
|
96
96
|
|
|
97
97
|
metadata:
|
|
@@ -238,7 +238,7 @@ spec:
|
|
|
238
238
|
|
|
239
239
|
### Enterprise Support
|
|
240
240
|
|
|
241
|
-
- [
|
|
241
|
+
- [GitLab Issues](https://github.com/blueflyio/openstandardagents/issues)
|
|
242
242
|
- [Documentation](../Technical/Specification-Deep-Dive)
|
|
243
243
|
- [Examples](../Examples/Enterprise-Examples)
|
|
244
244
|
|
|
@@ -56,7 +56,7 @@ Research migration patterns:
|
|
|
56
56
|
|
|
57
57
|
### Papers & Publications
|
|
58
58
|
|
|
59
|
-
- OSSA Specification: [spec/v0.2.
|
|
59
|
+
- OSSA Specification: [spec/v0.2.x/ossa-0.2.x.schema.json](https://github.com/blueflyio/openstandardagents/blob/main/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json) (latest v0.2.x schema)
|
|
60
60
|
- Examples Library: [examples/](https://github.com/blueflyio/openstandardagents/tree/main/examples)
|
|
61
61
|
|
|
62
62
|
### Research Questions
|
|
@@ -32,7 +32,7 @@ Get up to speed on OSSA in 5 minutes.
|
|
|
32
32
|
OSSA defines agents using a **declarative YAML/JSON format**:
|
|
33
33
|
|
|
34
34
|
```yaml
|
|
35
|
-
apiVersion: ossa/v0.2.
|
|
35
|
+
apiVersion: ossa/v0.2.x
|
|
36
36
|
kind: Agent
|
|
37
37
|
|
|
38
38
|
metadata:
|
|
@@ -68,7 +68,7 @@ spec:
|
|
|
68
68
|
|
|
69
69
|
## Next Steps
|
|
70
70
|
|
|
71
|
-
1. **Install OSSA CLI**: `npm install -g @bluefly/
|
|
71
|
+
1. **Install OSSA CLI**: `npm install -g @bluefly/open-standards-scalable-agents`
|
|
72
72
|
2. **Try the Hello World example**: See [Hello World Tutorial](Hello-World)
|
|
73
73
|
3. **Create your first agent**: See [First Agent Creation](First-Agent)
|
|
74
74
|
4. **Explore examples**: Check out [Examples & Patterns](../Examples/Getting-Started-Examples)
|
|
@@ -29,7 +29,7 @@ This creates a minimal, valid OSSA agent manifest.
|
|
|
29
29
|
Open `hello-world.ossa.yaml`:
|
|
30
30
|
|
|
31
31
|
```yaml
|
|
32
|
-
apiVersion: ossa/v0.2.
|
|
32
|
+
apiVersion: ossa/v0.2.x
|
|
33
33
|
kind: Agent
|
|
34
34
|
|
|
35
35
|
metadata:
|
|
@@ -55,7 +55,7 @@ spec:
|
|
|
55
55
|
### apiVersion & kind
|
|
56
56
|
|
|
57
57
|
```yaml
|
|
58
|
-
apiVersion: ossa/v0.2.
|
|
58
|
+
apiVersion: ossa/v0.2.x
|
|
59
59
|
kind: Agent
|
|
60
60
|
```
|
|
61
61
|
|
|
@@ -106,7 +106,7 @@ ossa validate hello-world.ossa.yaml
|
|
|
106
106
|
You should see:
|
|
107
107
|
|
|
108
108
|
```
|
|
109
|
-
✓ Agent manifest is valid OSSA
|
|
109
|
+
✓ Agent manifest is valid OSSA v0.2.x
|
|
110
110
|
```
|
|
111
111
|
|
|
112
112
|
## Step 5: Add a Tool (Optional)
|
|
@@ -19,7 +19,7 @@ Install OSSA CLI and get ready to create your first agent.
|
|
|
19
19
|
Install OSSA CLI globally for use across all projects:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install -g @bluefly/
|
|
22
|
+
npm install -g @bluefly/open-standards-scalable-agents
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Verify installation:
|
|
@@ -33,7 +33,7 @@ ossa --version
|
|
|
33
33
|
Install in a specific project:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npm install --save-dev @bluefly/
|
|
36
|
+
npm install --save-dev @bluefly/open-standards-scalable-agents
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Use via npx:
|
|
@@ -92,7 +92,7 @@ Commands:
|
|
|
92
92
|
|
|
93
93
|
### Package Contents
|
|
94
94
|
|
|
95
|
-
- **JSON Schema**: `spec/v0.2.
|
|
95
|
+
- **JSON Schema**: `spec/v0.2.x/ossa-0.2.x.schema.json` (see latest in `spec/v0.2.5-RC/`)
|
|
96
96
|
- **TypeScript Types**: Available via package exports
|
|
97
97
|
- **CLI Tool**: `bin/ossa` executable
|
|
98
98
|
|
|
@@ -115,7 +115,7 @@ export PATH="$(npm config get prefix)/bin:$PATH"
|
|
|
115
115
|
On Linux/macOS, you may need sudo:
|
|
116
116
|
|
|
117
117
|
```bash
|
|
118
|
-
sudo npm install -g @bluefly/
|
|
118
|
+
sudo npm install -g @bluefly/open-standards-scalable-agents
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
Or configure npm to use a different directory:
|
|
@@ -135,10 +135,10 @@ If you have multiple versions:
|
|
|
135
135
|
npm list -g --depth=0
|
|
136
136
|
|
|
137
137
|
# Uninstall old version
|
|
138
|
-
npm uninstall -g @bluefly/
|
|
138
|
+
npm uninstall -g @bluefly/open-standards-scalable-agents
|
|
139
139
|
|
|
140
140
|
# Install latest
|
|
141
|
-
npm install -g @bluefly/
|
|
141
|
+
npm install -g @bluefly/open-standards-scalable-agents@latest
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
## Next Steps
|
|
@@ -151,5 +151,5 @@ npm install -g @bluefly/openstandardagents@latest
|
|
|
151
151
|
|
|
152
152
|
- [5-Minute Overview](5-Minute-Overview)
|
|
153
153
|
- [Hello World Tutorial](Hello-World)
|
|
154
|
-
- [CLI Reference](../
|
|
154
|
+
- [CLI Reference](../Technical/CLI-Reference)
|
|
155
155
|
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Getting Started with OSSA"
|
|
3
|
+
description: "Quick start guide for building your first OSSA agent"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Getting Started with OSSA
|
|
7
|
+
|
|
8
|
+
## What is OSSA?
|
|
9
|
+
|
|
10
|
+
OSSA (Open Standard for Scalable Agents) is a specification standard for AI agents, similar to how OpenAPI standardizes REST APIs.
|
|
11
|
+
|
|
12
|
+
**OSSA is NOT a framework** - it's a standard that defines the contract.
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install -g @bluefly/openstandardagents
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Quick Start
|
|
21
|
+
|
|
22
|
+
### 1. Initialize a New Agent
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
ossa init my-agent --type worker
|
|
26
|
+
cd .agents/my-agent
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### 2. Edit Agent Manifest
|
|
30
|
+
|
|
31
|
+
Edit `agent.yml`:
|
|
32
|
+
|
|
33
|
+
```yaml
|
|
34
|
+
apiVersion: ossa/v{{version}}
|
|
35
|
+
|
|
36
|
+
agent:
|
|
37
|
+
id: my-agent
|
|
38
|
+
name: My Agent
|
|
39
|
+
version: "1.0.0"
|
|
40
|
+
role: worker
|
|
41
|
+
|
|
42
|
+
runtime:
|
|
43
|
+
type: docker
|
|
44
|
+
|
|
45
|
+
capabilities:
|
|
46
|
+
- name: process_data
|
|
47
|
+
description: Process incoming data
|
|
48
|
+
input_schema:
|
|
49
|
+
type: object
|
|
50
|
+
properties:
|
|
51
|
+
data:
|
|
52
|
+
type: string
|
|
53
|
+
output_schema:
|
|
54
|
+
type: object
|
|
55
|
+
properties:
|
|
56
|
+
result:
|
|
57
|
+
type: string
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### 3. Validate
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
ossa validate agent.yml
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### 4. Deploy
|
|
67
|
+
|
|
68
|
+
OSSA doesn't dictate deployment. Deploy to YOUR infrastructure:
|
|
69
|
+
- Docker / Kubernetes
|
|
70
|
+
- AWS / GCP / Azure
|
|
71
|
+
- On-premise
|
|
72
|
+
- Serverless
|
|
73
|
+
|
|
74
|
+
## CLI Commands
|
|
75
|
+
|
|
76
|
+
- `ossa init <name>` - Initialize new agent project
|
|
77
|
+
- `ossa validate <path>` - Validate against OSSA 1.0 schema
|
|
78
|
+
- `ossa generate <type>` - Generate from template
|
|
79
|
+
- `ossa migrate <source>` - Migrate v0.1.9 → 1.0
|
|
80
|
+
|
|
81
|
+
## Next Steps
|
|
82
|
+
|
|
83
|
+
- Review [Examples](/docs/examples/migration-guides)
|
|
84
|
+
- Read the [Schema Reference](/docs/schema-reference)
|
|
85
|
+
- Visit the [GitHub Repository](https://github.com/blueflyio/openstandardagents)
|
|
86
|
+
|
|
87
|
+
## Need More Features?
|
|
88
|
+
|
|
89
|
+
For production features like GitLab integration, Kubernetes deployment, and monitoring, see:
|
|
90
|
+
|
|
91
|
+
**[agent-buildkit](https://github.com/blueflyio/openstandardagents)** - Reference implementation with production tooling
|
|
92
|
+
|