Skip to content

Get memory item

Module · Stable

Read a memory item (a dropped note or document) and the people / companies it mentions, by id.

Reads one memory item by its id and returns its text plus the entities (people / companies) mentioned in it. Pairs with the ‘Memory item annotated’ trigger: when a note is dropped, the trigger hands you a memory_item_id and this step turns it into the note’s content + who it is about. ‘found’ is false when no such item exists; ‘entities’ lists the mentioned people with their name, type and entity_id.

After a ‘Memory item annotated’ trigger (or any time you hold a memory_item_id) to read the dropped note’s text and the contacts it mentions — e.g. so an agent can decide what CRM changes to propose.

To SEARCH memory by keyword or traverse relations between entities, use Find in memory or List from memory instead. This step only fetches one known item by id.

Configured per use: memory_item_id.

  • found
  • text
  • document_type
  • origin
  • filename
  • entities

Auto-generated from the skill registry (load_skills()). Do not edit by hand.