Doc: Add agno example (#2529)

This commit is contained in:
Dev Khant
2025-04-10 15:46:46 +05:30
committed by GitHub
parent 07462adc9a
commit 31861e9acb
3 changed files with 192 additions and 1 deletions

View File

@@ -286,4 +286,21 @@ Here are the available integrations for Mem0:
>
Build conversational AI agents with memory using Pipecat.
</Card>
<Card
title="Agno"
icon={
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path d="M8 4h8v12h8" stroke="currentColor" strokeWidth="2" fill="none" transform="rotate(15, 12, 12)"/>
</svg>
}
href="/integrations/agno"
>
Build autonomous agents with memory using Agno framework.
</Card>
</CardGroup>