← All primitives

Thread Store

planned P2 /v1/threads

Why it matters: Keep conversation context across multiple turns.

Short-term conversation/thread storage per agent session with pagination, truncation, and rolling summarization.

GitHub issue →

API endpoints

MethodPathDescription
POST/v1/threadsCreate a thread
POST/v1/threads/:id/messagesAdd a message
GET/v1/threads/:idGet thread