@bluefly/openstandardagents 0.3.1 → 0.3.2
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/.devfile.yaml +87 -0
- package/.gitlab-ci-trigger +1 -0
- package/.wiki-config.json +24 -0
- package/CHANGELOG.md +212 -1
- package/README.md +31 -56
- package/dist/adapters/anthropic/runtime.js +2 -2
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/bot/architecture-validator-bot.d.ts +8 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +1 -0
- package/dist/bot/architecture-validator-bot.js +15 -0
- package/dist/bot/architecture-validator-bot.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +7 -0
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -0
- package/dist/bot/ci-pipeline-bot.js +7 -0
- package/dist/bot/ci-pipeline-bot.js.map +1 -0
- package/dist/bot/compliance-bot.d.ts +56 -0
- package/dist/bot/compliance-bot.d.ts.map +1 -0
- package/dist/bot/compliance-bot.js +203 -0
- package/dist/bot/compliance-bot.js.map +1 -0
- package/dist/bot/dependency-updater-bot.d.ts +9 -0
- package/dist/bot/dependency-updater-bot.d.ts.map +1 -0
- package/dist/bot/dependency-updater-bot.js +9 -0
- package/dist/bot/dependency-updater-bot.js.map +1 -0
- package/dist/bot/security-scanner-bot.d.ts +11 -0
- package/dist/bot/security-scanner-bot.d.ts.map +1 -0
- package/dist/bot/security-scanner-bot.js +21 -0
- package/dist/bot/security-scanner-bot.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts +11 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-card.command.js +285 -0
- package/dist/cli/commands/agent-card.command.js.map +1 -0
- package/dist/cli/commands/agents.command.d.ts +11 -0
- package/dist/cli/commands/agents.command.d.ts.map +1 -0
- package/dist/cli/commands/agents.command.js +326 -0
- package/dist/cli/commands/agents.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts +13 -2
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +204 -29
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +14 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -0
- package/dist/cli/commands/registry.command.js +428 -0
- package/dist/cli/commands/registry.command.js.map +1 -0
- package/dist/cli/commands/workspace.command.d.ts +14 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -0
- package/dist/cli/commands/workspace.command.js +467 -0
- package/dist/cli/commands/workspace.command.js.map +1 -0
- package/dist/cli/index.js +9 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +20 -0
- package/dist/di-container.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +75 -0
- package/dist/services/codegen/codegen.service.d.ts.map +1 -0
- package/dist/services/codegen/codegen.service.js +136 -0
- package/dist/services/codegen/codegen.service.js.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts +41 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.js +178 -0
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts +46 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.js +157 -0
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -0
- package/dist/services/codegen/generators/types.generator.d.ts +27 -0
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/types.generator.js +97 -0
- package/dist/services/codegen/generators/types.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts +43 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +163 -0
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -0
- package/dist/services/codegen/generators/zod.generator.d.ts +31 -0
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/zod.generator.js +134 -0
- package/dist/services/codegen/generators/zod.generator.js.map +1 -0
- package/dist/services/codegen/index.d.ts +33 -0
- package/dist/services/codegen/index.d.ts.map +1 -0
- package/dist/services/codegen/index.js +36 -0
- package/dist/services/codegen/index.js.map +1 -0
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/dist/spec/v0.3.2/access_tiers.yaml +375 -0
- package/dist/spec/v0.3.2/adapters/drupal.md +541 -0
- package/dist/spec/v0.3.2/adapters/symfony.md +659 -0
- package/dist/spec/v0.3.2/agent-test.schema.json +75 -0
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.2/extensions/drupal.md +417 -0
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/dist/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/dist/spec/v0.3.2/protocols/sse.md +494 -0
- package/dist/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/dist/spec/v0.3.2/protocols/websocket.md +362 -0
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/dist/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/dist/spec/v0.3.2/taxonomy.yaml +363 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.types.js +10 -0
- package/dist/types/generated/ossa-0.3.2.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -0
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/reasoning-agent.yaml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +36 -11
- package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
- package/examples/anthropic/claude-assistant.ossa.json +4 -4
- package/examples/autogen/multi-agent.ossa.json +2 -2
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/claude-code/code-reviewer.ossa.yaml +1 -1
- package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
- package/examples/common_npm/agent-router.ossa.yaml +1 -1
- package/examples/contracts/data-consumer.ossa.yaml +1 -1
- package/examples/contracts/data-producer-v2.ossa.yaml +1 -1
- package/examples/contracts/data-producer.ossa.yaml +1 -1
- package/examples/crewai/research-team.ossa.json +2 -2
- package/examples/cursor/code-review-agent.ossa.json +2 -2
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +3 -3
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +2 -2
- package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
- package/examples/kagent/compliance-validator.ossa.yaml +1 -1
- package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
- package/examples/kagent/documentation-agent.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
- package/examples/kagent/security-scanner.ossa.yaml +1 -1
- package/examples/langchain/chain-agent.ossa.json +2 -2
- package/examples/langflow/workflow-agent.ossa.json +2 -2
- package/examples/langgraph/state-machine-agent.ossa.json +2 -2
- package/examples/llamaindex/rag-agent.ossa.json +2 -2
- package/examples/messaging/dependency-healer.ossa.yaml +1 -1
- package/examples/messaging/incident-responder.ossa.yaml +1 -1
- package/examples/messaging/routing-rules.ossa.yaml +3 -3
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
- package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/openai/multi-tool-agent.ossa.json +2 -2
- package/examples/openai/swarm-agent.ossa.json +2 -2
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +1 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +59 -0
- package/examples/showcase/code-assistant.ossa.yaml +118 -0
- package/examples/showcase/code-reviewer.ossa.yaml +61 -0
- package/examples/showcase/compliance-validator.ossa.yaml +62 -0
- package/examples/showcase/content-writer.ossa.yaml +67 -0
- package/examples/showcase/data-transformer.ossa.yaml +78 -0
- package/examples/showcase/doc-generator.ossa.yaml +68 -0
- package/examples/showcase/security-scanner.ossa.yaml +65 -0
- package/examples/showcase/test-generator.ossa.yaml +63 -0
- package/examples/showcase/workflow-orchestrator.ossa.yaml +129 -0
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +2 -2
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -0
- package/openapi/agent-communication.yaml +1 -1
- package/openapi/agent-crud.yaml +8 -8
- package/openapi/agent-discovery.yaml +2 -2
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +231 -0
- package/openapi/core/ossa-core-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +1 -1
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/package.json +13 -3
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.2/access_tiers.yaml +375 -0
- package/spec/v0.3.2/adapters/drupal.md +541 -0
- package/spec/v0.3.2/adapters/symfony.md +659 -0
- package/spec/v0.3.2/agent-test.schema.json +75 -0
- package/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.2/extensions/drupal.md +417 -0
- package/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/spec/v0.3.2/protocols/sse.md +494 -0
- package/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/spec/v0.3.2/protocols/websocket.md +362 -0
- package/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.2/taxonomy.yaml +363 -0
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +0 -60
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +0 -68
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +0 -106
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
# OSSA v0.3.1 - Unified Agent Schema
|
|
2
|
+
# Universal agent platform: OSSA + GitLab Duo + Google A2A + MCP
|
|
3
|
+
# Zero hardcoded models, runtime-agnostic, infrastructure-driven
|
|
4
|
+
|
|
5
|
+
apiVersion: ossa/v0.3.2
|
|
6
|
+
kind: Agent
|
|
7
|
+
|
|
8
|
+
metadata:
|
|
9
|
+
name: string
|
|
10
|
+
version: string # semver
|
|
11
|
+
description: string
|
|
12
|
+
labels:
|
|
13
|
+
domain: string
|
|
14
|
+
capability: string
|
|
15
|
+
runtime: string
|
|
16
|
+
|
|
17
|
+
spec:
|
|
18
|
+
# ============================================
|
|
19
|
+
# UNIFIED LLM CONFIGURATION
|
|
20
|
+
# No hardcoded models, runtime-configurable
|
|
21
|
+
# ============================================
|
|
22
|
+
llm:
|
|
23
|
+
provider: ${LLM_PROVIDER:-anthropic}
|
|
24
|
+
model: ${LLM_MODEL:-claude-sonnet}
|
|
25
|
+
profile: ${LLM_PROFILE:-balanced} # NEW: A2A compatible
|
|
26
|
+
temperature: ${LLM_TEMPERATURE:-0.1}
|
|
27
|
+
maxTokens: ${LLM_MAX_TOKENS:-16000}
|
|
28
|
+
topP: ${LLM_TOP_P:-0.9}
|
|
29
|
+
|
|
30
|
+
fallback_models:
|
|
31
|
+
- provider: ${LLM_FALLBACK_PROVIDER_1:-openai}
|
|
32
|
+
model: ${LLM_FALLBACK_MODEL_1:-gpt-4o}
|
|
33
|
+
condition: on_error
|
|
34
|
+
- provider: ${LLM_FALLBACK_PROVIDER_2:-google}
|
|
35
|
+
model: ${LLM_FALLBACK_MODEL_2:-gemini-2.0-flash}
|
|
36
|
+
condition: on_rate_limit
|
|
37
|
+
|
|
38
|
+
retry_config:
|
|
39
|
+
max_attempts: ${LLM_RETRY_ATTEMPTS:-3}
|
|
40
|
+
backoff_strategy: ${LLM_BACKOFF_STRATEGY:-exponential}
|
|
41
|
+
|
|
42
|
+
# ============================================
|
|
43
|
+
# EXECUTION PROFILES (Google A2A)
|
|
44
|
+
# Task-specific optimization
|
|
45
|
+
# ============================================
|
|
46
|
+
execution_profile:
|
|
47
|
+
default: ${LLM_PROFILE:-balanced}
|
|
48
|
+
profiles:
|
|
49
|
+
fast:
|
|
50
|
+
maxTokens: 4000
|
|
51
|
+
temperature: 0.0
|
|
52
|
+
description: "Quick responses for triage"
|
|
53
|
+
balanced:
|
|
54
|
+
maxTokens: 16000
|
|
55
|
+
temperature: 0.1
|
|
56
|
+
description: "General agent operations"
|
|
57
|
+
deep:
|
|
58
|
+
maxTokens: 32000
|
|
59
|
+
temperature: 0.2
|
|
60
|
+
reasoning_enabled: true
|
|
61
|
+
description: "Deep analysis and reasoning"
|
|
62
|
+
safe:
|
|
63
|
+
temperature: 0.0
|
|
64
|
+
validation_required: true
|
|
65
|
+
audit_log: true
|
|
66
|
+
description: "Compliance and security"
|
|
67
|
+
|
|
68
|
+
# ============================================
|
|
69
|
+
# RUNTIME DECLARATION (Multi-platform)
|
|
70
|
+
# ============================================
|
|
71
|
+
runtime:
|
|
72
|
+
type: ${AGENT_RUNTIME:-unified}
|
|
73
|
+
supports:
|
|
74
|
+
- google-a2a
|
|
75
|
+
- gitlab-duo
|
|
76
|
+
- ossa-mesh
|
|
77
|
+
- mcp
|
|
78
|
+
- local-execution
|
|
79
|
+
scheduling:
|
|
80
|
+
strategy: ${AGENT_SCHEDULING:-fair}
|
|
81
|
+
priority: ${AGENT_PRIORITY:-normal}
|
|
82
|
+
max_concurrent: ${AGENT_MAX_CONCURRENT:-10}
|
|
83
|
+
timeout_seconds: ${AGENT_TIMEOUT:-300}
|
|
84
|
+
resource_limits:
|
|
85
|
+
memory_mb: ${AGENT_MEMORY_MB:-512}
|
|
86
|
+
cpu_millicores: ${AGENT_CPU_MILLICORES:-500}
|
|
87
|
+
|
|
88
|
+
# ============================================
|
|
89
|
+
# CAPABILITIES (A2A/Duo compatible)
|
|
90
|
+
# ============================================
|
|
91
|
+
capabilities:
|
|
92
|
+
- name: ${CAPABILITY_SCAN:-security_scan}
|
|
93
|
+
type: action
|
|
94
|
+
runtime: llm
|
|
95
|
+
description: "Run security analysis"
|
|
96
|
+
input_schema:
|
|
97
|
+
type: object
|
|
98
|
+
required: [path]
|
|
99
|
+
properties:
|
|
100
|
+
path:
|
|
101
|
+
type: string
|
|
102
|
+
severity:
|
|
103
|
+
type: string
|
|
104
|
+
enum: [low, medium, high, critical]
|
|
105
|
+
|
|
106
|
+
# ============================================
|
|
107
|
+
# FUNCTIONS (A2A format)
|
|
108
|
+
# OpenAI-style function calling
|
|
109
|
+
# ============================================
|
|
110
|
+
functions:
|
|
111
|
+
- name: scan_security
|
|
112
|
+
description: "Run OSSA security analysis"
|
|
113
|
+
parameters:
|
|
114
|
+
type: object
|
|
115
|
+
properties:
|
|
116
|
+
path:
|
|
117
|
+
type: string
|
|
118
|
+
description: "Path to scan"
|
|
119
|
+
severity:
|
|
120
|
+
type: string
|
|
121
|
+
enum: [low, medium, high, critical]
|
|
122
|
+
required: [path]
|
|
123
|
+
returns:
|
|
124
|
+
type: object
|
|
125
|
+
properties:
|
|
126
|
+
findings:
|
|
127
|
+
type: array
|
|
128
|
+
score:
|
|
129
|
+
type: number
|
|
130
|
+
|
|
131
|
+
# ============================================
|
|
132
|
+
# EXTENSIONS (A2A compatible)
|
|
133
|
+
# ============================================
|
|
134
|
+
extensions:
|
|
135
|
+
- type: http
|
|
136
|
+
name: ossa-mesh
|
|
137
|
+
endpoint: ${OSSA_MESH_URL}
|
|
138
|
+
credentials_ref: OSSA_MESH_TOKEN
|
|
139
|
+
- type: mcp
|
|
140
|
+
name: gitlab-mcp
|
|
141
|
+
endpoint: ${GITLAB_MCP_URL}
|
|
142
|
+
credentials_ref: GITLAB_TOKEN
|
|
143
|
+
|
|
144
|
+
# ============================================
|
|
145
|
+
# EXISTING OSSA FEATURES
|
|
146
|
+
# ============================================
|
|
147
|
+
role: string
|
|
148
|
+
taxonomy:
|
|
149
|
+
domain: string
|
|
150
|
+
subdomain: string
|
|
151
|
+
capability: string
|
|
152
|
+
|
|
153
|
+
tools:
|
|
154
|
+
- name: string
|
|
155
|
+
description: string
|
|
156
|
+
source:
|
|
157
|
+
type: mcp
|
|
158
|
+
uri: string
|
|
159
|
+
|
|
160
|
+
knowledge_graph:
|
|
161
|
+
enabled: boolean
|
|
162
|
+
provider: string
|
|
163
|
+
connection:
|
|
164
|
+
endpoint: string
|
|
165
|
+
credentials_ref: string
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# OSSA v0.3.1 - Capabilities Schema
|
|
2
|
+
# Google A2A and GitLab Duo compatible capability declarations
|
|
3
|
+
|
|
4
|
+
$schema: http://json-schema.org/draft-07/schema#
|
|
5
|
+
$id: https://openstandardagents.org/schemas/v0.3.1/capabilities.yaml
|
|
6
|
+
|
|
7
|
+
title: Agent Capabilities
|
|
8
|
+
description: |
|
|
9
|
+
Structured capability declarations compatible with Google A2A and GitLab Duo.
|
|
10
|
+
Maps agent actions to callable functions.
|
|
11
|
+
|
|
12
|
+
type: array
|
|
13
|
+
items:
|
|
14
|
+
type: object
|
|
15
|
+
required:
|
|
16
|
+
- name
|
|
17
|
+
- type
|
|
18
|
+
properties:
|
|
19
|
+
name:
|
|
20
|
+
type: string
|
|
21
|
+
description: Capability identifier
|
|
22
|
+
pattern: ^[a-z][a-z0-9_]*$
|
|
23
|
+
examples:
|
|
24
|
+
- security_scan
|
|
25
|
+
- code_review
|
|
26
|
+
- deploy_service
|
|
27
|
+
- analyze_logs
|
|
28
|
+
|
|
29
|
+
type:
|
|
30
|
+
type: string
|
|
31
|
+
description: Capability type
|
|
32
|
+
enum:
|
|
33
|
+
- action
|
|
34
|
+
- query
|
|
35
|
+
- transform
|
|
36
|
+
- validation
|
|
37
|
+
- orchestration
|
|
38
|
+
|
|
39
|
+
runtime:
|
|
40
|
+
type: string
|
|
41
|
+
description: Execution runtime
|
|
42
|
+
enum:
|
|
43
|
+
- llm
|
|
44
|
+
- code
|
|
45
|
+
- hybrid
|
|
46
|
+
- external
|
|
47
|
+
default: llm
|
|
48
|
+
|
|
49
|
+
description:
|
|
50
|
+
type: string
|
|
51
|
+
description: Human-readable capability description
|
|
52
|
+
|
|
53
|
+
input_schema:
|
|
54
|
+
type: object
|
|
55
|
+
description: JSON Schema for input validation
|
|
56
|
+
|
|
57
|
+
output_schema:
|
|
58
|
+
type: object
|
|
59
|
+
description: JSON Schema for output validation
|
|
60
|
+
|
|
61
|
+
requires:
|
|
62
|
+
type: array
|
|
63
|
+
description: Required dependencies
|
|
64
|
+
items:
|
|
65
|
+
type: string
|
|
66
|
+
|
|
67
|
+
timeout_seconds:
|
|
68
|
+
type: integer
|
|
69
|
+
description: Capability-specific timeout
|
|
70
|
+
default: 60
|
|
71
|
+
|
|
72
|
+
retry_policy:
|
|
73
|
+
type: object
|
|
74
|
+
properties:
|
|
75
|
+
max_attempts:
|
|
76
|
+
type: integer
|
|
77
|
+
default: 3
|
|
78
|
+
backoff:
|
|
79
|
+
type: string
|
|
80
|
+
enum: [exponential, linear, constant]
|
|
81
|
+
|
|
82
|
+
examples:
|
|
83
|
+
- name: security_scan
|
|
84
|
+
type: action
|
|
85
|
+
runtime: hybrid
|
|
86
|
+
description: Run OSSA security analysis on codebase
|
|
87
|
+
input_schema:
|
|
88
|
+
type: object
|
|
89
|
+
required: [path]
|
|
90
|
+
properties:
|
|
91
|
+
path:
|
|
92
|
+
type: string
|
|
93
|
+
severity:
|
|
94
|
+
type: string
|
|
95
|
+
enum: [low, medium, high, critical]
|
|
96
|
+
output_schema:
|
|
97
|
+
type: object
|
|
98
|
+
properties:
|
|
99
|
+
findings:
|
|
100
|
+
type: array
|
|
101
|
+
score:
|
|
102
|
+
type: number
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# OSSA v0.3.1 - Functions Schema
|
|
2
|
+
# Google A2A compatible function declarations (OpenAI function calling format)
|
|
3
|
+
|
|
4
|
+
$schema: http://json-schema.org/draft-07/schema#
|
|
5
|
+
$id: https://openstandardagents.org/schemas/v0.3.1/functions.yaml
|
|
6
|
+
|
|
7
|
+
title: Agent Functions
|
|
8
|
+
description: |
|
|
9
|
+
Function declarations in Google A2A / OpenAI format.
|
|
10
|
+
Enables structured function calling across all runtimes.
|
|
11
|
+
|
|
12
|
+
type: array
|
|
13
|
+
items:
|
|
14
|
+
type: object
|
|
15
|
+
required:
|
|
16
|
+
- name
|
|
17
|
+
- description
|
|
18
|
+
- parameters
|
|
19
|
+
properties:
|
|
20
|
+
name:
|
|
21
|
+
type: string
|
|
22
|
+
description: Function name
|
|
23
|
+
pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
|
|
24
|
+
|
|
25
|
+
description:
|
|
26
|
+
type: string
|
|
27
|
+
description: What the function does
|
|
28
|
+
|
|
29
|
+
parameters:
|
|
30
|
+
type: object
|
|
31
|
+
description: JSON Schema for function parameters
|
|
32
|
+
required:
|
|
33
|
+
- type
|
|
34
|
+
- properties
|
|
35
|
+
properties:
|
|
36
|
+
type:
|
|
37
|
+
type: string
|
|
38
|
+
const: object
|
|
39
|
+
properties:
|
|
40
|
+
type: object
|
|
41
|
+
required:
|
|
42
|
+
type: array
|
|
43
|
+
items:
|
|
44
|
+
type: string
|
|
45
|
+
|
|
46
|
+
returns:
|
|
47
|
+
type: object
|
|
48
|
+
description: Return value schema
|
|
49
|
+
|
|
50
|
+
strict:
|
|
51
|
+
type: boolean
|
|
52
|
+
description: Enforce strict schema validation
|
|
53
|
+
default: true
|
|
54
|
+
|
|
55
|
+
examples:
|
|
56
|
+
- name: scan_security
|
|
57
|
+
description: Run OSSA security analysis
|
|
58
|
+
parameters:
|
|
59
|
+
type: object
|
|
60
|
+
properties:
|
|
61
|
+
path:
|
|
62
|
+
type: string
|
|
63
|
+
description: Path to scan
|
|
64
|
+
severity:
|
|
65
|
+
type: string
|
|
66
|
+
enum: [low, medium, high, critical]
|
|
67
|
+
description: Minimum severity level
|
|
68
|
+
required: [path]
|
|
69
|
+
returns:
|
|
70
|
+
type: object
|
|
71
|
+
properties:
|
|
72
|
+
findings:
|
|
73
|
+
type: array
|
|
74
|
+
score:
|
|
75
|
+
type: number
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.3.1/messaging/channel.json",
|
|
4
|
+
"title": "OSSA Channel Schema",
|
|
5
|
+
"description": "Schema for message channel configuration in OSSA v0.3.1",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": [
|
|
8
|
+
"name",
|
|
9
|
+
"type"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"name": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "Channel name (must follow naming conventions)",
|
|
15
|
+
"pattern": "^agents\\.([a-z0-9-]+\\.)+[a-z0-9-]+$",
|
|
16
|
+
"minLength": 3,
|
|
17
|
+
"maxLength": 256,
|
|
18
|
+
"examples": [
|
|
19
|
+
"agents.tasks.assigned",
|
|
20
|
+
"agents.code-reviewer.completed",
|
|
21
|
+
"agents.broadcast.shutdown"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"type": {
|
|
25
|
+
"type": "string",
|
|
26
|
+
"enum": ["direct", "topic", "broadcast"],
|
|
27
|
+
"description": "Channel type determining routing behavior"
|
|
28
|
+
},
|
|
29
|
+
"description": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Human-readable channel description",
|
|
32
|
+
"maxLength": 512
|
|
33
|
+
},
|
|
34
|
+
"schema": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"description": "JSON Schema reference for message validation",
|
|
37
|
+
"format": "uri-reference",
|
|
38
|
+
"examples": [
|
|
39
|
+
"TaskAssigned",
|
|
40
|
+
"https://ossa.dev/schemas/messaging/TaskCompleted.schema.json"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"qos": {
|
|
44
|
+
"$ref": "#/definitions/ChannelQoS",
|
|
45
|
+
"description": "Default quality of service for this channel"
|
|
46
|
+
},
|
|
47
|
+
"config": {
|
|
48
|
+
"$ref": "#/definitions/ChannelConfig",
|
|
49
|
+
"description": "Channel-specific configuration"
|
|
50
|
+
},
|
|
51
|
+
"metadata": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"description": "Custom metadata for channel management",
|
|
54
|
+
"additionalProperties": true
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"additionalProperties": false,
|
|
58
|
+
"definitions": {
|
|
59
|
+
"ChannelQoS": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"description": "Default quality of service settings for channel",
|
|
62
|
+
"properties": {
|
|
63
|
+
"deliveryMode": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"enum": ["at-most-once", "at-least-once", "exactly-once"],
|
|
66
|
+
"default": "at-least-once"
|
|
67
|
+
},
|
|
68
|
+
"persistent": {
|
|
69
|
+
"type": "boolean",
|
|
70
|
+
"default": true,
|
|
71
|
+
"description": "Messages persist to disk"
|
|
72
|
+
},
|
|
73
|
+
"ordered": {
|
|
74
|
+
"type": "boolean",
|
|
75
|
+
"default": true,
|
|
76
|
+
"description": "Maintain message order"
|
|
77
|
+
},
|
|
78
|
+
"maxRetries": {
|
|
79
|
+
"type": "integer",
|
|
80
|
+
"minimum": 0,
|
|
81
|
+
"maximum": 100,
|
|
82
|
+
"default": 3,
|
|
83
|
+
"description": "Maximum delivery retry attempts"
|
|
84
|
+
},
|
|
85
|
+
"retryBackoff": {
|
|
86
|
+
"type": "string",
|
|
87
|
+
"enum": ["none", "linear", "exponential"],
|
|
88
|
+
"default": "exponential",
|
|
89
|
+
"description": "Retry backoff strategy"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"additionalProperties": false
|
|
93
|
+
},
|
|
94
|
+
"ChannelConfig": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"description": "Channel configuration options",
|
|
97
|
+
"properties": {
|
|
98
|
+
"maxMessageSize": {
|
|
99
|
+
"type": "integer",
|
|
100
|
+
"minimum": 1024,
|
|
101
|
+
"maximum": 10485760,
|
|
102
|
+
"default": 1048576,
|
|
103
|
+
"description": "Maximum message size in bytes (default: 1MB)"
|
|
104
|
+
},
|
|
105
|
+
"maxSubscribers": {
|
|
106
|
+
"type": "integer",
|
|
107
|
+
"minimum": 1,
|
|
108
|
+
"maximum": 10000,
|
|
109
|
+
"default": 1000,
|
|
110
|
+
"description": "Maximum concurrent subscribers"
|
|
111
|
+
},
|
|
112
|
+
"messageRetention": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"minimum": 0,
|
|
115
|
+
"maximum": 2592000,
|
|
116
|
+
"default": 86400,
|
|
117
|
+
"description": "Message retention period in seconds (default: 24 hours, 0 = no retention)"
|
|
118
|
+
},
|
|
119
|
+
"deadLetterQueue": {
|
|
120
|
+
"type": "boolean",
|
|
121
|
+
"default": true,
|
|
122
|
+
"description": "Enable dead letter queue for failed messages"
|
|
123
|
+
},
|
|
124
|
+
"dlqChannel": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"description": "Custom DLQ channel name (default: {channel}.dlq)",
|
|
127
|
+
"pattern": "^agents\\.([a-z0-9-]+\\.)+[a-z0-9-]+$"
|
|
128
|
+
},
|
|
129
|
+
"rateLimiting": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"description": "Rate limiting configuration",
|
|
132
|
+
"properties": {
|
|
133
|
+
"enabled": {
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"default": false
|
|
136
|
+
},
|
|
137
|
+
"maxMessagesPerSecond": {
|
|
138
|
+
"type": "integer",
|
|
139
|
+
"minimum": 1,
|
|
140
|
+
"maximum": 100000
|
|
141
|
+
},
|
|
142
|
+
"burstSize": {
|
|
143
|
+
"type": "integer",
|
|
144
|
+
"minimum": 1,
|
|
145
|
+
"maximum": 1000
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"additionalProperties": false
|
|
149
|
+
},
|
|
150
|
+
"encryption": {
|
|
151
|
+
"type": "object",
|
|
152
|
+
"description": "Channel-level encryption settings",
|
|
153
|
+
"properties": {
|
|
154
|
+
"enabled": {
|
|
155
|
+
"type": "boolean",
|
|
156
|
+
"default": false
|
|
157
|
+
},
|
|
158
|
+
"algorithm": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"enum": ["AES-256-GCM", "ChaCha20-Poly1305"],
|
|
161
|
+
"default": "AES-256-GCM"
|
|
162
|
+
},
|
|
163
|
+
"keyRef": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"description": "Reference to encryption key in secret store"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"required": ["enabled"],
|
|
169
|
+
"if": {
|
|
170
|
+
"properties": {
|
|
171
|
+
"enabled": { "const": true }
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"then": {
|
|
175
|
+
"required": ["keyRef"]
|
|
176
|
+
},
|
|
177
|
+
"additionalProperties": false
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"additionalProperties": false
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"examples": [
|
|
184
|
+
{
|
|
185
|
+
"name": "agents.tasks.assigned",
|
|
186
|
+
"type": "topic",
|
|
187
|
+
"description": "Task assignment notifications",
|
|
188
|
+
"schema": "TaskAssigned",
|
|
189
|
+
"qos": {
|
|
190
|
+
"deliveryMode": "at-least-once",
|
|
191
|
+
"persistent": true,
|
|
192
|
+
"ordered": true,
|
|
193
|
+
"maxRetries": 5,
|
|
194
|
+
"retryBackoff": "exponential"
|
|
195
|
+
},
|
|
196
|
+
"config": {
|
|
197
|
+
"maxMessageSize": 1048576,
|
|
198
|
+
"maxSubscribers": 100,
|
|
199
|
+
"messageRetention": 86400,
|
|
200
|
+
"deadLetterQueue": true,
|
|
201
|
+
"rateLimiting": {
|
|
202
|
+
"enabled": true,
|
|
203
|
+
"maxMessagesPerSecond": 1000,
|
|
204
|
+
"burstSize": 100
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "agents.code-reviewer.tasks",
|
|
210
|
+
"type": "direct",
|
|
211
|
+
"description": "Direct task assignments to code-reviewer agent",
|
|
212
|
+
"schema": "ReviewTask",
|
|
213
|
+
"qos": {
|
|
214
|
+
"deliveryMode": "exactly-once",
|
|
215
|
+
"persistent": true,
|
|
216
|
+
"ordered": true
|
|
217
|
+
},
|
|
218
|
+
"config": {
|
|
219
|
+
"maxMessageSize": 524288,
|
|
220
|
+
"messageRetention": 3600,
|
|
221
|
+
"encryption": {
|
|
222
|
+
"enabled": true,
|
|
223
|
+
"algorithm": "AES-256-GCM",
|
|
224
|
+
"keyRef": "messaging-encryption-key"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "agents.broadcast.shutdown",
|
|
230
|
+
"type": "broadcast",
|
|
231
|
+
"description": "System-wide shutdown notification",
|
|
232
|
+
"schema": "SystemShutdown",
|
|
233
|
+
"qos": {
|
|
234
|
+
"deliveryMode": "at-most-once",
|
|
235
|
+
"persistent": false,
|
|
236
|
+
"ordered": false
|
|
237
|
+
},
|
|
238
|
+
"config": {
|
|
239
|
+
"maxMessageSize": 4096,
|
|
240
|
+
"messageRetention": 0,
|
|
241
|
+
"deadLetterQueue": false
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
}
|