Update from code changes: agentor tracing opt-in and per-run control - #141
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Rewrite the Agentor tracing docs and reference to match the new opt-in model, per-run
tracing=flag, exposed trace grouping, and configurablemax_tool_failures.Changes
agentor/tracing.mdx: Quick setup now leads withenable_tracing=True; removed stale "traces every run automatically" / one-line-notice wording. Added a "Trace one run" section fortracing=True/Falseonrun,arun,chat,stream_chat. Replaced the "grouping is not exposed yet" accordion with atrace_group_id/trace_metadataexample. Cleaned up the auto-tracing reference in the custom-tracer section.agentor/api/agentor.mdx: addedmax_tool_failures,trace_group_id,trace_metadatato the constructor signature and parameter list; addedtracing=torun,arun,chat,stream_chat; updatedenable_tracingandtracerdescriptions.agentor/installation.mdx: replaced the "traces every run automatically" section with the opt-in flow.agentor/guides/observability.mdx: reflected opt-in tracing and updated the failure-budget note to mentionmax_tool_failuresonAgentor(...).Context
CELESTO_DISABLE_AUTO_TRACINGis removed.Agentornow forwardsmax_tool_failures,trace_group_id, andtrace_metadata.