mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Add agent protocol within agbenchmark (#5239)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -12,9 +12,9 @@ import pytest
|
||||
|
||||
from agbenchmark.__main__ import CHALLENGES_ALREADY_BEATEN, UPDATES_JSON_PATH
|
||||
from agbenchmark.agent_api_interface import append_updates_file
|
||||
from agbenchmark.agent_protocol_client.models.step import Step
|
||||
from agbenchmark.utils.challenge import Challenge
|
||||
from agbenchmark.utils.data_types import AgentBenchmarkConfig, ChallengeData
|
||||
from agent_protocol_client.models.step import Step
|
||||
|
||||
DATA_CATEGORY = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user