Thanh Vinh Vo commited on
Commit
5f7b40f
·
1 Parent(s): 44bd5e8
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -60,6 +60,7 @@ class BasicAgent:
60
  "bytes",
61
  "cv2",
62
  "numpy",
 
63
  ],
64
  name="multimodal_agent",
65
  description="""
@@ -88,6 +89,7 @@ class BasicAgent:
88
  "bytes",
89
  "cv2",
90
  "numpy",
 
91
  ],
92
  name="code_agent",
93
  description="I am strong at writing code to solve problem.",
@@ -118,6 +120,7 @@ class BasicAgent:
118
  "bytes",
119
  "cv2",
120
  "numpy",
 
121
  ],
122
  planning_interval=5,
123
  max_steps=15,
 
60
  "bytes",
61
  "cv2",
62
  "numpy",
63
+ "chess.engine",
64
  ],
65
  name="multimodal_agent",
66
  description="""
 
89
  "bytes",
90
  "cv2",
91
  "numpy",
92
+ "chess.engine",
93
  ],
94
  name="code_agent",
95
  description="I am strong at writing code to solve problem.",
 
120
  "bytes",
121
  "cv2",
122
  "numpy",
123
+ "chess.engine",
124
  ],
125
  planning_interval=5,
126
  max_steps=15,