mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:39:25 +08:00
refactor(api): rename dify_graph to graphon (#34095)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Application-layer context adapters.
|
||||
|
||||
Concrete execution-context implementations live here so `dify_graph` only
|
||||
Concrete execution-context implementations live here so `graphon` only
|
||||
depends on injected context managers rather than framework state capture.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
Application-layer execution context adapters.
|
||||
|
||||
Concrete context capture lives outside `dify_graph` so the graph package only
|
||||
Concrete context capture lives outside `graphon` so the graph package only
|
||||
consumes injected context managers when it needs to preserve thread-local state.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user