Can two AI agents talk each other through defusing a bomb?
GPTNT is a benchmark for real-time collaboration between multimodal agents. Two AI agents play the roles of Defuser and Expert in Keep Talking and Nobody Explodes (KTANE). The Defuser sees the bomb, the Expert reads the manual, and they must communicate to defuse it.
This benchmark uses the real game and the official manual. We have done as much as possible to make everything easy to use and run, and have put all the information to help you get started on our documentation site.
curl -fsSL \
https://github.com/GPTNT/gptnt/releases/latest/download/gptnt.tar.gz |
tar -xzf -
cd gptnt
mise install
mise run syncContinue with Install and check GPTNT for checksum verification, prerequisites, and the first run.