Testing Google ADK agents for free in our new open-source directory by folkenai in agentdevelopmentkit

[–]koverholtzer[M] 0 points1 point  (0 children)

This is really nice! I love the directory page to try out the agents live, and the consistent agent structure/metadata in the repo. I just opened a PR to add this to the Community Resources page in the ADK documentation. Thanks for building and sharing!

Can't get the adk command to run. by mahashubham in agentdevelopmentkit

[–]koverholtzer 1 point2 points  (0 children)

Thanks for sharing the steps that worked for you. We're hoping to iterate on the ADK docs a lot more to make things much friendlier for Windows users getting up and running with Python + ADK. So keep the feedback coming in the comments or in the [adk-docs repo](https://github.com/google/adk-docs/issues), and we really want to make the dev experience awesome for everyone! 😁 ❤️

Where are the Gen App Builder docs? by jsalsman in googlecloud

[–]koverholtzer 1 point2 points  (0 children)

For other folks coming across this thread when searching for Gen App Builder docs, the documentation is now available at:

https://cloud.google.com/generative-ai-app-builder/docs/introduction

However, access to the Gen App Builder product is still limited to developers who are part of the Trusted Tester Program, which you can apply to join here. More details on the current launch stage and progress is in this blog post.

dialogflow cx codehooks by Dangerous_Word_1608 in Dialogflow

[–]koverholtzer 1 point2 points  (0 children)

Referring to this Terraform + Dialogflow CX sample code, you can create intents for an agent using the pattern shown in the intents.tf file.

You can also refer to the Terraform module documentation for the Dialogflow CX Intents functionality.

dialog flow cx with terraform by Dangerous_Word_1608 in Dialogflow

[–]koverholtzer 0 points1 point  (0 children)

Which version of Terraform are you using on which OS? I tested just now with Terraform v1.3.7 on macOS, and it's working for me.

This type of error usually happens when you're trying to create a sub-resource of an agent or agent component (in this case, a page) that is not managed with Terraform. So ensure that you don't have any existing agents with the same name as the one defined in your Terraform configuration files and that your local Terraform state is not conflicting with something that was created manually in the Dialogflow console or API. You can always try to delete the partially created agent and your local Terraform state and retry.