AIbyKaindu commited on
Commit
ea07f3c
·
verified ·
1 Parent(s): 57f92c9

Update agent.json

Browse files
Files changed (1) hide show
  1. agent.json +16 -7
agent.json CHANGED
@@ -1,14 +1,23 @@
1
  {
2
  "tools": [
3
- "web_search",
4
- "visit_webpage",
5
- "final_answer"
 
 
 
 
 
 
 
 
 
6
  ],
7
  "model": {
8
  "class": "HfApiModel",
9
  "data": {
10
  "max_tokens": 2096,
11
- "temperature": 0.5,
12
  "last_input_token_count": null,
13
  "last_output_token_count": null,
14
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
@@ -30,12 +39,12 @@
30
  "report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
31
  }
32
  },
33
- "max_steps": 6,
34
  "verbosity_level": 1,
35
  "grammar": null,
36
  "planning_interval": null,
37
- "name": null,
38
- "description": null,
39
  "authorized_imports": [
40
  "unicodedata",
41
  "stat",
 
1
  {
2
  "tools": [
3
+ "final_answer",
4
+ "web_search",
5
+ "visit_webpage",
6
+ "fetch_webpage_text",
7
+ "get_current_time_in_timezone",
8
+ "get_pytorch_template",
9
+ "test_python_code",
10
+ "search_huggingface_models",
11
+ "list_space_files",
12
+ "read_space_file",
13
+ "write_new_tool_to_file",
14
+ "call_custom_ip"
15
  ],
16
  "model": {
17
  "class": "HfApiModel",
18
  "data": {
19
  "max_tokens": 2096,
20
+ "temperature": 0.3,
21
  "last_input_token_count": null,
22
  "last_output_token_count": null,
23
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
 
39
  "report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
40
  }
41
  },
42
+ "max_steps": 10,
43
  "verbosity_level": 1,
44
  "grammar": null,
45
  "planning_interval": null,
46
+ "name": "BRIANNA",
47
+ "description": "BRIANNA is a conversational ML code agent specialising in PyTorch. She can talk and listen, search the web, read pages, generate images, write and test PyTorch code, find HuggingFace models, connect to custom IPs, and extend her own toolset by writing new tools into the codebase.",
48
  "authorized_imports": [
49
  "unicodedata",
50
  "stat",