chore: update Dockerfile to use Python 3.12-bookworm and refactor layout logic to utilize ELK for improved node layout (#26522)

This commit is contained in:
GuanMu
2025-10-05 12:49:41 +08:00
committed by GitHub
parent 7b7d332239
commit 22f64d60bb
4 changed files with 593 additions and 317 deletions

View File

@ -1,7 +1,7 @@
export * from './node'
export * from './edge'
export * from './workflow-init'
export * from './dagre-layout'
export * from './layout'
export * from './common'
export * from './tool'
export * from './workflow'