Skip to content

Commit

Permalink
add ai-agent dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Feb 3, 2025
1 parent b4ecb2a commit 1d1cd88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions advanced/dapps/smart-sessions-demo/src/utils/DataUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ export const smartSessionsDemoAppMetadata: DemoAppMetadata[] = [
link: "/demo/tictactoe",
description: "Play TicTacToe",
},
{
title: "Chat Agent",
link: "https://ai-agent-demo.reown.com/",
description: "Demo Chat Agent using smart-sessions and ai-agent ",
},
];

0 comments on commit 1d1cd88

Please sign in to comment.