LoadTodos 加载Todo列表
(ctx context.Context, agentID string)
| 44 | |
| 45 | // LoadTodos 加载Todo列表 |
| 46 | LoadTodos(ctx context.Context, agentID string) (any, error) |
| 47 | |
| 48 | // DeleteAgent 删除Agent所有数据 |
| 49 | DeleteAgent(ctx context.Context, agentID string) error |
no outgoing calls
no test coverage detected