mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-11 10:14:32 +01:00
Benchmark all agents
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
4
.github/workflows/benchmark-ci.yml
vendored
4
.github/workflows/benchmark-ci.yml
vendored
@@ -144,8 +144,10 @@ jobs:
|
||||
working-directory: ./benchmark/
|
||||
run: |
|
||||
mkdir agent
|
||||
link=$(jq -r '.["'"$AGENT_NAME"'"].url' agents_to_benchmark.json)
|
||||
branch=$(jq -r '.["'"$AGENT_NAME"'"].branch' agents_to_benchmark.json)
|
||||
cd agent
|
||||
git clone https://github.com/SilenNaihin/mini-agi -b benchmark-integration
|
||||
git clone "$link" -b "$branch"
|
||||
cd $AGENT_NAME
|
||||
prefix=""
|
||||
if [ "$AGENT_NAME" == "gpt-engineer" ]; then
|
||||
|
||||
Reference in New Issue
Block a user