Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fosowl/agenticSeek
/ is_active
Function
is_active
api.py:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
171
@api.get(
"/is_active"
)
172
async
def
is_active():
173
logger.info(
"Is active endpoint called"
)
174
return
{
"is_active"
: interaction.is_active}
175
176
@api.get(
"/stop"
)
177
async
def
stop():
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected