Update environment variables, Docker configuration, and dependencies; refactor token management and chat agent logic. Added FastAPI server setup and improved message handling in GigaChat client.

This commit is contained in:
12 changed files with 348 additions and 50 deletions

View File

@@ -14,6 +14,8 @@ numpy
aiohttp
redis
Pillow
fastapi
uvicorn[standard]
# Dev
pytest