Metadata-Version: 2.3
Name: entari-plugin-chronicle
Version: 0.1.0
Summary: Entari 聊天记录持久化插件 / A chat persistence plugin for Entari.
Keywords: 
Author: KomoriDev
Author-email: KomoriDev <mute231010@gmail.com>
License: MIT
Requires-Dist: arclet-entari[yaml,reload]>=0.17.0rc3
Requires-Dist: entari-plugin-database>=0.2.1
Requires-Python: >=3.10
Project-URL: homepage, https://github.com/entanex/entari-plugin-chronicle
Project-URL: repository, https://github.com/entanex/entari-plugin-chronicle
Description-Content-Type: text/markdown

# entari-plugin-chronicle

Entari 聊天记录持久化插件

## 安装

```bash
pip install entari-plugin-chronicle
# or use pdm
pdm add entari-plugin-chronicle
# or use uv
uv add entari-plugin-chronicle
```

## 配置

插件提供以下配置选项：

| 配置项 | 必填 | 默认值 |
| :---: | :---: | :---: |
| record_send | 否 | False |
| to_me_only | 否 | False |

### 示例

在 `entari.yml` 配置文件中启用插件：

```yaml
plugins:
  chronicle:
    record_send: true
```

## 许可证

MIT License
