Gaia bench with tape agent and multitool env#214
Merged
Conversation
recursix
reviewed
Apr 16, 2025
| @@ -0,0 +1,25 @@ | |||
| import logging | |||
Collaborator
There was a problem hiding this comment.
To have agents self-contained, let's move these scripts to the agent's directory.
Collaborator
Author
There was a problem hiding this comment.
but this script is not specific to a single agent, but for the pair "agent + benchmark". Do you want to put it into the tapeagent dir?
Collaborator
Author
There was a problem hiding this comment.
move to agents/tapeagent/experiments/
recursix
reviewed
Apr 16, 2025
| @@ -0,0 +1,41 @@ | |||
| #!/bin/bash | |||
|
|
|||
Collaborator
There was a problem hiding this comment.
To have agents self-contained, let's move these scripts to the agent's directory.
recursix
reviewed
Apr 16, 2025
recursix
approved these changes
Apr 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO:
Description by Korbit AI
What change is being made?
Add a new
tapeagentwith integration for the Gaia benchmarking environment and multitool environment, including new configurations, agent classes, a new Makefile for setup tasks, and support for LLM configurations.Why are these changes being made?
This integration aims to enhance the Gaia benchmarking capabilities by utilizing tape agents and providing a flexible environment configuration to allow tape agents to run multiple tools. The approach consolidates functionality, enabling advanced testing and evaluation of AI models within complex task environments, while maintaining an extensible and organized codebase structure.