Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenBMB/ChatDev
/ load
Method
load
utils/registry.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
metadata: Dict[str, Any] = field(default_factory=dict)
17
18
def
load(self) -> Any:
19
return
self.loader()
20
21
22
class
Registry:
Callers
10
read_yaml
Function · 0.45
getYAMLDescription
Function · 0.45
_build_global_memories
Method · 0.45
load_design_from_file
Function · 0.45
get_dynamic_edge_type_config
Function · 0.45
iter_dynamic_edge_type_registrations
Function · 0.45
get_tooling_type_config
Function · 0.45
iter_tooling_type_registrations
Function · 0.45
get_subgraph_source_config
Function · 0.45
iter_subgraph_source_registrations
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected