Skip to content

Commit af0029c

Browse files
committed
add TODO: parallel function calling
1 parent 54fe764 commit af0029c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,7 @@ After configuring your API keys, you can run main.py, where the sub-agents are a
5454
```bash
5555
python litemultiagent/main.py
5656
```
57-
Then we can get the total execution time for all tasks: 67.07 seconds.
58-
59-
You can parallelize the execution of the tasks of main agents:
60-
61-
```bash
62-
python litemultiagent/main.py --main-workers-parallel
63-
```
64-
Then it's further sped up. Total execution time for all tasks: 29.34 seconds.
65-
66-
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
57+
TODO: add parallel function calling
6758

6859
## 🏠 2. Architecture Design
6960

0 commit comments

Comments
 (0)