acp-forge
Overview
acp-forge is a foundational orchestration layer designed to extend xAI Grok Build's native multi-agent capabilities. It addresses the 'Black Box' nature of current agentic workflows by providing reproducible execution graphs and composable skill templates. Forge operates directly within the Agent Client Protocol (ACP) pipeline, allowing for the coordination of up to 8 parallel sub-agents in isolated git worktrees. It is specifically engineered to detect state drift and file conflicts before merges, ensuring that complex multi-agent interventions remain deterministic and auditable.
Architecture & Design
Built on a directed acyclic graph (DAG) execution model where every action—from tool calls to file edits—is recorded as a node carrying a SHA-256 content hash. It features a dual-format skill registry supporting both native TOML with typed parameters and Grok Build's standard SKILL.md format.
Technical Capabilities
- 01
Isolation & Divergence: Manages up to 8 parallel agent worktrees with byte-level conflict detection.
- 02
Deterministic Replay: Execution DAG recording allows sessions to be serialised and replayed bit-for-bit.
- 03
Composable Skills: Dual-format support (TOML/SKILL.md) for declarative, version-tracked agent capabilities.
- 04
Web Source Verification: Independent corroboration of claims across multiple providers (≥N source consensus).
- 05
Grok Build Native: Plugs directly into .grok/ config and SKILL.md conventions for seamless CLI integration.