@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
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.5/extensions/token-efficiency.schema.json",
|
|
4
|
+
"title": "OSSA Token Efficiency Extension",
|
|
5
|
+
"description": "Extension schema for token efficiency, budget management, knowledge graph refs, and model routing",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"optimization": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"enabled": { "type": "boolean", "default": true },
|
|
12
|
+
"baseline_tokens": { "type": "integer" },
|
|
13
|
+
"target_tokens": { "type": "integer" },
|
|
14
|
+
"target_reduction": { "type": "string" },
|
|
15
|
+
"techniques": {
|
|
16
|
+
"type": "array",
|
|
17
|
+
"items": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"enum": [
|
|
20
|
+
"knowledge_graph_refs",
|
|
21
|
+
"template_compression",
|
|
22
|
+
"semantic_compression",
|
|
23
|
+
"dynamic_budgets",
|
|
24
|
+
"checkpoint_retry",
|
|
25
|
+
"cascade_composition",
|
|
26
|
+
"circuit_breaker",
|
|
27
|
+
"observation_masking",
|
|
28
|
+
"lazy_loading",
|
|
29
|
+
"hierarchical_context",
|
|
30
|
+
"intelligent_routing",
|
|
31
|
+
"prefiltering",
|
|
32
|
+
"manifest_fingerprint"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"benchmarks": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"baseline": { "type": "object" },
|
|
40
|
+
"optimized": { "type": "object" },
|
|
41
|
+
"improvement": { "type": "object" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://openstandardagents.org/schemas/v0.4/mcp.schema.json","title":"OSSA v0.4 MCP Server Manifest Schema","description":"Open Standard for Software Agents (OSSA) - MCP Server manifest. Defines governed MCP server packages with identity, trust, and federation metadata.","type":"object","required":["apiVersion","kind","metadata","spec"],"properties":{"apiVersion":{"type":"string","pattern":"^ossa/v[0-9]+(\\.[0-9]+)*(-[a-zA-Z0-9.]+)?$","description":"OSSA API version","examples":["ossa/v1","ossa/v0.4"]},"kind":{"type":"string","const":"MCPServer","description":"Resource type — must be MCPServer"},"metadata":{"type":"object","required":["name"],"properties":{"name":{"type":"string","pattern":"^[a-z][a-z0-9-]*$","description":"DNS-style server name"},"version":{"type":"string","pattern":"^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.]+)?$"},"description":{"type":"string"},"did":{"type":"string","pattern":"^did:ossa:mcp:[a-z0-9-]+(:[a-z0-9-]+)*$","description":"Decentralized identifier for this MCP server"},"author":{"type":"object","properties":{"name":{"type":"string"},"did":{"type":"string"},"email":{"type":"string","format":"email"},"url":{"type":"string","format":"uri"}}},"license":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"}}},"spec":{"type":"object","required":["transport"],"properties":{"description":{"type":"string"},"transport":{"type":"string","enum":["stdio","sse","streamable-http"],"description":"MCP transport type"},"command":{"type":"string","description":"Command to start the MCP server (for stdio transport)"},"args":{"type":"array","items":{"type":"string"},"description":"Command arguments"},"url":{"type":"string","format":"uri","description":"Server URL (for SSE/HTTP transport)"},"env":{"type":"object","additionalProperties":{"type":"string"},"description":"Environment variables required"},"tools":{"type":"array","items":{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"description":{"type":"string"},"inputSchema":{"type":"object"},"outputSchema":{"type":"object"}}},"description":"Declared tools this server provides"},"resources":{"type":"array","items":{"type":"object","properties":{"uri":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"mimeType":{"type":"string"}}},"description":"Resources this server exposes"},"prompts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"arguments":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"required":{"type":"boolean"}}}}}},"description":"Prompts this server exposes"},"platforms":{"type":"array","items":{"type":"string"},"description":"Compatible platforms"},"governance":{"type":"object","properties":{"approvalRequired":{"type":"boolean","default":false},"dataAccess":{"type":"object","properties":{"filesystem":{"type":"string","enum":["none","read-only","read-write","scoped"]},"network":{"type":"string","enum":["none","allowlist","full"]}}},"prohibitedActions":{"type":"array","items":{"type":"string"}}}},"trust":{"type":"object","properties":{"attestation":{"type":"string","format":"uri"},"lastAudit":{"type":"string","format":"date-time"},"signatures":{"type":"array","items":{"type":"object","properties":{"signer":{"type":"string"},"algorithm":{"type":"string"},"value":{"type":"string"}}}}}},"compliance":{"type":"array","items":{"type":"string"}}}},"extensions":{"type":"object","additionalProperties":true}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://openstandardagents.org/schemas/v0.4/skill.schema.json","title":"OSSA v0.4 Skill Manifest Schema","description":"Open Standard for Software Agents (OSSA) - Skill manifest. Defines portable, governed skill packages with identity, trust, compliance, and federation metadata. Superset of the Agent Skills (SKILL.md) specification.","type":"object","required":["apiVersion","kind","metadata","spec"],"properties":{"apiVersion":{"type":"string","pattern":"^ossa/v[0-9]+(\\.[0-9]+)*(-[a-zA-Z0-9.]+)?$","description":"OSSA API version","examples":["ossa/v1","ossa/v0.4"]},"kind":{"type":"string","const":"Skill","description":"Resource type — must be Skill"},"metadata":{"$ref":"#/definitions/SkillMetadata"},"spec":{"$ref":"#/definitions/SkillSpec"},"extensions":{"type":"object","description":"Framework-specific extensions","additionalProperties":true}},"definitions":{"SkillMetadata":{"type":"object","required":["name"],"properties":{"name":{"type":"string","pattern":"^[a-z][a-z0-9-]*$","description":"DNS-style skill name (lowercase, hyphens)","examples":["drupal-code-analysis","tdd-workflow","git-commit-review"]},"version":{"type":"string","pattern":"^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.]+)?$","description":"Semantic version","examples":["1.0.0","2.1.0-beta"]},"description":{"type":"string","description":"Human-readable description (maps to SKILL.md description frontmatter)"},"did":{"type":"string","pattern":"^did:ossa:skill:[a-z0-9-]+(:[a-z0-9-]+)*$","description":"Decentralized identifier for this skill","examples":["did:ossa:skill:drupal-code-analysis"]},"author":{"$ref":"#/definitions/Author"},"license":{"type":"string","description":"SPDX license identifier","examples":["Apache-2.0","MIT","CC-BY-4.0"]},"labels":{"type":"object","additionalProperties":{"type":"string"},"description":"Key-value labels for filtering and categorization"},"annotations":{"type":"object","additionalProperties":{"type":"string"},"description":"Non-identifying metadata"},"created":{"type":"string","format":"date-time","description":"ISO 8601 creation timestamp"},"updated":{"type":"string","format":"date-time","description":"ISO 8601 last update timestamp"}}},"Author":{"type":"object","properties":{"name":{"type":"string","description":"Author display name"},"did":{"type":"string","pattern":"^did:ossa:author:[a-z0-9-]+(:[a-z0-9-]+)*$","description":"Author DID"},"email":{"type":"string","format":"email"},"url":{"type":"string","format":"uri"},"vc":{"type":"string","format":"uri","description":"URL to verifiable credential"}}},"SkillSpec":{"type":"object","required":["description"],"properties":{"description":{"type":"string","description":"When to activate this skill. Maps to SKILL.md description. Should include trigger phrases."},"instructions":{"type":"string","description":"Full skill instructions (markdown). The body of SKILL.md. Can use !include for external file."},"instructionsFile":{"type":"string","description":"Path to external instructions file (relative to manifest). Alternative to inline instructions."},"categories":{"type":"array","items":{"type":"string"},"description":"Categorization tags for discovery","examples":[["drupal","migration","code-analysis"]]},"platforms":{"type":"array","items":{"type":"string","examples":["claude-code","cursor","codex-cli","goose","windsurf","gemini-cli","github-copilot","kiro","roo-code"]},"description":"Compatible AI coding platforms"},"allowedTools":{"type":"array","items":{"type":"string"},"description":"Pre-approved tools list. Maps to SKILL.md allowed-tools frontmatter.","examples":[["bash","file_read","file_write","web_search"]]},"runtimes":{"type":"object","description":"Runtime requirements by language","properties":{"node":{"type":"string","description":"Node.js version constraint"},"python":{"type":"string","description":"Python version constraint"},"php":{"type":"string","description":"PHP version constraint"},"ruby":{"type":"string","description":"Ruby version constraint"},"go":{"type":"string","description":"Go version constraint"}},"additionalProperties":{"type":"string"}},"dependencies":{"$ref":"#/definitions/SkillDependencies"},"trust":{"$ref":"#/definitions/TrustInfo"},"governance":{"$ref":"#/definitions/GovernanceInfo"},"compliance":{"type":"array","items":{"type":"string"},"description":"Compliance framework tags","examples":[["FedRAMP-moderate","NIST-800-53","SOC2-Type2"]]},"resources":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","description":"Relative path to resource file"},"description":{"type":"string"}},"required":["path"]},"description":"Additional resource files (templates, configs, examples)"},"scripts":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","description":"Relative path to script"},"description":{"type":"string"},"when":{"type":"string","description":"When to run: setup, teardown, on-activate"}},"required":["path"]},"description":"Helper scripts whose output enters agent context"},"tests":{"type":"array","items":{"type":"object","properties":{"prompt":{"type":"string","description":"Test prompt to send to agent with this skill"},"expectedBehavior":{"type":"string","description":"What the agent should do"},"assertions":{"type":"array","items":{"type":"string"}}},"required":["prompt","expectedBehavior"]},"description":"Skill evaluation test cases"}}},"SkillDependencies":{"type":"object","properties":{"skills":{"type":"array","items":{"type":"object","properties":{"did":{"type":"string","description":"DID of required skill"},"name":{"type":"string","description":"Skill name (if no DID)"},"version":{"type":"string","description":"Semver range"},"required":{"type":"boolean","default":true}}},"description":"Other skills this skill depends on"},"mcp":{"type":"array","items":{"type":"object","properties":{"uri":{"type":"string","format":"uri","description":"MCP server URI"},"name":{"type":"string"},"required":{"type":"boolean","default":false}}},"description":"MCP servers this skill requires"},"tools":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string","enum":["cli","api","mcp-tool","library"]},"version":{"type":"string"},"required":{"type":"boolean","default":true}},"required":["name"]},"description":"External tools this skill requires"}}},"TrustInfo":{"type":"object","properties":{"attestation":{"type":"string","format":"uri","description":"URL to cryptographic attestation document"},"testsPassed":{"type":"string","description":"Test results summary","examples":["47/47","12/12"]},"coverage":{"type":"string","description":"Test coverage percentage","examples":["94%","100%"]},"lastAudit":{"type":"string","format":"date-time","description":"Last security audit timestamp"},"signatures":{"type":"array","items":{"type":"object","properties":{"signer":{"type":"string"},"algorithm":{"type":"string","examples":["ed25519","rsa-sha256"]},"value":{"type":"string"},"timestamp":{"type":"string","format":"date-time"}}},"description":"Cryptographic signatures for tamper detection"}}},"GovernanceInfo":{"type":"object","properties":{"approvalRequired":{"type":"boolean","default":false,"description":"Whether org admin approval is needed to use this skill"},"maxAutonomy":{"type":"integer","minimum":0,"maximum":5,"description":"OSSA autonomy level (0=no autonomy, 5=full autonomy)"},"dataAccess":{"type":"object","properties":{"filesystem":{"type":"string","enum":["none","read-only","read-write","scoped"]},"network":{"type":"string","enum":["none","allowlist","full"]},"secrets":{"type":"string","enum":["none","read-only","read-write"]}},"description":"Data access boundaries"},"prohibitedActions":{"type":"array","items":{"type":"string"},"description":"Explicitly forbidden actions","examples":[["file_deletion","credential_access","external_network_calls"]]},"revocation":{"type":"object","properties":{"revoked":{"type":"boolean","default":false},"reason":{"type":"string"},"revokedAt":{"type":"string","format":"date-time"},"revokedBy":{"type":"string"}},"description":"Revocation status for compromised skills"}}}}}
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://openstandardagents.org/schemas/v0.4.4/validator.schema.json",
|
|
4
|
+
"title": "OSSA v0.4.4 Validator Manifest Schema",
|
|
5
|
+
"description": "Validators are first-class OSSA agents (kind: Validator) that validate other agent manifests. Validators compose using the same operators as agents (>>, <||>, ? :) and are discoverable via the agent registry.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": [
|
|
8
|
+
"apiVersion",
|
|
9
|
+
"kind",
|
|
10
|
+
"metadata",
|
|
11
|
+
"spec"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"apiVersion": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"const": "ossa/v0.4.4",
|
|
17
|
+
"description": "OSSA API version for validator manifests"
|
|
18
|
+
},
|
|
19
|
+
"kind": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"const": "Validator",
|
|
22
|
+
"description": "Resource type: Validator (validates other agents)"
|
|
23
|
+
},
|
|
24
|
+
"metadata": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"required": [
|
|
27
|
+
"name",
|
|
28
|
+
"agentType",
|
|
29
|
+
"agentKind"
|
|
30
|
+
],
|
|
31
|
+
"properties": {
|
|
32
|
+
"name": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Unique validator name (e.g., capability-compatibility-validator)"
|
|
35
|
+
},
|
|
36
|
+
"version": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"description": "Validator version (semver)",
|
|
39
|
+
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
|
|
40
|
+
},
|
|
41
|
+
"description": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "What this validator checks"
|
|
44
|
+
},
|
|
45
|
+
"agentType": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"const": "validator",
|
|
48
|
+
"description": "Validators have agentType: validator"
|
|
49
|
+
},
|
|
50
|
+
"agentKind": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"enum": [
|
|
53
|
+
"schema",
|
|
54
|
+
"semantic",
|
|
55
|
+
"platform",
|
|
56
|
+
"runtime",
|
|
57
|
+
"security",
|
|
58
|
+
"performance"
|
|
59
|
+
],
|
|
60
|
+
"description": "Validator category: schema (JSON Schema), semantic (logic rules), platform (target compatibility), runtime (execution requirements), security (vulnerabilities), performance (optimization)"
|
|
61
|
+
},
|
|
62
|
+
"tags": {
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"description": "Tags for validator discovery"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"spec": {
|
|
72
|
+
"type": "object",
|
|
73
|
+
"required": [
|
|
74
|
+
"validates",
|
|
75
|
+
"rules"
|
|
76
|
+
],
|
|
77
|
+
"properties": {
|
|
78
|
+
"validates": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"required": [
|
|
81
|
+
"targetTypes",
|
|
82
|
+
"phases"
|
|
83
|
+
],
|
|
84
|
+
"properties": {
|
|
85
|
+
"targetTypes": {
|
|
86
|
+
"type": "array",
|
|
87
|
+
"items": {
|
|
88
|
+
"type": "string"
|
|
89
|
+
},
|
|
90
|
+
"description": "Agent types this validator applies to (e.g., ['claude', 'kagent'] or ['all'])",
|
|
91
|
+
"examples": [
|
|
92
|
+
["claude", "kagent"],
|
|
93
|
+
["all"]
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"phases": {
|
|
97
|
+
"type": "array",
|
|
98
|
+
"items": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"enum": [
|
|
101
|
+
"schema",
|
|
102
|
+
"semantic",
|
|
103
|
+
"platform",
|
|
104
|
+
"runtime"
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
"description": "Validation phases this validator runs in"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"rules": {
|
|
112
|
+
"type": "array",
|
|
113
|
+
"items": {
|
|
114
|
+
"$ref": "#/definitions/ValidationRule"
|
|
115
|
+
},
|
|
116
|
+
"description": "Validation rules to execute"
|
|
117
|
+
},
|
|
118
|
+
"coordination": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"composable": {
|
|
122
|
+
"type": "boolean",
|
|
123
|
+
"description": "Whether this validator can compose with others",
|
|
124
|
+
"default": true
|
|
125
|
+
},
|
|
126
|
+
"operators": {
|
|
127
|
+
"type": "array",
|
|
128
|
+
"items": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"enum": [">>", "<||>", "? :"]
|
|
131
|
+
},
|
|
132
|
+
"description": "Composition operators supported (sequence >>, parallel <||>, conditional ? :)"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"dependencies": {
|
|
137
|
+
"type": "array",
|
|
138
|
+
"items": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"description": "Other validators this validator depends on"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"definitions": {
|
|
147
|
+
"ValidationRule": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"required": [
|
|
150
|
+
"id",
|
|
151
|
+
"when",
|
|
152
|
+
"then"
|
|
153
|
+
],
|
|
154
|
+
"properties": {
|
|
155
|
+
"id": {
|
|
156
|
+
"type": "string",
|
|
157
|
+
"description": "Unique rule identifier"
|
|
158
|
+
},
|
|
159
|
+
"when": {
|
|
160
|
+
"type": "object",
|
|
161
|
+
"required": [
|
|
162
|
+
"path"
|
|
163
|
+
],
|
|
164
|
+
"properties": {
|
|
165
|
+
"path": {
|
|
166
|
+
"type": "string",
|
|
167
|
+
"description": "JSON path to check (e.g., 'metadata.agentType')"
|
|
168
|
+
},
|
|
169
|
+
"equals": {
|
|
170
|
+
"description": "Value must equal this"
|
|
171
|
+
},
|
|
172
|
+
"contains": {
|
|
173
|
+
"description": "Array must contain this value"
|
|
174
|
+
},
|
|
175
|
+
"matches": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"description": "Value must match this regex pattern"
|
|
178
|
+
},
|
|
179
|
+
"exists": {
|
|
180
|
+
"type": "boolean",
|
|
181
|
+
"description": "Path must exist (true) or not exist (false)"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"and": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"description": "Additional condition (both when and and must match)",
|
|
188
|
+
"$ref": "#/definitions/Condition"
|
|
189
|
+
},
|
|
190
|
+
"or": {
|
|
191
|
+
"type": "object",
|
|
192
|
+
"description": "Alternative condition (when or or must match)",
|
|
193
|
+
"$ref": "#/definitions/Condition"
|
|
194
|
+
},
|
|
195
|
+
"then": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"required": [
|
|
198
|
+
"enforcement",
|
|
199
|
+
"message"
|
|
200
|
+
],
|
|
201
|
+
"properties": {
|
|
202
|
+
"enforcement": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"enum": ["error", "warning", "info"],
|
|
205
|
+
"description": "Severity level: error (blocks validation), warning (suggests improvement), info (informational)"
|
|
206
|
+
},
|
|
207
|
+
"message": {
|
|
208
|
+
"type": "string",
|
|
209
|
+
"description": "Human-readable validation message"
|
|
210
|
+
},
|
|
211
|
+
"rationale": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "Why this rule exists (helps users understand the constraint)"
|
|
214
|
+
},
|
|
215
|
+
"fixes": {
|
|
216
|
+
"type": "array",
|
|
217
|
+
"items": {
|
|
218
|
+
"$ref": "#/definitions/Fix"
|
|
219
|
+
},
|
|
220
|
+
"description": "Suggested fixes (auto-fix proposals)"
|
|
221
|
+
},
|
|
222
|
+
"documentation": {
|
|
223
|
+
"type": "string",
|
|
224
|
+
"format": "uri",
|
|
225
|
+
"description": "Link to documentation explaining this rule"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"Condition": {
|
|
232
|
+
"type": "object",
|
|
233
|
+
"required": [
|
|
234
|
+
"path"
|
|
235
|
+
],
|
|
236
|
+
"properties": {
|
|
237
|
+
"path": {
|
|
238
|
+
"type": "string"
|
|
239
|
+
},
|
|
240
|
+
"equals": {},
|
|
241
|
+
"contains": {},
|
|
242
|
+
"matches": {
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"exists": {
|
|
246
|
+
"type": "boolean"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"Fix": {
|
|
251
|
+
"type": "object",
|
|
252
|
+
"required": [
|
|
253
|
+
"action",
|
|
254
|
+
"path"
|
|
255
|
+
],
|
|
256
|
+
"properties": {
|
|
257
|
+
"action": {
|
|
258
|
+
"type": "string",
|
|
259
|
+
"enum": ["add", "change", "remove", "compose"],
|
|
260
|
+
"description": "Fix action: add (add new field), change (modify existing), remove (delete field), compose (suggest composition)"
|
|
261
|
+
},
|
|
262
|
+
"path": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"description": "JSON path to modify"
|
|
265
|
+
},
|
|
266
|
+
"value": {
|
|
267
|
+
"description": "New value (for add/change actions)"
|
|
268
|
+
},
|
|
269
|
+
"impact": {
|
|
270
|
+
"type": "string",
|
|
271
|
+
"description": "Expected score impact (e.g., '+0.20 compatibility')",
|
|
272
|
+
"pattern": "^[+-]\\d+\\.\\d{2} [a-z]+"
|
|
273
|
+
},
|
|
274
|
+
"effort": {
|
|
275
|
+
"type": "string",
|
|
276
|
+
"enum": ["low", "medium", "high"],
|
|
277
|
+
"description": "Implementation effort estimate"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
@@ -155,7 +155,7 @@ export const ERROR_CATALOG = {
|
|
|
155
155
|
{
|
|
156
156
|
title: 'Missing apiVersion',
|
|
157
157
|
invalid: '{ "kind": "Agent", "metadata": {} }',
|
|
158
|
-
valid:
|
|
158
|
+
valid: `{ "apiVersion": "${API_VERSION}", "kind": "Agent", "metadata": {} }`,
|
|
159
159
|
explanation: 'apiVersion is a required top-level field',
|
|
160
160
|
},
|
|
161
161
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Hybrid Model Strategy: Fast Local Planning + Premium Development
|
|
2
2
|
# Demonstrates using fast Ollama models for planning agents and Claude for development
|
|
3
3
|
|
|
4
|
-
apiVersion: ossa/v0.4.
|
|
4
|
+
apiVersion: ossa/v0.4.7
|
|
5
5
|
kind: Workflow
|
|
6
6
|
metadata:
|
|
7
7
|
name: hybrid-development-workflow
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# ============================================================================
|
|
21
21
|
|
|
22
22
|
# OSSA manifest version - defines the schema and features available
|
|
23
|
-
apiVersion: ossa/v0.4.
|
|
23
|
+
apiVersion: ossa/v0.4.7
|
|
24
24
|
|
|
25
25
|
# Kind declares this as an Agent manifest (vs. Bridge, Tool, etc.)
|
|
26
26
|
kind: Agent
|