Metadata-Version: 2.3
Name: nonebot-plugin-huaer-bot
Version: 2.1.1
Summary: 基于NoneBot的智能对话插件，支持多群组管理和人格定制
License: MIT
Author: HuaEr DevGroup
Author-email: HuaEr_DevGroup@outlook.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: nonebot-adapter-onebot (>=2.2.0)
Requires-Dist: nonebot-plugin-htmlrender (>=0.6.6,<0.7.0)
Requires-Dist: nonebot2 (>=2.0.0)
Requires-Dist: requests (>=2.28.0)
Requires-Dist: tomli (>=2.0.0)
Project-URL: Repository, https://github.com/inkink365/nonebot-plugin-huaer-bot
Description-Content-Type: text/markdown

# Huaer Bot - NoneBot 智能对话插件

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![NoneBot](https://img.shields.io/badge/NoneBot-2.0+-green.svg)](https://nonebot.dev/)

基于硅基/DeepSeek API的智能对话插件，支持多群组管理、人格定制和记忆上下文功能。

## 功能特性

- 🧠 多轮对话记忆（可配置记忆轮数）
- 👤 自定义人格系统（支持保存/加载人格模板）
- 🛡️ 白名单权限管理（用户/群组分级控制）
- 📊 Markdown消息渲染
- 🔧 多群组独立配置

## 安装

1. 在NoneBot项目中安装插件：
```bash
pip install nonebot-plugin-huaer-bot
