Skip to content

Fathom

Fathom is a deterministic reasoning runtime for AI agents, built on CLIPS via clipspy. Rules are authored in YAML, compiled to CLIPS constructs, and evaluated in microseconds with auditable traces.

Current release: fathom-rules 0.3.0 (requires Python 3.14+).

Start here

Documentation by quadrant

The docs follow the Diátaxis framework. Pick the quadrant that matches what you're doing.

Learn — Tutorials

Solve a task — How-to Guides

Understand — Concepts

Look up — Reference

What is not in v1

Fathom v1 is forward-chaining only and deliberately narrow. Backward chaining, COOL (CLIPS object system), and message handlers are out of scope for this release. See CLIPS Features Not in v1 for the full list and the rationale.