(query_params: Dict[str, Any], _body: Dict[str, Any])
| 141 | return agents.list_roles() |
| 142 | |
| 143 | |
| 144 | def _api_profile(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]: |
| 145 | return agents.get_profile(_required_user(query_params)) |
| 146 | |
| 147 |
nothing calls this directly
no test coverage detected