mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
feat: connector for plugin runtime
This commit is contained in:
7
pkg/plugin/handler.py
Normal file
7
pkg/plugin/handler.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from langbot_plugin.runtime.io import handler
|
||||
|
||||
|
||||
class RuntimeConnectionHandler(handler.Handler):
|
||||
"""Runtime connection handler"""
|
||||
Reference in New Issue
Block a user