Yiran Wu
Yiran Wu
Yes, you need to determine which one to call when write your function. For example, check for tool calls in the messages and make sure you always select 'admin' if...
@YagnaDeepika You can write ```python if "tool_calls" in messages[-1]: return 'auto' # to go back to the "auto" selection ``` or ```python if "tool_calls" in messages[-1]: return admin ``` The...
Basically, if you return a class "Agent" object, that will be taken as the next speaker. But you can still choose the default selection methods by returning a string.
> I mean that when calling the AssistantAgent, I will not use the default system_message but input one. I will implement a corresponding MathUserProxyAgent, and I will modify the `autoreply`...
> @kevin666aa please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...
Note: No need to review MathVoting.py and functions related to voting in main for now.
> Wait , how does this work for agents like GroupChatManager or agents that are enabled as Teachable? These agents make additional LLM calls outside the usual flow. Thanks for...
@yenif Can you take a look at this? I think it is an easy fix to remove line 916 in `conversable_agent.py`.
> @kevin666aa @rickyloynd-microsoft the coverage section of compressible test and teachable test are missing in the contrib-test.yml @IANTHEREAL @gagb same for GPTAssistant test. Got it, will add the test. The...
In the notebook: Can user just use `pip install pyautogen[graphs]`