(ctx context.Context, id string, limit int)
| 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) |
| 215 | ApproveSession(ctx context.Context, id string, request SessionApprovalRequest) (SessionApprovalRecord, error) |
| 216 | PromptSession(ctx context.Context, id string, message string) ([]AgentEventRecord, error) |
no outgoing calls
no test coverage detected