Merge remote-tracking branch 'origin/main'
Some checks failed
Test Suite / test (3.11) (push) Failing after 1m9s
Test Suite / test (3.12) (push) Failing after 1m3s
Test Suite / test (3.13) (push) Failing after 1m5s

# Conflicts:
#	nanobot/cli/commands.py
#	tests/test_commands.py
This commit is contained in:
Hua
2026-03-24 11:34:35 +08:00
8 changed files with 351 additions and 20 deletions

View File

@@ -948,10 +948,14 @@ nanobot gateway
Uses **HTTP long-poll** with QR-code login via the ilinkai personal WeChat API. No local WeChat desktop client is required.
**1. Install the optional dependency**
> Weixin support is available from source checkout, but is not included in the current PyPI release yet.
**1. Install from source**
```bash
pip install nanobot-ai[weixin]
git clone https://github.com/HKUDS/nanobot.git
cd nanobot
pip install -e ".[weixin]"
```
**2. Configure**