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

Method RefreshSessionSoul

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

Source from the content-addressed store, hash-verified

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)
210 StopSession(ctx context.Context, id string) error
211 DeleteSession(ctx context.Context, id string) error
212 ResumeSession(ctx context.Context, id string) (SessionRecord, error)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected