Metadata-Version: 2.4
Name: handover-hub
Version: 0.1.0
Summary: Local multi-agent handover hub for agent switching, usage tracking, and session resume.
Author: Takeshi Miura
License: MIT
Project-URL: Repository, https://github.com/1222-takeshi/ai-agent-platform
Project-URL: Issues, https://github.com/1222-takeshi/ai-agent-platform/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# handover-hub

`handover-hub` is a local-first dashboard for switching work across coding agents, tracking token
usage, and preparing resumable handovers.

## Install

### From PyPI (recommended)

```bash
pipx install handover-hub
```

```bash
uv tool install handover-hub
```

### From source checkout

```bash
pipx install .
```

```bash
pip install .
```

Note: The PyPI release is distributed via [TestPyPI](https://test.pypi.org/project/handover-hub/)
during the current validation phase. If the package is not yet on PyPI, use source checkout install.

## Commands

```bash
handover-hub
handover-hub-install --project-root /path/to/project --enable-now
handover-hub-codex-usage-status
handover-hub-claude-usage-status
```

## Notes

- This repository still contains the wider `ai-agent-platform` assets. The Python package bundles
  the current `handover_hub` compatibility namespace and `tools.handover_hub` runtime.
- Project URLs in package metadata still point to the current repository until the standalone repo
  exists.
