Metadata-Version: 2.1
Name: officefloor
Version: 0.1.0
Summary: A live, local office floor for teams of coding agents
Author: Sean Le
License: MIT License
        
        Copyright (c) 2026 Sean Le
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://officefloor.ai
Project-URL: Repository, https://github.com/seanle24246/the-office
Keywords: agents,dashboard,monitoring,visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# OfficeFloor

OfficeFloor is a live, isometric floor view of an AI-agent organization. It
turns a directory of agent lanes into a local visual workspace: see who is
working, what needs attention, and how the organization is moving.

```bash
pip install officefloor && officefloor --demo
```

Open <http://127.0.0.1:8788>. Demo mode starts immediately with a built-in
synthetic team, so you can explore the floor without configuring an agent org.

![OfficeFloor demo](https://officefloor.ai/og.jpg)

## What ships

- Provider-agnostic agent support: Claude Code, Codex, and local models.
- The standard office plus Tokyo and Manhattan selectable themes.
- Real placeable furniture, cars in the lot, and an ambient NPC cast.
- A read-only public launcher that binds to localhost and sends no telemetry.
- No third-party runtime dependencies; Python 3.10 or newer is required.
- MIT-licensed code, with bundled asset notices included in the package.

The marketplace is coming soon.

To view your own organization, point OfficeFloor at the directory containing
its agent lanes:

```bash
officefloor --allrepos /path/to/agent-lanes
```

Learn more at [officefloor.ai](https://officefloor.ai).

Source: [github.com/seanle24246/the-office](https://github.com/seanle24246/the-office)
