Significant-Gravitas/AutoGPT

Collapse unconnected object sub-outputs on blocks

Open

#11,044 opened on Oct 2, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (184,310 stars) (46,237 forks)batch import
good first issueplatform/frontend

Description

Any node output that is:

  • not connected
  • not a top-level output

Should be default hidden. The user should be able to expand an object output to show its sub-outputs.

Hiding unused sub-outputs will save a lot of wasted Builder canvas real-estate and improve usability in such cases.

Contributor guide