Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + type MemoryEventLog struct + AllEvents []*proto.ConversationEvent + AllExecEvents []*proto.ExecutionEvent + func (m *MemoryEventLog) Append(_ context.Context, event *proto.ConversationEvent) (int32, error) + func (m *MemoryEventLog) AppendExec(_ context.Context, event *proto.ExecutionEvent) error + func (m *MemoryEventLog) Close() error + func (m *MemoryEventLog) DeleteEvents(_ context.Context, conversationID string) error + func (m *MemoryEventLog) Drop(drop func(*proto.ConversationEvent) bool) + func (m *MemoryEventLog) Events(_ context.Context, conversationID string) ([]*proto.ConversationEvent, error) + func (m *MemoryEventLog) ExecEvents(_ context.Context, execID string) ([]*proto.ExecutionEvent, error)