diff --git a/docs/assets/community-adk-course.jpg b/docs/assets/community-adk-course.jpg new file mode 100644 index 000000000..083c51ae7 Binary files /dev/null and b/docs/assets/community-adk-course.jpg differ diff --git a/docs/assets/community-adk-masterclass.jpg b/docs/assets/community-adk-masterclass.jpg new file mode 100644 index 000000000..936033b31 Binary files /dev/null and b/docs/assets/community-adk-masterclass.jpg differ diff --git a/docs/assets/community-adk-training-hub.png b/docs/assets/community-adk-training-hub.png new file mode 100644 index 000000000..ccf4e1a36 Binary files /dev/null and b/docs/assets/community-adk-training-hub.png differ diff --git a/docs/assets/community-adk-vertex-ai-live-api.png b/docs/assets/community-adk-vertex-ai-live-api.png new file mode 100644 index 000000000..7ae5bffbb Binary files /dev/null and b/docs/assets/community-adk-vertex-ai-live-api.png differ diff --git a/docs/assets/community-agent-development-kit.jpg b/docs/assets/community-agent-development-kit.jpg new file mode 100644 index 000000000..d80316eec Binary files /dev/null and b/docs/assets/community-agent-development-kit.jpg differ diff --git a/docs/assets/community-agent-tools-101.jpg b/docs/assets/community-agent-tools-101.jpg new file mode 100644 index 000000000..46f24457c Binary files /dev/null and b/docs/assets/community-agent-tools-101.jpg differ diff --git a/docs/assets/community-brand-search-optimization-agent.jpg b/docs/assets/community-brand-search-optimization-agent.jpg new file mode 100644 index 000000000..9b237a753 Binary files /dev/null and b/docs/assets/community-brand-search-optimization-agent.jpg differ diff --git a/docs/assets/community-build-ai-agents-with-adk-for-java.png b/docs/assets/community-build-ai-agents-with-adk-for-java.png new file mode 100644 index 000000000..a1851d599 Binary files /dev/null and b/docs/assets/community-build-ai-agents-with-adk-for-java.png differ diff --git a/docs/assets/community-building-intelligent-agents-with-adk.jpg b/docs/assets/community-building-intelligent-agents-with-adk.jpg new file mode 100644 index 000000000..5ebef6081 Binary files /dev/null and b/docs/assets/community-building-intelligent-agents-with-adk.jpg differ diff --git a/docs/assets/community-building-your-first-agent.jpg b/docs/assets/community-building-your-first-agent.jpg new file mode 100644 index 000000000..76e64e635 Binary files /dev/null and b/docs/assets/community-building-your-first-agent.jpg differ diff --git a/docs/assets/community-data-science-agent.jpg b/docs/assets/community-data-science-agent.jpg new file mode 100644 index 000000000..265e19ce9 Binary files /dev/null and b/docs/assets/community-data-science-agent.jpg differ diff --git a/docs/assets/community-discover-adk-java.jpg b/docs/assets/community-discover-adk-java.jpg new file mode 100644 index 000000000..8a2bb63ed Binary files /dev/null and b/docs/assets/community-discover-adk-java.jpg differ diff --git a/docs/assets/community-google-adk-for-java-experiments.jpg b/docs/assets/community-google-adk-for-java-experiments.jpg new file mode 100644 index 000000000..3eceb3989 Binary files /dev/null and b/docs/assets/community-google-adk-for-java-experiments.jpg differ diff --git a/docs/assets/community-master-agentic-ai-with-adk.jpg b/docs/assets/community-master-agentic-ai-with-adk.jpg new file mode 100644 index 000000000..4a86a57d3 Binary files /dev/null and b/docs/assets/community-master-agentic-ai-with-adk.jpg differ diff --git a/docs/assets/community-shoppers-concierge-demo.jpg b/docs/assets/community-shoppers-concierge-demo.jpg new file mode 100644 index 000000000..5eba98660 Binary files /dev/null and b/docs/assets/community-shoppers-concierge-demo.jpg differ diff --git a/docs/community.md b/docs/community.md index ed3591538..eef006459 100644 --- a/docs/community.md +++ b/docs/community.md @@ -1,107 +1,207 @@ # Community Resources -Welcome! This page highlights resources maintained by the Agent Development Kit -community. +Welcome! This page highlights resources built and maintained by the Agent +Development Kit community. !!! info Google and the ADK team do not provide support for the content linked in these external community resources. -## Translations - -Community-provided translations of the ADK documentation. - -* **[adk.wiki - ADK Documentation (Chinese)](https://adk.wiki/)** - - > adk.wiki is the Chinese version of the Agent Development Kit - > documentation, maintained by an individual. The documentation is - > continuously updated and translated to provide a localized reading - > experience for developers in China. - -* **[ADK Documentation (Korean, 한국어)](https://adk-labs.github.io/adk-docs/ko/)** - - > the Korean version of the Agent Development Kit - > documentation, maintained by an individual. The documentation is - > continuously updated and translated to provide a localized reading - > experience for developers in South Korea. +## Getting Started -* **[ADK Documentation (Japanese, 日本語)](https://adk-labs.github.io/adk-docs/ja/)** - - > the Japanese version of the Agent Development Kit - > documentation, maintained by an individual. The documentation is - > continuously updated and translated to provide a localized reading - > experience for developers in Japan. - -## Tutorials, Guides & Blog Posts - -*Find community-written guides covering ADK features, use cases, and -integrations here.* - -* **[Build an e-commerce recommendation AI agents with ADK + Vector Search](https://github.com/google/adk-docs/blob/main/examples/python/notebooks/shop_agent.ipynb)** +
+ A demo of building a multi-agent travel planner, showcasing core design principles.
+
+ Learn the fundamentals of agent definition and how to run and debug your first agent.
+
+ A guide to building a software bug assistant using tools like MCP, Google Search, and LangChain.
+
+ A complete crash course that takes you from beginner to expert with 12 hands-on examples.
+
+ Master ADK from first principles to production with comprehensive tutorials and examples.
+
+ A step-by-step playlist covering everything from setup to deploying and scaling agents.
+
+ Build, deploy, and scale production-ready agents with this in-depth course series.
+
+ A developer's guide to building intelligent agents with Google’s code-first Python toolkit.
+
+ A deep dive into building a multi-agent system for database queries, Python analysis, and BigQuery ML.
+
+ Learn to build an agent that enhances a retail website's product data by filling in missing information.
+
+ A tutorial on creating a simple multi-agent system for generative e-commerce recommendations.
+
+ Go beyond the ADK CLI by building real-time, streaming experiences with the Live API.
+
+ See how AI agents can revolutionize shopping with personalized, real-time recommendations.
+
A presentation to help you build your first AI agents in Java.
Step-by-step tutorials covering A2A, MCP, multi-agent systems, and callbacks in Java.
Move beyond simple LLM calls to create autonomous Java agents that reason, plan, and use tools.