drAbreu commited on
Commit
0858b8a
·
1 Parent(s): d5d9bbe

Adding web tools to agent

Browse files
.gitignore CHANGED
@@ -7,4 +7,6 @@ notebooks/
7
  tools/__pycache__
8
  agents/__pycache__
9
 
10
- *.pyc
 
 
 
7
  tools/__pycache__
8
  agents/__pycache__
9
 
10
+ *.pyc
11
+
12
+ .mypy_cache
agents/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (189 Bytes)
 
agents/__pycache__/llama_index_agent.cpython-311.pyc DELETED
Binary file (2.44 kB)
 
tools/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (188 Bytes)
 
tools/__pycache__/text_tools.cpython-311.pyc DELETED
Binary file (663 Bytes)