mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-10 17:51:22 +00:00
12 lines
354 B
Markdown
12 lines
354 B
Markdown
![]() |
# Example Tasks
|
||
|
|
||
|
Various AutoGen example tasks. Unlike other benchmark tasks, these tasks have no automated evaluation.
|
||
|
|
||
|
## Running the tasks
|
||
|
|
||
|
```
|
||
|
autogenbench run Tasks/default_two_agents
|
||
|
```
|
||
|
|
||
|
Some tasks require a Bing API key. Edit the ENV.json file to provide a valid BING_API_KEY, or simply allow that task to fail (it is only required by one task).
|