autonomous-sre / session_runtime.py
github-actions[bot]
Sync from GitHub: 21680a041914a07907a2775026dce7d6d59316e0
21875bf
Raw
History Blame Contribute Delete
187 Bytes
"""Process-wide environment session manager (shared by FastAPI and Gradio UI)."""
from __future__ import annotations
from environment import SessionManager
sessions = SessionManager()