OpenManusLite 是对 OpenManus 项目的精简版本,保留了其最关键的功能模块,旨在为开发者提供一个轻量级的平台,便于学习和二次开发。OpenManusLite 适合希望深入研究 OpenManus 内部机制的开发者,以及寻求在此基础上进行定制和功能扩展的二次开发者。
OpenManusLite is a streamlined version of the OpenManus project, retaining only its most essential functional modules. This project provides a lightweight platform for developers to study, understand, and extend the core features of OpenManus.
- 🚀 轻量级架构:经过优化的核心功能,易于理解和维护
- 🔌 模块化设计:独立的功能模块,方便扩展和定制
- 📚 完整文档:详细的API文档和使用示例
- ⚡ 高性能:优化的性能表现
- Python >= 3.10
- Poetry
- 克隆仓库 | Clone the repository
git clone https://github.com/Stubblef/OpenManusLite.git
cd OpenManusLite
- 安装依赖 | Install dependencies
poetry install
- 激活虚拟环境 | Activate virtual environment
poetry shell
- 运行示例 | Run example
python examples/basic_demo.py
详细文档请参考 docs
目录。
For detailed documentation, please refer to the docs
directory.
欢迎提交 Issue 和 Pull Request。 Issues and Pull Requests are welcome.
本项目采用 MIT 许可证。 This project is licensed under the MIT License.