Skip to content

Commit 4de53e7

Browse files
authored
Update README.md
1 parent f763323 commit 4de53e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ Full explainer video is available on YouTube - [Analyzer Agent + ADK Intro](http
66

77
This repository contains various agent demos built with Google's [ADK (Agent Development Kit)](https://google.github.io/adk-docs/), showcasing different patterns and capabilities for building AI agents. ADK is a flexible and modular framework that makes agent development feel more like software development. While optimized for Gemini and the Google ecosystem, it's model-agnostic, deployment-agnostic, and compatible with other frameworks. ADK enables developers to create, deploy, and orchestrate agentic architectures ranging from simple tasks to complex workflows, with features like multi-agent pipelines, tool integration, and sequential processing.
88

9+
If you're looking to build some Production grade agents with Google ADK or other frameworks, read this awesome guide by Nebius AI - [Agent 101: Launching production-grade agents at scale](https://nebius.com/blog/posts/launch-production-agents-at-scale)
10+
11+
912
## LLM Integration
1013

11-
All demos in this repository are powered by [Nebius AI](https://dub.sh/AIStudio) using open-source LLMs:
14+
All demos in this repository are [![Nebius powered](https://img.shields.io/badge/Powered%20by-Nebius%20AI-orange?style=flat&labelColor=orange&color=green)](https://dub.sh/AIStudio) using open-source LLMs:
15+
1216

1317
- **Meta-Llama-3.1-8B-Instruct** - Used in most agent implementations
1418
- **Llama-3_1-Nemotron-Ultra-253B** - Used for advanced analysis in the Analyzer Agent

0 commit comments

Comments
 (0)