MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _api_activity

Function _api_activity

deployments/desktop/server.py:200–205  ·  view source on GitHub ↗
(query_params: Dict[str, Any], _body: Dict[str, Any])

Source from the content-addressed store, hash-verified

198 )
199
200
201def _api_activity(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]:
202 return agents.recent_activity(
203 _required_user(query_params),
204 days=int(query_params.get("days") or 14),
205 limit=int(query_params.get("limit") or 80),
206 )
207
208

Callers

nothing calls this directly

Calls 2

_required_userFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected