agnes-the-ai-analyst/app
ZdenekSrotyr 7d036760f5 fix: wrap Google OAuth DB connection in try/finally to ensure it is always closed
The system DB connection opened in google_callback is now closed in a
finally block, so it is released even when an exception occurs between
open and close.
2026-04-09 18:42:56 +02:00
..
api fix: route admin_edit through KnowledgeRepository.update instead of raw SQL 2026-04-09 18:42:52 +02:00
auth fix: wrap Google OAuth DB connection in try/finally to ensure it is always closed 2026-04-09 18:42:56 +02:00
web fix: enforce role guards on admin web pages 2026-04-09 16:30:13 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
instance_config.py fix: correct YAML path for instance name and subtitle 2026-04-09 16:31:56 +02:00
main.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00
utils.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00