Documentation
¶
Overview ¶
Package mongo registers MongoDB-backed run event log storage for loom-mcp agents.
Use clients/mongo to build the low-level client and pass it to NewStore to obtain a runlog.Store that persists append-only run events.
Package mongo wires the runlog.Store interface to the MongoDB client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implements runlog.Store by delegating to the Mongo client.
func NewStore ¶
func NewStore(client clientsmongo.Client) (*Store, error)
NewStore builds a Mongo-backed run log store using the provided client.
Click to show internal directories.
Click to hide internal directories.