Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
class
RegistryError(RuntimeError):
9
""
"Raised when registering duplicated or invalid entries."
""
10
11
12
@dataclass(slots=True)
Callers
15
register_edge_condition
Function · 0.90
get_edge_condition_registration
Function · 0.90
build_edge_condition_manager
Function · 0.90
register_edge_processor
Function · 0.90
get_edge_processor_registration
Function · 0.90
build_edge_processor
Function · 0.90
register_node_type
Function · 0.90
get_node_registration
Function · 0.90
register_memory_store
Function · 0.90
get_memory_store_registration
Function · 0.90
register_thinking_mode
Function · 0.90
get_thinking_registration
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected