Coding Agent Workflows on ACP
mervenoyann · x · 2026-07-18
acpx v0.4 introduces Agentic Workflows, dubbed "Agentic Graphs" by the author. It allows building node-based processes on top of ACP (Agent Client Protocol) to drive any coding agent (like Codex, Claude Code, pi) through deterministic steps.
The goal is to automate repetitive tasks, such as:
- Processing incoming PRs
- Clustering bugs and errors
- Extracting intent before validating if a change is justified
- Identifying "band-aid" or low-quality fixes
For example, OpenClaw receives 300-500 new PRs daily; many are low-quality but relevant, requiring a systematic workflow to triage, cluster, and evaluate before taking action.
More from coding & agent
- Dev builds talk on guardrails workflow for shipping AI-written code without reading it — TejasKumar_ · 2026-09-11
- banteg: Codex auto-review has regressed, blocking steps needed to complete authorized tasks — banteg · 2026-09-11
- lucasmeijer's workflow: handwrite the doc yourself, then have the agent challenge your understanding — lucasmeijer · 2026-09-11
- A doc-anchored agent workflow: you write, the agent only critiques and finds disagreements — lucasmeijer · 2026-09-11
- SymKit MCP: 44 tools for AI agents to verify symbolic derivations — Foreign-Specific-604 · 2026-09-11
- GitHub Copilot team routes user bug reports to an AI agent via Slack — marlene_zw · 2026-09-11