Skip to content

AmeNetwork/ame-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ame UI

Ame UI is a lightweight React component library that helps developers quickly build Onchain applications and AI Agent interaction interfaces.

Get started

npm install ameui
yarn add ameui

Usage

AgentChat

It is used to build the aser agent interaction interface. You need to start the Aser Agent API first, and then use the AgentChat component in React.

ameui-agentchat.mp4

import { AgentChat } from "ameui";

function App() {
  return <AgentChat url="http://localhost:8000/v1" />;
}

export default App;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published