Ame UI is a lightweight React component library that helps developers quickly build Onchain applications and AI Agent interaction interfaces.
npm install ameuiyarn add ameuiIt 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;