Skip to content

Commit cc52636

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 3170a3b + d84fe06 commit cc52636

3 files changed

Lines changed: 22 additions & 6 deletions

File tree

index.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ <h4 class="mt-3">LLMWare</h4>
18761876
</div>
18771877
</div>
18781878
</div>
1879-
1879+
18801880
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
18811881
<div class="card">
18821882
<div class="card-body text-center">
@@ -1903,7 +1903,7 @@ <h4 class="mt-3">LLMWare</h4>
19031903
<p class="card-text text-start">
19041904
<small>
19051905
<i><a href="https://github.com/crewAIInc/crewAI" target="_blank">CrewAI</a>
1906-
is a framework for orchestrating role-playing, autonomous AI agents.
1906+
is a framework for orchestrating role-playing, autonomous AI agents.
19071907
</i>
19081908
</small>
19091909
</p>
@@ -1930,14 +1930,14 @@ <h4 class="mt-3">LLMWare</h4>
19301930

19311931
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
19321932
<div class="card">
1933-
<div class="card-body text-center">
1933+
<div class="card-body text-end">
19341934
<a href="https://microsoft.github.io/autogen/stable/" target="_blank">
19351935
<img class="card-img-top" src="static/image/logos/autogen.svg" style="width: 50%" alt="AutoGen">
19361936
</a>
19371937
<p class="card-text text-end mt-3">
19381938
<small>
19391939
<a href="https://github.com/microsoft/autogen" target="_blank">AutoGen </a>
1940-
is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans.
1940+
is a A framework for building AI agents and applications.
19411941
</small>
19421942
</p>
19431943
</div>
@@ -1975,9 +1975,22 @@ <h4 class="mt-3">LLMWare</h4>
19751975
</div>
19761976
</div>
19771977

1978+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1979+
<div class="card">
1980+
<a class="text-center p-2" href="https://google.github.io/adk-docs/" target="_blank">
1981+
<img class="card-img-top" src="static/image/logos/google-adk.png" alt="Google ADK">
1982+
</a>
1983+
<div class="card-body">
1984+
<h3 class="card-title text-left"><a href="https://github.com/google/adk-python" target="_blank">Google ADK</a></h3>
1985+
<p class="card-text">Google ADK (Agent Development Kit) is a flexible and modular framework for developing and deploying AI agents.</p>
1986+
<h6 class="card-text"> - <i>An open-source AI agent framework integrated with Gemini and Google</i></h6>
1987+
</div>
1988+
</div>
1989+
</div>
1990+
19781991
</div>
19791992
</div>
1980-
<!--End of LLM & Gen-AI-->
1993+
<!--End of LLM, Gen-AI, & Agents-->
19811994

19821995
<hr class="my-4">
19831996

static/image/logos/autogen.svg

Lines changed: 4 additions & 1 deletion
Loading

static/image/logos/google-adk.png

11.7 KB
Loading

0 commit comments

Comments
 (0)