Tony Worm

Results 321 comments of Tony Worm

this is what the python implementation probably does, the docs say "set to None" to delete from the state this is more or less how our examples for Go work...

Finally had some time to look at this in more depth, and I'm not sure what value this actually brings? 1. You can do these planning / ReACT things without...

after realizing my typo (reversing install & plugin), I'm seeing a different error ``` $ helm plugin install ./helm-push_0.10.4_linux_amd64.tar.gz Error: plugin metadata (plugin.yaml) missing ``` If I manually unpack the...

`Create` would be a bad name for something that updates a session, `Put` or `Set` would be more appropriate, like the State interface. Either way, it doesn't seem to work...

Making the following change resolves the issue, not sure if it's really the desired behavior, but using Save instead of Create matches the two database calls above it (for `app_state`...

I have some ideas for how to do this without changes to the framework, mainly through clone + event trimming to a snapshot, unless the user wants it on the...

@mazas-google I want to link in this other command / PR #318 | https://github.com/google/adk-go/pull/318#discussion_r2573208858 (Abstractions over Batteries) In that regard, I don't think there should be a concept of function...

Some other capabilities to use-cases 1. queuing and squashing a number of user events into one, maybe via parts? 2. pausing / continuing conversations with agents or agents with subagents...

related, and more unclear, there are a bunch of `function_and_type_names` inline code blocks among paragraphs of explainer text spread throughout the docs that don't match Go's idiomatic `camelCaseNaming` convention Curious...

It's worth noting that `go fmt` does not remove unused imports either and that editor and 3rd party tools implemented this feature.