Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCPDistiller ¶
type MCPDistiller struct {
Session *mcp.ServerSession
}
func NewMCPDistiller ¶
func NewMCPDistiller(session *mcp.ServerSession) *MCPDistiller
func (*MCPDistiller) Distill ¶
func (d *MCPDistiller) Distill(ctx context.Context, logs []memory.Observation) (memory.Summary, error)
func (*MCPDistiller) DistillTranscript ¶
func (d *MCPDistiller) DistillTranscript(ctx context.Context, transcript []memory.Message) ([]memory.DistilledMemory, error)
Click to show internal directories.
Click to hide internal directories.