Waku: an open-source personal AI agent you can read in an afternoon

Waku: an open-source personal AI agent you can read in an afternoon

Waku Agent is an project for running a personal AI agent directly on your own laptop. Its goal is to keep the entire codebase simple enough that someone can read and understand it in a single afternoon. It is built from four main parts: a harness that runs the core logic, a loop that repeatedly executes actions, a memory that stores past context, and an eval system that checks how well the agent performs.

Key points

  • on your own laptop as a personal AI agent
  • Designed to be simple enough to read the whole codebase in an afternoon
  • Built from four parts: harness, loop, memory, and eval
Read original