Agent Definition Language — a YAML format for declaring agent types and multi-step workflows.
- design.md — schema, semantics, harness types, and executor status
- schema/adl.schema.json — JSON Schema (draft-07) for editor validation
- examples/ — sample agent and workflow YAML files
Install example agents into ~/.nui/agents/:
nui agent add ../ADL/examples/01-hello-world.yamlOr copy YAML files manually and select them under Installed agents in the nui UI.
The nui project is the reference ADL runtime.