SaveInfo 保存Agent元信息
(ctx context.Context, agentID string, info types.AgentInfo)
| 35 | |
| 36 | // SaveInfo 保存Agent元信息 |
| 37 | SaveInfo(ctx context.Context, agentID string, info types.AgentInfo) error |
| 38 | |
| 39 | // LoadInfo 加载Agent元信息 |
| 40 | LoadInfo(ctx context.Context, agentID string) (*types.AgentInfo, error) |