update README
This commit is contained in:
parent
6fa0b1be95
commit
721d863642
12
README.md
12
README.md
@ -81,6 +81,11 @@ source .venv/bin/activate # On Unix/macOS
|
|||||||
uv pip install -r requirements.txt
|
uv pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Browser Automation Tool (Optional)
|
||||||
|
```bash
|
||||||
|
playwright install
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
OpenManus requires configuration for the LLM APIs it uses. Follow these steps to set up your configuration:
|
OpenManus requires configuration for the LLM APIs it uses. Follow these steps to set up your configuration:
|
||||||
@ -119,7 +124,12 @@ python main.py
|
|||||||
|
|
||||||
Then input your idea via terminal!
|
Then input your idea via terminal!
|
||||||
|
|
||||||
For unstable version, you also can run:
|
For MCP tool version, you can run:
|
||||||
|
```bash
|
||||||
|
python run_mcp.py
|
||||||
|
```
|
||||||
|
|
||||||
|
For unstable multi-agent version, you also can run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python run_flow.py
|
python run_flow.py
|
||||||
|
12
README_ja.md
12
README_ja.md
@ -81,6 +81,11 @@ source .venv/bin/activate # Unix/macOSの場合
|
|||||||
uv pip install -r requirements.txt
|
uv pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ブラウザ自動化ツール(オプション)
|
||||||
|
```bash
|
||||||
|
playwright install
|
||||||
|
```
|
||||||
|
|
||||||
## 設定
|
## 設定
|
||||||
|
|
||||||
OpenManusを使用するには、LLM APIの設定が必要です。以下の手順に従って設定してください:
|
OpenManusを使用するには、LLM APIの設定が必要です。以下の手順に従って設定してください:
|
||||||
@ -119,7 +124,12 @@ python main.py
|
|||||||
|
|
||||||
その後、ターミナルからプロンプトを入力してください!
|
その後、ターミナルからプロンプトを入力してください!
|
||||||
|
|
||||||
開発中バージョンを試すには、以下を実行します:
|
MCP ツールバージョンを使用する場合は、以下を実行します:
|
||||||
|
```bash
|
||||||
|
python run_mcp.py
|
||||||
|
```
|
||||||
|
|
||||||
|
開発中のマルチエージェントバージョンを試すには、以下を実行します:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python run_flow.py
|
python run_flow.py
|
||||||
|
12
README_ko.md
12
README_ko.md
@ -81,6 +81,11 @@ source .venv/bin/activate # Unix/macOS의 경우
|
|||||||
uv pip install -r requirements.txt
|
uv pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 브라우저 자동화 도구 (선택사항)
|
||||||
|
```bash
|
||||||
|
playwright install
|
||||||
|
```
|
||||||
|
|
||||||
## 설정 방법
|
## 설정 방법
|
||||||
|
|
||||||
OpenManus를 사용하려면 사용하는 LLM API에 대한 설정이 필요합니다. 아래 단계를 따라 설정을 완료하세요:
|
OpenManus를 사용하려면 사용하는 LLM API에 대한 설정이 필요합니다. 아래 단계를 따라 설정을 완료하세요:
|
||||||
@ -119,7 +124,12 @@ python main.py
|
|||||||
|
|
||||||
이후 터미널에서 아이디어를 작성하세요!
|
이후 터미널에서 아이디어를 작성하세요!
|
||||||
|
|
||||||
unstable 버전을 실행하려면 아래 명령어를 사용할 수도 있습니다:
|
MCP 도구 버전을 사용하려면 다음을 실행하세요:
|
||||||
|
```bash
|
||||||
|
python run_mcp.py
|
||||||
|
```
|
||||||
|
|
||||||
|
불안정한 멀티 에이전트 버전을 실행하려면 다음을 실행할 수 있습니다:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python run_flow.py
|
python run_flow.py
|
||||||
|
12
README_zh.md
12
README_zh.md
@ -82,6 +82,11 @@ source .venv/bin/activate # Unix/macOS 系统
|
|||||||
uv pip install -r requirements.txt
|
uv pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 浏览器自动化工具(可选)
|
||||||
|
```bash
|
||||||
|
playwright install
|
||||||
|
```
|
||||||
|
|
||||||
## 配置说明
|
## 配置说明
|
||||||
|
|
||||||
OpenManus 需要配置使用的 LLM API,请按以下步骤设置:
|
OpenManus 需要配置使用的 LLM API,请按以下步骤设置:
|
||||||
@ -120,7 +125,12 @@ python main.py
|
|||||||
|
|
||||||
然后通过终端输入你的创意!
|
然后通过终端输入你的创意!
|
||||||
|
|
||||||
如需体验不稳定的开发版本,可运行:
|
如需使用 MCP 工具版本,可运行:
|
||||||
|
```bash
|
||||||
|
python run_mcp.py
|
||||||
|
```
|
||||||
|
|
||||||
|
如需体验不稳定的多智能体版本,可运行:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python run_flow.py
|
python run_flow.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user