Documentation
¶
Index ¶
- Constants
- type Option
- type Store
- func (s *Store) Count(ctx context.Context, ns memory.Namespace, level tier.Level) (int, error)
- func (s *Store) Delete(ctx context.Context, ns memory.Namespace, id string) error
- func (s *Store) Get(ctx context.Context, ns memory.Namespace, id string) (tier.Record, error)
- func (s *Store) List(ctx context.Context, ns memory.Namespace, level tier.Level, limit int) ([]tier.Record, error)
- func (s *Store) Put(ctx context.Context, ns memory.Namespace, record tier.Record) error
Constants ¶
View Source
const DefaultTableName = "agentflow_memory_tier_records"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
func WithTableName ¶
Click to show internal directories.
Click to hide internal directories.