Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LangManus is a community-driven AI automation framework that builds upon the inc
[![Demo](./assets/demo.gif)](./assets/demo.mp4)

- [View on YouTube](https://youtu.be/sZCHqrQBUGk)
- [Download Video](https://github.com/langmanus/langmanus/blob/main/assets/demo.mp4)
- [Download Video](https://github.com/Darwin-lfl/langmanus/blob/main/assets/demo.mp4)

## Table of Contents
- [Quick Start](#quick-start)
Expand All @@ -38,7 +38,7 @@ LangManus is a community-driven AI automation framework that builds upon the inc

```bash
# Clone the repository
git clone https://github.com/langmanus/langmanus.git
git clone https://github.com/Darwin-lfl/langmanus.git
cd langmanus

# Create and activate virtual environment through uv
Expand Down Expand Up @@ -276,7 +276,7 @@ Each agent's prompt is defined in a separate markdown file, making it easy to mo

LangManus provides a default web UI.

Please refer to the [langmanus/langmanus-web-ui](https://github.com/langmanus/langmanus-web) project for more details.
Please refer to the [Darwin-lfl/langmanus-web-ui](https://github.com/Darwin-lfl/langmanus-web) project for more details.

## Development

Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LangManus 是一个社区驱动的 AI 自动化框架,它建立在开源社区
[![Demo](./assets/demo.gif)](./assets/demo.mp4)

- [在 YouTube 上观看](https://youtu.be/sZCHqrQBUGk)
- [下载视频](https://github.com/langmanus/langmanus/blob/main/assets/demo.mp4)
- [下载视频](https://github.com/Darwin-lfl/langmanus/blob/main/assets/demo.mp4)

## 目录
- [快速开始](#快速开始)
Expand All @@ -41,7 +41,7 @@ LangManus 是一个社区驱动的 AI 自动化框架,它建立在开源社区

```bash
# 克隆仓库
git clone https://github.com/langmanus/langmanus.git
git clone https://github.com/Darwin-lfl/langmanus.git
cd langmanus

# 用uv创建并激活虚拟环境
Expand Down Expand Up @@ -282,7 +282,7 @@ LangManus 在 `src/prompts` 目录中使用复杂的提示系统来定义智能

LangManus 提供一个默认的网页界面。

请参考 [langmanus/langmanus-web](https://github.com/langmanus/langmanus-web) 项目了解更多信息。
请参考 [Darwin-lfl/langmanus-web](https://github.com/Darwin-lfl/langmanus-web) 项目了解更多信息。

## 开发

Expand Down