Liz Documentation

Liz is a lightweight framework for building AI agents, reimagined for developers who demand power and simplicity. Inspired by Eliza from AI16Z, but rebuilt from the ground up with a focus on developer experience and control.

Getting Started

# Clone the repository
git clone <your-repo>
cd liz

# Install dependencies
pnpm install

# Configure environment
cp .env.example .env

# Initialize database
npm run init-db

# Start development
npm run dev