Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| config_manager.py | 2 years ago | |
| demo_orc_mdwebsurfer.py | 2 years ago | |
| demo_orc_mmwebsurfer.py | 2 years ago | |
| demo_orc_twoagents.py | 2 years ago | |
| misc_utils.py | 2 years ago | |
| mm_basic.py | 2 years ago | |
| requirements.txt | 2 years ago | |
This directory contains a sample application designed to demonstrate the capabilities of the orchestrator developed for the GAIA benchmark.
The application should be run in a virtual environment to ensure that its dependencies do not interfere with any existing Python packages you may have. You can use any virtual environment manager you prefer, such as venv or conda.
Clone this repository to your local machine.
Navigate to the try_orc directory within the cloned repository:
cd try_orc
Install the required Python packages:
pip install -r requirements.txt
Once you've installed the required packages, you can run the application with the following command:
python <demo file>
There are several demos available:
| Demo File | Orchestrator | Agents |
|---|---|---|
demo_orc_twoagents.py |
text | coder, computer terminal |
demo_orc_mdwebsurfer.py |
text | + web surfer (md) |
demo_orc_mmwebsurfer.py |
mm | web surfer (md) → web surfer (mm) |
Note: Multi-modal webbrowser requires playwright. You can install it using the following instructions:
pip install playwright
playwright install --with-deps chromium
This is a mirror of AutoGen from GitHub. AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
Python SVG Jupyter Notebook C# TSX other