← Back to Resources & Education

OmegaClaw

What is OmegaClaw?

OmegaClaw is a persistent AI agent that you run yourself. Given a task, it works through it independently, selecting tools, searching the web, and retaining what it learns from one session to the next. Its design splits the work: the language model handles generation, while dedicated symbolic systems handle memory and reasoning. This lets it reason under uncertainty and track both what it knows and how confident it is. Its entire control loop is roughly 200 lines of readable code, open to inspection and modification. It is the foundation most sprint projects are built on.

Before you begin

OmegaClaw acts autonomously and can take actions you did not request. Run it in an isolated environment with minimal permissions, and monitor it while it runs.

OmegaClaw — BGI Commons