build nxt graph from local file structure #219
FXTD-ODYSSEY
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I love this idea. There are lots of open-ended questions I think. Right now, you can work kinda like this if you use the Here are some questions with some of my best-guess answers at what might work well, it's an idea with lots of corners.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
node code nested in the
.nxt
file which hard to review and maintain.I want to build a nxt_graph from local file structure.
here is a basic example what I want
then I can using a cli tool to build
my_nxt_graph.nxt
fileHow to manage the connections and attrs?
My raw idea is define in the docstring.
here is the
second_node/__init__.py
docstring example.I have no idea how to manage the layer right now.
Beta Was this translation helpful? Give feedback.
All reactions