Metadata-Version: 2.4
Name: twinco-bridge
Version: 1.0.0
Summary: Connect local AI agents (Claude Code, Codex, etc.) to TwinCo
Project-URL: Homepage, https://twinco.ai
Project-URL: Repository, https://github.com/twinco-ai/twinco-bridge
Author-email: TwinCo <dev@twinco.ai>
License-Expression: MIT
Keywords: agent,ai,bridge,claude-code,codex,twinco
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.0
Requires-Dist: websockets>=13.0
Provides-Extra: keyring
Requires-Dist: keyring>=25.0; extra == 'keyring'
Description-Content-Type: text/markdown

# twinco-bridge

Connect local AI agents (Claude Code, Codex, etc.) to [TwinCo](https://twinco.ai).

## Install

```bash
pip install twinco-bridge
```

## Quick start

```bash
# Authorize this machine
twinco-bridge connect --server https://your-twinco-server.com

# Start the bridge
twinco-bridge
```

## Supported agents

| Agent | Binary | Status |
|-------|--------|--------|
| Claude Code | `claude` | Supported |
| Codex | `codex` | Supported |
| OpenClaw | `openclaw` | Supported |
| Hermes | `hermes` | Supported |

The bridge auto-discovers installed agents on your PATH.

## License

MIT
