docs: document aworkflow() loop-task pre-expansion parity (Gap 1) - #2433
Conversation
Co-authored-by: Mervin Praison <MervinPraison@users.noreply.github.com>
|
@coderabbitai review |
|
/review |
|
@gemini review this PR |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
✅ Action performedReview finished.
|
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ 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 |
|
Merge gate scan — eligible for assessment. Claude merge gate will assess and may auto-merge if |
|
Merge gate scan — eligible for assessment. Claude merge gate will assess and may auto-merge if |
|
MERGE_GATE_VERDICT: APPROVE Checklist results:
|
|
Merged by Claude PR merge gate ( |
|
Merge gate scan — not eligible for auto-merge.
Actions: wait for CI and the Claude review chain, or add label |
Fixes #2432
Documents Gap 1 from PR MervinPraison/PraisonAI#3326 —
aworkflow()now pre-expandstask_type="loop"start tasks per input-file row, matching the syncworkflow()engine.Changes
docs/best-practices/task-orchestration.mdx— new Async Loop Expansion subsection next to the existingtask_type="loop"example: a<Note>crediting PR #3326 with before/after behaviour, a copy-pasteaworkflow()example (one subtask per CSV row), and a standard-palette Mermaid diagram showing sync/async parity.docs/features/thread-safety.mdx— one extra bullet under the existingaworkflow()state-lock note covering per-turn tool tracking (_turn_tools_used) now being lock-guarded. No internals taught.Compliance
docs/concepts/,docs/js/,docs/rust/.docs.jsonunchanged — no new sidebar entry.praisonaiagents/process/process.py(sync loop pre-expansion block confirms the API and behaviour).Generated with Claude Code