MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / list_metadata

Method list_metadata

utils/function_catalog.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return sorted(self._metadata.keys())
81
82 def list_metadata(self) -> Dict[str, FunctionMetadata]:
83 self._ensure_loaded()
84 return self._metadata.copy()
85
86 def iter_modules(self) -> List[Tuple[str, List[FunctionMetadata]]]:
87 """Return functions grouped by Python file (module_name)."""

Callers 3

list_local_toolsFunction · 0.80
field_specsMethod · 0.80
field_specsMethod · 0.80

Calls 2

_ensure_loadedMethod · 0.95
copyMethod · 0.45

Tested by

no test coverage detected