MCPcopy
hub / github.com/llmware-ai/llmware / format

Method format

llmware/configs.py:57–60  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

55 }
56
57 def format(self, record):
58 log_fmt = self.FORMATS.get(record.levelno)
59 formatter = logging.Formatter(log_fmt)
60 return formatter.format(record)
61
62
63class LLMWareConfig:

Callers 15

embeddings_fast_startFunction · 0.80
build_libFunction · 0.80
build_libFunction · 0.80
ragFunction · 0.80
setup_libraryFunction · 0.80
build_libFunction · 0.80
build_libFunction · 0.80
embeddings_lancedbFunction · 0.80
build_libFunction · 0.80

Calls

no outgoing calls

Tested by 2

setup_libraryFunction · 0.64