File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1374,6 +1374,32 @@ agent card for the full list.
13741374### Database
13751375
13761376<CardGroup cols = { 3 } >
1377+ <Card >
1378+ <div className = " flex items-center gap-2" >
1379+ <img
1380+ src = " /images/agents/connections/icons/motherduck.png"
1381+ alt = " MotherDuck"
1382+ width = { 24 }
1383+ height = { 24 }
1384+ />
1385+ <span className = " text-lg font-semibold" >MotherDuck</span >
1386+ </div >
1387+ Serverless analytics platform powered by DuckDB
1388+ <div className = " mt-4 flex items-center justify-between" >
1389+ <span className = " inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800" >
1390+ 1 tool
1391+ </span >
1392+
1393+ <a
1394+ href = " /agents/connections/motherduck"
1395+ className = " px-3 py-1 bg-gray-100 hover:bg-gray-200 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-200 rounded"
1396+ >
1397+ Details
1398+ </a >
1399+ </div >
1400+
1401+ </Card >
1402+
13771403 <Card >
13781404 <div className = " flex items-center gap-2" >
13791405 <img
You can’t perform that action at this time.
0 commit comments