MCPcopy Create free account
hub / github.com/compozy/agh / agentValues

Function agentValues

internal/cli/client.go:5838–5844  ·  view source on GitHub ↗
(query AgentQuery)

Source from the content-addressed store, hash-verified

5836}
5837
5838func agentValues(query AgentQuery) url.Values {
5839 values := url.Values{}
5840 if trimmed := strings.TrimSpace(query.Workspace); trimmed != "" {
5841 values.Set("workspace", trimmed)
5842 }
5843 return values
5844}
5845
5846func agentSoulHistoryValues(request AgentSoulHistoryRequest) url.Values {
5847 values := agentValues(AgentQuery{Workspace: request.WorkspaceID})

Callers 7

ListAgentsMethod · 0.85
GetAgentMethod · 0.85
GetAgentSoulMethod · 0.85
GetAgentHeartbeatMethod · 0.85
agentSoulHistoryValuesFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected