David Katz
David Katz
So we have SystemNotification with 2 types: Inline: I think this is a nice abstraction; just embeds messages in the chat stream that are visible to the user but not...
Still seems to be failing with pro; should we just drop/modify that specific test condition?
Are you imagining this as session scoped, so you'd see your average tps in that session? Or looking to learn more aggregate states of models you commonly use?
Cool got it. Seems like next step is to store persistently for every provider request: (provider, model, input_tokens, output_tokens, duration, date). Anything missing? From there we can build a page...
> @katzdave can you resolve the conflicts when you get a chance? Done
> LGTM tested locally and token count is much better. > > One question: what happens when multiple agents/requests update the same session concurrently would it lose the updates? I...
> @katzdave nice work on this, I'm excited to try this out!! Can you fix the merge conflicts on your side? Thanks! Done. (Although it seems to go stale pretty...
@kalvinnchau Ready for you to take another look
Here's a quick fix: https://github.com/block/goose/pull/5743 But +1 on the structured output workaround. I did something like this for one of my recipes with a single output. https://github.com/block/goose-discord/blob/main/recipes/goose_help_mcp.yaml#L42 and then extracted...
I think the change list in the description is totally wrong, but the diff looks good.