Hi HN, I’ve been working on adl-cli - a command-line tool to scaffold AI agents using ADL (Agent Definition Language).
Define your agent once in YAML (tools, prompts, providers).
Run `adl generate` to get a full project: code, CI/CD, Docker, tests. The all that's left is to implement the skills (business logic).
Works with multiple LLM providers (OpenAI, Anthropic, Groq, Mistral, etc.).
GitOps-friendly and vendor-agnostic.
If you're tired of boilerplate and want a declarative, reproducible way to build agents, check it out and let me know what you think about it :)
edenr · 12h ago
BTW, here is a registry for A2A-compliant agent already built with the help of the ADL-CLI. Feel free to build your own agents. Let me know what you build and perhaps we can add it to the registry: https://registry.inference-gateway.com/
Define your agent once in YAML (tools, prompts, providers).
Run `adl generate` to get a full project: code, CI/CD, Docker, tests. The all that's left is to implement the skills (business logic).
Works with multiple LLM providers (OpenAI, Anthropic, Groq, Mistral, etc.).
GitOps-friendly and vendor-agnostic.
If you're tired of boilerplate and want a declarative, reproducible way to build agents, check it out and let me know what you think about it :)