Yuhang Zhou commited on
Commit
4fee08a
ยท
1 Parent(s): 849c80c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -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)
@@ -88,6 +89,13 @@ https://private-user-images.githubusercontent.com/55657767/420211368-f29f477d-7e
88
 
89
  https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
90
 
 
 
 
 
 
 
 
91
 
92
  # ๐Ÿ› ๏ธ Installation
93
 
 
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)
 
89
 
90
  https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4
91
 
92
+ # โœจ๏ธ Core Features
93
+
94
+ - **Real-time Information Retrieval**: Leverage Wikipedia, Google Search, and other online sources for up-to-date information.
95
+ - **Multimodal Processing**: Support for handling internet or local videos, images, and audio data.
96
+ - **Browser Automation**: Utilize the Playwright framework for simulating browser interactions, including scrolling, clicking, input handling, downloading, navigation, and more.
97
+ - **Document Parsing**: Extract content from Word, Excel, PDF, and PowerPoint files, converting them into text or Markdown format.
98
+ - **Code Execution**: Write and execute Python code using interpreter.
99
 
100
  # ๐Ÿ› ๏ธ Installation
101