pub async fn memories_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Query<MemoryQueryParams>,
) -> Result<Json<PaginatedMemories>, AdminError>Expand description
GET /admin/api/memories?limit=50&offset=0&agent_id=X – paginated memory browser.