@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,91 @@
|
|
|
1
|
+
# OSSA v0.3.1 - Unified LLM Configuration Schema
|
|
2
|
+
# Compatible with: OSSA, GitLab Duo, Google A2A, MCP
|
|
3
|
+
# Zero hardcoded models, runtime-configurable, multi-provider
|
|
4
|
+
|
|
5
|
+
$schema: http://json-schema.org/draft-07/schema#
|
|
6
|
+
$id: https://openstandardagents.org/schemas/v0.3.1/unified-llm.yaml
|
|
7
|
+
|
|
8
|
+
title: Unified LLM Configuration
|
|
9
|
+
description: |
|
|
10
|
+
Universal LLM configuration that works across OSSA, GitLab Duo, Google A2A, and MCP.
|
|
11
|
+
Eliminates hardcoded model names and enables runtime model selection.
|
|
12
|
+
|
|
13
|
+
type: object
|
|
14
|
+
required:
|
|
15
|
+
- provider
|
|
16
|
+
- model
|
|
17
|
+
properties:
|
|
18
|
+
provider:
|
|
19
|
+
type: string
|
|
20
|
+
description: LLM provider name (runtime-configurable via env var)
|
|
21
|
+
default: ${LLM_PROVIDER:-anthropic}
|
|
22
|
+
examples:
|
|
23
|
+
- anthropic
|
|
24
|
+
- openai
|
|
25
|
+
- google
|
|
26
|
+
- groq
|
|
27
|
+
- ollama
|
|
28
|
+
- bedrock
|
|
29
|
+
|
|
30
|
+
model:
|
|
31
|
+
type: string
|
|
32
|
+
description: Model identifier (runtime-configurable via env var)
|
|
33
|
+
default: ${LLM_MODEL:-claude-sonnet}
|
|
34
|
+
examples:
|
|
35
|
+
- claude-sonnet-4
|
|
36
|
+
- gpt-4o
|
|
37
|
+
- gemini-2.0-flash
|
|
38
|
+
- llama-3.3-70b
|
|
39
|
+
- mixtral-8x7b
|
|
40
|
+
|
|
41
|
+
profile:
|
|
42
|
+
type: string
|
|
43
|
+
description: Execution profile for task-specific optimization (A2A compatible)
|
|
44
|
+
default: ${LLM_PROFILE:-balanced}
|
|
45
|
+
enum:
|
|
46
|
+
- fast
|
|
47
|
+
- balanced
|
|
48
|
+
- deep
|
|
49
|
+
- safe
|
|
50
|
+
|
|
51
|
+
temperature:
|
|
52
|
+
type: number
|
|
53
|
+
description: Sampling temperature
|
|
54
|
+
default: ${LLM_TEMPERATURE:-0.1}
|
|
55
|
+
minimum: 0.0
|
|
56
|
+
maximum: 2.0
|
|
57
|
+
|
|
58
|
+
maxTokens:
|
|
59
|
+
type: integer
|
|
60
|
+
description: Maximum tokens in response
|
|
61
|
+
default: ${LLM_MAX_TOKENS:-16000}
|
|
62
|
+
|
|
63
|
+
topP:
|
|
64
|
+
type: number
|
|
65
|
+
description: Nucleus sampling threshold
|
|
66
|
+
default: ${LLM_TOP_P:-0.9}
|
|
67
|
+
|
|
68
|
+
fallback_models:
|
|
69
|
+
type: array
|
|
70
|
+
items:
|
|
71
|
+
type: object
|
|
72
|
+
required: [provider, model]
|
|
73
|
+
properties:
|
|
74
|
+
provider:
|
|
75
|
+
type: string
|
|
76
|
+
model:
|
|
77
|
+
type: string
|
|
78
|
+
condition:
|
|
79
|
+
type: string
|
|
80
|
+
enum: [on_error, on_timeout, on_rate_limit, always]
|
|
81
|
+
|
|
82
|
+
retry_config:
|
|
83
|
+
type: object
|
|
84
|
+
properties:
|
|
85
|
+
max_attempts:
|
|
86
|
+
type: integer
|
|
87
|
+
default: ${LLM_RETRY_ATTEMPTS:-3}
|
|
88
|
+
backoff_strategy:
|
|
89
|
+
type: string
|
|
90
|
+
enum: [exponential, linear, constant]
|
|
91
|
+
default: ${LLM_BACKOFF_STRATEGY:-exponential}
|
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# OSSA v0.3.2 - Agent Taxonomy Specification
|
|
3
|
+
# =============================================================================
|
|
4
|
+
# Hierarchical classification system for agents with cross-cutting concerns
|
|
5
|
+
# Now includes access tier integration for separation of duties
|
|
6
|
+
# Issues:
|
|
7
|
+
# - https://gitlab.com/blueflyio/openstandardagents/-/issues/194 (taxonomy)
|
|
8
|
+
# - https://gitlab.com/blueflyio/openstandardagents/-/issues/363 (separation of duties)
|
|
9
|
+
# =============================================================================
|
|
10
|
+
|
|
11
|
+
apiVersion: ossa/v0.3.2
|
|
12
|
+
kind: TaxonomySpec
|
|
13
|
+
version: "2.0.0"
|
|
14
|
+
|
|
15
|
+
# =============================================================================
|
|
16
|
+
# ACCESS TIER INTEGRATION
|
|
17
|
+
# Links taxonomy to access_tiers.yaml for separation of duties
|
|
18
|
+
# =============================================================================
|
|
19
|
+
access_tier_reference: "./access_tiers.yaml"
|
|
20
|
+
|
|
21
|
+
# =============================================================================
|
|
22
|
+
# PRIMARY DOMAINS
|
|
23
|
+
# Top-level classification - every agent belongs to exactly one domain
|
|
24
|
+
# =============================================================================
|
|
25
|
+
domains:
|
|
26
|
+
security:
|
|
27
|
+
description: "Authentication, authorization, encryption, compliance, vulnerability management"
|
|
28
|
+
subdomains:
|
|
29
|
+
- auth # Authentication & authorization
|
|
30
|
+
- encryption # Encryption & key management
|
|
31
|
+
- compliance # Regulatory compliance (SOC2, ISO, GDPR)
|
|
32
|
+
- vulnerability # Vulnerability scanning & remediation
|
|
33
|
+
- secrets # Secrets management & rotation
|
|
34
|
+
- threat-detection # Threat detection & response
|
|
35
|
+
examples:
|
|
36
|
+
- security-scanner
|
|
37
|
+
- compliance-checker
|
|
38
|
+
- secret-detector
|
|
39
|
+
- threat-modeler
|
|
40
|
+
|
|
41
|
+
infrastructure:
|
|
42
|
+
description: "DevOps, CI/CD, deployment, configuration, cloud resources"
|
|
43
|
+
subdomains:
|
|
44
|
+
- ci-cd # CI/CD pipeline management
|
|
45
|
+
- gitops # GitOps workflows
|
|
46
|
+
- deployment # Deployment automation
|
|
47
|
+
- configuration # Configuration management
|
|
48
|
+
- networking # Network configuration
|
|
49
|
+
- storage # Storage management
|
|
50
|
+
- kubernetes # Kubernetes orchestration
|
|
51
|
+
- cloud # Cloud provider management
|
|
52
|
+
examples:
|
|
53
|
+
- deployment-manager
|
|
54
|
+
- pipeline-fixer
|
|
55
|
+
- infrastructure-provisioner
|
|
56
|
+
- incident-responder
|
|
57
|
+
|
|
58
|
+
documentation:
|
|
59
|
+
description: "Documentation, wiki, guides, knowledge management"
|
|
60
|
+
subdomains:
|
|
61
|
+
- api-docs # API documentation
|
|
62
|
+
- user-guides # User guides & tutorials
|
|
63
|
+
- wiki # Wiki management
|
|
64
|
+
- knowledge-base # Knowledge base management
|
|
65
|
+
- changelog # Changelog & release notes
|
|
66
|
+
examples:
|
|
67
|
+
- documentation-generator
|
|
68
|
+
- wiki-manager
|
|
69
|
+
- api-docs-generator
|
|
70
|
+
|
|
71
|
+
backend:
|
|
72
|
+
description: "API, database, services, business logic"
|
|
73
|
+
subdomains:
|
|
74
|
+
- api # API design & implementation
|
|
75
|
+
- database # Database management
|
|
76
|
+
- services # Microservices
|
|
77
|
+
- messaging # Message queues & events
|
|
78
|
+
- caching # Caching strategies
|
|
79
|
+
- integration # System integration
|
|
80
|
+
examples:
|
|
81
|
+
- api-builder
|
|
82
|
+
- database-migrator
|
|
83
|
+
- service-orchestrator
|
|
84
|
+
|
|
85
|
+
frontend:
|
|
86
|
+
description: "UI/UX, web, mobile interfaces"
|
|
87
|
+
subdomains:
|
|
88
|
+
- web # Web applications
|
|
89
|
+
- mobile # Mobile applications
|
|
90
|
+
- design-system # Design system components
|
|
91
|
+
- accessibility # Accessibility (a11y)
|
|
92
|
+
- performance # Frontend performance
|
|
93
|
+
examples:
|
|
94
|
+
- ui-reviewer
|
|
95
|
+
- accessibility-checker
|
|
96
|
+
- design-system-manager
|
|
97
|
+
|
|
98
|
+
data:
|
|
99
|
+
description: "Data engineering, analytics, ML/AI operations"
|
|
100
|
+
subdomains:
|
|
101
|
+
- analytics # Business analytics
|
|
102
|
+
- ml-ops # ML operations
|
|
103
|
+
- etl # Extract, transform, load
|
|
104
|
+
- data-quality # Data quality & validation
|
|
105
|
+
- data-governance # Data governance
|
|
106
|
+
- streaming # Real-time data streaming
|
|
107
|
+
examples:
|
|
108
|
+
- analytics-collector
|
|
109
|
+
- ml-model-manager
|
|
110
|
+
- data-quality-checker
|
|
111
|
+
|
|
112
|
+
agents:
|
|
113
|
+
description: "OSSA agents, automation, orchestration, meta-operations"
|
|
114
|
+
subdomains:
|
|
115
|
+
- orchestration # Multi-agent orchestration
|
|
116
|
+
- workers # Worker agents
|
|
117
|
+
- supervisors # Supervisor agents
|
|
118
|
+
- mesh # Agent mesh networking
|
|
119
|
+
- training # Agent training & improvement
|
|
120
|
+
- registry # Agent registry management
|
|
121
|
+
examples:
|
|
122
|
+
- master-orchestrator
|
|
123
|
+
- agent-trainer
|
|
124
|
+
- workflow-builder
|
|
125
|
+
|
|
126
|
+
development:
|
|
127
|
+
description: "Software development, code quality, testing"
|
|
128
|
+
subdomains:
|
|
129
|
+
- code-review # Code review automation
|
|
130
|
+
- testing # Test generation & execution
|
|
131
|
+
- refactoring # Code refactoring
|
|
132
|
+
- debugging # Debugging assistance
|
|
133
|
+
- ide # IDE integration
|
|
134
|
+
examples:
|
|
135
|
+
- code-reviewer
|
|
136
|
+
- test-generator
|
|
137
|
+
- refactoring-assistant
|
|
138
|
+
|
|
139
|
+
content:
|
|
140
|
+
description: "Content management, editing, publishing"
|
|
141
|
+
subdomains:
|
|
142
|
+
- authoring # Content authoring
|
|
143
|
+
- editing # Content editing
|
|
144
|
+
- publishing # Content publishing
|
|
145
|
+
- research # Research & knowledge gathering
|
|
146
|
+
- localization # Internationalization & localization
|
|
147
|
+
examples:
|
|
148
|
+
- content-orchestrator
|
|
149
|
+
- editor
|
|
150
|
+
- researcher
|
|
151
|
+
- publisher
|
|
152
|
+
|
|
153
|
+
# =============================================================================
|
|
154
|
+
# CROSS-CUTTING CONCERNS
|
|
155
|
+
# Tags that can apply to any agent regardless of domain
|
|
156
|
+
# An agent can have multiple concerns
|
|
157
|
+
# =============================================================================
|
|
158
|
+
concerns:
|
|
159
|
+
quality:
|
|
160
|
+
description: "Testing, code quality, standards enforcement"
|
|
161
|
+
applies_to: ["development", "backend", "frontend", "infrastructure"]
|
|
162
|
+
|
|
163
|
+
observability:
|
|
164
|
+
description: "Metrics, logging, tracing, monitoring"
|
|
165
|
+
applies_to: ["*"] # All domains
|
|
166
|
+
|
|
167
|
+
governance:
|
|
168
|
+
description: "Policies, compliance, audit trails"
|
|
169
|
+
applies_to: ["*"]
|
|
170
|
+
|
|
171
|
+
performance:
|
|
172
|
+
description: "Optimization, caching, scaling"
|
|
173
|
+
applies_to: ["*"]
|
|
174
|
+
|
|
175
|
+
architecture:
|
|
176
|
+
description: "Design patterns, system structure"
|
|
177
|
+
applies_to: ["development", "backend", "infrastructure", "agents"]
|
|
178
|
+
|
|
179
|
+
cost:
|
|
180
|
+
description: "FinOps, resource optimization, budget management"
|
|
181
|
+
applies_to: ["infrastructure", "data", "agents"]
|
|
182
|
+
|
|
183
|
+
reliability:
|
|
184
|
+
description: "SRE, uptime, resilience, disaster recovery"
|
|
185
|
+
applies_to: ["infrastructure", "backend", "agents"]
|
|
186
|
+
|
|
187
|
+
# =============================================================================
|
|
188
|
+
# AGENT TYPE CLASSIFICATION
|
|
189
|
+
# Based on OSSA spec.type field - now with access tier recommendations
|
|
190
|
+
# =============================================================================
|
|
191
|
+
agent_types:
|
|
192
|
+
analyzer:
|
|
193
|
+
description: "Read-only analysis, scanning, auditing - no modifications"
|
|
194
|
+
typical_domains: ["security", "development", "data"]
|
|
195
|
+
recommended_tier: tier_1_read
|
|
196
|
+
can_delegate_to: []
|
|
197
|
+
|
|
198
|
+
worker:
|
|
199
|
+
description: "Executes specific tasks, limited write access"
|
|
200
|
+
typical_domains: ["development", "documentation", "content"]
|
|
201
|
+
recommended_tier: tier_2_write_limited
|
|
202
|
+
can_delegate_to: ["analyzer"]
|
|
203
|
+
|
|
204
|
+
operator:
|
|
205
|
+
description: "Modifies production systems, requires approval"
|
|
206
|
+
typical_domains: ["infrastructure", "agents"]
|
|
207
|
+
recommended_tier: tier_3_write_elevated
|
|
208
|
+
can_delegate_to: ["worker", "analyzer"]
|
|
209
|
+
|
|
210
|
+
supervisor:
|
|
211
|
+
description: "Coordinates other agents, can delegate"
|
|
212
|
+
typical_domains: ["agents", "infrastructure"]
|
|
213
|
+
recommended_tier: tier_3_write_elevated
|
|
214
|
+
can_delegate_to: ["worker", "analyzer"]
|
|
215
|
+
|
|
216
|
+
orchestrator:
|
|
217
|
+
description: "High-level coordination, workflow management"
|
|
218
|
+
typical_domains: ["agents"]
|
|
219
|
+
recommended_tier: tier_3_write_elevated
|
|
220
|
+
can_delegate_to: ["supervisor", "worker", "analyzer"]
|
|
221
|
+
|
|
222
|
+
governor:
|
|
223
|
+
description: "Defines policies, cannot execute - ISOLATED"
|
|
224
|
+
typical_domains: ["security", "agents"]
|
|
225
|
+
recommended_tier: tier_4_policy
|
|
226
|
+
can_delegate_to: ["operator"] # Delegation only, not execution
|
|
227
|
+
isolation: strict
|
|
228
|
+
|
|
229
|
+
specialist:
|
|
230
|
+
description: "Deep expertise in narrow domain"
|
|
231
|
+
typical_domains: ["security", "data", "backend"]
|
|
232
|
+
recommended_tier: tier_1_read # Most specialists are analyzers
|
|
233
|
+
can_delegate_to: []
|
|
234
|
+
|
|
235
|
+
critic:
|
|
236
|
+
description: "Reviews and provides feedback, cannot approve"
|
|
237
|
+
typical_domains: ["development", "security"]
|
|
238
|
+
recommended_tier: tier_1_read
|
|
239
|
+
prohibited_actions: ["approve", "merge", "execute"]
|
|
240
|
+
can_delegate_to: []
|
|
241
|
+
|
|
242
|
+
# =============================================================================
|
|
243
|
+
# DOMAIN-TIER MAPPINGS
|
|
244
|
+
# Recommended access tiers by domain for separation of duties
|
|
245
|
+
# =============================================================================
|
|
246
|
+
domain_tier_recommendations:
|
|
247
|
+
security:
|
|
248
|
+
default_tier: tier_1_read
|
|
249
|
+
rationale: "Security agents should analyze, not modify"
|
|
250
|
+
exceptions:
|
|
251
|
+
- role: remediator
|
|
252
|
+
tier: tier_3_write_elevated
|
|
253
|
+
requires: governor_approval
|
|
254
|
+
- role: policy_definer
|
|
255
|
+
tier: tier_4_policy
|
|
256
|
+
|
|
257
|
+
infrastructure:
|
|
258
|
+
default_tier: tier_3_write_elevated
|
|
259
|
+
rationale: "Infrastructure requires elevated access"
|
|
260
|
+
separation_required:
|
|
261
|
+
- readers: ["monitor", "cost_reporter"]
|
|
262
|
+
tier: tier_1_read
|
|
263
|
+
- operators: ["deployer", "provisioner"]
|
|
264
|
+
tier: tier_3_write_elevated
|
|
265
|
+
|
|
266
|
+
documentation:
|
|
267
|
+
default_tier: tier_2_write_limited
|
|
268
|
+
rationale: "Doc changes are low-risk"
|
|
269
|
+
|
|
270
|
+
development:
|
|
271
|
+
default_tier: tier_2_write_limited
|
|
272
|
+
rationale: "Code generation is sandboxed"
|
|
273
|
+
separation_required:
|
|
274
|
+
- critics: ["reviewer", "analyzer"]
|
|
275
|
+
tier: tier_1_read
|
|
276
|
+
prohibited: ["approve", "merge"]
|
|
277
|
+
- generators: ["scaffolder", "test_writer"]
|
|
278
|
+
tier: tier_2_write_limited
|
|
279
|
+
|
|
280
|
+
agents:
|
|
281
|
+
default_tier: tier_3_write_elevated
|
|
282
|
+
rationale: "Agent orchestration needs elevated access"
|
|
283
|
+
separation_required:
|
|
284
|
+
- governors: ["policy_definer", "compliance_enforcer"]
|
|
285
|
+
tier: tier_4_policy
|
|
286
|
+
isolation: strict
|
|
287
|
+
- orchestrators: ["coordinator", "scheduler"]
|
|
288
|
+
tier: tier_3_write_elevated
|
|
289
|
+
|
|
290
|
+
backend:
|
|
291
|
+
default_tier: tier_2_write_limited
|
|
292
|
+
separation_required:
|
|
293
|
+
- analyzers: ["db_analyzer", "api_auditor"]
|
|
294
|
+
tier: tier_1_read
|
|
295
|
+
- operators: ["db_migrator", "service_deployer"]
|
|
296
|
+
tier: tier_3_write_elevated
|
|
297
|
+
|
|
298
|
+
data:
|
|
299
|
+
default_tier: tier_1_read
|
|
300
|
+
rationale: "Data access is sensitive - read-only by default"
|
|
301
|
+
exceptions:
|
|
302
|
+
- role: etl_operator
|
|
303
|
+
tier: tier_3_write_elevated
|
|
304
|
+
requires: data_governance_approval
|
|
305
|
+
|
|
306
|
+
# =============================================================================
|
|
307
|
+
# USAGE IN AGENT MANIFESTS
|
|
308
|
+
# =============================================================================
|
|
309
|
+
# Example usage in OSSA agent manifest:
|
|
310
|
+
#
|
|
311
|
+
# metadata:
|
|
312
|
+
# name: security-scanner
|
|
313
|
+
# labels:
|
|
314
|
+
# domain: security
|
|
315
|
+
# subdomain: vulnerability
|
|
316
|
+
# concerns: quality,compliance
|
|
317
|
+
#
|
|
318
|
+
# spec:
|
|
319
|
+
# type: worker
|
|
320
|
+
# taxonomy:
|
|
321
|
+
# domain: security
|
|
322
|
+
# subdomain: vulnerability
|
|
323
|
+
# capability: scan_vulnerabilities
|
|
324
|
+
# concerns:
|
|
325
|
+
# - quality
|
|
326
|
+
# - compliance
|
|
327
|
+
|
|
328
|
+
# =============================================================================
|
|
329
|
+
# VALIDATION RULES
|
|
330
|
+
# =============================================================================
|
|
331
|
+
validation:
|
|
332
|
+
rules:
|
|
333
|
+
- name: valid-domain
|
|
334
|
+
description: "Domain must be from approved list"
|
|
335
|
+
severity: error
|
|
336
|
+
|
|
337
|
+
- name: valid-subdomain
|
|
338
|
+
description: "Subdomain must belong to specified domain"
|
|
339
|
+
severity: error
|
|
340
|
+
|
|
341
|
+
- name: concerns-applicable
|
|
342
|
+
description: "Concerns must be applicable to domain"
|
|
343
|
+
severity: warning
|
|
344
|
+
|
|
345
|
+
- name: type-domain-match
|
|
346
|
+
description: "Agent type should match typical domains"
|
|
347
|
+
severity: info
|
|
348
|
+
|
|
349
|
+
# =============================================================================
|
|
350
|
+
# MIGRATION FROM LEGACY
|
|
351
|
+
# =============================================================================
|
|
352
|
+
migration:
|
|
353
|
+
deprecated_domains:
|
|
354
|
+
ci-cd: { domain: infrastructure, subdomain: ci-cd }
|
|
355
|
+
gitops: { domain: infrastructure, subdomain: gitops }
|
|
356
|
+
deployment: { domain: infrastructure, subdomain: deployment }
|
|
357
|
+
configuration: { domain: infrastructure, subdomain: configuration }
|
|
358
|
+
cost-management: { domain: infrastructure, concerns: [cost] }
|
|
359
|
+
database: { domain: backend, subdomain: database }
|
|
360
|
+
performance: { concerns: [performance] }
|
|
361
|
+
observability: { concerns: [observability] }
|
|
362
|
+
governance: { concerns: [governance] }
|
|
363
|
+
architecture: { concerns: [architecture] }
|