mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
* feat: add wexin openclaw adapter * feat: The new feature will store the token and other configurations after login. * fix: wexin qc to base64 and in log image print * feat: add image to base64 * feat: add update file and image and voice
4 lines
151 B
Python
4 lines
151 B
Python
from .client import OpenClawWeixinClient as OpenClawWeixinClient
|
|
from .types import ApiError as ApiError
|
|
from .types import LoginResult as LoginResult
|