智能体列表,全部

This commit is contained in:
weber
2025-08-06 15:58:17 +08:00
parent 993604bfc1
commit a944bd0fa3
9 changed files with 318 additions and 18 deletions

View File

@@ -230,6 +230,8 @@ fun AddAgentScreen() {
if (result != null) {
println("AddAgent: Agent created successfully, closing page")
// 创建成功,关闭页面
model.name = ""
model.desc = ""
navController.popBackStack()
}
} catch (e: Exception) {