Metadata-Version: 2.5
Name: acpmux
Version: 0.0.1
Summary: tmux for ACP agents: a session multiplexer daemon with CLI and TUI
Project-URL: Homepage, https://github.com/manaflow-ai/acpmux
Project-URL: Repository, https://github.com/manaflow-ai/acpmux
Project-URL: Issues, https://github.com/manaflow-ai/acpmux/issues
Author: Manaflow
License-Expression: MIT
License-File: LICENSE
Keywords: acp,agent-client-protocol,agents,multiplexer,tmux
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# acpmux (Python distribution)

**This release is a placeholder.** It holds the `acpmux` name on PyPI while the
real distribution is prepared. It contains no working multiplexer.

acpmux is *tmux for ACP agents*. A Rust daemon keeps
[Agent Client Protocol](https://agentclientprotocol.com) agents (Codex, Claude
Code, Gemini, OpenCode, Pi, ...) alive as named sessions, records every wire
message, and lets any number of clients attach, prompt, steer, cancel, fork, and
change model or mode.

A future release of this package will ship the compiled `acpmux` binary as a
Python entry point. Until then, build it from source:

```sh
git clone https://github.com/manaflow-ai/acpmux
cd acpmux
cargo build --release
```

Source and documentation: <https://github.com/manaflow-ai/acpmux>

MIT licensed.
