plugins/tools/memory/memory

Memory tool. Manages persistent memory using SQLite-backed storage. Supports add, replace, and remove operations on agent memory and user profile.

Values

pub fn tool_with_conn(
  conn: sqlight.Connection,
  user_key: String,
) -> tool.Tool
Search Document