SergeyO7 commited on
Commit
64f8fd9
·
verified ·
1 Parent(s): 1c22788

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -14,6 +14,7 @@ import yaml
14
  import os
15
  import re
16
  import json
 
17
 
18
  # --------------------------
19
  # Core Tools from Previous Implementation
 
14
  import os
15
  import re
16
  import json
17
+ from typing import Optional
18
 
19
  # --------------------------
20
  # Core Tools from Previous Implementation