Metadata-Version: 2.4
Name: wing-cli
Version: 0.5.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Summary: Wing TUI/CLI — native Rust binary for the Wing agent platform
Keywords: agent,coding-agent,llm,cli,tui
License-Expression: Apache-2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/lpdink/wing-agent/releases
Project-URL: Documentation, https://github.com/lpdink/wing-agent/blob/develop/docs/zh/README.md
Project-URL: Homepage, https://github.com/lpdink/wing-agent
Project-URL: Issues, https://github.com/lpdink/wing-agent/issues
Project-URL: Repository, https://github.com/lpdink/wing-agent

# wing-cli

The `wing` binary for [wing-agent](https://github.com/lpdink/wing-agent) — one Rust executable providing three frontends:

- **TUI** (default): interactive, human-in-the-loop session
- **stdio** (`wing -p`): headless, Claude Code compatible NDJSON, so external orchestrators can drive wing
- **Orchestration CLI**: background goals (`wing run` / `wait` / `ps` / `info` / `tail` / `head`) and gateway lifecycle (`wing start` / `stop` / `status`)

Most users want the meta package, which installs this binary together with the Python runtime:

```bash
pip install wing-agent
```

- Documentation: [docs/zh/README.md](https://github.com/lpdink/wing-agent/blob/develop/docs/zh/README.md)
- License: Apache-2.0

