hulk
hulk
Yes, I have confirmed that works well after setting the gh-pages source: https://github.com/git-hulk/memefish/actions/runs/10484583362 - Setting source to GitHub Actions - Check if the deployment branch name is `main`
@jjz921024 @ltagliamonte-dd Thanks for your great efforts. I took my first pass in a new PR and generally look in good shape from my perspective. Two nit points can be...
@PragmaTwice @mapleFU @torwig @caipengbo To see if you guys can have a look at this PR. It generally looks good to me. It'd be nice to push this feature forward...
> I'm thinking that, `size` in hash metadata will become nearly a useless field while expiration is enabled, so it's a little tricky since we can easily misuse it. cc...
> Hi @ltagliamonte-dd , sorry for late response. > > This PR includes massive changes to existing, critical code (the encoding logic of HASH data structure). So it requires lots...
@verdverm Seems that you're updating the state in the copied memory session. Guess you should use the `Create` API to update the updated session back to the session service.
From my personal perspective, it would be nice to have the `Update` API to update the session. But not sure if the API needs to align with adk-python. It would...
@mazas-google Thanks for your review. I have applied the review suggestions.
Sorry for missing the lint error in CI, I have enabled the CI on my side and confirmed it works well: https://github.com/git-hulk/adk-go/actions/runs/19690326139/job/56404514448. By the way, is it possible to enable...
> `maps` are also supported right now. Restricting validation to a struct only, that will break function tools that use maps: > > `updateUserPreference(ctx tool.Context, args map[string]string) (map[string]string, error)` @dpasiukevich...