Overview
ElizaOS is a powerful AI agent framework for autonomy & personality. It is a collection of tools that help you create a personalised 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.