mymodel / agent.json
arijit121
update
c765b20
Raw
History Blame Contribute Delete
1.14 kB
{
"tools": [
"web_search",
"visit_webpage",
"final_answer"
],
"model": {
"class": "HfApiModel",
"data": {
"max_tokens": 4096,
"temperature": 0.1,
"last_input_token_count": null,
"last_output_token_count": null,
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
"custom_role_conversions": null
}
},
"max_steps": 12,
"verbosity_level": 1,
"grammar": null,
"planning_interval": 3,
"name": "gaia_agent",
"description": "An agent designed for GAIA benchmark question answering.",
"authorized_imports": [
"unicodedata",
"stat",
"datetime",
"random",
"pandas",
"itertools",
"math",
"statistics",
"queue",
"time",
"collections",
"re",
"json",
"os",
"sys",
"csv",
"string",
"hashlib",
"functools",
"operator",
"fractions",
"decimal",
"typing",
"io",
"base64",
"urllib"
]
}