Code & repositories

The full stack, repo by repo — from the agent you start with to the reasoning engines underneath.

OmegaClaw — the agent, and the place to start

OmegaClaw CoreStart here · The persistent agent itself: an autonomous loop with symbolic memory and reasoning, in roughly 200 lines of readable control code.Open ↗
OmegaClaw Custom Bots · Customisations and templates for building your own OmegaClaw-based bots, once you have the core running.Not public yet

FabricPC — predictive coding

FabricPC · A JAX-accelerated library for building predictive coding networks, where each node learns from local prediction errors rather than end-to-end backpropagation.Open ↗

MeTTa — the language

Hyperon Experimental · The reference implementation of MeTTa, with Python integration. The core repository of the stack and the way to get MeTTa running locally.Open ↗
MeTTa Examples · Annotated example programs for learning MeTTa by reading and running real code.Open ↗
MeTTa Catalog · An index of available MeTTa modules and libraries, for finding what already exists before writing your own.Open ↗

Knowledge store

Distributed AtomSpace (DAS) · Hyperon's knowledge store: a mutable hypergraph that holds facts, rules, goals, and executable code in one queryable structure, scalable across machines.Open ↗
MORK · A high-performance hypergraph engine that runs the heavy pattern-matching and rewriting behind symbolic reasoning at speed.Open ↗

Reasoning engines

PLN · Probabilistic Logic Networks: reasoning under uncertainty, where conclusions carry graded confidence rather than a binary true or false.Open ↗
MeTTa-NARS · A Non-Axiomatic Reasoning System in MeTTa, built to reason from experience when knowledge and resources are limited.Open ↗
MeTTa-Motto · The bridge between large language models and MeTTa, letting neural generation and symbolic reasoning run in one workflow.Open ↗
Code & repositories — BGI Commons