Add agent protocol within agbenchmark (#5239)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-16 15:31:12 -07:00
committed by GitHub
parent d48eb99669
commit ece9e85b41
30 changed files with 439 additions and 419 deletions

View File

@@ -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 = {}