AutoGen Example Code

parmarjatin4911@gmail.com - Jan 28 - - Dev Community

AutoGen Example Code

import autogen

user_proxy = autogen.UserProxyAgent(
name="MervinPraison",
code_execution_config={
"work_dir" : "coding",
}
)

chatbot = autogen.AssistantAgent(
name="chatbot",
system_message="You are a python developer",
)

user_proxy.initiate_chat(
chatbot,
message="Give me the stock price of Google"
)

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player