Overview

Eliza v2 is a personal AI agent. The current version is text-based, with persistent conversations, resumable analysis, and tools. Local inference is the default, with the model provider kept replaceable.

What persists

A conversation can continue after a restart (introducing myself once should be enough). Longer analysis jobs keep their status and save their results. Sessions, recorded events, and explicit tool permissions are the foundation; voice and the broader distributed runtime come later.

The earlier version

The original Eliza was my AI capstone project. It used separate text and audio clients connected to a generation server. That code is public, although it is an earlier implementation rather than the current v2.

Earlier version on GitHub ↗Contact