breadboard-ai / breadboard

A library for prototyping generative AI applications.
Apache License 2.0
151 stars 21 forks source link

Should kits be able to re-export node types from other kits? #82

Open seefeldb opened 1 year ago

seefeldb commented 1 year ago

Some kits might actually just be collections of useful node types they collect from other kits. E.g. llm-starter-kit is a bundle of useful node types, but maybe at some point we also have a Palm kit that has all the APIs, and it would be odd for it to not include generateText. It's in the short term not terrible if these are duplicated, but over time maybe re-exporting becomes possible.

Something to think about once we turn graphs into kits. Then those graphs import nodes from other kits.

dglazkov commented 12 months ago

Related google/breadboard-ai#26