Metadata-Version: 2.4
Name: cocapn-plato-cli
Version: 0.1.0
Summary: PLATO command-line interface — room queries, tile inspection, fleet status
Author: Cocapn
License: MIT
Project-URL: Homepage, https://cocapn.github.io
Project-URL: Repository, https://github.com/cocapn/plato-cli
Keywords: plato,cli,knowledge-management,ai-agent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: requests>=2.28
Dynamic: license-file

# 🖥️ Plato CLI

> PLATO command-line interface — room queries, tile inspection, fleet status from the terminal.

Query PLATO rooms, inspect tiles, check fleet status, and manage knowledge from the command line. A lightweight CLI for interacting with the PLATO knowledge graph.

## Install

```bash
pip install plato-cli
```

## Quick Start

```bash
# List all rooms
plato rooms

# Query a specific room
plato room architecture

# Inspect a tile
plato tile <tile-id>

# Fleet status overview
plato fleet
```

## License

MIT

---

Part of [Cocapn](https://github.com/cocapn) · [Constraint Theory](https://github.com/cocapn/constraint-theory-core)
