abhi1294 commited on
Commit
8d41836
·
1 Parent(s): 7eda9ec
__pycache__/agent.cpython-313.pyc ADDED
Binary file (3.54 kB). View file
 
__pycache__/prompts.cpython-313.pyc ADDED
Binary file (1.53 kB). View file
 
__pycache__/tools.cpython-313.pyc ADDED
Binary file (7.51 kB). View file
 
__pycache__/utils.cpython-313.pyc ADDED
Binary file (3.3 kB). View file
 
requirements.txt CHANGED
@@ -1,2 +1,133 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.13.3
4
+ aiosignal==1.4.0
5
+ annotated-doc==0.0.4
6
+ annotated-types==0.7.0
7
+ anyio==4.12.1
8
+ appnope==0.1.4
9
+ asttokens==3.0.1
10
+ attrs==25.4.0
11
+ audioop-lts==0.2.2
12
+ beautifulsoup4==4.14.3
13
+ brotli==1.2.0
14
+ certifi==2026.2.25
15
+ charset-normalizer==3.4.4
16
+ click==8.3.1
17
+ comm==0.2.3
18
+ dataclasses-json==0.6.7
19
+ ddgs==9.11.3
20
+ debugpy==1.8.20
21
+ decorator==5.2.1
22
+ distro==1.9.0
23
+ executing==2.2.1
24
+ fastapi==0.135.1
25
+ fastuuid==0.14.0
26
+ ffmpy==1.0.0
27
+ filelock==3.25.0
28
+ frozenlist==1.8.0
29
+ fsspec==2026.2.0
30
+ google_search_results==2.4.2
31
+ gradio==6.9.0
32
+ gradio_client==2.3.0
33
+ groovy==0.1.2
34
+ h11==0.16.0
35
+ hf-xet==1.3.2
36
+ httpcore==1.0.9
37
+ httpx==0.28.1
38
+ httpx-sse==0.4.3
39
+ huggingface_hub==0.36.2
40
+ idna==3.11
41
+ importlib_metadata==8.7.1
42
+ ipykernel==7.2.0
43
+ ipython==9.11.0
44
+ ipython_pygments_lexers==1.1.1
45
+ ipywidgets==8.1.8
46
+ jedi==0.19.2
47
+ Jinja2==3.1.6
48
+ jiter==0.13.0
49
+ jsonpatch==1.33
50
+ jsonpointer==3.0.0
51
+ jsonschema==4.26.0
52
+ jsonschema-specifications==2025.9.1
53
+ jupyter_client==8.8.0
54
+ jupyter_core==5.9.1
55
+ jupyterlab_widgets==3.0.16
56
+ langchain-classic==1.0.3
57
+ langchain-community==0.4.1
58
+ langchain-core==1.2.19
59
+ langchain-text-splitters==1.1.1
60
+ langsmith==0.7.17
61
+ litellm==1.82.0
62
+ lxml==6.0.2
63
+ markdown-it-py==4.0.0
64
+ markdownify==1.2.2
65
+ MarkupSafe==3.0.3
66
+ marshmallow==3.26.2
67
+ matplotlib-inline==0.2.1
68
+ mdurl==0.1.2
69
+ multidict==6.7.1
70
+ mypy_extensions==1.1.0
71
+ nest-asyncio==1.6.0
72
+ numpy==2.4.3
73
+ openai==2.24.0
74
+ orjson==3.11.7
75
+ packaging==26.0
76
+ pandas==3.0.1
77
+ parso==0.8.6
78
+ pexpect==4.9.0
79
+ pillow==12.1.1
80
+ platformdirs==4.9.4
81
+ primp==1.1.3
82
+ prompt_toolkit==3.0.52
83
+ propcache==0.4.1
84
+ psutil==7.2.2
85
+ ptyprocess==0.7.0
86
+ pure_eval==0.2.3
87
+ pydantic==2.12.5
88
+ pydantic-settings==2.13.1
89
+ pydantic_core==2.41.5
90
+ pydub==0.25.1
91
+ Pygments==2.19.2
92
+ python-dateutil==2.9.0.post0
93
+ python-dotenv==1.2.2
94
+ python-multipart==0.0.22
95
+ pytz==2026.1.post1
96
+ PyYAML==6.0.3
97
+ pyzmq==27.1.0
98
+ referencing==0.37.0
99
+ regex==2026.2.28
100
+ requests==2.32.5
101
+ requests-toolbelt==1.0.0
102
+ rich==14.3.3
103
+ rpds-py==0.30.0
104
+ safehttpx==0.1.7
105
+ semantic-version==2.10.0
106
+ shellingham==1.5.4
107
+ six==1.17.0
108
+ smolagents==1.24.0
109
+ sniffio==1.3.1
110
+ soupsieve==2.8.3
111
+ SQLAlchemy==2.0.48
112
+ stack-data==0.6.3
113
+ starlette==0.52.1
114
+ tenacity==9.1.4
115
+ tiktoken==0.12.0
116
+ tokenizers==0.22.2
117
+ tomlkit==0.13.3
118
+ tornado==6.5.5
119
+ tqdm==4.67.3
120
+ traitlets==5.14.3
121
+ typer==0.24.1
122
+ typing-inspect==0.9.0
123
+ typing-inspection==0.4.2
124
+ typing_extensions==4.15.0
125
+ urllib3==2.6.3
126
+ uuid_utils==0.14.1
127
+ uvicorn==0.41.0
128
+ wcwidth==0.6.0
129
+ widgetsnbextension==4.0.15
130
+ xxhash==3.6.0
131
+ yarl==1.23.0
132
+ zipp==3.23.0
133
+ zstandard==0.25.0