Agent Memory
Read and update the agent's accumulated learned memory (the _learned_memory skill), with version history.
Get agent memory
Retrieve the agent's `_learned_memory` skill and its memory metadata. All learned facts are accumulated into this single skill.
Update agent memory
Replace the agent's `_learned_memory` skill content. The submitted `content` fully replaces the previous memory — the API does not append.
Get agent memory history
Retrieve the version history of the agent's `_learned_memory` skill.