MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / end_session

Method end_session

src/memory/server.py:193–206  ·  view source on GitHub ↗

End a memory session. Args: memory_name: Name of the memory system ctx: Memory context

(self, 
                          memory_name: str, 
                          ctx: SessionContext = None,
                          **kwargs)

Source from the content-addressed store, hash-verified

191 **kwargs)
192
193 async def end_session(self,
194 memory_name: str,
195 ctx: SessionContext = None,
196 **kwargs):
197 """End a memory session.
198
199 Args:
200 memory_name: Name of the memory system
201 ctx: Memory context
202 """
203 return await self.memory_context_manager.end_session(
204 memory_name,
205 ctx=ctx,
206 **kwargs)
207
208 async def get_session_info(self,
209 memory_name: str,

Callers 15

__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
endMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected