ameui
v0.1.2
Published
Ame UI is a lightweight React component library that helps developers quickly build Onchain applications and AI Agent interaction interfaces.
Readme
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 ameuiyarn add ameuiUsage
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.
import { AgentChat } from "ameui";
function App() {
return <AgentChat url="http://localhost:8000/v1" />;
}
export default App;
