Metadata-Version: 2.4
Name: liteyukibot-v7-runtime-nonebot
Version: 0.1.0a1
Summary: NoneBot2 runtime host for LiteyukiBot v7.
Author: LiteyukiStudio
License-Expression: LicenseRef-LSO
License-File: LICENSE
Requires-Dist: liteyukibot-v7>=7.0.0a3,<8
Requires-Dist: nonebot2[fastapi,httpx,websockets]>=2.5,<3
Requires-Dist: nonebot-adapter-onebot>=2.4,<3 ; extra == 'onebot'
Requires-Dist: nonebot-adapter-satori>=1.3,<2 ; extra == 'satori'
Requires-Python: >=3.14
Provides-Extra: onebot
Provides-Extra: satori
Description-Content-Type: text/markdown

# LiteyukiBot NoneBot Runtime

`liteyukibot-v7-runtime-nonebot` hosts NoneBot2 as a supervised LiteyukiBot v7
child runtime. It is discovered through the `liteyukibot.runtimes` entry-point
group, so a configuration with `kind = "nonebot"` needs no explicit command.

Install the base host and one adapter family:

```bash
uv add "liteyukibot-v7-runtime-nonebot[onebot]"
```

The runtime converts NoneBot events and actions into LiteyukiBot's frozen
Event/Action schemas. NoneBot plugins, adapters, drivers, and Bot objects stay
inside this child process.
