@bluefly/openstandardagents 0.4.6 → 0.4.8
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/.version.json +3 -3
- package/CHANGELOG.md +16 -0
- package/README.md +1 -0
- package/dist/.version.json +3 -3
- package/dist/adapters/mcp/converter.js +4 -3
- package/dist/adapters/npm/adapter.js +2 -1
- package/dist/adapters/openai-agents/adapter.js +1 -1
- package/dist/cli/commands/config.command.d.ts +7 -0
- package/dist/cli/commands/config.command.js +92 -0
- package/dist/cli/commands/migrate.command.js +1 -1
- package/dist/cli/commands/sign.command.d.ts +3 -0
- package/dist/cli/commands/sign.command.js +42 -0
- package/dist/cli/commands/skills.command.js +4 -6
- package/dist/config/cli-config.d.ts +33 -0
- package/dist/config/cli-config.js +107 -0
- package/dist/mcp-server/index.js +0 -0
- package/dist/package.json +8 -9
- package/dist/services/governance/cedar-provider.js +2 -1
- package/dist/services/release-automation/base-crud.service.d.ts +93 -0
- package/dist/services/release-automation/base-crud.service.js +68 -0
- package/dist/services/release-automation/generate-changelog.d.ts +7 -0
- package/dist/services/release-automation/generate-changelog.js +288 -0
- package/dist/services/release-automation/increment-dev-tag.d.ts +7 -0
- package/dist/services/release-automation/increment-dev-tag.js +160 -0
- package/dist/services/release-automation/index.d.ts +12 -0
- package/dist/services/release-automation/index.js +12 -0
- package/dist/services/release-automation/merge-request.service.d.ts +119 -0
- package/dist/services/release-automation/merge-request.service.js +212 -0
- package/dist/services/release-automation/milestone.service.d.ts +104 -0
- package/dist/services/release-automation/milestone.service.js +207 -0
- package/dist/services/release-automation/release-agent.service.d.ts +39 -0
- package/dist/services/release-automation/release-agent.service.js +43 -0
- package/dist/services/release-automation/release-buttons.d.ts +7 -0
- package/dist/services/release-automation/release-buttons.js +207 -0
- package/dist/services/release-automation/release.service.d.ts +118 -0
- package/dist/services/release-automation/release.service.js +207 -0
- package/dist/services/release-automation/schemas/release.schema.d.ts +299 -0
- package/dist/services/release-automation/schemas/release.schema.js +272 -0
- package/dist/services/release-automation/tag.service.d.ts +99 -0
- package/dist/services/release-automation/tag.service.js +183 -0
- package/dist/services/release-automation/webhook.service.d.ts +37 -0
- package/dist/services/release-automation/webhook.service.js +187 -0
- package/dist/skills/test-skill/README.md +36 -0
- package/dist/skills/test-skill/SKILL.md +31 -0
- package/dist/skills/test-skill/index.d.ts +31 -0
- package/dist/skills/test-skill/install.js +44 -0
- package/dist/skills/test-skill/package.json +36 -0
- package/dist/spec/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
- package/dist/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
- package/dist/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
- package/dist/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
- package/dist/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
- package/dist/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
- package/dist/spec/uadp/README.md +393 -0
- package/dist/spec/uadp/openapi.yaml +387 -0
- package/dist/spec/uadp/schemas/uadp-agents-response.schema.json +68 -0
- package/dist/spec/uadp/schemas/uadp-federation-response.schema.json +46 -0
- package/dist/spec/uadp/schemas/uadp-manifest.schema.json +82 -0
- package/dist/spec/uadp/schemas/uadp-skills-response.schema.json +72 -0
- package/dist/spec/v0.4/agent-card.schema.json +1 -1
- package/dist/spec/v0.4/agent.schema.json +15 -15
- package/dist/spec/v0.4/extensions/a2a/a2a.schema.json +1 -1
- package/dist/spec/v0.4/extensions/ag2/ag2.schema.json +1 -1
- package/dist/spec/v0.4/extensions/crewai/crewai.schema.json +1 -1
- package/dist/spec/v0.4/extensions/kagent/kagent.schema.json +1 -1
- package/dist/spec/v0.4/extensions/langchain/langchain.schema.json +1 -1
- package/dist/spec/v0.4/extensions/langgraph/langgraph.schema.json +1 -1
- package/dist/spec/v0.4/extensions/mcp/mcp.schema.json +1 -1
- package/dist/spec/v0.5/agent-card.schema.json +477 -0
- package/dist/spec/v0.5/agent.schema.json +1556 -0
- package/dist/spec/v0.5/conformance/profiles/baseline.json +19 -0
- package/dist/spec/v0.5/conformance/profiles/enterprise.json +20 -0
- package/dist/spec/v0.5/extensions/a2a/README.md +193 -0
- package/dist/spec/v0.5/extensions/a2a/a2a.schema.json +77 -0
- package/dist/spec/v0.5/extensions/ag2/ag2.schema.json +277 -0
- package/dist/spec/v0.5/extensions/cognition/cognition.schema.json +94 -0
- package/dist/spec/v0.5/extensions/cognition/thought-node.schema.json +80 -0
- package/dist/spec/v0.5/extensions/crewai/crewai.schema.json +256 -0
- package/dist/spec/v0.5/extensions/drupal/drupal.schema.json +318 -0
- package/dist/spec/v0.5/extensions/evals/evals.schema.json +597 -0
- package/dist/spec/v0.5/extensions/governance/governance-extension.yaml +161 -0
- package/dist/spec/v0.5/extensions/identity/identity.schema.json +302 -0
- package/dist/spec/v0.5/extensions/kagent/README.md +315 -0
- package/dist/spec/v0.5/extensions/kagent/kagent.schema.json +624 -0
- package/dist/spec/v0.5/extensions/langchain/langchain.schema.json +243 -0
- package/dist/spec/v0.5/extensions/langgraph/langgraph.schema.json +211 -0
- package/dist/spec/v0.5/extensions/mcp/README.md +276 -0
- package/dist/spec/v0.5/extensions/mcp/mcp.schema.json +84 -0
- package/dist/spec/v0.5/extensions/memory/memory.schema.json +7 -0
- package/dist/spec/v0.5/extensions/team/team.schema.json +304 -0
- package/dist/spec/v0.5/extensions/token-efficiency/token-efficiency.schema.json +47 -0
- package/dist/spec/v0.5/mcp.schema.json +1 -0
- package/dist/spec/v0.5/skill.schema.json +1 -0
- package/dist/spec/v0.5/validator.schema.json +282 -0
- package/dist/validation/error-codes.js +1 -1
- package/examples/a2a/agent-handoff.ossa.yaml +1 -1
- package/examples/a2a/service-discovery.ossa.yaml +1 -1
- 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/agent-taxonomy-example.ossa.yaml +1 -1
- package/examples/agents/01-customer-support-bot/agent.ossa.yaml +1 -1
- package/examples/agents/02-code-review-agent/agent.ossa.yaml +1 -1
- package/examples/agents/03-data-analysis-agent/agent.ossa.yaml +1 -1
- package/examples/agents/04-content-moderator/agent.ossa.yaml +1 -1
- package/examples/agents/05-sales-assistant/agent.ossa.yaml +1 -1
- package/examples/agents/06-devops-agent/agent.ossa.yaml +1 -1
- package/examples/agents/07-research-assistant/agent.ossa.yaml +1 -1
- package/examples/agents/08-email-triage-agent/agent.ossa.yaml +1 -1
- package/examples/agents/09-security-scanner/agent.ossa.yaml +1 -1
- package/examples/agents/10-meeting-assistant/agent.ossa.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/monorepo-agent.ossa.yaml +1 -1
- package/examples/agentscope/react-assistant/README.md +111 -0
- package/examples/agentscope/react-assistant/agent.ossa.yaml +132 -0
- package/examples/agentscope/react-assistant/skills/code-analysis/SKILL.md +18 -0
- package/examples/agentscope/react-assistant/skills/question-answering/SKILL.md +18 -0
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/bridges/.gitlab-ci.yml +2 -2
- package/examples/build-once-use-everywhere/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/drupal/QUICKSTART.md +17 -3
- package/examples/drupal/ai_agents_agentscope/README.md +62 -0
- package/examples/drupal/ai_agents_agentscope/ai_agents_agentscope.info.yml +13 -0
- package/examples/drupal/ai_agents_agentscope/ai_agents_agentscope.services.yml +4 -0
- package/examples/drupal/ai_agents_agentscope/config/install/ai_agents_agentscope.settings.yml +3 -0
- package/examples/drupal/ai_agents_agentscope/config/schema/ai_agents_agentscope.schema.yml +14 -0
- package/examples/drupal/ai_agents_agentscope/src/AgentScopeRuntime.php +11 -0
- package/examples/drupal/ai_agents_agentscope/src/Plugin/AiAgent/AgentScopeAgent.php +10 -0
- package/examples/drupal/ai_agents_agentscope/src/Plugin/AiProvider/AgentScopeProvider.php +217 -0
- package/examples/drupal/ai_agents_agentscope/src/Plugin/Derivative/AgentScopeDeriver.php +10 -0
- package/examples/drupal/ai_agents_agentscope/src/Service/AgentScopeAdapter.php +9 -0
- package/examples/drupal/content-moderator.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/export/langchain/production-agent-with-memory/agent.ossa.yaml +1 -1
- package/examples/export/langchain/production-agent-with-tools/agent.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 +1 -1
- 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 +1 -1
- package/examples/getting-started/05-workflow-composition.ossa.yaml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/gitlab-agents/daily-code-scan/.gitlab-ci.yml +2 -2
- package/examples/gitlab-agents/duo-comment-responder/.gitlab-ci.yml +2 -2
- package/examples/gitlab-agents/mr-reviewer/.gitlab-ci.yml +2 -2
- package/examples/gitlab-agents/pipeline-auto-fix/.gitlab-ci.yml +2 -2
- package/examples/gitlab-agents/pre-commit-quality-check/.gitlab-ci.yml +2 -2
- package/examples/gitlab-agents/pre-push-validation/.gitlab-ci.yml +2 -2
- package/examples/hierarchical-agent.ossa.yaml +1 -1
- package/examples/infrastructure/token-rotation/manifest.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +1 -1
- 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/knowledge-graph/drupal-agent-with-kg.ossa.yaml +1 -1
- package/examples/mcp/browser-puppeteer.ossa.yaml +1 -1
- package/examples/mcp/database-mcp.ossa.yaml +1 -1
- package/examples/mcp/filesystem-mcp.ossa.yaml +1 -1
- 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 +1 -1
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/migrations/langchain/01-python-react-agent-after.ossa.yaml +1 -1
- package/examples/migrations/langchain/02-typescript-conversational-after.ossa.yaml +1 -1
- package/examples/migrations/langchain/03-sequential-chain-after.ossa.yaml +1 -1
- package/examples/migrations/langchain/04-config-based-after.ossa.yaml +1 -1
- package/examples/migrations/swarm-to-ossa/after-handoffs.ossa.yaml +6 -6
- package/examples/migrations/swarm-to-ossa/after-triage-agent.ossa.yaml +3 -3
- package/examples/mr-reviewer-with-governance.ossa.yaml +1 -1
- 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/multi-agent-research-workflow.ossa.yaml +1 -1
- package/examples/multi-platform/single-manifest/agent.ossa.yaml +1 -1
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/ossa-templates/01-code-assistant.ossa.yaml +1 -1
- package/examples/ossa-templates/02-security-scanner.ossa.yaml +1 -1
- package/examples/ossa-templates/03-ci-pipeline.ossa.yaml +1 -1
- package/examples/ossa-templates/04-code-reviewer.ossa.yaml +1 -1
- package/examples/ossa-templates/05-doc-generator.ossa.yaml +1 -1
- package/examples/ossa-templates/06-compliance-validator.ossa.yaml +1 -1
- package/examples/ossa-templates/07-workflow-orchestrator.ossa.yaml +1 -1
- package/examples/ossa-templates/08-content-writer.ossa.yaml +1 -1
- package/examples/ossa-templates/09-test-generator.ossa.yaml +1 -1
- package/examples/ossa-templates/10-data-transformer.ossa.yaml +1 -1
- package/examples/ossa-templates/11-react-performance-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/12-typescript-type-safety-expert.ossa.yaml +1 -1
- package/examples/ossa-templates/13-accessibility-champion.ossa.yaml +1 -1
- package/examples/ossa-templates/14-security-hardening-agent.ossa.yaml +1 -1
- package/examples/pipeline-agent.ossa.yaml +1 -1
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/production-ready/01-customer-support-bot/agent.ossa.yaml +1 -1
- package/examples/production-ready/02-code-review-agent/agent.ossa.yaml +1 -1
- package/examples/production-ready/03-data-analysis-agent/agent.ossa.yaml +1 -1
- package/examples/production-ready/04-content-moderator/agent.ossa.yaml +1 -1
- package/examples/production-ready/05-sales-assistant/agent.ossa.yaml +1 -1
- package/examples/production-ready/06-devops-agent/agent.ossa.yaml +1 -1
- package/examples/production-ready/07-research-assistant/agent.ossa.yaml +1 -1
- package/examples/production-ready/08-email-triage-agent/agent.ossa.yaml +1 -1
- package/examples/production-ready/09-security-scanner/agent.ossa.yaml +1 -1
- package/examples/production-ready/10-meeting-assistant/agent.ossa.yaml +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/registry/agents/code-reviewer/agent.yaml +1 -1
- package/examples/registry/agents/security-scanner/agent.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 +1 -1
- package/examples/showcase/code-assistant.ossa.yaml +1 -1
- package/examples/showcase/code-reviewer.ossa.yaml +1 -1
- package/examples/showcase/compliance-checker.ossa.yaml +1 -1
- package/examples/showcase/compliance-validator.ossa.yaml +1 -1
- package/examples/showcase/content-writer.ossa.yaml +1 -1
- package/examples/showcase/customer-support.ossa.yaml +1 -1
- package/examples/showcase/data-processing-pipeline.ossa.yaml +1 -1
- package/examples/showcase/data-transformer.ossa.yaml +1 -1
- package/examples/showcase/doc-generator.ossa.yaml +1 -1
- package/examples/showcase/full-power-agent.ossa.yaml +1 -1
- package/examples/showcase/security-scanner-enhanced.ossa.yaml +1 -1
- package/examples/showcase/security-scanner.ossa.yaml +1 -1
- package/examples/showcase/team-leader.ossa.yaml +1 -1
- package/examples/showcase/test-generator.ossa.yaml +1 -1
- package/examples/showcase/workflow-orchestrator.ossa.yaml +1 -1
- package/examples/skills-example.ossa.yaml +1 -1
- package/examples/swarm-agent.ossa.yaml +1 -1
- 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/team-agent.ossa.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +1 -1
- 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/package.json +6 -7
- package/spec/reference/reference-agents/compliance-auditor/manifest.ossa.yaml +1 -1
- package/spec/reference/reference-agents/doc-agent/manifest.ossa.yaml +1 -1
- package/spec/reference/reference-agents/mr-reviewer/manifest.ossa.yaml +1 -1
- package/spec/reference/reference-agents/ossa-validator-v0.3/manifest.ossa.yaml +1 -1
- package/spec/reference/reference-agents/pipeline-fixer/manifest.ossa.yaml +1 -1
- package/spec/reference/reference-agents/release-orchestrator/manifest.ossa.yaml +1 -1
- package/spec/v0.4/agent-card.schema.json +1 -1
- package/spec/v0.4/agent.schema.json +84 -15
- package/spec/v0.4/extensions/a2a/a2a.schema.json +1 -1
- package/spec/v0.4/extensions/ag2/ag2.schema.json +1 -1
- package/spec/v0.4/extensions/crewai/crewai.schema.json +1 -1
- package/spec/v0.4/extensions/kagent/kagent.schema.json +1 -1
- package/spec/v0.4/extensions/langchain/langchain.schema.json +1 -1
- package/spec/v0.4/extensions/langgraph/langgraph.schema.json +1 -1
- package/spec/v0.4/extensions/mcp/mcp.schema.json +1 -1
- package/templates/agent-types/claude-agent.ossa.yaml +1 -1
- package/templates/agent-types/kagent.ossa.yaml +1 -1
- package/templates/agent-types/langchain-agent.ossa.yaml +1 -1
- package/templates/agent-types/openapi-agent.ossa.yaml +1 -1
- package/templates/agent-types/swarm-agents.ossa.yaml +1 -1
- package/templates/ci-cd/gitlab-ci.deploy.yml +2 -2
- package/templates/validators/capability-compatibility.ossa.yaml +1 -1
- package/templates/validators/coordination-consistency.ossa.yaml +1 -1
- package/templates/validators/pattern-requirements.ossa.yaml +1 -1
- package/templates/validators/transport-compatibility.ossa.yaml +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
4
|
-
"title": "OSSA v0.4.
|
|
5
|
-
"description": "Open Standard for Software Agents (OSSA) v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/agent.schema.json",
|
|
4
|
+
"title": "OSSA v0.4.7 Agent Manifest Schema",
|
|
5
|
+
"description": "Open Standard for Software Agents (OSSA) v0.4.7 - Extends v0.4 with Agent Identity, Security Posture, and Protocol Declarations. Backward compatible with v0.4 manifests.",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"required": [
|
|
8
8
|
"apiVersion",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"apiVersion": {
|
|
14
14
|
"type": "string",
|
|
15
15
|
"pattern": "^ossa/v(0\\.5(\\.[0-9]+(-[a-zA-Z0-9.]+)?)?|0\\.4(\\.[0-9]+(-[a-zA-Z0-9.]+)?)?|0\\.3(\\.[4-9]|\\.[0-9]+(-[a-zA-Z0-9.]+)?)?|0\\.2\\.[2-9](-dev)?|1)(\\.[0-9]+)?(-[a-zA-Z0-9.]+)?$",
|
|
16
|
-
"description": "OSSA API version (v0.4.
|
|
16
|
+
"description": "OSSA API version (v0.4.7 introduces identity, security posture, and protocol declarations)",
|
|
17
17
|
"examples": [
|
|
18
|
-
"ossa/v0.4.
|
|
19
|
-
"ossa/v0.4.
|
|
18
|
+
"ossa/v0.4.7",
|
|
19
|
+
"ossa/v0.4.7.0",
|
|
20
20
|
"ossa/v0.4",
|
|
21
21
|
"ossa/v1"
|
|
22
22
|
]
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
},
|
|
40
40
|
"security": {
|
|
41
41
|
"$ref": "#/definitions/SecurityPosture",
|
|
42
|
-
"description": "Security posture metadata defining threat model, capability requirements, sandboxing, and network access constraints (v0.4.
|
|
42
|
+
"description": "Security posture metadata defining threat model, capability requirements, sandboxing, and network access constraints (v0.4.7)"
|
|
43
43
|
},
|
|
44
44
|
"protocols": {
|
|
45
45
|
"$ref": "#/definitions/ProtocolDeclarations",
|
|
46
|
-
"description": "Protocol declarations for MCP, A2A, and ANP interoperability (v0.4.
|
|
46
|
+
"description": "Protocol declarations for MCP, A2A, and ANP interoperability (v0.4.7)"
|
|
47
47
|
},
|
|
48
48
|
"token_efficiency": {
|
|
49
49
|
"$ref": "#/definitions/TokenEfficiency",
|
|
50
|
-
"description": "Token efficiency configuration for cost-optimized execution (v0.4.
|
|
50
|
+
"description": "Token efficiency configuration for cost-optimized execution (v0.4.7)"
|
|
51
51
|
},
|
|
52
52
|
"cognition": {
|
|
53
53
|
"$ref": "#/definitions/Cognition",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"governance": {
|
|
57
57
|
"$ref": "#/definitions/Governance",
|
|
58
|
-
"description": "Governance and authorization policies including Cedar pre-execution checks and compliance profiles (v0.4.
|
|
58
|
+
"description": "Governance and authorization policies including Cedar pre-execution checks and compliance profiles (v0.4.7)"
|
|
59
59
|
},
|
|
60
60
|
"extensions": {
|
|
61
61
|
"type": "object",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"composition": {
|
|
69
69
|
"$ref": "#/definitions/WorkflowComposition",
|
|
70
|
-
"description": "Workflow composition with sequential/parallel projection (v0.4.
|
|
70
|
+
"description": "Workflow composition with sequential/parallel projection (v0.4.7, when kind is Workflow)"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"definitions": {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
},
|
|
197
197
|
"identity": {
|
|
198
198
|
"$ref": "#/definitions/AgentIdentity",
|
|
199
|
-
"description": "Agent identity model with namespace, versioned identifier, and publisher information (v0.4.
|
|
199
|
+
"description": "Agent identity model with namespace, versioned identifier, and publisher information (v0.4.7)"
|
|
200
200
|
},
|
|
201
201
|
"catalog": {
|
|
202
202
|
"type": "object",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
},
|
|
302
302
|
"AgentIdentity": {
|
|
303
303
|
"type": "object",
|
|
304
|
-
"description": "Agent identity model for unique identification, versioning, and publisher attribution (v0.4.
|
|
304
|
+
"description": "Agent identity model for unique identification, versioning, and publisher attribution (v0.4.7). Enables trust chains, agent discovery, and provenance tracking across registries.",
|
|
305
305
|
"required": [
|
|
306
306
|
"agent_id"
|
|
307
307
|
],
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
},
|
|
419
419
|
"SecurityPosture": {
|
|
420
420
|
"type": "object",
|
|
421
|
-
"description": "Security posture metadata defining the agent's threat model, required capabilities, sandboxing requirements, and network access constraints (v0.4.
|
|
421
|
+
"description": "Security posture metadata defining the agent's threat model, required capabilities, sandboxing requirements, and network access constraints (v0.4.7). Enables security-aware orchestration and policy enforcement.",
|
|
422
422
|
"properties": {
|
|
423
423
|
"tier": {
|
|
424
424
|
"type": "string",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
},
|
|
707
707
|
"ProtocolDeclarations": {
|
|
708
708
|
"type": "object",
|
|
709
|
-
"description": "Protocol declarations for agent interoperability (v0.4.
|
|
709
|
+
"description": "Protocol declarations for agent interoperability (v0.4.7). Declares which agent communication protocols this agent supports, enabling automatic discovery and routing by orchestrators.",
|
|
710
710
|
"properties": {
|
|
711
711
|
"mcp": {
|
|
712
712
|
"$ref": "#/definitions/MCPProtocol",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/a2a.json",
|
|
4
4
|
"title": "A2A Extension Schema",
|
|
5
5
|
"description": "Agent-to-Agent communication extension for OSSA",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/ag2/ag2.json",
|
|
4
4
|
"title": "AG2 (AutoGen) Extension",
|
|
5
5
|
"description": "Native integration with Microsoft AG2 (AutoGen) for multi-agent conversations, group chats, nested chats, and swarm topologies.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/crewai/crewai.json",
|
|
4
4
|
"title": "CrewAI Extension",
|
|
5
5
|
"description": "Native integration with CrewAI framework for role-based multi-agent collaboration with sequential and hierarchical processes.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/kagent/kagent.json",
|
|
4
4
|
"title": "Kagent (GitLab Kubernetes Agents) Extension",
|
|
5
5
|
"description": "Native integration with GitLab's Kagent framework for Kubernetes-native agent deployment, management, and orchestration. Enables GitLab CI/CD integration, Kubernetes-native deployment, service mesh integration, and GitLab agent registry compatibility.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/langchain/langchain.json",
|
|
4
4
|
"title": "LangChain Extension",
|
|
5
5
|
"description": "Native integration with LangChain framework for building LLM applications with chains, agents, memory, and RAG capabilities.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/langgraph/langgraph.json",
|
|
4
4
|
"title": "LangGraph Extension",
|
|
5
5
|
"description": "Native integration with LangGraph for building stateful, cyclical agent workflows with state machines, checkpoints, and human-in-the-loop capabilities.",
|
|
6
6
|
"type": "object",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://openstandardagents.org/schemas/v0.4.
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.7/extensions/mcp.json",
|
|
4
4
|
"title": "MCP Extension Schema",
|
|
5
5
|
"description": "Model Context Protocol extension for OSSA agents",
|
|
6
6
|
"type": "object",
|
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4/agent-card.schema.json",
|
|
4
|
+
"title": "OSSA Agent Card",
|
|
5
|
+
"description": "Universal agent contract for discovery, Agent Social profile, marketplace, and global/GitLab registry. Every attribute is defined in and projected from the OSSA agent spec (metadata, spec, or extensions). Single source of truth: OSSA manifest. Serve at .well-known/agent-card.json or .well-known/agent.json (A2A).",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["uri", "name", "version", "ossaVersion", "capabilities", "endpoints", "transport", "authentication", "encryption"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"uri": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"pattern": "^uadp://",
|
|
12
|
+
"description": "Agent URI in the format uadp://{namespace}/{name}"
|
|
13
|
+
},
|
|
14
|
+
"name": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 1,
|
|
17
|
+
"description": "Human-readable agent name"
|
|
18
|
+
},
|
|
19
|
+
"version": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"description": "Agent version (semver)"
|
|
22
|
+
},
|
|
23
|
+
"ossaVersion": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"description": "OSSA specification version (e.g., ossa/v0.4.6)"
|
|
26
|
+
},
|
|
27
|
+
"taxonomy": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"description": "Agent classification — runtime platform, functional role, architecture pattern",
|
|
30
|
+
"properties": {
|
|
31
|
+
"agentType": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "Runtime platform: claude, kagent, openai, langchain, crewai, etc."
|
|
34
|
+
},
|
|
35
|
+
"agentKind": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"description": "Functional role: orchestrator, worker, reviewer, analyzer, etc."
|
|
38
|
+
},
|
|
39
|
+
"architecture": {
|
|
40
|
+
"type": "object",
|
|
41
|
+
"properties": {
|
|
42
|
+
"pattern": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"description": "Architecture pattern: swarm, pipeline, tree, graph, etc."
|
|
45
|
+
},
|
|
46
|
+
"capabilities": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": { "type": "string" },
|
|
49
|
+
"description": "Architecture capabilities: handoff, streaming, context, tools, vision"
|
|
50
|
+
},
|
|
51
|
+
"coordination": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"properties": {
|
|
54
|
+
"handoffStrategy": { "type": "string" },
|
|
55
|
+
"maxDepth": { "type": "integer" }
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"runtime": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {
|
|
61
|
+
"scalability": { "type": "string" },
|
|
62
|
+
"executionModel": { "type": "string" },
|
|
63
|
+
"preferredRegion": { "type": "string" }
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"capabilities": {
|
|
71
|
+
"type": "array",
|
|
72
|
+
"items": { "type": "string" },
|
|
73
|
+
"description": "List of agent capabilities"
|
|
74
|
+
},
|
|
75
|
+
"tools": {
|
|
76
|
+
"type": "array",
|
|
77
|
+
"items": {
|
|
78
|
+
"type": "object",
|
|
79
|
+
"required": ["name", "description", "inputSchema"],
|
|
80
|
+
"properties": {
|
|
81
|
+
"name": { "type": "string" },
|
|
82
|
+
"description": { "type": "string" },
|
|
83
|
+
"inputSchema": { "type": "object" },
|
|
84
|
+
"outputSchema": { "type": "object" }
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"description": "Tools the agent can call"
|
|
88
|
+
},
|
|
89
|
+
"role": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"description": "Agent's role/system prompt summary"
|
|
92
|
+
},
|
|
93
|
+
"model": {
|
|
94
|
+
"type": "object",
|
|
95
|
+
"description": "LLM configuration powering this agent",
|
|
96
|
+
"properties": {
|
|
97
|
+
"provider": { "type": "string", "description": "LLM provider: anthropic, openai, google, etc." },
|
|
98
|
+
"model": { "type": "string", "description": "Model identifier" },
|
|
99
|
+
"temperature": { "type": "number", "minimum": 0, "maximum": 2 },
|
|
100
|
+
"maxTokens": { "type": "integer" },
|
|
101
|
+
"topP": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"mcpServers": {
|
|
105
|
+
"type": "array",
|
|
106
|
+
"description": "MCP (Model Context Protocol) servers this agent connects to",
|
|
107
|
+
"items": {
|
|
108
|
+
"type": "object",
|
|
109
|
+
"required": ["name"],
|
|
110
|
+
"properties": {
|
|
111
|
+
"name": { "type": "string" },
|
|
112
|
+
"description": { "type": "string" },
|
|
113
|
+
"transport": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"type": { "type": "string", "enum": ["stdio", "sse", "streamable-http"] },
|
|
117
|
+
"command": { "type": "string" },
|
|
118
|
+
"args": { "type": "array", "items": { "type": "string" } },
|
|
119
|
+
"url": { "type": "string" }
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"version": { "type": "string" },
|
|
123
|
+
"capabilities": {
|
|
124
|
+
"type": "object",
|
|
125
|
+
"properties": {
|
|
126
|
+
"resources": { "type": "object" },
|
|
127
|
+
"tools": { "type": "object" },
|
|
128
|
+
"logging": { "type": "object" }
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"resources": {
|
|
132
|
+
"type": "array",
|
|
133
|
+
"items": {
|
|
134
|
+
"type": "object",
|
|
135
|
+
"required": ["uri", "name"],
|
|
136
|
+
"properties": {
|
|
137
|
+
"uri": { "type": "string" },
|
|
138
|
+
"name": { "type": "string" },
|
|
139
|
+
"description": { "type": "string" },
|
|
140
|
+
"mimeType": { "type": "string" }
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"a2aProtocol": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"description": "A2A (Agent-to-Agent) protocol configuration",
|
|
150
|
+
"properties": {
|
|
151
|
+
"protocol": {
|
|
152
|
+
"type": "object",
|
|
153
|
+
"properties": {
|
|
154
|
+
"type": { "type": "string" },
|
|
155
|
+
"version": { "type": "string" },
|
|
156
|
+
"messageFormat": { "type": "string" }
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"agentEndpoints": {
|
|
160
|
+
"type": "array",
|
|
161
|
+
"items": {
|
|
162
|
+
"type": "object",
|
|
163
|
+
"required": ["agentId", "url"],
|
|
164
|
+
"properties": {
|
|
165
|
+
"agentId": { "type": "string" },
|
|
166
|
+
"url": { "type": "string" },
|
|
167
|
+
"capabilities": { "type": "array", "items": { "type": "string" } },
|
|
168
|
+
"priority": { "type": "integer" }
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"routing": {
|
|
173
|
+
"type": "object",
|
|
174
|
+
"properties": {
|
|
175
|
+
"strategy": { "type": "string" },
|
|
176
|
+
"rules": {
|
|
177
|
+
"type": "array",
|
|
178
|
+
"items": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"required": ["name", "condition", "target"],
|
|
181
|
+
"properties": {
|
|
182
|
+
"name": { "type": "string" },
|
|
183
|
+
"condition": { "type": "string" },
|
|
184
|
+
"target": { "type": "string" },
|
|
185
|
+
"priority": { "type": "integer" }
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"delegation": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"enabled": { "type": "boolean" },
|
|
195
|
+
"maxDepth": { "type": "integer" },
|
|
196
|
+
"timeout": { "type": "integer" },
|
|
197
|
+
"handoffRules": {
|
|
198
|
+
"type": "array",
|
|
199
|
+
"items": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"required": ["name", "condition", "target"],
|
|
202
|
+
"properties": {
|
|
203
|
+
"name": { "type": "string" },
|
|
204
|
+
"condition": { "type": "string" },
|
|
205
|
+
"target": { "type": "string" },
|
|
206
|
+
"message": { "type": "string" }
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"completionSignals": {
|
|
213
|
+
"type": "object",
|
|
214
|
+
"properties": {
|
|
215
|
+
"signals": { "type": "array", "items": { "type": "string" } },
|
|
216
|
+
"handlers": {
|
|
217
|
+
"type": "array",
|
|
218
|
+
"items": {
|
|
219
|
+
"type": "object",
|
|
220
|
+
"required": ["signal", "action"],
|
|
221
|
+
"properties": {
|
|
222
|
+
"signal": { "type": "string" },
|
|
223
|
+
"action": { "type": "string" },
|
|
224
|
+
"target": { "type": "string" }
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"retryPolicy": {
|
|
231
|
+
"type": "object",
|
|
232
|
+
"properties": {
|
|
233
|
+
"maxRetries": { "type": "integer" },
|
|
234
|
+
"backoff": { "type": "string" },
|
|
235
|
+
"retryableErrors": { "type": "array", "items": { "type": "string" } }
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"circuitBreaker": {
|
|
239
|
+
"type": "object",
|
|
240
|
+
"properties": {
|
|
241
|
+
"enabled": { "type": "boolean" },
|
|
242
|
+
"failureThreshold": { "type": "integer" },
|
|
243
|
+
"timeout": { "type": "integer" }
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"handoffs": {
|
|
249
|
+
"type": "array",
|
|
250
|
+
"description": "Direct delegation targets",
|
|
251
|
+
"items": {
|
|
252
|
+
"type": "object",
|
|
253
|
+
"required": ["to"],
|
|
254
|
+
"properties": {
|
|
255
|
+
"to": { "type": "string" },
|
|
256
|
+
"condition": { "type": "string" }
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"autonomy": {
|
|
261
|
+
"type": "object",
|
|
262
|
+
"description": "Agent independence level and operational boundaries",
|
|
263
|
+
"properties": {
|
|
264
|
+
"level": { "type": "string", "description": "Autonomy level: supervised, autonomous, semi-autonomous" },
|
|
265
|
+
"approvalRequired": { "type": "boolean" },
|
|
266
|
+
"allowedActions": { "type": "array", "items": { "type": "string" } },
|
|
267
|
+
"blockedActions": { "type": "array", "items": { "type": "string" } }
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"constraints": {
|
|
271
|
+
"type": "object",
|
|
272
|
+
"description": "Operational limits — cost, performance, resources",
|
|
273
|
+
"properties": {
|
|
274
|
+
"cost": {
|
|
275
|
+
"type": "object",
|
|
276
|
+
"properties": {
|
|
277
|
+
"maxTokensPerDay": { "type": "integer" },
|
|
278
|
+
"maxTokensPerRequest": { "type": "integer" },
|
|
279
|
+
"maxCostPerDay": { "type": "number" },
|
|
280
|
+
"currency": { "type": "string" }
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"performance": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"properties": {
|
|
286
|
+
"maxLatencySeconds": { "type": "number" },
|
|
287
|
+
"maxConcurrentRequests": { "type": "integer" },
|
|
288
|
+
"timeoutSeconds": { "type": "number" }
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"resources": {
|
|
292
|
+
"type": "object",
|
|
293
|
+
"properties": {
|
|
294
|
+
"cpu": { "type": "string" },
|
|
295
|
+
"memory": { "type": "string" }
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"observability": {
|
|
301
|
+
"type": "object",
|
|
302
|
+
"description": "Tracing, metrics, and logging configuration",
|
|
303
|
+
"properties": {
|
|
304
|
+
"tracing": {
|
|
305
|
+
"type": "object",
|
|
306
|
+
"properties": {
|
|
307
|
+
"enabled": { "type": "boolean" },
|
|
308
|
+
"exporter": { "type": "string" },
|
|
309
|
+
"endpoint": { "type": "string" },
|
|
310
|
+
"samplingRate": { "type": "number" }
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"metrics": {
|
|
314
|
+
"type": "object",
|
|
315
|
+
"properties": {
|
|
316
|
+
"enabled": { "type": "boolean" },
|
|
317
|
+
"exporter": { "type": "string" },
|
|
318
|
+
"endpoint": { "type": "string" }
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"logging": {
|
|
322
|
+
"type": "object",
|
|
323
|
+
"properties": {
|
|
324
|
+
"level": { "type": "string" },
|
|
325
|
+
"format": { "type": "string" }
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"endpoints": {
|
|
331
|
+
"type": "object",
|
|
332
|
+
"properties": {
|
|
333
|
+
"http": { "type": "string", "format": "uri" },
|
|
334
|
+
"grpc": { "type": "string" },
|
|
335
|
+
"websocket": { "type": "string", "format": "uri" }
|
|
336
|
+
},
|
|
337
|
+
"description": "Network endpoints for reaching the agent"
|
|
338
|
+
},
|
|
339
|
+
"transport": {
|
|
340
|
+
"type": "array",
|
|
341
|
+
"items": {
|
|
342
|
+
"type": "string",
|
|
343
|
+
"enum": ["http", "grpc", "websocket", "mqtt"]
|
|
344
|
+
},
|
|
345
|
+
"minItems": 1,
|
|
346
|
+
"description": "Supported transport protocols"
|
|
347
|
+
},
|
|
348
|
+
"authentication": {
|
|
349
|
+
"type": "array",
|
|
350
|
+
"items": {
|
|
351
|
+
"type": "string",
|
|
352
|
+
"enum": ["mtls", "bearer", "oidc", "api_key", "none"]
|
|
353
|
+
},
|
|
354
|
+
"minItems": 1,
|
|
355
|
+
"description": "Supported authentication methods"
|
|
356
|
+
},
|
|
357
|
+
"encryption": {
|
|
358
|
+
"type": "object",
|
|
359
|
+
"required": ["tlsRequired", "minTlsVersion"],
|
|
360
|
+
"properties": {
|
|
361
|
+
"tlsRequired": { "type": "boolean" },
|
|
362
|
+
"minTlsVersion": { "type": "string", "enum": ["1.2", "1.3"] },
|
|
363
|
+
"cipherSuites": { "type": "array", "items": { "type": "string" } }
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"metadata": {
|
|
367
|
+
"type": "object",
|
|
368
|
+
"properties": {
|
|
369
|
+
"team": { "type": "string" },
|
|
370
|
+
"environment": { "type": "string" },
|
|
371
|
+
"region": { "type": "string" },
|
|
372
|
+
"description": { "type": "string" },
|
|
373
|
+
"author": { "type": "string" }
|
|
374
|
+
},
|
|
375
|
+
"additionalProperties": true,
|
|
376
|
+
"description": "Additional metadata"
|
|
377
|
+
},
|
|
378
|
+
"status": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"enum": ["healthy", "degraded", "unavailable"],
|
|
381
|
+
"description": "Current agent health status"
|
|
382
|
+
},
|
|
383
|
+
"lastHeartbeat": {
|
|
384
|
+
"type": "string",
|
|
385
|
+
"format": "date-time",
|
|
386
|
+
"description": "Last heartbeat timestamp (ISO 8601)"
|
|
387
|
+
},
|
|
388
|
+
"state": {
|
|
389
|
+
"type": "object",
|
|
390
|
+
"description": "State persistence for discovery and session resume (SoD: defined in OSSA manifest, projected here)",
|
|
391
|
+
"properties": {
|
|
392
|
+
"mode": {
|
|
393
|
+
"type": "string",
|
|
394
|
+
"enum": ["stateless", "session", "long_running"],
|
|
395
|
+
"description": "State persistence mode"
|
|
396
|
+
},
|
|
397
|
+
"storageHint": {
|
|
398
|
+
"type": "string",
|
|
399
|
+
"description": "Storage backend: redis, postgres, vector-db, kv, custom"
|
|
400
|
+
},
|
|
401
|
+
"sessionEndpoint": {
|
|
402
|
+
"type": "string",
|
|
403
|
+
"format": "uri",
|
|
404
|
+
"description": "URL to create or resume session"
|
|
405
|
+
},
|
|
406
|
+
"checkpointIntervalSeconds": {
|
|
407
|
+
"type": "integer",
|
|
408
|
+
"description": "Checkpoint interval in seconds"
|
|
409
|
+
},
|
|
410
|
+
"retention": {
|
|
411
|
+
"type": "string",
|
|
412
|
+
"description": "Data retention e.g. 30d, 1h"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"tokenEfficiencySummary": {
|
|
417
|
+
"type": "object",
|
|
418
|
+
"description": "Token efficiency hints for routing and cost (SoD: defined in OSSA manifest, projected here)",
|
|
419
|
+
"properties": {
|
|
420
|
+
"serializationProfile": {
|
|
421
|
+
"type": "string",
|
|
422
|
+
"enum": ["compact", "full", "fingerprint"]
|
|
423
|
+
},
|
|
424
|
+
"observationFormat": {
|
|
425
|
+
"type": "string",
|
|
426
|
+
"enum": ["projected", "summary", "diff", "full"]
|
|
427
|
+
},
|
|
428
|
+
"maxInputTokens": { "type": "integer" },
|
|
429
|
+
"cascade": {
|
|
430
|
+
"type": "array",
|
|
431
|
+
"items": { "type": "string" },
|
|
432
|
+
"description": "Model cascade e.g. haiku, sonnet, opus"
|
|
433
|
+
},
|
|
434
|
+
"consolidationStrategy": { "type": "string" }
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"manifestRef": {
|
|
438
|
+
"type": "string",
|
|
439
|
+
"format": "uri",
|
|
440
|
+
"description": "URL to full OSSA manifest (single source of truth)"
|
|
441
|
+
},
|
|
442
|
+
"manifestDigest": {
|
|
443
|
+
"type": "string",
|
|
444
|
+
"description": "Content digest of manifest (e.g. SHA-256) for integrity and deduplication"
|
|
445
|
+
},
|
|
446
|
+
"separation": {
|
|
447
|
+
"type": "object",
|
|
448
|
+
"description": "Separation of duties for discovery and policy (SoD: defined in OSSA spec.access and spec.separation)",
|
|
449
|
+
"properties": {
|
|
450
|
+
"accessTier": {
|
|
451
|
+
"type": "string",
|
|
452
|
+
"enum": ["tier_1_read", "tier_2_write_limited", "tier_3_write_elevated", "tier_4_policy"]
|
|
453
|
+
},
|
|
454
|
+
"role": {
|
|
455
|
+
"type": "string",
|
|
456
|
+
"description": "Primary role (e.g. reviewer, deployer)"
|
|
457
|
+
},
|
|
458
|
+
"conflictsWith": {
|
|
459
|
+
"type": "array",
|
|
460
|
+
"items": { "type": "string" },
|
|
461
|
+
"description": "Roles this agent must not also perform"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"cardProfile": {
|
|
466
|
+
"type": "string",
|
|
467
|
+
"enum": ["minimal", "discovery", "full"],
|
|
468
|
+
"description": "Card profile: minimal (uri,name,capabilities), discovery (+ state, tokenEfficiency), full (all)"
|
|
469
|
+
},
|
|
470
|
+
"extensions": {
|
|
471
|
+
"type": "object",
|
|
472
|
+
"additionalProperties": true,
|
|
473
|
+
"description": "Extension data for platform-specific fields"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"additionalProperties": false
|
|
477
|
+
}
|