Represents the state of a thread.
ThreadState()| Name | Type |
|---|---|
| values | list[dict] | dict[str, Any] |
| next | Sequence[str] |
| checkpoint | Checkpoint |
| metadata | Json |
| created_at | str | None |
| parent_checkpoint | Checkpoint | None |
| tasks | Sequence[ThreadTask] |
| interrupts | list[Interrupt] |