docs: add HumanReview config docs for consolidated HITL settings#610
Merged
docs: add HumanReview config docs for consolidated HITL settings#610
Conversation
Document the new HumanReview config class that consolidates all human-in-the-loop parameters into a single object. Add new page for HumanReview reference, update Step/Loop/Router pages with output review, iteration review, and timeout sections. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Merge upstream additions (dedicated output-review page, timeout page, reject with feedback, steps_requiring_output_review) with HumanReview config changes. All code examples use HumanReview while linking to the new dedicated pages from upstream. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Update docs to reflect PR #7433. All workflow primitives now accept human_review=HumanReview(...). Update supported fields table to include Condition, Steps, and Parallel columns. Convert code examples in condition.mdx and steps.mdx to use HumanReview. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
workflows/hitl/human-review.mdxpage documenting theHumanReviewconfig class (all fields, validation rules, supported fields per component, serialization)overview.mdxwith new HITL types (output review, iteration review, timeout), updated tables, andHumanReviewcode examplesstep.mdxwith output review section, timeout support, andHumanReviewexamplesloop.mdxwith iteration review section, timeout support, andHumanReviewexamplesrouter.mdxwith output review section, timeout support, andHumanReviewexampleshuman-reviewpage to docs.json navigationCorresponds to SDK PR: agno-agi/agno#7428
Test plan
mintlify devand verify all new/updated pages render correctlyHumanReviewAPI from the SDK PR🤖 Generated with Claude Code