MCPcopy Create free account
hub / github.com/MemTensor/MemOS / __init__

Method __init__

evaluation/scripts/utils/client.py:320–326  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318
319class MemuClient:
320 def __init__(self):
321 from memu import MemuClient
322
323 self.memu_client = MemuClient(
324 base_url="https://api.memu.so", api_key=os.getenv("MEMU_API_KEY")
325 )
326 self.agent_id = "assistant_001"
327
328 def add(self, messages, user_id, iso_date):
329 try:

Callers

nothing calls this directly

Calls 1

MemuClientClass · 0.85

Tested by

no test coverage detected