Getting Started

Installation

pip install operon-ai
        

For provider-backed workflows, configure the model backend you want to use through the Nucleus provider layer.

  1. Start with the Pattern-First API.
  2. Run the pattern-first example and the skill-organism example.
  3. Read the Examples page for the shortest path into the rest of the library.

First Practical Questions

If you are evaluating Operon, the right first questions are usually:

That is why the current front door is pattern-first rather than theory-first.

Minimal Entry Points