Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenBMB/ChatDev
/ get_node_definitions
Method
get_node_definitions
entity/graph_config.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
)
61
62
def
get_node_definitions(self) -> List[Node]:
63
return
self.definition.nodes
64
65
def
get_edge_definitions(self) -> List[EdgeConfig]:
66
return
self.definition.edges
Callers
1
_instantiate_nodes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected