Metadata-Version: 2.4
Name: omnigent-ui-sdk
Version: 0.2.0rc1
Summary: Terminal UI components (Rich + prompt_toolkit) for building omnigent frontends
Requires-Python: >=3.12
Requires-Dist: omnigent-client==0.2.0rc1
Requires-Dist: prompt-toolkit>=3
Requires-Dist: pyyaml<7,>=6.0
Requires-Dist: rich>=13
Description-Content-Type: text/markdown

# omnigent-ui-sdk

Terminal UI components (Rich + prompt_toolkit) for building
[omnigent](https://github.com/omnigent-ai/omnigent) frontends.

`omnigent-ui-sdk` provides the reusable rendering and input building blocks used
by the omnigent CLI to display streaming agent output in the terminal. It is
released in lockstep with the core `omnigent` package at a matching version:

```bash
pip install omnigent-ui-sdk
```

See the [omnigent repository](https://github.com/omnigent-ai/omnigent) for full
documentation.
