Application¶ ghost_brain.app ¶ Main FastAPI application assembly. logger = logging.getLogger(__name__) module-attribute ¶ app = FastAPI(title='Ghost Brain', description='Voice-interviewer bot and post-call processor.', version=__version__) module-attribute ¶ health() -> dict[str, str] async ¶ Provide a health check endpoint for load balancers and Cloud Run.