get memory

This block is part of the anthropic group and was last modified in core v15.0.0.

get memory v15.0.0

Read a memory's contents by id (conversation history, memory files, summary) without creating one.

In pins 1 + flow
  • flow
    flow
  • id required
    value

    The memory id to read.

Out pins 8 + flow
  • flow
    flow
  • success
    condition
  • found
    condition

    True when a memory with this id exists.

  • memory
    anthropicmemory

    The memory handle (when found).

  • history
    array<object>

    The conversation turns.

  • files
    object

    The memory files (path -> markdown).

  • summary
    value

    The running summary.

  • errors
    array<value>

    Error codes when the call fails (success=false): config_error, internal_error.

  • error detail
    value
read memory
memory contents
load memory
inspect memory

A typical wiring for get memory: a function trigger starts the flow; value feeds the id pin; the flow out pin feeds debug.

Studio canvas example for the get memory block: typical wiring for get memory.

Version history

Introduced in v15.0.0.


Back to anthropic Return to the main group to view all sub-groups Back to anthropic Return to the group to view all blocks within this group