Wendong-Fan commited on
Commit
8a7983e
·
1 Parent(s): 5ff50cb

update readme

Browse files
Files changed (2) hide show
  1. README.md +18 -0
  2. README_zh.md +18 -0
README.md CHANGED
@@ -73,6 +73,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
73
  - [**Running with Docker**](#running-with-docker)
74
 
75
  - [🚀 Quick Start](#-quick-start)
 
76
  - [🧪 Experiments](#-experiments)
77
  - [⏱️ Future Plans](#️-future-plans)
78
  - [📄 License](#-license)
@@ -228,6 +229,23 @@ Example tasks you can try:
228
  - "Help me debug this Python code: [your code here]"
229
  - "Summarize the main points from this research paper: [paper URL]"
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  # 🧪 Experiments
232
 
233
  We provided a script to reproduce the results on GAIA.
 
73
  - [**Running with Docker**](#running-with-docker)
74
 
75
  - [🚀 Quick Start](#-quick-start)
76
+ - [🌐 Web Interface](#-web-interface)
77
  - [🧪 Experiments](#-experiments)
78
  - [⏱️ Future Plans](#️-future-plans)
79
  - [📄 License](#-license)
 
229
  - "Help me debug this Python code: [your code here]"
230
  - "Summarize the main points from this research paper: [paper URL]"
231
 
232
+ # 🌐 Web Interface
233
+
234
+ OWL now includes a web-based user interface that makes it easier to interact with the system. To start the web interface, run:
235
+
236
+ ```bash
237
+ python run_app.py
238
+ ```
239
+
240
+ The web interface provides the following features:
241
+
242
+ - **Easy Model Selection**: Choose between different models (OpenAI, Qwen, DeepSeek, etc.)
243
+ - **Environment Variable Management**: Configure your API keys and other settings directly from the UI
244
+ - **Interactive Chat Interface**: Communicate with OWL agents through a user-friendly interface
245
+ - **Task History**: View the history and results of your interactions
246
+
247
+ The web interface is built using Gradio and runs locally on your machine. No data is sent to external servers beyond what's required for the model API calls you configure.
248
+
249
  # 🧪 Experiments
250
 
251
  We provided a script to reproduce the results on GAIA.
README_zh.md CHANGED
@@ -73,6 +73,7 @@
73
  - [**设置环境变量**](#设置环境变量)
74
  - [**使用Docker运行**](#使用docker运行)
75
  - [🚀 快速开始](#-快速开始)
 
76
  - [🧪 实验](#-实验)
77
  - [⏱️ 未来计划](#️-未来计划)
78
  - [📄 许可证](#-许可证)
@@ -223,6 +224,23 @@ OWL 将自动调用与文档相关的工具来处理文件并提取答案。
223
  - "帮我调试这段 Python 代码:[在此粘贴你的代码]"
224
  - "总结这篇研究论文的主要观点:[论文URL]"
225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  # 🧪 实验
227
 
228
  我们提供了一个脚本用于复现 GAIA 上的实验结果。
 
73
  - [**设置环境变量**](#设置环境变量)
74
  - [**使用Docker运行**](#使用docker运行)
75
  - [🚀 快速开始](#-快速开始)
76
+ - [🌐 网页界面](#-网页界面)
77
  - [🧪 实验](#-实验)
78
  - [⏱️ 未来计划](#️-未来计划)
79
  - [📄 许可证](#-许可证)
 
224
  - "帮我调试这段 Python 代码:[在此粘贴你的代码]"
225
  - "总结这篇研究论文的主要观点:[论文URL]"
226
 
227
+ # 🌐 网页界面
228
+
229
+ OWL 现在包含一个基于网页的用户界面,使与系统交互变得更加容易。要启动网页界面,请运行:
230
+
231
+ ```bash
232
+ python run_app.py
233
+ ```
234
+
235
+ 网页界面提供以下功能:
236
+
237
+ - **便捷的模型选择**:选择不同的模型(OpenAI、Qwen、DeepSeek等)
238
+ - **环境变量管理**:直接从界面配置API密钥和其他设置
239
+ - **交互式聊天界面**:通过用户友好的界面与OWL智能体交流
240
+ - **任务历史**:查看交互的历史记录和结果
241
+
242
+ 网页界面使用Gradio构建,在您的本地机器上运行。除了您配置的模型API调用所需的数据外,不会向外部服务器发送任何数据。
243
+
244
  # 🧪 实验
245
 
246
  我们提供了一个脚本用于复现 GAIA 上的实验结果。