File size: 1,136 Bytes
075dd62
 
 
 
 
 
 
 
5db1bff
c765b20
 
5db1bff
 
 
 
 
075dd62
c765b20
075dd62
 
c765b20
 
 
075dd62
bf6d34c
487a7fe
bf6d34c
861422e
bf6d34c
 
487a7fe
bf6d34c
861422e
bf6d34c
 
c765b20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
075dd62
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
    "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"
    ]
}