Metadata-Version: 2.4
Name: weavbot
Version: 0.4.3
Summary: A lightweight personal AI assistant framework
Author: weavbot contributors
License: MIT
License-File: LICENSE
Keywords: agent,ai,chatbot
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: anthropic>=0.95.0
Requires-Dist: chardet<6,>=5.2.0
Requires-Dist: croniter<7.0.0,>=6.2.2
Requires-Dist: dingtalk-stream<1.0.0,>=0.24.3
Requires-Dist: httpx<1.0.0,>=0.28.1
Requires-Dist: inquirerpy<1.0.0,>=0.3.4
Requires-Dist: json-repair<1.0.0,>=0.59.4
Requires-Dist: lark-oapi<2.0.0,>=1.5.3
Requires-Dist: loguru<1.0.0,>=0.7.3
Requires-Dist: markdownify<2.0.0,>=1.2.2
Requires-Dist: mcp<2.0.0,>=1.27.0
Requires-Dist: msgpack<2.0.0,>=1.1.2
Requires-Dist: openai>=2.31.0
Requires-Dist: prompt-toolkit<4.0.0,>=3.0.52
Requires-Dist: pydantic-settings<3.0.0,>=2.13.1
Requires-Dist: pydantic<3.0.0,>=2.13.0
Requires-Dist: python-socketio<6.0.0,>=5.16.1
Requires-Dist: python-socks[asyncio]<3.0.0,>=2.8.1
Requires-Dist: python-telegram-bot[socks]<23.0,>=22.7
Requires-Dist: qq-botpy<2.0.0,>=1.2.1
Requires-Dist: readability-lxml<1.0.0,>=0.8.4.1
Requires-Dist: rich<15.0.0,>=14.3.4
Requires-Dist: slack-sdk<4.0.0,>=3.41.0
Requires-Dist: slackify-markdown<1.0.0,>=0.2.2
Requires-Dist: socksio<2.0.0,>=1.0.0
Requires-Dist: typer<1.0.0,>=0.24.1
Requires-Dist: websocket-client<2.0.0,>=1.9.0
Requires-Dist: websockets<17.0,>=16.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio<2.0.0,>=1.3.0; extra == 'dev'
Requires-Dist: pytest<10.0.0,>=9.0.3; extra == 'dev'
Requires-Dist: ruff>=0.15.10; extra == 'dev'
Description-Content-Type: text/markdown

# weavbot

[![GitHub Actions](https://github.com/yankeguo/weavbot/actions/workflows/ci.yml/badge.svg)](https://github.com/yankeguo/weavbot/actions)
[![PyPI](https://img.shields.io/pypi/v/weavbot)](https://pypi.org/project/weavbot/)
[![Docs (English)](https://img.shields.io/badge/docs-English-blue)](https://yankeguo.github.io/weavbot/en/)
[![Docs (中文)](https://img.shields.io/badge/文档-中文-blue)](https://yankeguo.github.io/weavbot/zh/)

![Logo](https://imagedelivery.net/z27-nfL54f0eHFxCGFIatg/a4d02b7b-9a65-4e12-a600-997669806400/standard)

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
