save_session_state
Method
This is a method of the Agents class in the agents module.Save current state to memory for session persistence
Signature
Parameters
No description available.
No description available.
Save current state to memory for session persistence
This is a method of the Agents class in the agents module.Save current state to memory for session persistence
def save_session_state(session_id: str, include_memory: bool) -> None