> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.AgentSessionStatus.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AgentSessionStatus

```typescript
AgentSessionStatus:
    | "idle"
    | "active"
    | "awaiting-permission"
    | "stalled"
    | "ended"
    | "error"
```
