Metadata-Version: 2.4
Name: amrita-plugin-exec
Version: 0.1.0
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: amrita[full]>=0.4.2
Dynamic: license-file

# amrita-plugin-exec

Amrita的命令执行插件

## 功能描述

这是一个为Amrita框架开发的命令执行插件，允许授权用户在聊天中执行服务器命令。

## 安装

使用uv安装：

```bash
uv add amrita-plugin-exec
```

或者使用pip安装：

```bash
pip install amrita-plugin-exec
```

## 使用方法

在Amrita机器人中，授权用户可以使用以下命令：
- `/exec <command>`：执行指定的服务器命令。
