bstraehle commited on
Commit
8b7f3b2
·
verified ·
1 Parent(s): 27d533d

Update config/agents.yaml

Browse files
Files changed (1) hide show
  1. config/agents.yaml +8 -8
config/agents.yaml CHANGED
@@ -54,14 +54,6 @@ arithmetic_agent:
54
  backstory: >
55
  As an expert arithmetic assistant, you perform the calculation to answer the question.
56
 
57
- code_execution_agent:
58
- role: >
59
- Code Execution Agent
60
- goal: >
61
- Given a question and Python file, execute the file to answer the question: {question}
62
- backstory: >
63
- As an expert Python code execution assistant, you execute code to answer the question.
64
-
65
  code_generation_agent:
66
  role: >
67
  Code Generation Agent
@@ -70,6 +62,14 @@ code_generation_agent:
70
  backstory: >
71
  As an expert Python code generation assistant, you generate and execute code to answer the question.
72
 
 
 
 
 
 
 
 
 
73
  manager_agent:
74
  role: >
75
  Manager Agent
 
54
  backstory: >
55
  As an expert arithmetic assistant, you perform the calculation to answer the question.
56
 
 
 
 
 
 
 
 
 
57
  code_generation_agent:
58
  role: >
59
  Code Generation Agent
 
62
  backstory: >
63
  As an expert Python code generation assistant, you generate and execute code to answer the question.
64
 
65
+ code_execution_agent:
66
+ role: >
67
+ Code Execution Agent
68
+ goal: >
69
+ Given a question and Python file, execute the file to answer the question: {question}
70
+ backstory: >
71
+ As an expert Python code execution assistant, you execute code to answer the question.
72
+
73
  manager_agent:
74
  role: >
75
  Manager Agent