7727e907e6
新增 gateway/linux/ 目录,基于腾讯官方 iLink Bot API 的 Linux 原生实现。 替代 Windows wxhelper DLL 注入方案。 - wechat_agent.py: 核心 Agent (消息处理/OCR/文章处理/图片生成/5801服务) - requirements.txt: weixin-bot-sdk + aiohttp + requests - mohe-wechat.service: systemd 服务单元 - .env.example: 配置模板 - README.md: 使用说明 工作原理: iLink Bot API (ilinkai.weixin.qq.com) → QR扫码登录 → 长轮询收消息 → Hermes Gateway(:8642) 处理 → 回复
12 lines
262 B
Bash
12 lines
262 B
Bash
# 环境变量配置
|
|
|
|
# Hermes Gateway 地址
|
|
HERMES_API=http://192.168.1.246:8642/v1/chat/completions
|
|
HERMES_KEY=hermes123
|
|
|
|
# SenseNova 图像生成
|
|
SENSENOVA_KEY=sk-aRNj3UwKSLPsDfh15QNTPwbHxahblfaO
|
|
|
|
# Doubao OCR
|
|
DOUBAO_KEY=b0359bed-09f2-49e2-a53c-32ba057412e3
|