-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[breadboard] Make
MutableGraph
the actual store of nodes, kits, gra…
…phs, modules, edges - **Start passing `AffectedNodes` instead of `NodeIdentifier`.** - **Make only one `MutableGraph` instance per BGL.** - **Move `GraphDescriptor` instance to `MutableGraph`.** - **Make NodeCache less lazy.** - **Introduce `GraphDescriptorHandle` and `DescriberManager`.** - **Move all describer machinery out of `InspectableGraph`.** - **Unify `MutableGraph` initialization.** - **Remove `InspectableGraph.#url`.** - **Use `GraphDescriptorHandle` in `InspectableGraph` constructor.** - **Introduce `GraphQueries` and start using it.** - **Remove `InspectableGraph` dependency from `NodeCache`.** - **Introduce `InspectableKitCache`.** - **Move `InspectableGraphOptions` to `MutableGraph`.** - **Teach `Node` to use `MutableGraph` instead of `InspectableGraph`.** - **Add `InspectableGraphCache`.** - **Start using `InspectableGraphCache` in earnest.** - **Use graphs cache everywhere.** - **Introduce `MutableGraphImpl` and invert its relationship to `InspectableGraph`.** - **Fewer deps on `Graph`.** - **Rename `populate` to `rebuild` for all caches.** - **Switch to factory pattern in `EdgeCache`.** - **Split `EdgeCache` and `NodeCache` out into separate files.** - **docs(changeset): Make `MutableGraph` the actual store of nodes, kits, graphs, modules, edges.** Progress on #3836
- Loading branch information
Showing
40 changed files
with
1,177 additions
and
798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@breadboard-ai/visual-editor": minor | ||
"@google-labs/breadboard": minor | ||
--- | ||
|
||
Make `MutableGraph` the actual store of nodes, kits, graphs, modules, edges. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.