mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
Explain how to benchmark new agents (#49)
This commit is contained in:
11
README.md
11
README.md
@@ -115,3 +115,14 @@ Manually created, existing challenges within Auto-Gpt, https://osu-nlp-group.git
|
||||
| | |-- basic_abilities/ **every llm should pass these challenges**
|
||||
| | |-- regression/ **challenges that already passed**
|
||||
```
|
||||
|
||||
## How to add new agents to agbenchmark ?
|
||||
Example with smol developer.
|
||||
|
||||
1- Create a github branch with your agent following the same pattern as this example:
|
||||
|
||||
https://github.com/smol-ai/developer/pull/114/files
|
||||
|
||||
2- Create the submodule and the github workflow by following the same pattern as this example:
|
||||
|
||||
https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks/pull/48/files
|
||||
|
||||
Reference in New Issue
Block a user