#Group Chat Difficulty

11 messages · Page 1 of 1 (latest)

blissful pike
#

Hey im not sure whether this will work but try changing the prompts.

`editor = autogen.AssistantAgent(
name="editor",
system_message="You are a senior editor of an AI blogger, you will define the structure of a short blog post based on material provided by the researcher, and give it to the writer to write the blog post",
llm_config={"config_list": config_list},
)

writer = autogen.AssistantAgent(
    name="writer",
    system_message="You are a professional AI blogger who is writing a blog post about AI, you will write a short blog post based on the structured provided by the editor, and feedback from reviewer; After 2 rounds of content iteration, add TERMINATE to the end of the message",
    llm_config={"config_list": config_list},
)

reviewer = autogen.AssistantAgent(
    name="reviewer",
    system_message="You are a world class hash tech blog content critic, you will review & critic the written blog and provide feedback to writer.After 2 rounds of content iteration, add TERMINATE to the end of the message",
    llm_config={"config_list": config_list},
)`

Also try changing the model

#

"and give it to the writer to write the blog post"

Basically, point it towards another agent.

lavish mountain
#

I'll give this a shot. One sec

#

nope. Describing the system_message in greater detail on who should recieve what did not change anything

blissful pike
#

ah damn, try using gpt-4 for a run?

lavish mountain
#

shoot that didnt help either. I even ask the "planner" to send it to the "manager" and it just sends it back to me "ceo"

#

I will have completed my goal once i can get a solution to have the agents work together.

blissful pike
#

https://www.youtube.com/watch?v=Bq-0ClZttc8&t=638s

See whether you find anything interesting in this video. Check the last bit he goes in-depth about multi-agents

Microsoft just announced a multi agent framework called Autogen, which solved a few problems of existing agent frameworks; Let’s dive in

🔗 Links

▶ Play video
#

sorry dude xD even im figuring out things

lavish mountain
#

I appreciate your help. I will watch this and see if I come up with a solution. I appreciate your time. Maybe someone else sees something in my code that I simply missed. Good luck to you @blissful pike

blissful pike
#

yep, good luck!