Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 4.5 KB

File metadata and controls

75 lines (49 loc) · 4.5 KB

Omega Documentation

This directory contains the full documentation for Omega. 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.


Introduction

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

  • introduction.md — What Omega 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

Plugin API

Plugin publishing

Internals