feat: supported Tbox runner (#1680)

* add tboxsdk

* add tbox runner

* fix comment & add document link

* Update pkg/provider/runners/tboxapi.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: haoxuan.yhx <haoxuan.yhx@antgroup.com>
Co-authored-by: haoxuan <haoxuan@U-X69D6XTD-2229.local>
Co-authored-by: Junyan Qin (Chin) <rockchinq@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
yhaoxuan
2025-09-29 17:37:15 +08:00
committed by GitHub
parent ea42579374
commit ed869f7e81
4 changed files with 232 additions and 1 deletions

View File

@@ -64,7 +64,8 @@ dependencies = [
"qdrant-client (>=1.15.1,<2.0.0)",
"langbot-plugin==0.1.3b1",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0"
"line-bot-sdk>=3.19.0",
"tboxsdk>=0.0.10",
]
keywords = [
"bot",