Reported by @SeanGearin in #72.
recallBody caps the notebook with capTail(body, RECALL_MAX_CHARS) (6,000 chars), so the model silently loses the head. The memory exists but the agent doesn't know there's more to fetch — at minimum, surface a count/indicator that the record was truncated.
Reported by @SeanGearin in #72.
recallBodycaps the notebook withcapTail(body, RECALL_MAX_CHARS)(6,000 chars), so the model silently loses the head. The memory exists but the agent doesn't know there's more to fetch — at minimum, surface a count/indicator that the record was truncated.