Overview
ElizaOS is a powerful AI agent framework for autonomy and personality. It is a collection of tools that help you create a personalized AI agent.Setup
You can start by cloning the eliza-os repository:Setup ENVs
Create a.env
file in the root of the project and add the following (you can use the .env.example
file as a reference):
Make the default character use Mem0
By default, there is a character calledeliza
that uses the Ollama model. You can make this character use Mem0 by changing the config in the agent/src/defaultCharacter.ts
file.