Skip to content

Comments

add more workflow examples#204

Open
KenjiPcx wants to merge 2 commits intoget-convex:ian/workflow-examplesfrom
KenjiPcx:ian/workflow-examples
Open

add more workflow examples#204
KenjiPcx wants to merge 2 commits intoget-convex:ian/workflow-examplesfrom
KenjiPcx:ian/workflow-examples

Conversation

@KenjiPcx
Copy link

@KenjiPcx KenjiPcx commented Dec 27, 2025

Added some more examples over here

  • Actor-Critique Pattern: Implements an iterative self-improvement loop where an "Actor" drafts content and a "Critic" provides scored feedback for automatic revision.
  • Council of Agents (Ensemble): Demonstrates parallel "Fan-out" to specialized agents (Analyst, Creative, Pragmatist) followed by a "Fan-in" where a Judge scores or synthesizes the final result.
  • Advanced Batching: Showcases three ways to handle high-volume tasks: Fixed-size batches (rate limiting), Worker Pools (efficiency), and Nested Sub-workflows (fault tolerance).
  • Deep Agent (Delegation): Uses a multi-turn orchestration pattern where a main agent delegates sub-tasks to sub-workflows and integrates results via completion injection.

@coderabbitai
Copy link

coderabbitai bot commented Dec 27, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 7, 2026

Open in StackBlitz

npm i https://pkg.pr.new/get-convex/agent/@convex-dev/agent@204

commit: c2d237f

Remove unused GenerateTextResult import and use toolset object
directly in agent tools property instead of listing individually.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ianmacartney
Copy link
Member

For PR organization, let's:

  1. Merge in the AI SDK v6 Support #216 branch
  2. Fix or remove the workflow examples I added (which currently aren't passing tests)
  3. Target the AI SDK v6 Support #216 branch as the base.

If you want to have a separate PR just for these additional workflows, that's fine too. But tests need to be passing before Seths reviews / merges anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants