Skip to content
View ERA-Fathom's full-sized avatar

Block or report ERA-Fathom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ERA-Fathom/README.md

Embedded Risk Analytics · The Fathom Program

Catch the step where an AI agent contradicts a decision it already made.

Long-running agents rename a field, then keep writing the old name. They fix a bug, then reintroduce it. They commit an order, then commit it again. The run reports success, the tests pass, and the contradiction ships. Fathom reads the agent's own trace, folds the actions that succeeded into a ledger of committed state, and names the step where the agent broke faith with itself.

pip install fathom-read
fathom demo
Repository What it is
fathom Adapters and a CLI for the committed-state read over LangGraph, CrewAI, Letta, OpenInference (Arize Phoenix), DBOS, and coding-agent edit logs. Start here.

Send us a trace, get a readout. Fifteen research pages and case studies, including the paper behind the read, are at embeddedriskanalytics.com/research. Paper: SSRN 6683578. Contact: contact@embeddedriskanalytics.com.

Pinned Loading

  1. fathom fathom Public

    Catch the step where an AI agent contradicts a decision it already made. Adapters and a CLI for the Fathom committed-state read over LangGraph, CrewAI, Letta, OpenInference, DBOS, and coding-agent …

    Python