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

Method get_llmware_path

llmware/configs.py:155–157  ·  view source on GitHub ↗

Get llmware absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

153
154 @classmethod
155 def get_llmware_path(cls):
156 """Get llmware absolute folder directory path"""
157 return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"])
158
159 @classmethod
160 def get_library_path(cls):

Callers 15

biz_bot_ui_appFunction · 0.80
model_test_run_generalFunction · 0.80
hello_world_testFunction · 0.80
text_gen_botFunction · 0.80
run_botFunction · 0.80
text_gen_botFunction · 0.80
run_botFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 2

model_test_run_generalFunction · 0.64