Skip to content

Commit 0d936c5

Browse files
committed
Backend almost completed
1 parent 55347b8 commit 0d936c5

File tree

2 files changed

+100
-1
lines changed

2 files changed

+100
-1
lines changed

backend/EduAssitant_Agents/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from google.adk.agents import Agent, LoopAgent
2-
from google.adk.tools import google_search
32

43
summarizer_agent = Agent(
54
name="Summarizer_Agent",

backend/requirements.txt

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
-i https://pypi.org/simple
2+
aiohttp==3.7.4.post0; python_version >= '3.6'
3+
aioredis==1.3.1
4+
annotated-types==0.7.0; python_version >= '3.8'
5+
anyio==4.9.0; python_version >= '3.9'
6+
argon2-cffi==20.1.0; python_version >= '3.7'
7+
async-timeout==3.0.1; python_full_version >= '3.5.3'
8+
asyncclick==7.1.2.3
9+
attrs==25.3.0; python_version >= '3.8'
10+
authlib==1.6.0; python_version >= '3.9'
11+
cachetools==5.5.2; python_version >= '3.7'
12+
certifi==2025.6.15; python_version >= '3.7'
13+
cffi==1.17.1; platform_python_implementation != 'PyPy'
14+
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
15+
charset-normalizer==3.4.2; python_version >= '3.7'
16+
click==8.2.1; python_version >= '3.10'
17+
cloudpickle==3.1.1
18+
colored==1.4.4; python_version >= '3.9'
19+
colorful==0.5.6
20+
cryptography==3.4.8; python_version >= '3.6'
21+
docstring-parser==0.16; python_version >= '3.6' and python_version < '4.0'
22+
environs==9.3.5; python_version >= '3.6'
23+
fastapi==0.115.13; python_version >= '3.8'
24+
google-adk==1.3.0; python_version >= '3.9'
25+
google-api-core[grpc]==2.25.1; python_version >= '3.7'
26+
google-api-python-client==2.172.0; python_version >= '3.7'
27+
google-auth==2.40.3; python_version >= '3.7'
28+
google-auth-httplib2==0.2.0
29+
google-cloud-aiplatform[agent-engines]==1.97.0; python_version >= '3.9'
30+
google-cloud-appengine-logging==1.6.2; python_version >= '3.7'
31+
google-cloud-audit-log==0.3.2; python_version >= '3.7'
32+
google-cloud-bigquery==3.34.0; python_version >= '3.9'
33+
google-cloud-core==2.4.3; python_version >= '3.7'
34+
google-cloud-logging==3.12.1
35+
google-cloud-resource-manager==1.14.2; python_version >= '3.7'
36+
google-cloud-secret-manager==2.24.0; python_version >= '3.7'
37+
google-cloud-speech==2.33.0; python_version >= '3.7'
38+
google-cloud-storage==2.19.0; python_version >= '3.7'
39+
google-cloud-trace==1.16.2
40+
google-crc32c==1.7.1; python_version >= '3.9'
41+
google-genai==1.20.0; python_version >= '3.9'
42+
google-resumable-media==2.7.2; python_version >= '3.7'
43+
googleapis-common-protos[grpc]==1.70.0; python_version >= '3.7'
44+
graphviz==0.21; python_version >= '3.9'
45+
greenlet==3.2.3; python_version < '3.14' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
46+
grpc-google-iam-v1==0.14.2; python_version >= '3.7'
47+
grpcio==1.73.0
48+
grpcio-status==1.73.0
49+
h11==0.16.0; python_version >= '3.8'
50+
hiredis==3.2.1; python_version >= '3.8'
51+
httpcore==1.0.9; python_version >= '3.8'
52+
httplib2==0.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
53+
httpx==0.28.1; python_version >= '3.8'
54+
httpx-sse==0.4.0; python_version >= '3.8'
55+
idna==3.10; python_version >= '3.6'
56+
importlib-metadata==8.7.0; python_version >= '3.9'
57+
marshmallow==4.0.0; python_version >= '3.9'
58+
mcp==1.9.4; python_version >= '3.10'
59+
multidict==6.5.0; python_version >= '3.9'
60+
numpy==2.3.0; python_version >= '3.11'
61+
opentelemetry-api==1.34.1; python_version >= '3.9'
62+
opentelemetry-exporter-gcp-trace==1.9.0; python_version >= '3.7'
63+
opentelemetry-resourcedetector-gcp==1.9.0a0; python_version >= '3.7'
64+
opentelemetry-sdk==1.34.1; python_version >= '3.9'
65+
opentelemetry-semantic-conventions==0.55b1; python_version >= '3.9'
66+
packaging==25.0; python_version >= '3.8'
67+
prettyprinter==0.18.0
68+
propcache==0.3.2; python_version >= '3.9'
69+
proto-plus==1.26.1; python_version >= '3.7'
70+
protobuf==6.31.1; python_version >= '3.9'
71+
pyasn1==0.6.1; python_version >= '3.8'
72+
pyasn1-modules==0.4.2; python_version >= '3.8'
73+
pycparser==2.22; python_version >= '3.8'
74+
pydantic==2.11.7; python_version >= '3.9'
75+
pydantic-core==2.33.2; python_version >= '3.9'
76+
pydantic-settings==2.9.1; python_version >= '3.9'
77+
pygments==2.19.1; python_version >= '3.8'
78+
pyparsing==3.2.3; python_version >= '3.1'
79+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
80+
python-dotenv==1.1.0; python_version >= '3.9'
81+
python-multipart==0.0.20; python_version >= '3.8'
82+
pyyaml==6.0.2; python_version >= '3.8'
83+
requests==2.32.4; python_version >= '3.8'
84+
rsa==4.9.1; python_version >= '3.6' and python_version < '4'
85+
shapely==2.1.1; python_version >= '3.10'
86+
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
87+
sniffio==1.3.1; python_version >= '3.7'
88+
sqlalchemy==2.0.41; python_version >= '3.7'
89+
sse-starlette==2.3.6; python_version >= '3.9'
90+
starlette==0.46.2; python_version >= '3.9'
91+
typing-extensions==4.14.0; python_version >= '3.9'
92+
typing-inspection==0.4.1; python_version >= '3.9'
93+
tzlocal==5.3.1; python_version >= '3.9'
94+
uritemplate==4.2.0; python_version >= '3.9'
95+
urllib3==2.4.0; python_version >= '3.9'
96+
uvicore==0.1.14; python_version >= '3.7' and python_version < '4.0'
97+
uvicorn==0.34.3; python_version >= '3.9'
98+
websockets==15.0.1; python_version >= '3.9'
99+
yarl==1.20.1; python_version >= '3.9'
100+
zipp==3.23.0; python_version >= '3.9'

0 commit comments

Comments
 (0)