MCPcopy Create free account
hub / github.com/AI45Lab/Code / has_memory

Method has_memory

sdk/python/src/lib.rs:2993–2995  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2991 /// Check if memory is configured for this session.
2992 #[getter]
2993 fn has_memory(&self) -> bool {
2994 self.inner.memory().is_some()
2995 }
2996
2997 /// Remember a successful task execution.
2998 ///

Callers

nothing calls this directly

Calls 1

memoryMethod · 0.45

Tested by

no test coverage detected