Skip to content

Commit 8b6434d

Browse files
committed
Update agno framework
1 parent f1ee21a commit 8b6434d

File tree

5 files changed

+23
-30
lines changed

5 files changed

+23
-30
lines changed

index.html

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,11 +1685,11 @@ <h5 class="card-title"><a href="https://github.com/ludwig-ai/ludwig" class="text
16851685

16861686
<hr class="my-4">
16871687

1688-
<!--LLM & Gen-AI-->
1688+
<!--LLM, Gen-AI, & Agents-->
16891689
<div class="category" id="LLM, Gen-AI, and Agents">
16901690
<h3 class="mt-4 display-6">LLM, Gen-AI, and Agents</h3>
16911691
<p>
1692-
Python frameworks for large language models (LLMs), generative AI (Gen-AI), and AI agents
1692+
Python frameworks for large language models (LLMs), generative AI (Gen-AI), AI agents, and Model Context Protocal (MCP)
16931693
empower developers to create applications in text generation, image synthesis,
16941694
code generation, and more. Leveraging Python's vast library ecosystem
16951695
and its central role in LLM and Gen-AI research, these tools simplify building,
@@ -1807,6 +1807,18 @@ <h5 class="card-title"><a href="https://github.com/pydantic/pydantic-ai" class="
18071807
</div>
18081808
</div>
18091809

1810+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1811+
<div class="card">
1812+
<div class="card-body text-center">
1813+
<a href="https://docs.agno.com/" target="_blank">
1814+
<img class="card-img-top" src="static/image/logos/agno.svg" alt="Agno">
1815+
</a>
1816+
<hr class="my-2">
1817+
<p class="card-text">Full-stack framework for building Multi-Agent Systems with memory, knowledge and reasoning.</p>
1818+
</div>
1819+
</div>
1820+
</div>
1821+
18101822
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
18111823
<div class="card">
18121824
<div class="card-body text-center">
@@ -1906,25 +1918,6 @@ <h4 class="mt-3">LLMWare</h4>
19061918
</div>
19071919
</div>
19081920

1909-
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1910-
<div class="card">
1911-
<div class="card-body text-center">
1912-
<a href="https://docs.agno.com/" target="_blank">
1913-
<img class="card-img-top" src="static/image/logos/agno.svg" alt="Agno">
1914-
</a>
1915-
<figure class="p-3 mb-0">
1916-
<blockquote class="blockquote">
1917-
<p class="text-muted">
1918-
<a href="https://github.com/agno-agi/agno" target="_blank">Simple, fast and model-agnostic.</a>
1919-
</p>
1920-
</blockquote>
1921-
</figure>
1922-
<hr class="my-2">
1923-
<p class="card-text">A lightweight library for building Multimodal Agents with memory, knowledge and tools. </p>
1924-
</div>
1925-
</div>
1926-
</div>
1927-
19281921
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
19291922
<div class="card">
19301923
<a class="text-center p-2" href="https://docs.letta.com/" target="_blank">
@@ -1940,10 +1933,10 @@ <h4 class="mt-3">LLMWare</h4>
19401933
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
19411934
<div class="card">
19421935
<a class="text-center p-2" href="https://google.github.io/adk-docs/" target="_blank">
1943-
<img class="card-img-top" src="static/image/logos/google-adk.png" style="width: 60%; height: auto;" alt="Google ADK">
1936+
<img class="card-img-top" src="static/image/logos/google-adk.png" style="width: 30%; height: auto;" alt="Google ADK">
19441937
</a>
19451938
<div class="card-body">
1946-
<h3 class="card-title text-left"><a href="https://github.com/google/adk-python" target="_blank">Google ADK</a></h3>
1939+
<h5 class="card-title text-left"><a href="https://github.com/google/adk-python" target="_blank">Google ADK</a></h5>
19471940
<p class="card-text">Google ADK (Agent Development Kit) is a flexible and modular framework for developing and deploying AI agents.</p>
19481941
<h6 class="card-text"> - <i>An open-source AI agent framework integrated with Gemini and Google</i></h6>
19491942
</div>

static/image/logos/agno.svg

Lines changed: 7 additions & 7 deletions
Loading

static/image/logos/chatdev.png

-3.43 MB
Binary file not shown.

static/image/logos/colossalai.png

-5.16 KB
Binary file not shown.

static/image/logos/mindsdb.png

-65.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)