Home / Docs / Tools / remember
Tool

remember

Write a memory event — with the causal links that let you trace it later.

Signature
remember(content, caused_by=[], tags=[], importance=0.5, tenant_id?)
Example
remember(
  content="Refunded order #4471 ($4,200)",
  caused_by=["dispute_4471", "policy_under_5k"],
  tags=["refund", "finance"], importance=0.8)

Accepts an optional tenant_id to namespace memory. See the full tool reference.

Keep reading