Cette page est affichée en anglais. Une traduction française est en cours.
← Script Depot CLI Tools May 14, 2026 · 3 min de lecture
acpx — ACP CLI for Coding Agents ACP CLI to run coding agents (Codex, Claude Code, etc.) with stateful sessions and reproducible actions. Verified 2653★; pushed 2026-05-14.
Prêt pour agents
Cet actif peut être lu et installé directement par les agents TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.
Stage only · 17/100 Stage only
Surface agent
Tout agent MCP/CLI
Confiance
Confiance : Established
Commande CLI universelle
npx tokrepo install 355e3253-b60b-5b77-9e18-a3d65b475c6c⧉ Copier la commandeJSON Copier le contrat
⚡ Fallback : collez les instructions dans votre agent
À utiliser quand l'agent ne peut pas appeler directement les outils TokRepo; il récupère, installe et vérifie depuis le même contrat.
⌄ Introduction
ACP CLI to run coding agents (Codex, Claude Code, etc.) with stateful sessions and reproducible actions. Verified 2653★; pushed 2026-05-14.
Best for: Developers who want agent runs to be sessioned, repeatable, and less dependent on raw PTY scraping
Works with: Node.js; integrates with Codex CLI and Claude Code adapters (see README agent prerequisites)
Setup time: 6-12 minutes
Key facts (verified)
GitHub: 2653 stars · 259 forks · pushed 2026-05-14.
License: MIT · owner avatar + repo URL verified via GitHub API.
README-backed entrypoint: acpx codex.
Main
Prefer named sessions per goal (e.g., api, docs) so you can run parallel agent work without mixing histories.
Use --file for long prompts: keep prompt context in version control and avoid copy/paste drift.
Treat ~/.acpx/ as state: back it up or clear it when debugging session issues across projects.
Start with the README “agent prerequisites” list to ensure the underlying agent (Codex/Claude) is installed and reachable.
README (excerpt)
acpx
⚠️ acpx is in alpha and the CLI/runtime interfaces are likely to change. Anything you build downstream of this might break until it stabilizes.
ACP coverage status: see ACP Spec Coverage Roadmap .
Your agents love acpx! 🤖❤️ They hate having to scrape characters from a PTY session 😤
acpx is a headless CLI client for the Agent Client Protocol (ACP) , so AI agents and orchestrators can talk to coding agents over a structured protocol instead of PTY scraping.
One command surface for Pi, OpenClaw ACP, Codex, Claude, and other ACP-compatible agents. Built for agent-to-agent communication over the command line.
Persistent sessions : multi-turn conversations that survive across invocations, scoped per repo
Named sessions : run parallel workstreams in the same repo (-s backend, -s frontend)
Prompt queueing : submit prompts while one is already running, they execute in order
Cooperative cancel command : cancel sends ACP session/cancel via queue IPC without tearing down session state
Soft-close lifecycle : close sessions without deleting history from disk
Queue owner TTL : keep queue owners alive briefly for follow-up prompts (--ttl)
Fire-and-forget : --no-wait queues a prompt and returns immediately
Graceful cancel : Ctrl+C sends ACP session/cancel before force-kill fallback
Session controls : set-mode and set <key> <value> for session/set_mode and session/set_config_option
Crash reconnect : dead agent processes are detected and sessions are reloaded automatically
Source-backed notes
README shows installs via npm install -g acpx@latest and usage via npx acpx@latest ....
README documents session commands like acpx codex sessions new and acpx codex sessions list.
README states session state lives under ~/.acpx/ and adapters can be auto-downloaded on first use.
FAQ
Do I need a global install? : No—README shows npx acpx@latest for zero-install usage.
Where does session state live? : README states it lives under ~/.acpx/ by default.
Which agents are supported? : README lists adapters for Codex, Claude Code, and others via ACP.
🙏
Source et remerciements
Created by openclaw . Licensed under MIT.
openclaw/acpx — ⭐ 2653
Thanks to the upstream maintainers and contributors for publishing this work under an open license.
Fil de discussion Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.
Actifs similaires LLxprt Code — Multi-Provider AI Coding CLI LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.
CLI Tools
Script Depot
OpenAI Codex CLI — Official Coding Agent OpenAI official coding agent CLI. Supports Agent Skills, custom prompts, and IDE integration. Open-source alternative to Cursor.
CLI Tools
OpenAI
OpenAI Codex CLI — Terminal Coding Agent by OpenAI Official OpenAI terminal coding agent. Reads your codebase, writes code, runs commands, and manages files from the command line. Multi-model support with sandbox execution. 20,000+ stars.
CLI Tools
OpenAI
Uni-CLI — Governed Software Commands + MCP for Agents Searchable CLI catalog (282 sites, 1680 commands) that serves governed tools to agents via MCP, with repairable adapters; verified 73★, pushed 2026-05-13.
Skills CLI Tools
Script Depot