Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Agents Flow #1831

Closed
wants to merge 13 commits into from
Closed

New Agents Flow #1831

wants to merge 13 commits into from

Conversation

fatihozturkh2o
Copy link
Contributor

@fatihozturkh2o fatihozturkh2o commented Sep 9, 2024

image

  • Introduces new agent flow (see the diagram above)
    • New agent flow can be the base for the future specialized agents (like DAI agent)
    • In the current flow, all the 'If' conditions and checks are piled up in CodeWriterAgent system prompt and weaker models easily struggle with this a lot of ifs even right now.
    • Current flow llama_3.1_8b example:

TODO

  • summary seems to be broken when group_chat is involved (not all messages passed to the summarize llm call. investigate)
    • did some research but couldnt understand why initializer agent doesnt store group_chat_manager messages by default. for now, put my own workaround: 7a1a1d4
  • discuss:
    # Autogen GroupChat messages contain subsequent same-role messages

@fatihozturkh2o fatihozturkh2o self-assigned this Sep 9, 2024
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.

1 participant