pub async fn get_memory( __arg0: State<Arc<AppState>>, agent: Option<Extension<AuthenticatedAgent>>, __arg2: Path<String>, ) -> Result<impl IntoResponse, ApiError>
Retrieves a single memory by its UUID.