@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,324 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Service Ports Configuration (Reference)
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# Defines standard port allocations for OSSA agent mesh services.
|
|
5
|
+
# Use this reference when deploying agents to avoid port conflicts.
|
|
6
|
+
#
|
|
7
|
+
# NOTE: This is a reference configuration, not an OSSA manifest.
|
|
8
|
+
# It documents recommended port allocations for infrastructure guidance.
|
|
9
|
+
#
|
|
10
|
+
# @see https://openstandardagents.org/spec/v0.3.2/infrastructure
|
|
11
|
+
# ============================================================================
|
|
12
|
+
|
|
13
|
+
# Configuration metadata
|
|
14
|
+
name: service-ports
|
|
15
|
+
version: 1.0.0
|
|
16
|
+
description: "Standard service port allocations for OSSA deployments"
|
|
17
|
+
|
|
18
|
+
# Port Range Allocations
|
|
19
|
+
# =======================
|
|
20
|
+
# 3000-3099: Agent HTTP APIs
|
|
21
|
+
# 3100-3199: Agent WebSocket endpoints
|
|
22
|
+
# 3200-3299: Agent gRPC endpoints
|
|
23
|
+
# 4000-4099: Orchestrator services
|
|
24
|
+
# 5000-5099: Data services (databases, caches)
|
|
25
|
+
# 6000-6099: Message queues and brokers
|
|
26
|
+
# 7000-7099: Observability (metrics, tracing, logs)
|
|
27
|
+
# 8000-8099: Gateway and ingress
|
|
28
|
+
# 9000-9099: Health and admin endpoints
|
|
29
|
+
|
|
30
|
+
spec:
|
|
31
|
+
port_ranges:
|
|
32
|
+
agent_http:
|
|
33
|
+
start: 3000
|
|
34
|
+
end: 3099
|
|
35
|
+
protocol: HTTP/HTTPS
|
|
36
|
+
description: "Agent REST APIs"
|
|
37
|
+
|
|
38
|
+
agent_websocket:
|
|
39
|
+
start: 3100
|
|
40
|
+
end: 3199
|
|
41
|
+
protocol: WS/WSS
|
|
42
|
+
description: "Agent WebSocket for real-time communication"
|
|
43
|
+
|
|
44
|
+
agent_grpc:
|
|
45
|
+
start: 3200
|
|
46
|
+
end: 3299
|
|
47
|
+
protocol: gRPC
|
|
48
|
+
description: "Agent gRPC for high-performance RPC"
|
|
49
|
+
|
|
50
|
+
orchestrator:
|
|
51
|
+
start: 4000
|
|
52
|
+
end: 4099
|
|
53
|
+
protocol: HTTP/gRPC
|
|
54
|
+
description: "Orchestrator and supervisor services"
|
|
55
|
+
|
|
56
|
+
data:
|
|
57
|
+
start: 5000
|
|
58
|
+
end: 5099
|
|
59
|
+
protocol: varies
|
|
60
|
+
description: "Database and storage services"
|
|
61
|
+
|
|
62
|
+
messaging:
|
|
63
|
+
start: 6000
|
|
64
|
+
end: 6099
|
|
65
|
+
protocol: varies
|
|
66
|
+
description: "Message queues and event buses"
|
|
67
|
+
|
|
68
|
+
observability:
|
|
69
|
+
start: 7000
|
|
70
|
+
end: 7099
|
|
71
|
+
protocol: HTTP
|
|
72
|
+
description: "Metrics, tracing, and logging"
|
|
73
|
+
|
|
74
|
+
gateway:
|
|
75
|
+
start: 8000
|
|
76
|
+
end: 8099
|
|
77
|
+
protocol: HTTP/HTTPS
|
|
78
|
+
description: "API gateways and ingress controllers"
|
|
79
|
+
|
|
80
|
+
admin:
|
|
81
|
+
start: 9000
|
|
82
|
+
end: 9099
|
|
83
|
+
protocol: HTTP
|
|
84
|
+
description: "Health checks and admin endpoints"
|
|
85
|
+
|
|
86
|
+
services:
|
|
87
|
+
# Agent Services (3000-3099)
|
|
88
|
+
agent_gateway:
|
|
89
|
+
port: 3000
|
|
90
|
+
protocol: HTTP
|
|
91
|
+
description: "Unified agent gateway API"
|
|
92
|
+
health_endpoint: /health
|
|
93
|
+
|
|
94
|
+
worker_agent:
|
|
95
|
+
port: 3001
|
|
96
|
+
protocol: HTTP
|
|
97
|
+
description: "Worker agent API"
|
|
98
|
+
health_endpoint: /health
|
|
99
|
+
|
|
100
|
+
reviewer_agent:
|
|
101
|
+
port: 3002
|
|
102
|
+
protocol: HTTP
|
|
103
|
+
description: "Code review agent API"
|
|
104
|
+
health_endpoint: /health
|
|
105
|
+
|
|
106
|
+
security_scanner:
|
|
107
|
+
port: 3003
|
|
108
|
+
protocol: HTTP
|
|
109
|
+
description: "Security scanning agent"
|
|
110
|
+
health_endpoint: /health
|
|
111
|
+
|
|
112
|
+
doc_generator:
|
|
113
|
+
port: 3004
|
|
114
|
+
protocol: HTTP
|
|
115
|
+
description: "Documentation generator agent"
|
|
116
|
+
health_endpoint: /health
|
|
117
|
+
|
|
118
|
+
deployment_operator:
|
|
119
|
+
port: 3005
|
|
120
|
+
protocol: HTTP
|
|
121
|
+
description: "Deployment operator agent"
|
|
122
|
+
health_endpoint: /health
|
|
123
|
+
|
|
124
|
+
compliance_governor:
|
|
125
|
+
port: 3006
|
|
126
|
+
protocol: HTTP
|
|
127
|
+
description: "Compliance policy engine"
|
|
128
|
+
health_endpoint: /health
|
|
129
|
+
|
|
130
|
+
# WebSocket Endpoints (3100-3199)
|
|
131
|
+
agent_mesh_ws:
|
|
132
|
+
port: 3100
|
|
133
|
+
protocol: WebSocket
|
|
134
|
+
description: "Agent mesh real-time communication"
|
|
135
|
+
|
|
136
|
+
event_stream:
|
|
137
|
+
port: 3101
|
|
138
|
+
protocol: WebSocket
|
|
139
|
+
description: "Event streaming for UI"
|
|
140
|
+
|
|
141
|
+
# gRPC Endpoints (3200-3299)
|
|
142
|
+
agent_grpc:
|
|
143
|
+
port: 3200
|
|
144
|
+
protocol: gRPC
|
|
145
|
+
description: "High-performance agent communication"
|
|
146
|
+
|
|
147
|
+
tool_executor_grpc:
|
|
148
|
+
port: 3201
|
|
149
|
+
protocol: gRPC
|
|
150
|
+
description: "Tool execution service"
|
|
151
|
+
|
|
152
|
+
# Orchestrator Services (4000-4099)
|
|
153
|
+
meta_orchestrator:
|
|
154
|
+
port: 4000
|
|
155
|
+
protocol: HTTP
|
|
156
|
+
description: "Meta orchestrator API"
|
|
157
|
+
health_endpoint: /health
|
|
158
|
+
|
|
159
|
+
task_scheduler:
|
|
160
|
+
port: 4001
|
|
161
|
+
protocol: HTTP
|
|
162
|
+
description: "Task scheduling service"
|
|
163
|
+
|
|
164
|
+
workflow_engine:
|
|
165
|
+
port: 4002
|
|
166
|
+
protocol: HTTP
|
|
167
|
+
description: "Workflow execution engine"
|
|
168
|
+
|
|
169
|
+
swarm_coordinator:
|
|
170
|
+
port: 4003
|
|
171
|
+
protocol: HTTP
|
|
172
|
+
description: "Multi-agent swarm coordination"
|
|
173
|
+
|
|
174
|
+
# Data Services (5000-5099)
|
|
175
|
+
postgres:
|
|
176
|
+
port: 5432
|
|
177
|
+
protocol: PostgreSQL
|
|
178
|
+
description: "Primary PostgreSQL database"
|
|
179
|
+
note: "Standard PostgreSQL port"
|
|
180
|
+
|
|
181
|
+
mongodb:
|
|
182
|
+
port: 27017
|
|
183
|
+
protocol: MongoDB
|
|
184
|
+
description: "MongoDB document store"
|
|
185
|
+
note: "Standard MongoDB port"
|
|
186
|
+
|
|
187
|
+
redis:
|
|
188
|
+
port: 6379
|
|
189
|
+
protocol: Redis
|
|
190
|
+
description: "Redis cache and session store"
|
|
191
|
+
note: "Standard Redis port"
|
|
192
|
+
|
|
193
|
+
qdrant:
|
|
194
|
+
port: 6333
|
|
195
|
+
protocol: HTTP
|
|
196
|
+
description: "Qdrant vector database"
|
|
197
|
+
grpc_port: 6334
|
|
198
|
+
|
|
199
|
+
neo4j:
|
|
200
|
+
port: 7474
|
|
201
|
+
protocol: HTTP
|
|
202
|
+
description: "Neo4j graph database"
|
|
203
|
+
bolt_port: 7687
|
|
204
|
+
|
|
205
|
+
# Message Queue Services (6000-6099)
|
|
206
|
+
nats:
|
|
207
|
+
port: 4222
|
|
208
|
+
protocol: NATS
|
|
209
|
+
description: "NATS messaging"
|
|
210
|
+
note: "Standard NATS port"
|
|
211
|
+
|
|
212
|
+
kafka:
|
|
213
|
+
port: 9092
|
|
214
|
+
protocol: Kafka
|
|
215
|
+
description: "Apache Kafka"
|
|
216
|
+
note: "Standard Kafka port"
|
|
217
|
+
|
|
218
|
+
rabbitmq:
|
|
219
|
+
port: 5672
|
|
220
|
+
protocol: AMQP
|
|
221
|
+
description: "RabbitMQ message broker"
|
|
222
|
+
management_port: 15672
|
|
223
|
+
|
|
224
|
+
# Observability Services (7000-7099)
|
|
225
|
+
prometheus:
|
|
226
|
+
port: 9090
|
|
227
|
+
protocol: HTTP
|
|
228
|
+
description: "Prometheus metrics"
|
|
229
|
+
note: "Standard Prometheus port"
|
|
230
|
+
|
|
231
|
+
grafana:
|
|
232
|
+
port: 3000
|
|
233
|
+
protocol: HTTP
|
|
234
|
+
description: "Grafana dashboards"
|
|
235
|
+
note: "Runs in separate namespace"
|
|
236
|
+
|
|
237
|
+
jaeger:
|
|
238
|
+
port: 16686
|
|
239
|
+
protocol: HTTP
|
|
240
|
+
description: "Jaeger tracing UI"
|
|
241
|
+
collector_port: 14268
|
|
242
|
+
|
|
243
|
+
phoenix:
|
|
244
|
+
port: 6006
|
|
245
|
+
protocol: HTTP
|
|
246
|
+
description: "Phoenix LLM observability"
|
|
247
|
+
|
|
248
|
+
loki:
|
|
249
|
+
port: 3100
|
|
250
|
+
protocol: HTTP
|
|
251
|
+
description: "Loki log aggregation"
|
|
252
|
+
note: "Runs in observability namespace"
|
|
253
|
+
|
|
254
|
+
# Gateway Services (8000-8099)
|
|
255
|
+
api_gateway:
|
|
256
|
+
port: 8000
|
|
257
|
+
protocol: HTTP
|
|
258
|
+
description: "Main API gateway"
|
|
259
|
+
https_port: 8443
|
|
260
|
+
|
|
261
|
+
admin_gateway:
|
|
262
|
+
port: 8001
|
|
263
|
+
protocol: HTTP
|
|
264
|
+
description: "Admin API gateway"
|
|
265
|
+
|
|
266
|
+
# Health/Admin (9000-9099)
|
|
267
|
+
health_aggregator:
|
|
268
|
+
port: 9000
|
|
269
|
+
protocol: HTTP
|
|
270
|
+
description: "Aggregated health checks"
|
|
271
|
+
|
|
272
|
+
metrics_exporter:
|
|
273
|
+
port: 9001
|
|
274
|
+
protocol: HTTP
|
|
275
|
+
description: "Prometheus metrics exporter"
|
|
276
|
+
|
|
277
|
+
# Inter-service dependencies
|
|
278
|
+
dependencies:
|
|
279
|
+
agent_gateway:
|
|
280
|
+
requires:
|
|
281
|
+
- redis
|
|
282
|
+
- postgres
|
|
283
|
+
optional:
|
|
284
|
+
- jaeger
|
|
285
|
+
- prometheus
|
|
286
|
+
|
|
287
|
+
worker_agent:
|
|
288
|
+
requires:
|
|
289
|
+
- agent_gateway
|
|
290
|
+
- redis
|
|
291
|
+
optional:
|
|
292
|
+
- qdrant
|
|
293
|
+
|
|
294
|
+
meta_orchestrator:
|
|
295
|
+
requires:
|
|
296
|
+
- postgres
|
|
297
|
+
- redis
|
|
298
|
+
- nats
|
|
299
|
+
optional:
|
|
300
|
+
- neo4j
|
|
301
|
+
|
|
302
|
+
workflow_engine:
|
|
303
|
+
requires:
|
|
304
|
+
- postgres
|
|
305
|
+
- task_scheduler
|
|
306
|
+
optional:
|
|
307
|
+
- kafka
|
|
308
|
+
|
|
309
|
+
# Network policies
|
|
310
|
+
network_policies:
|
|
311
|
+
agent_to_agent:
|
|
312
|
+
protocol: gRPC
|
|
313
|
+
ports: [3200-3299]
|
|
314
|
+
encryption: mTLS
|
|
315
|
+
|
|
316
|
+
agent_to_data:
|
|
317
|
+
protocol: varies
|
|
318
|
+
ports: [5432, 6379, 6333, 27017, 7687]
|
|
319
|
+
encryption: TLS
|
|
320
|
+
|
|
321
|
+
external_ingress:
|
|
322
|
+
protocol: HTTPS
|
|
323
|
+
ports: [8443]
|
|
324
|
+
authentication: bearer/mTLS
|