Metadata-Version: 2.4
Name: bob-fleet
Version: 0.1.2
Summary: Fleet Command dashboard for Claude Code — track agents, missions, and progress with a galaxy map visualization
Project-URL: Homepage, https://github.com/tdd/bob-fleet
Project-URL: Issues, https://github.com/tdd/bob-fleet/issues
Author-email: Taylor Downs <taylor@dronelink.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,claude,claude-code,dashboard,visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.115.0
Requires-Dist: sse-starlette>=2.0.0
Requires-Dist: uvicorn[standard]>=0.34.0
Requires-Dist: zeroconf>=0.146.0
Provides-Extra: firebase
Requires-Dist: firebase-admin>=6.0; extra == 'firebase'
Provides-Extra: test
Requires-Dist: httpx>=0.27; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# Bob Fleet

Fleet Command dashboard for Claude Code. Track agents, missions, and progress with a galaxy map visualization.

## Quick Start

```bash
pip install bob-fleet
bob-fleet serve
```

Open http://localhost:7777/galaxy for the galaxy map.
