Skip to content

Commit ba3033c

Browse files
committed
1 parent 2536494 commit ba3033c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/posts/meetup-56-wrapup.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ the help of tools.
4040

4141
![](/images/lgo-56-looptool.gif)
4242

43-
Google Agent SDK at this time only supports gemini out of the box, so we wrote
44-
a simple agent from scratch (against any openai compatible endpoint) and ended
45-
up with an program that had a short list of tools (some of them just stubs):
43+
[Google ADK for Go](https://github.com/google/adk-go) at this time only
44+
supports gemini out of the box
45+
([#233](https://github.com/google/adk-go/pull/233),
46+
[#242](https://github.com/google/adk-go/pull/242), ...), so we wrote a simple
47+
agent from scratch (against any openai compatible endpoint) and ended up with
48+
an program that had a short list of tools (some of them just stubs):
4649

4750
```
4851
get_weather

0 commit comments

Comments
 (0)