(ctx context.Context, id string)
| 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) |
| 213 | SessionRecap(ctx context.Context, id string, limit int) (SessionRecapRecord, error) |
| 214 | RepairSession(ctx context.Context, id string, query SessionRepairQuery) (SessionRepairRecord, error) |
no outgoing calls
no test coverage detected