We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b91ce commit 40b0313Copy full SHA for 40b0313
sgr_deep_research/__main__.py
@@ -23,6 +23,7 @@ async def lifespan(app: FastAPI):
23
await MCP2ToolConverter().build_tools_from_mcp()
24
yield
25
26
+
27
app = FastAPI(title="SGR Agent Core API", version=__version__, lifespan=lifespan)
28
29
config = get_config()
0 commit comments