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

Class RegistryError

utils/registry.py:8–9  ·  view source on GitHub ↗

Raised when registering duplicated or invalid entries.

Source from the content-addressed store, hash-verified

6
7
8class RegistryError(RuntimeError):
9 """Raised when registering duplicated or invalid entries."""
10
11
12@dataclass(slots=True)

Callers 15

register_edge_conditionFunction · 0.90
register_edge_processorFunction · 0.90
build_edge_processorFunction · 0.90
register_node_typeFunction · 0.90
get_node_registrationFunction · 0.90
register_memory_storeFunction · 0.90
register_thinking_modeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected