Feat/lineadapter (#1637)

* feat:line adapter and config

* fix:After receiving the message, decode it and handle it as "message_chain"

* feat:add line-bot-sdk

* del print

* feat: add image to base64

* fix: download image to base64

* del Convert binary data to a base64 string

* del print

* perf: i18n specs for zh_Hant and ja_JP

* fix:line adapter  Plugin system

---------

Co-authored-by: Junyan Qin <rockchinq@gmail.com>
This commit is contained in:
fdc310
2025-09-15 23:11:39 +08:00
committed by GitHub
parent 04ab48de8e
commit 8050ea1ffb
4 changed files with 341 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ dependencies = [
"qdrant-client (>=1.15.1,<2.0.0)",
"langbot-plugin==0.1.1b8",
"asyncpg>=0.30.0",
"line-bot-sdk>=3.19.0"
]
keywords = [
"bot",