(ctx context.Context, id string)
| 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) |
| 210 | StopSession(ctx context.Context, id string) error |
no outgoing calls
no test coverage detected