Body
application/json
Request body for adding a new episode to memory.
The ID of the user or agent that created the episode.
The ID of the intended recipient.
The content of the episode (text string).
The category of the episode (e.g., 'message', 'thought').
The ID of the user associated with the episode.
The unique session identifier.
The group identifier.
Optional dictionary for custom, user-defined metadata.
Response
200 - application/json
Episode added successfully.
Generic response indicating the status of an asynchronous operation.
The status of the operation (e.g., 'success', 'accepted', 'failure').
Example:
"success"

