Metadata-Version: 2.4
Name: selfclaw
Version: 1.0.0
Summary: Selfclaw - AI Agent System based on GLM-5
Home-page: https://github.com/raychiu0202/selfclaw
Author: raychiu0202
Author-email: raychiu0202 <your-email@example.com>
Maintainer: raychiu0202
License: MIT
Project-URL: Bug Reports, https://github.com/raychiu0202/selfclaw/issues
Project-URL: Source, https://github.com/raychiu0202/selfclaw
Project-URL: Documentation, https://github.com/raychiu0202/selfclaw/docs
Keywords: ai,agent,chatbot,llm,glm,terminal,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: pymysql>=1.1.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: zhipuai>=2.0.0
Requires-Dist: click>=8.1.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Selfclaw Package

基于GLM-5的智能AI助手系统 - 发布包

## 安装

### NPM安装
```bash
npm install -g selfclaw
```

### pip安装
```bash
pip install selfclaw
```

## 快速开始

```bash
# 初始化配置
selfclaw init

# 启动服务
selfclaw start

# 查看服务状态
selfclaw status

# 停止服务
selfclaw stop
```

## 命令参考

- `selfclaw init` - 初始化配置
- `selfclaw start` - 启动服务
- `selfclaw stop` - 停止服务
- `selfclaw status` - 查看服务状态
- `selfclaw config` - 配置设置
- `selfclaw clean` - 清理数据
- `selfclaw logs` - 查看日志

## 开发信息

- 包名: selfclaw
- 版本: 1.0.0
- 作者: raychiu0202
- 许可证: MIT

## 链接

- GitHub: https://github.com/raychiu0202/selfclaw
- 文档: https://github.com/raychiu0202/selfclaw/docs
