MCPcopy
hub / github.com/NevaMind-AI/memU / _get_llm_client

Method _get_llm_client

src/memu/app/service.py:187–189  ·  view source on GitHub ↗
(self, profile: str | None = None, step_context: Mapping[str, Any] | None = None)

Source from the content-addressed store, hash-verified

185 )
186
187 def _get_llm_client(self, profile: str | None = None, step_context: Mapping[str, Any] | None = None) -> Any:
188 base_client = self._get_llm_base_client(profile)
189 return self._wrap_llm_client(base_client, profile=profile, step_context=step_context)
190
191 @property
192 def llm_client(self) -> Any:

Callers 15

llm_clientMethod · 0.95
_get_step_llm_clientMethod · 0.95
_persist_memory_itemsMethod · 0.80
_prepare_audio_textMethod · 0.80
_summarize_segmentMethod · 0.80
_preprocess_videoMethod · 0.80

Calls 2

_get_llm_base_clientMethod · 0.95
_wrap_llm_clientMethod · 0.95

Tested by

no test coverage detected