memory

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VolatileStore

type VolatileStore struct {
	// contains filtered or unexported fields
}

VolatileStore implements a thread-safe in-memory store. It is used for ephemeral storage that does not persist beyond the process or instance.

func (*VolatileStore) Append

func (s *VolatileStore) Append(ctx context.Context, sessionID string, msgs []core.Message) error

Append saves the chat history for a given session.

func (*VolatileStore) Read

func (s *VolatileStore) Read(ctx context.Context, sessionID string) ([]core.Message, error)

Read retrieves the chat history for a given session.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL