Giter Club home page Giter Club logo

Comments (8)

tyler-suard-parker avatar tyler-suard-parker commented on July 18, 2024

await groupchat_boss_agent.a_initiate_chats(
[
{
"chat_id": 1,
"recipient": 1_search_agent,
"message": f"Please execute the following plan: \n{plan}",
"silent": True,
"summary_method": "reflection_with_llm",
},
{
"chat_id": 2,
"recipient": 2_search_agent,
"message": f"Please execute the following plan: \n{plan}",
"silent": True,
"summary_method": "reflection_with_llm",
},

from autogen.

Hk669 avatar Hk669 commented on July 18, 2024

@krishnashed would you like to take up this issue? thanks

from autogen.

krishnashed avatar krishnashed commented on July 18, 2024

Ya sure! As this is inline with another issue I'm working on anyways

from autogen.

tyler-suard-parker avatar tyler-suard-parker commented on July 18, 2024

@krishnashed I think I've tracked it down to the chat.py file:

if chat_info.get("verbose", False): 
    iostream.print(colored("Message:\n" + print_message, "blue"), flush=True)
    iostream.print(colored("Carryover:\n" + print_carryover, "blue"), flush=True)
iostream.print(colored("\n" + "*" * 80, "blue"), flush=True, sep="")

Why would it send messages to the iostream websocket if verbose is False?

Also why would it send messages to the iostream if silent is True?

if not chat_info.get("silent", False):

from autogen.

krishnashed avatar krishnashed commented on July 18, 2024

@tyler-suard-parker ill check chat.py and get back, thanks for the heads up!

from autogen.

tyler-suard-parker avatar tyler-suard-parker commented on July 18, 2024

@krishnashed I wasn't able to solve this issue, have you been able to make any progress? @davorrunje would you mind giving us some input on this?

from autogen.

krishnashed avatar krishnashed commented on July 18, 2024

Hi @tyler-suard-parker, I was occupied last week, I'm continuing work on this now

from autogen.

tyler-suard-parker avatar tyler-suard-parker commented on July 18, 2024

@krishnashed let me know if there is anything I can do to help.

from autogen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.