Versions in this module Expand all Collapse all v0 v0.4.5 Jun 23, 2026 v0.4.4 Jun 11, 2026 Changes in this version + const DefaultAuthSchema + const DefaultLLMSchema + const DefaultMemorySchema + const MemoryListMax + var Objects string + var Queries string + type Memory struct + CreatedAt time.Time + ModifiedAt *time.Time + func (m *Memory) Scan(row pg.Row) error + type MemoryInsert struct + Key string + Session uuid.UUID + func (m MemoryInsert) Insert(bind *pg.Bind) (string, error) + func (m MemoryInsert) Update(_ *pg.Bind) error + type MemoryList struct + Body []*Memory + Count uint + func (list *MemoryList) Scan(row pg.Row) error + func (list *MemoryList) ScanCount(row pg.Row) error + type MemoryListRequest struct + End *time.Time + Q string + Session *uuid.UUID + Start *time.Time + func (req MemoryListRequest) Query() url.Values + func (req MemoryListRequest) Select(bind *pg.Bind, op pg.Op) (string, error) + type MemoryMeta struct + Value *string + type MemorySelector struct + Key string + Session uuid.UUID + func (sel MemorySelector) Select(bind *pg.Bind, op pg.Op) (string, error)