MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / is_memory_enabled

Method is_memory_enabled

AskAgent/python/core/config.py:621–623  ·  view source on GitHub ↗

Check if memory functionality is enabled.

(self)

Source from the content-addressed store, hash-verified

619 return self.nlweb.tool_selection_enabled if hasattr(self, 'nlweb') else True
620
621 def is_memory_enabled(self) -> bool:
622 """Check if memory functionality is enabled."""
623 return self.nlweb.memory_enabled if hasattr(self, 'nlweb') else False
624
625 def is_analyze_query_enabled(self) -> bool:
626 """Check if query analysis is enabled."""

Callers 1

doMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected