Versions in this module Expand all Collapse all v0 v0.0.1 Feb 11, 2026 Changes in this version + type Checkpoint struct + CheckpointID string + CreatedAt time.Time + Messages []Message + Metadata map[string]interface{} + ParentCheckpointID string + PendingWrites map[string]interface{} + ThreadID string + Values map[string]interface{} + type ErrorResponse struct + Code string + Message string + type Message struct + Content string + ID string + Metadata map[string]interface{} + Role string + type Run struct + AgentID string + CreatedAt time.Time + Input map[string]interface{} + Metadata map[string]interface{} + Output map[string]interface{} + RunID string + Status RunStatus + ThreadID string + UpdatedAt time.Time + type RunCreate struct + AgentID string + Config map[string]interface{} + Input map[string]interface{} + Metadata map[string]interface{} + StreamMode []string + ThreadID string + type RunSearchRequest struct + AgentID string + Limit int + Metadata map[string]interface{} + Offset int + Status RunStatus + ThreadID string + type RunStatus string + const RunStatusError + const RunStatusInterrupted + const RunStatusPending + const RunStatusRunning + const RunStatusSuccess + const RunStatusTimeout + type StoreDeleteRequest struct + Key string + Namespace []string + type StoreGetRequest struct + Key string + Namespace []string + type StoreItem struct + CreatedAt time.Time + Key string + Namespace []string + UpdatedAt time.Time + Value map[string]interface{} + type StorePutRequest struct + Key string + Namespace []string + Value map[string]interface{} + type StoreSearchRequest struct + Filter map[string]interface{} + Limit int + NamespacePrefix []string + Offset int + type Thread struct + CreatedAt time.Time + Messages []Message + Metadata map[string]interface{} + Status ThreadStatus + ThreadID string + UpdatedAt time.Time + Values map[string]interface{} + type ThreadCreate struct + IfExists string + Metadata map[string]interface{} + ThreadID string + type ThreadPatch struct + Messages []Message + Metadata map[string]interface{} + Values map[string]interface{} + type ThreadSearchRequest struct + Limit int + Metadata map[string]interface{} + Offset int + Status ThreadStatus + type ThreadStatus string + const ThreadStatusBusy + const ThreadStatusError + const ThreadStatusIdle + const ThreadStatusInterrupted