Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 5.1 KB

File metadata and controls

80 lines (54 loc) · 5.1 KB

OmegaClaw Documentation

This directory contains the full documentation for OmegaClaw. Every page is a sibling file — no subdirectories. Filename prefixes identify the section:

  • intro-* — conceptual introduction
  • tutorial-NN-* — numbered, task-oriented walkthroughs
  • reference-* — API, engines, orchestration, failure modes, and internals

If you are new, read the Introduction in order, then pick tutorials that match what you want to build, and dip into the reference when you need details.


ThreadKeeper

This repository is ThreadKeeper — a configurable hybrid OmegaClaw architecture (see the top-level README and HACKATHON.md). ThreadKeeper-specific pages:


Introduction

Start here to understand what OmegaClaw is, the hybrid reasoning thesis, how the pieces fit together, and how to get it running.

  • introduction.md — What OmegaClaw is, the hybrid thesis, architecture, core vocabulary, design goals, and honest limits (merged conceptual intro).
  • installation instruction — Manual MeTTa setup, environment variables, API keys.

Tutorials

Numbered in suggested reading order. Each tutorial is self-contained.


Reference

Reasoning engines and orchestration

Skills

User-facing MeTTa skills the agent invokes. Each page follows the template Signature → Purpose → Parameters → Returns → Examples → Notes/Limits.

Configuration & Adapters

Internals