Skip to content

Commit

Permalink
add TODO: parallel function calling
Browse files Browse the repository at this point in the history
  • Loading branch information
IBMC265 committed Sep 28, 2024
1 parent 54fe764 commit af0029c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,7 @@ After configuring your API keys, you can run main.py, where the sub-agents are a
```bash
python litemultiagent/main.py
```
Then we can get the total execution time for all tasks: 67.07 seconds.

You can parallelize the execution of the tasks of main agents:

```bash
python litemultiagent/main.py --main-workers-parallel
```
Then it's further sped up. Total execution time for all tasks: 29.34 seconds.

If we neither the tasks at main agent level or sub agent level are paralleled, the total execution time for all tasks: 88.43 seconds
TODO: add parallel function calling

## 🏠 2. Architecture Design

Expand Down

0 comments on commit af0029c

Please sign in to comment.