Skip to content

v1.9.5

Choose a tag to compare

@github-actions github-actions released this 13 Mar 16:54
· 293 commits to main since this release

Engram v1.9.5 — Search Truncation Hints

Fixes a problem where agents would use truncated search results without realizing the full content was available.

Bug Fix

  • Truncation hints in mem_search — when search results are truncated (previews), the response now includes a hint telling the agent to call mem_get_observation(id) for the full content
  • This prevents agents from making decisions based on incomplete information