session_recovery
Restores interrupted sessions by checking status, resetting state, or configuring auto-retry and circuit breaker thresholds for reliable multi-LLM delegation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 실행할 액션: status(상태 조회), reset(초기화), config(설정 변경) | |
| auto_retry | No | 자동 재시도 활성화 여부 (config 액션용) | |
| circuit_breaker_threshold | No | 서킷 브레이커 임계값 (config 액션용) |