Bare bones API gateway

This commit is contained in:
Cyber MacGeddon 2024-11-20 16:57:46 +00:00
parent f2c78b701e
commit a8e37037d2
3 changed files with 265 additions and 0 deletions

View file

@ -58,6 +58,7 @@ setuptools.setup(
"google-generativeai",
"ibis",
"jsonschema",
"aiohttp",
],
scripts=[
"scripts/agent-manager-react",