MCPcopy 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
22class Registry:

Callers 10

read_yamlFunction · 0.45
getYAMLDescriptionFunction · 0.45
load_design_from_fileFunction · 0.45
get_tooling_type_configFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected