Skip to content

Conversation

@ianmacartney
Copy link
Contributor


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 25, 2025

Open in StackBlitz

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

commit: b74d115

Copy link

@KenjiPcx KenjiPcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @ianmacartney did a read through of these examples, learned some new things, didn't know subworkflows could be awaited, i kept using a completion handler

Collated some of the patterns ive been using

  • Actor Critique (LLM as a judge): while score less than score_specified (and some max num of iterations), feed the critique back to the main agent
  • Council of agents / ensembles, fan out => fan in => summarize the best, or pick the best according to a score
  • Context compression, when the number of tokens exceed a certain threshold, compress it
  • DeepAgents (https://github.com/langchain-ai/deepagents like claude code style architecture) long running architecture, with planner tools, subagents

I could add these as examples?

@ianmacartney
Copy link
Contributor Author

ianmacartney commented Dec 15, 2025 via email

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.

3 participants