add ai agent

This commit is contained in:
jxxghp
2025-10-18 21:26:36 +08:00
parent 78aaad7b59
commit 6fee532c96
29 changed files with 1819 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ class Api:
"""
用户列表(仅管理员有权访问)
"""
if (res := self.request("/manager/user/list")) and res.success:
if (res := self.request("/memory/user/list")) and res.success:
if not res.data:
return []
return [