docs: add Fathom to Observability (Evaluation & Quality Assurance) (#7246) - #7245
Closed
ERA-Fathom wants to merge 3 commits into
Closed
docs: add Fathom to Observability (Evaluation & Quality Assurance) (#7246)#7245ERA-Fathom wants to merge 3 commits into
ERA-Fathom wants to merge 3 commits into
Conversation
Contributor
|
Thanks for the pull request. First-time contributors need an associated open issue before we can review a PR.
See the contributing guide. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughChangesFathom observability documentation
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a documentation page for Fathom under Observability, in the Evaluation & Quality Assurance group.
Fathom is a deterministic read over the events a CrewAI crew already emits. It folds the successful tool calls and task completions into the crew's committed state and names the step where a later action contradicts an earlier one. It needs no model access and runs after a crew finishes, on a file you already have.
The
fathom-readpackage (MIT) ships aFathomListenerfor the CrewAI event bus. The page shows the two-line capture and thefathom read events.json --format crewaicommand, with an example verdict drawn from the coherence census.What changed
docs/edge/en/observability/fathom.mdx.overview.mdx, linking to the new page.A note on the sidebar
The nav entry belongs in
docs/docs.json, but that file is 2.3 MB, past GitHub's web-editor size limit, so I could not add the line through the browser. It goes under the Observability group, right afteredge/en/observability/datadog, asedge/en/observability/fathom. Glad to add it however you prefer.Links