MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / load_data

Method load_data

methods/letta/client/client.py:3115–3123  ·  view source on GitHub ↗

Load data into a source Args: connector (DataConnector): Data connector source_name (str): Name of the source

(self, connector: DataConnector, source_name: str)

Source from the content-addressed store, hash-verified

3113 return self.server.agent_manager.list_attached_tools(agent_id=agent_id, actor=self.user)
3114
3115 def load_data(self, connector: DataConnector, source_name: str):
3116 """
3117 Load data into a source
3118
3119 Args:
3120 connector (DataConnector): Data connector
3121 source_name (str): Name of the source
3122 """
3123 self.server.load_data(user_id=self.user_id, connector=connector, source_name=source_name)
3124
3125 def load_file_to_source(self, filename: str, source_id: str, blocking=True):
3126 """

Callers

nothing calls this directly

Calls 1

load_dataMethod · 0.45

Tested by

no test coverage detected