nested chat
conversation pattern in AG2.ConversableAgents
implemented in AG2.autogen
or ag2
, all you need to do is upgrade it using:autogen
and ag2
are aliases for the same PyPI package.AssistantAgent
class in AG2. It also allows customization such as agent/tool libraries. When the libraries are provided, CaptainAgent will try to leverage them when solving a task.
Without them, CaptainAgent will automatically generate new agents.
library_path
sub-field or a autobuild_tool_config
field in CaptainAgent’s configuration.