@bluefly/openstandardagents 0.2.4 → 0.2.5-RC
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cursorrules +84 -0
- package/.devfile.yaml +87 -0
- package/.env.example +25 -3
- package/.github/workflows/release.yml +1 -1
- package/.kiro/specs/agent-buildkit-templates/design.md +495 -0
- package/.kiro/specs/agent-buildkit-templates/requirements.md +165 -0
- package/.kiro/specs/kiro-ide-supercharger/README.md +202 -0
- package/.kiro/specs/kiro-ide-supercharger/design.md +1005 -0
- package/.kiro/specs/kiro-ide-supercharger/requirements.md +141 -0
- package/.kiro/specs/kiro-ide-supercharger/tasks.md +507 -0
- package/.kiro/specs/website-design-audit/design.md +679 -0
- package/.kiro/specs/website-design-audit/requirements.md +199 -0
- package/.releaserc.json +5 -4
- package/.version.json +6 -0
- package/CHANGELOG.md +140 -96
- package/CONTRIBUTING.md +23 -5
- package/README.md +121 -43
- package/bin/ossa +24 -3
- package/bin/ossa-validate-all +55 -0
- package/bin/ossa-version +23 -0
- package/bin/validate-ossa-0.2.4.ts +244 -0
- package/bin/validate-ossa-0.2.5-RC.ts +244 -0
- package/bin/validate-ossa.ts +273 -0
- package/dist/di-container.d.ts +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +17 -2
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +96 -18
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/services/generation.service.d.ts +7 -5
- package/dist/services/generation.service.d.ts.map +1 -1
- package/dist/services/generation.service.js +92 -44
- package/dist/services/generation.service.js.map +1 -1
- package/dist/services/gitlab-agent.service.d.ts +94 -0
- package/dist/services/gitlab-agent.service.d.ts.map +1 -0
- package/dist/services/gitlab-agent.service.js +162 -0
- package/dist/services/gitlab-agent.service.js.map +1 -0
- package/dist/services/migration.service.d.ts +3 -3
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +108 -61
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/release-automation/base-crud.service.d.ts +93 -0
- package/dist/services/release-automation/base-crud.service.d.ts.map +1 -0
- package/dist/services/release-automation/base-crud.service.js +68 -0
- package/dist/services/release-automation/base-crud.service.js.map +1 -0
- package/dist/services/release-automation/index.d.ts +12 -0
- package/dist/services/release-automation/index.d.ts.map +1 -0
- package/dist/services/release-automation/index.js +12 -0
- package/dist/services/release-automation/index.js.map +1 -0
- package/dist/services/release-automation/merge-request.service.d.ts +119 -0
- package/dist/services/release-automation/merge-request.service.d.ts.map +1 -0
- package/dist/services/release-automation/merge-request.service.js +212 -0
- package/dist/services/release-automation/merge-request.service.js.map +1 -0
- package/dist/services/release-automation/milestone.service.d.ts +104 -0
- package/dist/services/release-automation/milestone.service.d.ts.map +1 -0
- package/dist/services/release-automation/milestone.service.js +207 -0
- package/dist/services/release-automation/milestone.service.js.map +1 -0
- package/dist/services/release-automation/release.service.d.ts +118 -0
- package/dist/services/release-automation/release.service.d.ts.map +1 -0
- package/dist/services/release-automation/release.service.js +207 -0
- package/dist/services/release-automation/release.service.js.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +299 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -0
- package/dist/services/release-automation/schemas/release.schema.js +269 -0
- package/dist/services/release-automation/schemas/release.schema.js.map +1 -0
- package/dist/services/release-automation/tag.service.d.ts +99 -0
- package/dist/services/release-automation/tag.service.d.ts.map +1 -0
- package/dist/services/release-automation/tag.service.js +180 -0
- package/dist/services/release-automation/tag.service.js.map +1 -0
- package/dist/services/release-automation/webhook.service.d.ts +37 -0
- package/dist/services/release-automation/webhook.service.d.ts.map +1 -0
- package/dist/services/release-automation/webhook.service.js +173 -0
- package/dist/services/release-automation/webhook.service.js.map +1 -0
- package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
- package/dist/services/runtime/openai.adapter.js.map +1 -1
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +24 -11
- package/dist/services/validation.service.js.map +1 -1
- package/dist/services/validators/anthropic.validator.d.ts +2 -2
- package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
- package/dist/services/validators/anthropic.validator.js +14 -9
- package/dist/services/validators/anthropic.validator.js.map +1 -1
- package/dist/services/validators/autogen.validator.d.ts +2 -2
- package/dist/services/validators/autogen.validator.d.ts.map +1 -1
- package/dist/services/validators/autogen.validator.js +18 -15
- package/dist/services/validators/autogen.validator.js.map +1 -1
- package/dist/services/validators/crewai.validator.d.ts +2 -2
- package/dist/services/validators/crewai.validator.d.ts.map +1 -1
- package/dist/services/validators/crewai.validator.js +18 -17
- package/dist/services/validators/crewai.validator.js.map +1 -1
- package/dist/services/validators/cursor.validator.d.ts +2 -2
- package/dist/services/validators/cursor.validator.d.ts.map +1 -1
- package/dist/services/validators/cursor.validator.js +15 -11
- package/dist/services/validators/cursor.validator.js.map +1 -1
- package/dist/services/validators/langchain.validator.d.ts +2 -2
- package/dist/services/validators/langchain.validator.d.ts.map +1 -1
- package/dist/services/validators/langchain.validator.js +14 -11
- package/dist/services/validators/langchain.validator.js.map +1 -1
- package/dist/services/validators/langflow.validator.d.ts +2 -2
- package/dist/services/validators/langflow.validator.d.ts.map +1 -1
- package/dist/services/validators/langflow.validator.js +14 -9
- package/dist/services/validators/langflow.validator.js.map +1 -1
- package/dist/services/validators/langgraph.validator.d.ts +2 -2
- package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
- package/dist/services/validators/langgraph.validator.js +23 -18
- package/dist/services/validators/langgraph.validator.js.map +1 -1
- package/dist/services/validators/llamaindex.validator.d.ts +2 -2
- package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
- package/dist/services/validators/llamaindex.validator.js +19 -16
- package/dist/services/validators/llamaindex.validator.js.map +1 -1
- package/dist/services/validators/openai.validator.d.ts +2 -2
- package/dist/services/validators/openai.validator.d.ts.map +1 -1
- package/dist/services/validators/openai.validator.js +20 -16
- package/dist/services/validators/openai.validator.js.map +1 -1
- package/dist/services/validators/vercel-ai.validator.d.ts +2 -2
- package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
- package/dist/services/validators/vercel-ai.validator.js +16 -15
- package/dist/services/validators/vercel-ai.validator.js.map +1 -1
- package/dist/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/dist/spec/v0.2.1/ossa-0.2.1.schema.json +555 -0
- package/dist/spec/v0.2.3/CHANGELOG.md +7 -7
- package/dist/spec/v0.2.3/README.md +9 -9
- package/dist/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +18 -18
- package/{spec/v0.2.4-dev → dist/spec/v0.2.4}/CHANGELOG.md +8 -8
- package/dist/spec/{v0.2.4-dev → v0.2.4}/migrations/v0.2.3-to-v0.2.4.md +10 -10
- package/dist/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.yaml +1 -1
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +1819 -0
- package/dist/spec/v0.2.5/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.5/README.md +72 -0
- package/dist/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/dist/spec/{v0.2.5-dev/ossa-0.2.5-dev.schema.json → v0.2.5/ossa-0.2.5.schema.json} +323 -359
- package/dist/spec/v0.2.5/ossa-0.2.5.yaml +581 -0
- package/dist/spec/v0.2.5-RC/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.5-RC/README.md +72 -0
- package/{spec/v0.2.4-dev → dist/spec/v0.2.5-RC}/migrations/v0.2.3-to-v0.2.4.md +10 -10
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +1696 -0
- package/dist/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +581 -0
- package/dist/types/index.d.ts +6 -1
- package/dist/types/index.d.ts.map +1 -1
- package/docs/issue-19-completion-summary.md +648 -0
- package/docs/issue-19-validation.md +351 -0
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/bridges/Dockerfile.production +1 -1
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/enterprise/agent.yml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +2 -2
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/openai/basic-agent.ossa.yaml +61 -0
- package/examples/openai/multi-tool-agent.ossa.json +165 -0
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/openapi-extensions/README.md +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/infrastructure/gitlab-agent/rbac.yaml +126 -0
- package/infrastructure/gitlab-agent/values.yaml +150 -0
- package/infrastructure/k8s/monitoring/00-namespace.yaml +7 -0
- package/infrastructure/k8s/monitoring/01-prometheus.yaml +142 -0
- package/infrastructure/k8s/monitoring/02-grafana.yaml +63 -0
- package/infrastructure/k8s/monitoring/03-lightweight.yaml +121 -0
- package/infrastructure/k8s/monitoring/README.md +73 -0
- package/infrastructure/k8s/monitoring/deploy.sh +38 -0
- package/openapi/CHANGELOG.md +21 -0
- package/openapi/README.md +46 -0
- package/openapi/{ossa-core-api.openapi.yaml → core/ossa-core-api.openapi.yaml} +59 -4
- package/openapi/{ossa-registry.openapi.yaml → core/ossa-registry.openapi.yaml} +75 -2
- package/openapi/{unified-agent-gateway.openapi.yaml → core/unified-agent-gateway.openapi.yaml} +3 -3
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +136 -0
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +192 -0
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +149 -0
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +151 -0
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +217 -0
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +149 -0
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +151 -0
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +193 -0
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +165 -0
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +148 -0
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +167 -0
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +171 -0
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +171 -0
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +242 -0
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +187 -0
- package/openapi/{self-evolving-ecosystem.openapi.yaml → reference-implementations/self-evolving-ecosystem.openapi.yaml} +2 -2
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +208 -0
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +193 -0
- package/package.json +31 -21
- package/release.config.js +20 -5
- package/scripts/bump-version.ts +57 -0
- package/scripts/enhanced-version-manager.ts +257 -0
- package/scripts/gen-types.ts +51 -0
- package/scripts/gen-zod.ts +51 -0
- package/scripts/lib/exec.ts +37 -0
- package/scripts/lib/file-ops.ts +58 -0
- package/scripts/lib/version.ts +83 -0
- package/scripts/process-doc-templates.ts +37 -0
- package/scripts/schemas/package.schema.ts +75 -0
- package/scripts/setup-branch-protection.sh +33 -0
- package/scripts/sync-version.ts +39 -0
- package/scripts/sync-versions.ts +488 -0
- package/scripts/validate-schema.ts +49 -0
- package/spec/v0.2.0/ossa-0.2.0.schema.json +0 -0
- package/spec/v0.2.1/ossa-0.2.1.schema.json +555 -0
- package/spec/v0.2.3/CHANGELOG.md +7 -7
- package/spec/v0.2.3/README.md +9 -9
- package/spec/v0.2.3/migrations/v0.2.2-to-v0.2.3.md +18 -18
- package/{dist/spec/v0.2.4-dev → spec/v0.2.4}/CHANGELOG.md +8 -8
- package/spec/v0.2.4/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.yaml +1 -1
- package/spec/v0.2.4/ossa-0.2.4.schema.json +1819 -0
- package/spec/v0.2.5/CHANGELOG.md +401 -0
- package/spec/v0.2.5/README.md +72 -0
- package/spec/v0.2.5/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/{v0.2.5-dev/ossa-0.2.5-dev.schema.json → v0.2.5/ossa-0.2.5.schema.json} +323 -359
- package/spec/v0.2.5/ossa-0.2.5.yaml +581 -0
- package/spec/v0.2.5-RC/CHANGELOG.md +401 -0
- package/spec/v0.2.5-RC/README.md +72 -0
- package/spec/v0.2.5-RC/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.schema.json +1696 -0
- package/spec/v0.2.5-RC/ossa-0.2.5-RC.yaml +581 -0
- package/website/{.lighthouserc.js → .lighthouserc.ts} +5 -1
- package/website/Dockerfile +18 -5
- package/website/app/about/page.tsx +7 -7
- package/website/app/blog/[slug]/page.tsx +61 -20
- package/website/app/blog/page.tsx +120 -33
- package/website/app/design-guide/page.tsx +511 -0
- package/website/app/docs/[[...slug]]/page.tsx +641 -143
- package/website/app/examples/page.tsx +51 -41
- package/website/app/{globals.css → globals.scss} +50 -23
- package/website/app/layout.tsx +2 -2
- package/website/app/license/page.tsx +183 -0
- package/website/app/not-found.tsx +18 -0
- package/website/app/page.tsx +144 -79
- package/website/app/playground/page.tsx +25 -45
- package/website/app/schema/page.tsx +423 -392
- package/website/app/specification/page.tsx +245 -169
- package/website/components/Logo.tsx +75 -2
- package/website/components/docs/DocsSidebar.tsx +40 -3
- package/website/components/docs/MarkdownContent.tsx +265 -47
- package/website/components/docs/VersionSelector.tsx +64 -8
- package/website/components/examples/ExamplesViewer.tsx +2 -2
- package/website/components/layout/Footer.tsx +6 -1
- package/website/components/layout/Header.tsx +31 -33
- package/website/components/schema/SchemaComponentsAccordion.tsx +84 -0
- package/website/components/schema/SchemaExplorer.tsx +4 -4
- package/website/content/blog/OpenAPI-AI-Agents-Standard.md +276 -276
- package/website/content/blog/Why-Formal-Standards-Matter-Now.md +3 -14
- package/website/content/blog/gitlab-kubernetes-agent-ecosystem.md +286 -0
- package/website/content/blog/introducing-ossa-framework.md +1 -1
- package/website/content/blog/ossa-production-results.md +5 -5
- package/website/content/blog/welcome-to-ossa.md +2 -2
- package/website/content/blog/why-ai-agents-need-open-standard.md +5 -5
- package/website/content/docs/00-HOME.md +18 -25
- package/website/content/docs/AIFlow-Framework-Integration-with-OSSA.md +8 -8
- package/website/content/docs/OpenAPI-Extensions.md +576 -140
- package/website/content/docs/adapters/openai-adapter.md +693 -0
- package/website/content/docs/architecture/execution-flow.md +3 -3
- package/website/content/docs/architecture/multi-agent-systems.md +4 -4
- package/website/content/docs/architecture/overview.md +4 -4
- package/website/content/docs/architecture/stack-integration.md +4 -4
- package/website/content/docs/changelog.md +4 -4
- package/website/content/docs/contributing.md +2 -2
- package/website/content/docs/ecosystem/framework-support.md +0 -2
- package/website/content/docs/examples/AIFlow-Framework-Integration-with-OSSA.md +107 -0
- package/website/content/docs/examples/Migration-Guides.md +2 -2
- package/website/content/docs/for-audiences/{architects.md → Architects.md} +1 -1
- package/website/content/docs/for-audiences/{developers.md → Developers.md} +3 -3
- package/website/content/docs/for-audiences/Enterprises.md +2 -2
- package/website/content/docs/for-audiences/Students-Researchers.md +1 -1
- package/website/content/docs/getting-started/{5-minute-overview.md → 5-Minute-Overview.md} +2 -2
- package/website/content/docs/getting-started/{first-agent.md → First-Agent.md} +1 -1
- package/website/content/docs/getting-started/Hello-World.md +3 -3
- package/website/content/docs/getting-started/{installation.md → Installation.md} +7 -7
- package/website/content/docs/getting-started/index.md +92 -0
- package/website/content/docs/getting-started/running-agents.md +215 -13
- package/{docs → website/content/docs}/getting-started.md +10 -6
- package/website/content/docs/integrations/aiflow.md +2 -2
- package/website/content/docs/integrations/drupal.md +2 -2
- package/website/content/docs/migration-guides/README.md +1 -1
- package/website/content/docs/migration-guides/agent-schema-comparison.md +232 -0
- package/website/content/docs/migration-guides/anthropic-mcp-to-ossa.md +5 -5
- package/website/content/docs/migration-guides/crewai-to-ossa.md +3 -3
- package/website/content/docs/migration-guides/drupal-eca-to-ossa.md +11 -11
- package/{docs/migration → website/content/docs/migration-guides}/general-agent-schema.yml +1 -9
- package/website/content/docs/migration-guides/index.md +1 -1
- package/website/content/docs/migration-guides/langchain-to-ossa.md +17 -17
- package/website/content/docs/migration-guides/langflow-to-ossa.md +3 -3
- package/website/content/docs/migration-guides/openai-to-ossa.md +10 -10
- package/website/content/docs/openapi-extensions/examples.md +9 -9
- package/website/content/docs/openapi-extensions/index.md +59 -3
- package/website/content/docs/openapi-extensions/operation-extensions.md +61 -2
- package/website/content/docs/openapi-extensions/root-extensions.md +49 -3
- package/{docs/OSSA-COMPLIANT-BADGE.md → website/content/docs/ossa-compliant-badge.md} +18 -15
- package/website/content/docs/pre-release/index.md +10 -10
- package/website/content/docs/readme.md +35 -0
- package/website/content/docs/schema-reference/agent-spec.md +2 -2
- package/website/content/docs/schema-reference/autonomy.md +5 -5
- package/website/content/docs/schema-reference/constraints.md +5 -5
- package/website/content/docs/schema-reference/llm-config.md +1 -1
- package/website/content/docs/schema-reference/observability.md +5 -5
- package/website/content/docs/schema-reference/ossa-manifest.md +6 -6
- package/website/content/docs/schema-reference/taxonomy.md +3 -3
- package/website/content/docs/use-cases/00-index.md +1 -1
- package/{docs/VERSIONING.md → website/content/docs/versioning.md} +9 -5
- package/website/lib/version.ts +18 -1
- package/website/lib/versions.json +78 -0
- package/website/next.config.ts +3 -1
- package/website/package-lock.json +552 -18
- package/website/package.json +11 -5
- package/website/postcss.config.mjs +1 -1
- package/website/scripts/fetch-versions.js +166 -0
- package/website/scripts/generate-examples-index.js +163 -0
- package/website/scripts/merge-docs-to-wiki.ts +207 -0
- package/website/scripts/sync-version.js +28 -0
- package/website/scripts/sync-wiki.ts +64 -3
- package/website/scripts/upload-wiki.ts +199 -0
- package/website/styles/_variables.scss +36 -0
- package/website/tailwind.config.ts +93 -22
- package/.releaserc.json.disabled +0 -81
- package/dist/spec/v0.2.5-dev/CHANGELOG.md +0 -171
- package/dist/spec/v0.2.5-dev/examples/customer-support-graph.ossa.yaml +0 -362
- package/dist/spec/v0.2.5-dev/examples/parallel-processors.ossa.yaml +0 -464
- package/dist/spec/v0.2.5-dev/examples/research-team.ossa.yaml +0 -440
- package/dist/spec/v0.2.5-dev/migrations/v0.2.4-to-v0.2.5.md +0 -317
- package/dist/spec/v0.2.5-dev/ossa-0.2.5-dev.yaml +0 -409
- package/docs/README.md +0 -31
- package/docs/agent-openapi-spec.yml +0 -942
- package/docs/openapi-extensions.md +0 -930
- package/docs/schemas/openapi-extensions.schema.json +0 -486
- package/openapi/gitlab-orchestrator.openapi.yaml +0 -330
- package/ossa-website-swarm-tasks.json +0 -105
- package/spec/v0.2.5-dev/CHANGELOG.md +0 -171
- package/spec/v0.2.5-dev/examples/customer-support-graph.ossa.yaml +0 -362
- package/spec/v0.2.5-dev/examples/parallel-processors.ossa.yaml +0 -464
- package/spec/v0.2.5-dev/examples/research-team.ossa.yaml +0 -440
- package/spec/v0.2.5-dev/migrations/v0.2.4-to-v0.2.5.md +0 -317
- package/spec/v0.2.5-dev/ossa-0.2.5-dev.yaml +0 -409
- package/website/app/api/validate/route.ts +0 -88
- package/website/next.config.js +0 -17
- package/website/postcss.config.js +0 -7
- package/website/tailwind.config.js +0 -58
- /package/dist/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.schema.json +0 -0
- /package/openapi/{ossa-registry-api.openapi.yaml → core/ossa-registry-api.openapi.yaml} +0 -0
- /package/openapi/{drupal-agent-api.openapi.yaml → reference-implementations/drupal-agent-api.openapi.yaml} +0 -0
- /package/openapi/{helm-generator.openapi.yaml → reference-implementations/helm-generator.openapi.yaml} +0 -0
- /package/spec/{v0.2.4-dev → v0.2.4}/ossa-0.2.4-dev.schema.json +0 -0
- /package/website/content/docs/{examples.md → Examples.md} +0 -0
- /package/website/content/docs/core-concepts/{project-structure.md → Project-Structure.md} +0 -0
- /package/website/content/docs/migration-guides/{00-index.md → 00-INDEX.md} +0 -0
- /package/{docs/migration → website/content/docs/migration-guides}/migration-manifest.json +0 -0
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Multi-System Integrator Agent API
|
|
4
|
+
version: 1.4.0
|
|
5
|
+
description: |
|
|
6
|
+
Enterprise integration agent for connecting heterogeneous systems and APIs.
|
|
7
|
+
Transforms protocols, maps schemas, and routes messages between systems.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: enterprise
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
|
|
17
|
+
x-ossa:
|
|
18
|
+
version: 0.2.5-RC
|
|
19
|
+
agent:
|
|
20
|
+
id: multi-system-integrator
|
|
21
|
+
type: integrator
|
|
22
|
+
compliance:
|
|
23
|
+
standards:
|
|
24
|
+
- openapi-first
|
|
25
|
+
- type-safe
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: https://integrator.platform.com/api/v1
|
|
31
|
+
description: Production
|
|
32
|
+
|
|
33
|
+
tags:
|
|
34
|
+
- name: integration
|
|
35
|
+
description: System integration operations
|
|
36
|
+
- name: transformation
|
|
37
|
+
description: Data transformation operations
|
|
38
|
+
- name: routing
|
|
39
|
+
description: Message routing operations
|
|
40
|
+
|
|
41
|
+
paths:
|
|
42
|
+
/integrate/connect:
|
|
43
|
+
post:
|
|
44
|
+
summary: Connect systems
|
|
45
|
+
description: Establish connection between two or more systems
|
|
46
|
+
operationId: connectSystems
|
|
47
|
+
tags: [integration]
|
|
48
|
+
x-ossa-capability: connect-systems
|
|
49
|
+
x-ossa-autonomy:
|
|
50
|
+
level: supervised
|
|
51
|
+
approval_required: true
|
|
52
|
+
requestBody:
|
|
53
|
+
required: true
|
|
54
|
+
content:
|
|
55
|
+
application/json:
|
|
56
|
+
schema:
|
|
57
|
+
type: object
|
|
58
|
+
required: [systems]
|
|
59
|
+
properties:
|
|
60
|
+
systems:
|
|
61
|
+
type: array
|
|
62
|
+
items:
|
|
63
|
+
type: object
|
|
64
|
+
properties:
|
|
65
|
+
system_id:
|
|
66
|
+
type: string
|
|
67
|
+
protocol:
|
|
68
|
+
type: string
|
|
69
|
+
endpoint:
|
|
70
|
+
type: string
|
|
71
|
+
mapping:
|
|
72
|
+
type: object
|
|
73
|
+
description: Schema mapping configuration
|
|
74
|
+
responses:
|
|
75
|
+
'200':
|
|
76
|
+
description: Systems connected
|
|
77
|
+
content:
|
|
78
|
+
application/json:
|
|
79
|
+
schema:
|
|
80
|
+
type: object
|
|
81
|
+
properties:
|
|
82
|
+
connection_id:
|
|
83
|
+
type: string
|
|
84
|
+
status:
|
|
85
|
+
type: string
|
|
86
|
+
enum: [connected, failed]
|
|
87
|
+
|
|
88
|
+
/transform:
|
|
89
|
+
post:
|
|
90
|
+
summary: Transform data
|
|
91
|
+
description: Transform data between different formats and schemas
|
|
92
|
+
operationId: transformData
|
|
93
|
+
tags: [transformation]
|
|
94
|
+
x-ossa-capability: map-schemas
|
|
95
|
+
x-ossa-autonomy:
|
|
96
|
+
level: autonomous
|
|
97
|
+
approval_required: false
|
|
98
|
+
requestBody:
|
|
99
|
+
required: true
|
|
100
|
+
content:
|
|
101
|
+
application/json:
|
|
102
|
+
schema:
|
|
103
|
+
type: object
|
|
104
|
+
required: [data, from_format, to_format]
|
|
105
|
+
properties:
|
|
106
|
+
data:
|
|
107
|
+
type: object
|
|
108
|
+
from_format:
|
|
109
|
+
type: string
|
|
110
|
+
to_format:
|
|
111
|
+
type: string
|
|
112
|
+
mapping:
|
|
113
|
+
type: object
|
|
114
|
+
responses:
|
|
115
|
+
'200':
|
|
116
|
+
description: Data transformed
|
|
117
|
+
content:
|
|
118
|
+
application/json:
|
|
119
|
+
schema:
|
|
120
|
+
type: object
|
|
121
|
+
properties:
|
|
122
|
+
transformed:
|
|
123
|
+
type: object
|
|
124
|
+
metadata:
|
|
125
|
+
type: object
|
|
126
|
+
|
|
127
|
+
/route:
|
|
128
|
+
post:
|
|
129
|
+
summary: Route message
|
|
130
|
+
description: Route message to appropriate system based on routing rules
|
|
131
|
+
operationId: routeMessage
|
|
132
|
+
tags: [routing]
|
|
133
|
+
x-ossa-capability: route-messages
|
|
134
|
+
x-ossa-autonomy:
|
|
135
|
+
level: autonomous
|
|
136
|
+
approval_required: false
|
|
137
|
+
requestBody:
|
|
138
|
+
required: true
|
|
139
|
+
content:
|
|
140
|
+
application/json:
|
|
141
|
+
schema:
|
|
142
|
+
type: object
|
|
143
|
+
required: [message, destination]
|
|
144
|
+
properties:
|
|
145
|
+
message:
|
|
146
|
+
type: object
|
|
147
|
+
destination:
|
|
148
|
+
type: string
|
|
149
|
+
routing_rules:
|
|
150
|
+
type: object
|
|
151
|
+
responses:
|
|
152
|
+
'200':
|
|
153
|
+
description: Message routed
|
|
154
|
+
content:
|
|
155
|
+
application/json:
|
|
156
|
+
schema:
|
|
157
|
+
type: object
|
|
158
|
+
properties:
|
|
159
|
+
routed:
|
|
160
|
+
type: boolean
|
|
161
|
+
destination:
|
|
162
|
+
type: string
|
|
163
|
+
status:
|
|
164
|
+
type: string
|
|
165
|
+
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Decision Arbitration Judge Agent API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
Ultimate decision-making agent for conflict resolution and final arbitration.
|
|
7
|
+
Makes decisions, resolves disputes, and prioritizes requests.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: enterprise
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
governance:
|
|
17
|
+
approved: true
|
|
18
|
+
approvedBy: Architecture Council
|
|
19
|
+
approvalDate: "2024-01-15"
|
|
20
|
+
|
|
21
|
+
x-ossa:
|
|
22
|
+
version: 0.2.5-RC
|
|
23
|
+
agent:
|
|
24
|
+
id: decision-arbitration-judge
|
|
25
|
+
type: judge
|
|
26
|
+
compliance:
|
|
27
|
+
standards:
|
|
28
|
+
- openapi-first
|
|
29
|
+
- type-safe
|
|
30
|
+
validated: true
|
|
31
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
32
|
+
|
|
33
|
+
servers:
|
|
34
|
+
- url: https://judge.platform.com/api/v1
|
|
35
|
+
description: Production
|
|
36
|
+
|
|
37
|
+
tags:
|
|
38
|
+
- name: arbitration
|
|
39
|
+
description: Arbitration operations
|
|
40
|
+
- name: decisions
|
|
41
|
+
description: Decision-making operations
|
|
42
|
+
|
|
43
|
+
paths:
|
|
44
|
+
/arbitrate:
|
|
45
|
+
post:
|
|
46
|
+
summary: Arbitrate conflict
|
|
47
|
+
description: Resolve conflicts between agents or requests using consensus algorithm
|
|
48
|
+
operationId: arbitrateConflict
|
|
49
|
+
tags: [arbitration]
|
|
50
|
+
x-ossa-capability: arbitrate-conflicts
|
|
51
|
+
x-ossa-autonomy:
|
|
52
|
+
level: supervised
|
|
53
|
+
approval_required: true
|
|
54
|
+
x-ossa-llm:
|
|
55
|
+
provider: openai
|
|
56
|
+
model: gpt-4
|
|
57
|
+
temperature: 0.1
|
|
58
|
+
requestBody:
|
|
59
|
+
required: true
|
|
60
|
+
content:
|
|
61
|
+
application/json:
|
|
62
|
+
schema:
|
|
63
|
+
type: object
|
|
64
|
+
required: [conflict, participants]
|
|
65
|
+
properties:
|
|
66
|
+
conflict:
|
|
67
|
+
type: object
|
|
68
|
+
description: Conflict description
|
|
69
|
+
participants:
|
|
70
|
+
type: array
|
|
71
|
+
items:
|
|
72
|
+
type: object
|
|
73
|
+
properties:
|
|
74
|
+
agent_id:
|
|
75
|
+
type: string
|
|
76
|
+
position:
|
|
77
|
+
type: object
|
|
78
|
+
criteria:
|
|
79
|
+
type: object
|
|
80
|
+
properties:
|
|
81
|
+
business_value:
|
|
82
|
+
type: number
|
|
83
|
+
technical_feasibility:
|
|
84
|
+
type: number
|
|
85
|
+
risk_assessment:
|
|
86
|
+
type: number
|
|
87
|
+
responses:
|
|
88
|
+
'200':
|
|
89
|
+
description: Arbitration completed
|
|
90
|
+
content:
|
|
91
|
+
application/json:
|
|
92
|
+
schema:
|
|
93
|
+
type: object
|
|
94
|
+
properties:
|
|
95
|
+
decision:
|
|
96
|
+
type: object
|
|
97
|
+
resolution:
|
|
98
|
+
type: string
|
|
99
|
+
consensus_score:
|
|
100
|
+
type: number
|
|
101
|
+
participants:
|
|
102
|
+
type: array
|
|
103
|
+
items:
|
|
104
|
+
type: object
|
|
105
|
+
|
|
106
|
+
/decide:
|
|
107
|
+
post:
|
|
108
|
+
summary: Make decision
|
|
109
|
+
description: Make a decision based on weighted criteria and priorities
|
|
110
|
+
operationId: makeDecision
|
|
111
|
+
tags: [decisions]
|
|
112
|
+
x-ossa-capability: make-decisions
|
|
113
|
+
x-ossa-autonomy:
|
|
114
|
+
level: supervised
|
|
115
|
+
approval_required: true
|
|
116
|
+
requestBody:
|
|
117
|
+
required: true
|
|
118
|
+
content:
|
|
119
|
+
application/json:
|
|
120
|
+
schema:
|
|
121
|
+
type: object
|
|
122
|
+
required: [options, criteria]
|
|
123
|
+
properties:
|
|
124
|
+
options:
|
|
125
|
+
type: array
|
|
126
|
+
items:
|
|
127
|
+
type: object
|
|
128
|
+
criteria:
|
|
129
|
+
type: object
|
|
130
|
+
weights:
|
|
131
|
+
type: object
|
|
132
|
+
responses:
|
|
133
|
+
'200':
|
|
134
|
+
description: Decision made
|
|
135
|
+
content:
|
|
136
|
+
application/json:
|
|
137
|
+
schema:
|
|
138
|
+
type: object
|
|
139
|
+
properties:
|
|
140
|
+
selected_option:
|
|
141
|
+
type: object
|
|
142
|
+
score:
|
|
143
|
+
type: number
|
|
144
|
+
reasoning:
|
|
145
|
+
type: string
|
|
146
|
+
confidence:
|
|
147
|
+
type: number
|
|
148
|
+
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: Kubernetes Troubleshooter Agent API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
Autonomous Kubernetes cluster troubleshooting agent with diagnostic capabilities.
|
|
7
|
+
Diagnoses pod failures, network issues, resource constraints, and configuration problems.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: intermediate
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
|
|
17
|
+
x-ossa:
|
|
18
|
+
version: 0.2.5-RC
|
|
19
|
+
agent:
|
|
20
|
+
id: k8s-troubleshooter
|
|
21
|
+
type: worker
|
|
22
|
+
compliance:
|
|
23
|
+
standards:
|
|
24
|
+
- openapi-first
|
|
25
|
+
- type-safe
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: https://troubleshooter.platform.com/api/v1
|
|
31
|
+
description: Production
|
|
32
|
+
- url: http://k8s-troubleshooter:3000/api/v1
|
|
33
|
+
description: Kubernetes internal
|
|
34
|
+
|
|
35
|
+
tags:
|
|
36
|
+
- name: diagnostics
|
|
37
|
+
description: Diagnostic operations
|
|
38
|
+
- name: pods
|
|
39
|
+
description: Pod operations
|
|
40
|
+
- name: cluster
|
|
41
|
+
description: Cluster operations
|
|
42
|
+
|
|
43
|
+
paths:
|
|
44
|
+
/diagnose/pod:
|
|
45
|
+
post:
|
|
46
|
+
summary: Diagnose pod issues
|
|
47
|
+
description: |
|
|
48
|
+
Analyzes a Kubernetes pod to identify failures, configuration issues,
|
|
49
|
+
and resource constraints. Uses MCP tools to gather pod logs, events, and metrics.
|
|
50
|
+
operationId: diagnosePod
|
|
51
|
+
tags: [diagnostics, pods]
|
|
52
|
+
x-ossa-capability: pod-diagnostics
|
|
53
|
+
x-ossa-autonomy:
|
|
54
|
+
level: supervised
|
|
55
|
+
approval_required: true
|
|
56
|
+
allowed_actions:
|
|
57
|
+
- read_pods
|
|
58
|
+
- read_logs
|
|
59
|
+
- read_events
|
|
60
|
+
- read_metrics
|
|
61
|
+
blocked_actions:
|
|
62
|
+
- delete_pods
|
|
63
|
+
- scale_deployments
|
|
64
|
+
- modify_configs
|
|
65
|
+
x-ossa-tools:
|
|
66
|
+
- type: mcp
|
|
67
|
+
server: kubernetes-mcp
|
|
68
|
+
capabilities:
|
|
69
|
+
- get_pods
|
|
70
|
+
- get_logs
|
|
71
|
+
- get_events
|
|
72
|
+
- describe_resource
|
|
73
|
+
- get_metrics
|
|
74
|
+
x-ossa-llm:
|
|
75
|
+
provider: openai
|
|
76
|
+
model: gpt-4
|
|
77
|
+
temperature: 0.2
|
|
78
|
+
requestBody:
|
|
79
|
+
required: true
|
|
80
|
+
content:
|
|
81
|
+
application/json:
|
|
82
|
+
schema:
|
|
83
|
+
type: object
|
|
84
|
+
required: [pod_name, namespace]
|
|
85
|
+
properties:
|
|
86
|
+
pod_name:
|
|
87
|
+
type: string
|
|
88
|
+
description: Name of the pod to diagnose
|
|
89
|
+
namespace:
|
|
90
|
+
type: string
|
|
91
|
+
description: Kubernetes namespace
|
|
92
|
+
default: default
|
|
93
|
+
include_logs:
|
|
94
|
+
type: boolean
|
|
95
|
+
default: true
|
|
96
|
+
description: Whether to include pod logs in diagnosis
|
|
97
|
+
responses:
|
|
98
|
+
'200':
|
|
99
|
+
description: Diagnosis completed
|
|
100
|
+
content:
|
|
101
|
+
application/json:
|
|
102
|
+
schema:
|
|
103
|
+
type: object
|
|
104
|
+
properties:
|
|
105
|
+
status:
|
|
106
|
+
type: string
|
|
107
|
+
enum: [healthy, degraded, failed]
|
|
108
|
+
issues:
|
|
109
|
+
type: array
|
|
110
|
+
items:
|
|
111
|
+
type: object
|
|
112
|
+
properties:
|
|
113
|
+
severity:
|
|
114
|
+
type: string
|
|
115
|
+
enum: [critical, warning, info]
|
|
116
|
+
message:
|
|
117
|
+
type: string
|
|
118
|
+
resource:
|
|
119
|
+
type: string
|
|
120
|
+
recommendations:
|
|
121
|
+
type: array
|
|
122
|
+
items:
|
|
123
|
+
type: string
|
|
124
|
+
metadata:
|
|
125
|
+
type: object
|
|
126
|
+
properties:
|
|
127
|
+
diagnosed_at:
|
|
128
|
+
type: string
|
|
129
|
+
format: date-time
|
|
130
|
+
execution_time_ms:
|
|
131
|
+
type: integer
|
|
132
|
+
|
|
133
|
+
/cluster/health:
|
|
134
|
+
get:
|
|
135
|
+
summary: Check cluster health
|
|
136
|
+
description: Perform comprehensive cluster health check
|
|
137
|
+
operationId: checkClusterHealth
|
|
138
|
+
tags: [cluster]
|
|
139
|
+
x-ossa-capability: cluster-diagnostics
|
|
140
|
+
x-ossa-autonomy:
|
|
141
|
+
level: autonomous
|
|
142
|
+
approval_required: false
|
|
143
|
+
responses:
|
|
144
|
+
'200':
|
|
145
|
+
description: Cluster health status
|
|
146
|
+
content:
|
|
147
|
+
application/json:
|
|
148
|
+
schema:
|
|
149
|
+
type: object
|
|
150
|
+
properties:
|
|
151
|
+
status:
|
|
152
|
+
type: string
|
|
153
|
+
enum: [healthy, degraded, unhealthy]
|
|
154
|
+
nodes:
|
|
155
|
+
type: array
|
|
156
|
+
items:
|
|
157
|
+
type: object
|
|
158
|
+
properties:
|
|
159
|
+
name:
|
|
160
|
+
type: string
|
|
161
|
+
status:
|
|
162
|
+
type: string
|
|
163
|
+
issues:
|
|
164
|
+
type: array
|
|
165
|
+
items:
|
|
166
|
+
type: string
|
|
167
|
+
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
openapi: 3.1.0
|
|
2
|
+
info:
|
|
3
|
+
title: LangChain Agent API
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: |
|
|
6
|
+
LangChain agent with tool chain integration.
|
|
7
|
+
Uses tools to accomplish tasks with memory and chain capabilities.
|
|
8
|
+
|
|
9
|
+
x-ossa-metadata:
|
|
10
|
+
version: 0.2.5-RC
|
|
11
|
+
compliance:
|
|
12
|
+
level: basic
|
|
13
|
+
frameworks:
|
|
14
|
+
- OSSA
|
|
15
|
+
- OpenAPI 3.1
|
|
16
|
+
- LangChain
|
|
17
|
+
|
|
18
|
+
x-ossa:
|
|
19
|
+
version: 0.2.5-RC
|
|
20
|
+
agent:
|
|
21
|
+
id: langchain-agent
|
|
22
|
+
type: worker
|
|
23
|
+
compliance:
|
|
24
|
+
standards:
|
|
25
|
+
- openapi-first
|
|
26
|
+
validated: true
|
|
27
|
+
validatedAt: "2024-01-15T10:00:00Z"
|
|
28
|
+
|
|
29
|
+
servers:
|
|
30
|
+
- url: http://localhost:3000
|
|
31
|
+
description: Local development
|
|
32
|
+
|
|
33
|
+
tags:
|
|
34
|
+
- name: tasks
|
|
35
|
+
description: Task execution operations
|
|
36
|
+
- name: tools
|
|
37
|
+
description: Tool operations
|
|
38
|
+
|
|
39
|
+
paths:
|
|
40
|
+
/execute:
|
|
41
|
+
post:
|
|
42
|
+
summary: Execute task with tools
|
|
43
|
+
description: Execute a task using LangChain agent with available tools
|
|
44
|
+
operationId: executeTask
|
|
45
|
+
tags: [tasks]
|
|
46
|
+
x-ossa-capability: execute_task
|
|
47
|
+
x-ossa-autonomy:
|
|
48
|
+
level: autonomous
|
|
49
|
+
approval_required: false
|
|
50
|
+
x-ossa-llm:
|
|
51
|
+
provider: openai
|
|
52
|
+
model: gpt-4
|
|
53
|
+
temperature: 0.5
|
|
54
|
+
requestBody:
|
|
55
|
+
required: true
|
|
56
|
+
content:
|
|
57
|
+
application/json:
|
|
58
|
+
schema:
|
|
59
|
+
type: object
|
|
60
|
+
required: [task]
|
|
61
|
+
properties:
|
|
62
|
+
task:
|
|
63
|
+
type: string
|
|
64
|
+
description: Task description
|
|
65
|
+
tools:
|
|
66
|
+
type: array
|
|
67
|
+
items:
|
|
68
|
+
type: string
|
|
69
|
+
description: Tools to use for task
|
|
70
|
+
context:
|
|
71
|
+
type: object
|
|
72
|
+
description: Additional context
|
|
73
|
+
responses:
|
|
74
|
+
'200':
|
|
75
|
+
description: Task executed
|
|
76
|
+
content:
|
|
77
|
+
application/json:
|
|
78
|
+
schema:
|
|
79
|
+
type: object
|
|
80
|
+
properties:
|
|
81
|
+
result:
|
|
82
|
+
type: string
|
|
83
|
+
steps:
|
|
84
|
+
type: array
|
|
85
|
+
items:
|
|
86
|
+
type: object
|
|
87
|
+
properties:
|
|
88
|
+
tool:
|
|
89
|
+
type: string
|
|
90
|
+
result:
|
|
91
|
+
type: string
|
|
92
|
+
memory:
|
|
93
|
+
type: object
|
|
94
|
+
|
|
95
|
+
/tools/calculator:
|
|
96
|
+
post:
|
|
97
|
+
summary: Calculator tool
|
|
98
|
+
description: Perform mathematical calculations
|
|
99
|
+
operationId: calculator
|
|
100
|
+
tags: [tools]
|
|
101
|
+
x-ossa-capability: calculator
|
|
102
|
+
x-ossa-autonomy:
|
|
103
|
+
level: autonomous
|
|
104
|
+
approval_required: false
|
|
105
|
+
requestBody:
|
|
106
|
+
required: true
|
|
107
|
+
content:
|
|
108
|
+
application/json:
|
|
109
|
+
schema:
|
|
110
|
+
type: object
|
|
111
|
+
required: [operation, a, b]
|
|
112
|
+
properties:
|
|
113
|
+
operation:
|
|
114
|
+
type: string
|
|
115
|
+
enum: [add, subtract, multiply, divide]
|
|
116
|
+
a:
|
|
117
|
+
type: number
|
|
118
|
+
b:
|
|
119
|
+
type: number
|
|
120
|
+
responses:
|
|
121
|
+
'200':
|
|
122
|
+
description: Calculation result
|
|
123
|
+
content:
|
|
124
|
+
application/json:
|
|
125
|
+
schema:
|
|
126
|
+
type: object
|
|
127
|
+
properties:
|
|
128
|
+
result:
|
|
129
|
+
type: number
|
|
130
|
+
|
|
131
|
+
/tools/search:
|
|
132
|
+
post:
|
|
133
|
+
summary: Web search tool
|
|
134
|
+
description: Search the web for information
|
|
135
|
+
operationId: webSearch
|
|
136
|
+
tags: [tools]
|
|
137
|
+
x-ossa-capability: web_search
|
|
138
|
+
x-ossa-autonomy:
|
|
139
|
+
level: autonomous
|
|
140
|
+
approval_required: false
|
|
141
|
+
requestBody:
|
|
142
|
+
required: true
|
|
143
|
+
content:
|
|
144
|
+
application/json:
|
|
145
|
+
schema:
|
|
146
|
+
type: object
|
|
147
|
+
required: [query]
|
|
148
|
+
properties:
|
|
149
|
+
query:
|
|
150
|
+
type: string
|
|
151
|
+
description: Search query
|
|
152
|
+
responses:
|
|
153
|
+
'200':
|
|
154
|
+
description: Search results
|
|
155
|
+
content:
|
|
156
|
+
application/json:
|
|
157
|
+
schema:
|
|
158
|
+
type: object
|
|
159
|
+
properties:
|
|
160
|
+
results:
|
|
161
|
+
type: array
|
|
162
|
+
items:
|
|
163
|
+
type: object
|
|
164
|
+
properties:
|
|
165
|
+
title:
|
|
166
|
+
type: string
|
|
167
|
+
url:
|
|
168
|
+
type: string
|
|
169
|
+
snippet:
|
|
170
|
+
type: string
|
|
171
|
+
|