MCPcopy
hub / github.com/TransformerOptimus/SuperAGI / get_config

Function get_config

superagi/config/config.py:50–51  ·  view source on GitHub ↗
(key: str, default: str = None)

Source from the content-addressed store, hash-verified

48
49
50def get_config(key: str, default: str = None) -> str:
51 return _config_instance.get_config(key, default)

Callers 15

main.pyFile · 0.90
env.pyFile · 0.90
run_migrations_onlineFunction · 0.90
worker.pyFile · 0.90
max_token_limitMethod · 0.90
_executeMethod · 0.90
_executeMethod · 0.90
_executeMethod · 0.90
list_filesMethod · 0.90
_executeMethod · 0.90
_executeMethod · 0.90
get_img_public_urlMethod · 0.90

Calls 1

get_configMethod · 0.80

Tested by

no test coverage detected