Skip to content

Conversation

@Hushan-10
Copy link
Collaborator

@Hushan-10 Hushan-10 commented Dec 29, 2025

This PR introduces Approach 3 for the content creator application with the following improvements:

  • Optimized agent workflow using visit_by, significantly reducing overall code complexity

  • Removed the need for explicit agent-type enums, avoiding messy and unscalable enum-based routing

  • Eliminated manual if–else routing logic; the LLM now dynamically decides and routes the next agent

  • Combined agent selection and visitation into a single visit_by call, replacing previously separate logic

@RandiJay96 RandiJay96 linked an issue Dec 29, 2025 that may be closed by this pull request
@udithishanka udithishanka linked an issue Dec 29, 2025 that may be closed by this pull request
@udithishanka
Copy link
Collaborator

image

@udithishanka
Copy link
Collaborator

image

seems like reviewer agent's feedback is not passed to the writer agent again, because of that it loops again and again

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.

[Discussion] Visit by Improvements Visit by content creator

3 participants