Metadata-Version: 2.4
Name: amux
Version: 0.2.1
Summary: Multi-agent coordination for AI coding assistants. This package redirects to 'claude-co'.
Project-URL: Homepage, https://github.com/jude-hawrani/claude-co
Project-URL: Repository, https://github.com/jude-hawrani/claude-co
Project-URL: Issues, https://github.com/jude-hawrani/claude-co/issues
Author: Jude Hawrani
License-Expression: MIT
Keywords: agents,ai,claude,codex,collaboration,coordination,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: claude-co>=0.2.1
Description-Content-Type: text/markdown

# amux

**This is an alias package for [claude-co](https://pypi.org/project/claude-co/).**

Multi-agent coordination for AI coding assistants. Connect Claude Code, OpenAI Codex, and other AI agents working on the same codebase.

## Installation

```bash
pip install amux
# or
pip install claude-co
```

Both packages provide identical functionality.

## Quick Start

```bash
amux setup
```

Or if using claude-co directly:

```bash
claude-co setup
```

## Documentation

See the main package documentation: [claude-co on GitHub](https://github.com/jude-hawrani/claude-co)

## License

MIT
