MCPcopy
hub / github.com/LazyAGI/LazyLLM / get

Method get

lazyllm/tools/memory/base.py:18–19  ·  view source on GitHub ↗
(self, query: Optional[str] = None, user_id: Optional[str] = None, agent_id: Optional[str] = None)

Source from the content-addressed store, hash-verified

16 self._add(r, user_id, agent_id)
17
18 def get(self, query: Optional[str] = None, user_id: Optional[str] = None, agent_id: Optional[str] = None):
19 return self._get(query, user_id, agent_id)
20
21 @abstractmethod
22 def _add(self, message: List[Dict[str, Any]], user_id: Optional[str] = None, agent_id: Optional[str] = None): pass

Callers 15

__call__Method · 0.95
chat_history_to_strFunction · 0.45
inject_tool_configFunction · 0.45
get_city2codeFunction · 0.45
forwardMethod · 0.45
_reduce_aggregateMethod · 0.45
_extract_schemaMethod · 0.45
_extract_roi_implMethod · 0.45
_get_resultMethod · 0.45
searchMethod · 0.45
searchMethod · 0.45
_itemsFunction · 0.45

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected