forked from breadboard-ai/breadboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
metadata
for NodeHandler
entries, teaching node types i…
…n Kits to describe themselves. - **Sort nodes in `InspectableKit` and add kit metadata.** - **Plumb node type info to selector.** - **Add `NodeHandlerMetadata`.** - **Mark a few node types as deprecated.** - **Deprecate a PaLM generate text.** - **Implement `GraphDescriptorNodeHandler`.** - **Teach KitManifest about node type metadata.** - **Add support for metadata in `defineNodeType`.** - **Teach Core kit about node handler metadata.** - **Teach JSON Kit about node handler metadata.** - **Deprecate nodes in Node Nursery Web.** - **Teach PaLM Kit about node handler metadata.** - **Teach Templates Kit about node handler metadata.** - **docs(changeset): Introduce `metadata` for `NodeHandler` entries, teaching node types in Kits to describe themselves.** Fixes breadboard-ai#1459.
- Loading branch information
Showing
36 changed files
with
321 additions
and
121 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,13 @@ | ||
--- | ||
"@google-labs/node-nursery-web": patch | ||
"@google-labs/breadboard-ui": patch | ||
"@google-labs/template-kit": patch | ||
"@google-labs/breadboard": patch | ||
"@google-labs/core-kit": patch | ||
"@google-labs/json-kit": patch | ||
"@google-labs/palm-kit": patch | ||
"@google-labs/breadboard-schema": patch | ||
"@breadboard-ai/build": patch | ||
--- | ||
|
||
Introduce `metadata` for `NodeHandler` entries, teaching node types in Kits to describe themselves. |
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.