Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
def
get_config(key: str, default: str = None) -> str:
51
return
_config_instance.get_config(key, default)
Callers
15
main.py
File · 0.90
env.py
File · 0.90
run_migrations_online
Function · 0.90
worker.py
File · 0.90
max_token_limit
Method · 0.90
_execute
Method · 0.90
_execute
Method · 0.90
_execute
Method · 0.90
list_files
Method · 0.90
_execute
Method · 0.90
_execute
Method · 0.90
get_img_public_url
Method · 0.90
Calls
1
get_config
Method · 0.80
Tested by
no test coverage detected