(ctx context.Context, name string, query AgentQuery)
| 234 | DeleteWorkspace(ctx context.Context, ref string) error |
| 235 | ListAgents(ctx context.Context, query AgentQuery) ([]AgentRecord, error) |
| 236 | GetAgent(ctx context.Context, name string, query AgentQuery) (AgentRecord, error) |
| 237 | GetAgentSoul(ctx context.Context, name string, query AgentQuery) (AgentSoulRecord, error) |
| 238 | ValidateAgentSoul(ctx context.Context, name string, request AgentSoulValidateRequest) (AgentSoulRecord, error) |
| 239 | PutAgentSoul(ctx context.Context, name string, request AgentSoulPutRequest) (AgentSoulMutationRecord, error) |
no outgoing calls