Files
Wechat-Bot/README.md
2026-04-08 11:00:31 +08:00

16 lines
605 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Wechat-Bot
企业微信消息分发中转站
企业微信dochttps://developer.work.weixin.qq.com/document/path/101463
企业微信sdk: aibot-python-sdk(wecom-aibot-python-sdk 1.0.2)
本项目为企业微信与agent的桥梁
企业微信通过创建智能机器人用socket长链接方式与本地服务进行数据交换。
后端agent为adk开发并使用fastapi形式部署所以可以使用adk中的client库进行交互。
全部项目均使用python编写
企业微信的userid与agent的userid可以保持一一对应关系直接使用。
所有配置均应放在.env文件中