Merge pull request #64 from camel-ai/branch_yh
Browse filesupdate README.md, add core feature introduction
- README.md +8 -0
- README_zh.md +9 -0
README.md
CHANGED
@@ -64,6 +64,7 @@ Our vision is to revolutionize how AI agents collaborate to solve real-world tas
|
|
64 |
- [📋 Table of Contents](#-table-of-contents)
|
65 |
- [🔥 News](#-news)
|
66 |
- [🎬 Demo Video](#-demo-video)
|
|
|
67 |
- [🛠️ Installation](#️-installation)
|
68 |
- [**Clone the Github repository**](#clone-the-github-repository)
|
69 |
- [**Set up Environment**](#set-up-environment)
|
@@ -89,6 +90,13 @@ https://private-user-images.githubusercontent.com/55657767/420211368-f29f477d-7e
|
|
89 |
|
90 |
https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
# 🛠️ Installation
|
94 |
|
|
|
64 |
- [📋 Table of Contents](#-table-of-contents)
|
65 |
- [🔥 News](#-news)
|
66 |
- [🎬 Demo Video](#-demo-video)
|
67 |
+
- [✨️ Core Features](#-code-features)
|
68 |
- [🛠️ Installation](#️-installation)
|
69 |
- [**Clone the Github repository**](#clone-the-github-repository)
|
70 |
- [**Set up Environment**](#set-up-environment)
|
|
|
90 |
|
91 |
https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
|
92 |
|
93 |
+
# ✨️ Core Features
|
94 |
+
|
95 |
+
- **Real-time Information Retrieval**: Leverage Wikipedia, Google Search, and other online sources for up-to-date information.
|
96 |
+
- **Multimodal Processing**: Support for handling internet or local videos, images, and audio data.
|
97 |
+
- **Browser Automation**: Utilize the Playwright framework for simulating browser interactions, including scrolling, clicking, input handling, downloading, navigation, and more.
|
98 |
+
- **Document Parsing**: Extract content from Word, Excel, PDF, and PowerPoint files, converting them into text or Markdown format.
|
99 |
+
- **Code Execution**: Write and execute Python code using interpreter.
|
100 |
|
101 |
# 🛠️ Installation
|
102 |
|
README_zh.md
CHANGED
@@ -65,6 +65,7 @@
|
|
65 |
- [📋 目录](#-目录)
|
66 |
- [🔥 新闻](#-新闻)
|
67 |
- [🎬 演示视频](#-演示视频)
|
|
|
68 |
- [🛠️ 安装](#️-安装)
|
69 |
- [**克隆 Github 仓库**](#克隆-github-仓库)
|
70 |
- [**设置环境**](#设置环境)
|
@@ -89,6 +90,14 @@ https://private-user-images.githubusercontent.com/55657767/420211368-f29f477d-7e
|
|
89 |
|
90 |
https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
# 🛠️ 安装
|
93 |
|
94 |
## **克隆 Github 仓库**
|
|
|
65 |
- [📋 目录](#-目录)
|
66 |
- [🔥 新闻](#-新闻)
|
67 |
- [🎬 演示视频](#-演示视频)
|
68 |
+
- [✨️ 核心功能](#-核心功能)
|
69 |
- [🛠️ 安装](#️-安装)
|
70 |
- [**克隆 Github 仓库**](#克隆-github-仓库)
|
71 |
- [**设置环境**](#设置环境)
|
|
|
90 |
|
91 |
https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
|
92 |
|
93 |
+
# ✨️ 核心功能
|
94 |
+
|
95 |
+
- **在线搜索**:使用维基百科、谷歌搜索等,进行实时信息检索
|
96 |
+
- **多模态处理**:支持互联网或本地视频、图片、语音处理
|
97 |
+
- **浏览器操作**:借助Playwright框架开发浏览器模拟交互,支持页面滚动、点击、输入、下载、历史回退等功能
|
98 |
+
- **文件解析**:word、excel、PDF、PowerPoint信息提取,内容转文本/Markdown
|
99 |
+
- **代码执行**:编写python代码,并使用解释器运行
|
100 |
+
|
101 |
# 🛠️ 安装
|
102 |
|
103 |
## **克隆 Github 仓库**
|