agentchat.contrib.retrieve_assistant_agent
RetrieveAssistantAgent
class RetrieveAssistantAgent(AssistantAgent)
(Experimental) Retrieve Assistant agent, designed to solve a task with LLM.
RetrieveAssistantAgent is a subclass of AssistantAgent configured with a default system message.
The default system message is designed to solve a task with LLM,
including suggesting python code blocks and debugging.
human_input_mode
is default to "NEVER"
and code_execution_config
is default to False.
This agent doesn't execute code by default, and expects the user to execute the code.