Comment by verdverm

Comment by verdverm 8 hours ago

2 replies

Google's ADK is pretty nice, I'm using the Go version, which is less mature than the python on. Been at it a bit over a week and progress is great. This weekend I'm aiming for tracking file changes in the session history to allow rewinding / forking

It has a ton of day 2 features, really nice abstractions, and positioned itself well in terms of the building blocks and constructing workflows.

ADK supports working with all the vendors and local LLMs

dragonwriter 8 hours ago

I really wish ADK had a local persistent memory implementation, though.

  • verdverm 7 hours ago

    w.r.t. Go, it's probably not that big a lift. I was looking at that yesterday, made a small change to lift the Gorm stuff a bit so the DB conn can be shared between the services

    I thought the same thing about the artifact service, which could have a nice local FS option.

    I'm pretty new to ADK, so we'll see how long the honeymoon phase lasts. Generally very optimistic that I found a solid foundation and framework

    edit: opened an issue to track it

    https://github.com/google/adk-go/issues/339