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

Method GetSessionHealth

internal/cli/client.go:206–206  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

204 CreateSession(ctx context.Context, request CreateSessionRequest) (SessionRecord, error)
205 GetSession(ctx context.Context, id string) (SessionRecord, error)
206 GetSessionHealth(ctx context.Context, id string) (SessionHealthRecord, error)
207 GetSessionStatus(ctx context.Context, id string) (SessionStatusRecord, error)
208 InspectSession(ctx context.Context, id string, query SessionInspectQuery) (SessionInspectRecord, error)
209 RefreshSessionSoul(ctx context.Context, id string, request SessionSoulRefreshRequest) (AgentSoulRecord, error)

Callers 5

newSessionHealthCommandFunction · 0.65
GetSessionHealthMethod · 0.65
sessionHealthMethod · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected