first ever agent uploaded to modaic hub

This commit is contained in:
2025-08-17 00:09:02 -04:00
parent aae5b37374
commit 6666c69576
14 changed files with 627 additions and 1 deletions

0
utils/__init__.py Normal file
View File

0
utils/google_api.py Normal file
View File

2
utils/outlook_api.py Normal file
View File

@@ -0,0 +1,2 @@
def call_api():
print("Calling API")

2
utils/zoom_api.py Normal file
View File

@@ -0,0 +1,2 @@
def hello_world():
print("Hello, world!")