Paul Lewis
Paul Lewis
Looking over the packages we have: 1. [breadboard] a Datastore, which we use to keep blobs around. 2. [visual-editor] inputs from a previous run 3. [visual-editor] inputs from the settings...
According to our schema a port's default value should be [`string|undefined`](https://github.com/breadboard-ai/breadboard/blob/main/packages/breadboard/src/types.ts#L133) However in the fetch component we set the default for the [`headers` property to be an object](https://github.com/breadboard-ai/breadboard/blob/main/packages/core-kit/src/nodes/fetch.ts#L98) Not sure...
If a Specialist is given an embedded sub board as a tool it can't run it. If the same board is somehow external then it seems to work just fine....
We don't currently give the user any information about the status of a run load, which can lead to confusion.
Not sure if this is a bug or not, but I _think_ it might be. As of https://github.com/breadboard-ai/breadboard/pull/2413 we now get three schemas coming through for a runJavascript node: `schema`,...
I was making some tools today, and a couple of them had sub-boards. We don't currently support running sub-boards, but I think it would be a good thing to have...
We support backspace but not del
- [ ] Add a control for marking an edge as a constant ("memoize value"?) - [ ] Add an "emit this value" flag
I have to do some checks on some data coming back from an API to ensure that the value I get is valid. It's possible that the API will return...
One to ponder in the background: Moving kits to Board Servers has implications for serialized runs inasmuch as when we load a serialized run today we assume the kits available...