MCPcopy Create free account
hub / github.com/bcefghj/competitive-intelligence-multi-agent / lifespan

Function lifespan

python/src/api/server.py:51–54  ·  view source on GitHub ↗
(app: FastAPI)

Source from the content-addressed store, hash-verified

49
50@asynccontextmanager
51async def lifespan(app: FastAPI):
52 logger.info("CI Multi-Agent Pipeline started")
53 yield
54 logger.info("CI Multi-Agent Pipeline shutting down")
55
56
57app = FastAPI(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected