Metadata-Version: 2.4
Name: langbot-plugin
Version: 0.1.1b2
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>
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: mypy>=1.16.0
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: ruff>=0.11.12
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

# langbot-plugin-sdk

## Connection

### with LangBot

- Stdio
    - Passively
- WebSocket
    - Server: `:5400 /control/ws`

### with Plugins

- Stdio
    - Actively
- WebSocket (Debug)
    - Server: `:5401 /debug/ws`
