1 """ 2 FastAPI Backend for Ag3ntum. 3 4 Provides REST API endpoints for agent execution, session management, 5 and real-time event streaming via SSE. 6 """ 7