Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/OpenGenerativeUI
/ health
Function
health
apps/agent/main.py:41–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
40
@app.get(
"/health"
)
41
def
health():
42
return
{
"status"
:
"ok"
}
43
44
45
add_langgraph_fastapi_endpoint(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected