feat: connector for plugin runtime

This commit is contained in:
Junyan Qin
2025-06-09 12:10:48 +08:00
parent af493c117c
commit 2d06f1cadb
9 changed files with 130 additions and 34 deletions

7
pkg/plugin/handler.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import annotations
from langbot_plugin.runtime.io import handler
class RuntimeConnectionHandler(handler.Handler):
"""Runtime connection handler"""