Skip to content

Examples

Copy-pasteable ADL manifests for common shapes. Validate any of them with the same workflow described in Getting Started, then feed them to a generator to get a running agent - see Generate & Run.

ExampleWhat it shows
Minimal AgentThe smallest valid manifest. Three required spec blocks, nothing else.
A2A Agent Without an LLMA deterministic agent with no spec.agent block - tools only, no model.
Services & InjectionWire spec.services into tools with inject - the DI seam end to end.
MCP-Connected AgentAn LLM agent reaching MCP servers over both stdio and http.
Registry Skills & Bare SkillsRegistry skills (source + version) next to a bare: true skill.
Deployment Targetsspec.deployment for both Kubernetes and Cloud Run.
Customer Support AgentA realistic agent with tools, skills, services, dev sandbox, and CD.