Documentation
¶
Overview ¶
Package sessionlog tees a session's records into an append-only per-session file under .remindb/logs/.
Index ¶
Constants ¶
View Source
const ( // Tool-call trace messages emitted by tools.Deps.logCall. MsgToolCall = "mcp call" MsgToolCallFailed = "mcp call failed" )
Variables ¶
This section is empty.
Functions ¶
func FromContext ¶
func NewContext ¶
NewContext returns ctx carrying the canonical session id the registry resolved.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
NewHandler wraps next as the outermost handler, teeing captured records to sink.
type Record ¶
Click to show internal directories.
Click to hide internal directories.