from fastapi import FastAPI
#from ...utils.database import DatabaseManager  # Using relative import

app = FastAPI(title="Agent Service") 