Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ToolEmu #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,27 @@ A BabyAGI-inspired agent that can recall infinite memory, "thinks" before making

</details>

## [ToolEmu](https://toolemu.com/)
An LLM-based emulation framework for flexibly testing and identifying the risks of LLM-based agents across various tools & scenarios
<details>

### Description
- ToolEmu leverages advanced LLMs (like GPT-4) as an emulator to emulate tool execution and automatically instantiate scenarios for risk assessment in a virtual sandbox
- ToolEmu enables:
- flexibly prototyping LLM-based agents equipped with tools without the need of actual tool implementations
- seamlessly testing LLM-based agents in rare and risk-critical scenarios without the need of actual sandbox setups
- identifying potential realistic failures of LLM-based agents


### Links
- [GitHub](https://github.com/ryoungj/ToolEmu)
- [Website](https://toolemu.com/)
- [Demo](https://demo.toolemu.com/)
- [Paper](https://arxiv.org/abs/2309.15817)
- [Tweet](https://twitter.com/YangjunR/status/1708880142649676056)

</details>


## [“Westworld” simulation](https://theolvs.github.io/westworld/)
A multi-agent simulation library, with a goal to simulate and optimize systems and environments with multiple agents interacting
Expand Down