agent-contracts
Version:
Declarative YAML DSL toolkit for defining, validating, and rendering multi-agent development workflows
19 lines (17 loc) • 539 B
YAML
version: 1
system:
id: dsl-management-base
name: DSL Management Base
default_workflow_order:
- dsl-update
- dsl-audit
agents: { $ref: "./agents/" }
tasks: { $ref: "./tasks.yaml" }
artifacts: { $ref: "./artifacts.yaml" }
tools: { $ref: "./tools.yaml" }
validations: { $ref: "./validations.yaml" }
handoff_types: { $ref: "./handoff-types.yaml" }
workflow: { $ref: "./workflow.yaml" }
guardrails: { $ref: "./guardrails.yaml" }
guardrail_policies: { $ref: "./guardrail-policies.yaml" }
components: { $ref: "./components.yaml" }