pub async fn store_memory( __arg0: State<Arc<AppState>>, agent: Option<Extension<AuthenticatedAgent>>, __arg2: Json<Value>, ) -> Result<impl IntoResponse, ApiError>
Stores a new memory node in the database.