Feat/openclaw weixin adapter (#2074)

* 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
This commit is contained in:
fdc310
2026-03-25 23:34:35 +08:00
committed by GitHub
parent 4d6f109788
commit 01852b81d4
7 changed files with 1646 additions and 2 deletions
@@ -0,0 +1,3 @@
from .client import OpenClawWeixinClient as OpenClawWeixinClient
from .types import ApiError as ApiError
from .types import LoginResult as LoginResult