mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Support agent protocol in benchmark (#5213)
Benchmark/Forge/Agent Protocol
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# radio charts, logs, helper functions for tests, anything else relevant.
|
||||
import datetime
|
||||
import os
|
||||
import re
|
||||
from pathlib import Path
|
||||
@@ -7,7 +6,6 @@ from typing import Any, List, Optional
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from agbenchmark.utils.data_types import calculate_info_test_path
|
||||
|
||||
load_dotenv()
|
||||
from agbenchmark.utils.data_types import DIFFICULTY_MAP, DifficultyLevel
|
||||
|
||||
Reference in New Issue
Block a user