MCPcopy
hub / github.com/Open-LLM-VTuber/Open-LLM-VTuber / initialize

Method initialize

src/open_llm_vtuber/server.py:151–154  ·  view source on GitHub ↗

Asynchronously load the service context from config. Calling this function is needed if default_context_cache was not provided to the constructor.

(self)

Source from the content-addressed store, hash-verified

149 )
150
151 async def initialize(self):
152 """Asynchronously load the service context from config.
153 Calling this function is needed if default_context_cache was not provided to the constructor."""
154 await self.default_context_cache.load_from_config(self.config)
155
156 @staticmethod
157 def clean_cache():

Callers 3

runFunction · 0.95
connect_to_serverMethod · 0.45

Calls 1

load_from_configMethod · 0.80

Tested by

no test coverage detected