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

Function get_profile

deployments/desktop/shared/agents.py:1799–1801  ·  view source on GitHub ↗
(user_id: str)

Source from the content-addressed store, hash-verified

1797 result = role_manager.switch_role(role_name)
1798 return {"result": result, **list_roles()}
1799
1800
1801def delete_role(role_name: str) -> Dict[str, Any]:
1802 role_name = str(role_name or "").strip()
1803 if not role_name:
1804 raise ValueError("role_name is required")

Callers 15

daily_pushFunction · 0.50
cold_startFunction · 0.50
__init__Method · 0.50
handle_reviewer_watchMethod · 0.50
handle_show_profileMethod · 0.50
handle_profile_updateMethod · 0.50
bind_chat_idFunction · 0.50

Calls 1

_profile_summaryFunction · 0.85

Tested by

no test coverage detected