https://github.com/yankeguo/weavbot
A lightweight personal AI assistant framework
https://github.com/yankeguo/weavbot
ai claw llm nanobot openclaw
Last synced: 6 days ago
JSON representation
A lightweight personal AI assistant framework
- Host: GitHub
- URL: https://github.com/yankeguo/weavbot
- Owner: yankeguo
- License: mit
- Created: 2026-03-04T03:10:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T14:26:26.000Z (2 months ago)
- Last Synced: 2026-04-15T15:23:36.624Z (2 months ago)
- Topics: ai, claw, llm, nanobot, openclaw
- Language: Python
- Homepage: https://yankeguo.github.io/weavbot/
- Size: 31.3 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# weavbot
[](https://github.com/yankeguo/weavbot/actions)
[](https://pypi.org/project/weavbot/)
[](https://yankeguo.github.io/weavbot/en/)
[](https://yankeguo.github.io/weavbot/zh/)

A lightweight personal AI assistant framework.
## Highlights
- Interactive onboarding: configure provider, model, and channel in one flow
- WeChat ClawBot support: [WeChat channel configuration](https://yankeguo.github.io/weavbot/en/configuration/#channelswechat)
## 亮点
- 交互式向导:一步完成 provider、model、channel 配置
- 微信 ClawBot 支持:[微信渠道配置](https://yankeguo.github.io/weavbot/zh/configuration/#channelswechat)
## Installation
```bash
uv tool install weavbot
```
Verify:
```bash
weavbot --version
```
To try the latest unreleased features:
```bash
uv tool install git+https://github.com/yankeguo/weavbot.git
```
After installation, run the recommended first steps:
Run onboarding:
```bash
weavbot onboard
```
## Full documentation
- English: [https://yankeguo.github.io/weavbot/en/](https://yankeguo.github.io/weavbot/en/)
## 完整文档
- 中文: [https://yankeguo.github.io/weavbot/zh/](https://yankeguo.github.io/weavbot/zh/)
## Credits
This project is a hard fork of [nanobot](https://github.com/HKUDS/nanobot) by [HKUDS](https://github.com/HKUDS), with significant optimizations and improvements.
## License
MIT