Metadata-Version: 2.4
Name: langbot-plugin
Version: 0.1.9b1
Summary: This package contains the SDK, CLI for building plugins for LangBot, plus the runtime for hosting LangBot plugins
Project-URL: Homepage, https://langbot.app
Project-URL: Repository, https://github.com/langbot-app/langbot-plugin-sdk
Project-URL: Issues, https://github.com/langbot-app/langbot-plugin-sdk/issues
Author-email: Junyan Qin <rockchinq@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: httpx>=0.28.1
Requires-Dist: jinja2>=3.1.6
Requires-Dist: pip>=25.2
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic>=2.11.5
Requires-Dist: pytest>=8.4.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: textual>=3.2.0
Requires-Dist: types-aiofiles>=24.1.0.20250516
Requires-Dist: types-pyyaml>=6.0.12.20250516
Requires-Dist: websockets>=15.0.1
Description-Content-Type: text/markdown

<div align="center">
<img src="https://docs.langbot.app/langbot-plugin-social.png" alt="LangBot Plugin SDK" />
</div>

## LangBot Plugin Infra

This repository contains the Runtime / SDK / CLI for LangBot Plugins. More details about usage, principles, and tutorials can be found in the [LangBot Plugin Documentation](https://docs.langbot.app/zh/plugin/dev/tutor.html)

此仓库是 LangBot 插件的运行时、SDK 和 CLI。更多关于使用、原理和教程的信息，请参阅 [LangBot 插件文档](https://docs.langbot.app/zh/plugin/dev/tutor.html)。