安装运行

# 安装 uv(一个快速的 Python 包管理器):
$ curl -LsSf https://astral.sh/uv/install.sh | sh
# 克隆仓库:
$ git clone https://github.com/mannaandpoem/OpenManus.git
$ cd OpenManus
# 创建并激活虚拟环境:
$ uv venv --python 3.12
$ source .venv/bin/activate  # Unix/macOS 系统
# Windows 系统使用:
# .venv\Scripts\activate
# 安装依赖:
$ uv pip install -r requirements.txt
# 浏览器自动化工具(可选)
$ playwright install
# 在 config 目录创建 config.toml 文件(可从示例复制):
$ cp config/config.example.toml config/config.toml
$ vim config/config.toml
# 一行命令运行 OpenManus:
$ python main.py

实际效果

开始执行:

开始执行截图

执行过程

执行过程

执行结果:

执行结果

准确性:

中国黄金官网同一时刻截图

似乎不是很准确。

References

最后修改:2025 年 04 月 21 日
如果觉得我的文章对你有用,请随意赞赏