Request: Add AdaL CLI to ACP Registry
Agent Information
Description
AdaL CLI is a self-evolving coding agent built on the AdalFlow library. It features:
- Auto-prompting: Analyzes what prompts/patterns work well and continuously tunes internal prompt templates (rooted in AdalFlow's textual gradient descent and few-shot bootstrap optimization)
- Long-horizon autonomy: Demonstrated sustained autonomous operation (336 experiments vs 76 for Claude Code on Karpathy's Autoresearch benchmark)
- Multi-model mid-session switching: Switch between Gemini, Claude, GPT models within the same session via
/model
- MCP support, skills/plugins, AGENTS.md project context, local model support via Ollama
Current Status
AdaL CLI does not yet implement ACP. I have opened a feature request on their repository: SylphAI-Inc/adal-cli#119
Proposed Registry Entry
Once ACP support is implemented, the entry would look like:
{
"id": "adal-cli",
"name": "AdaL CLI",
"version": "1.0.6",
"description": "Self-evolving coding agent with auto-prompting, multi-model switching, and long-horizon autonomy",
"repository": "https://github.com/SylphAI-Inc/adal-cli",
"website": "https://docs.sylph.ai",
"authors": ["SylphAI"],
"license": "proprietary",
"distribution": {
"npx": {
"package": "@sylphai/adal-cli@1.0.6",
"args": ["--acp"]
}
}
}
Purpose of this issue
This is a tracking issue to register AdaL CLI once ACP support is implemented upstream. I'll update this issue when the feature request is resolved and submit the actual PR with agent.json and icon.svg at that time.
Request: Add AdaL CLI to ACP Registry
Agent Information
@sylphai/adal-cliDescription
AdaL CLI is a self-evolving coding agent built on the AdalFlow library. It features:
/modelCurrent Status
AdaL CLI does not yet implement ACP. I have opened a feature request on their repository: SylphAI-Inc/adal-cli#119
Proposed Registry Entry
Once ACP support is implemented, the entry would look like:
{ "id": "adal-cli", "name": "AdaL CLI", "version": "1.0.6", "description": "Self-evolving coding agent with auto-prompting, multi-model switching, and long-horizon autonomy", "repository": "https://github.com/SylphAI-Inc/adal-cli", "website": "https://docs.sylph.ai", "authors": ["SylphAI"], "license": "proprietary", "distribution": { "npx": { "package": "@sylphai/adal-cli@1.0.6", "args": ["--acp"] } } }Purpose of this issue
This is a tracking issue to register AdaL CLI once ACP support is implemented upstream. I'll update this issue when the feature request is resolved and submit the actual PR with
agent.jsonandicon.svgat that time.