Thread Store
Why it matters: Keep conversation context across multiple turns.
Short-term conversation/thread storage per agent session with pagination, truncation, and rolling summarization.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/threads | Create a thread |
POST | /v1/threads/:id/messages | Add a message |
GET | /v1/threads/:id | Get thread |