AssistantAgent
and UserProxyAgent
: Core AG2 classes.Interoperability
: This module acts as a bridge, making it easier to integrate CrewAI tools with AG2’s architecture.config_list
defines the LLM configurations, including the model and API key.UserProxyAgent
simulates user inputs without requiring actual human interaction (set to NEVER
).AssistantAgent
represents the AI agent, configured with the LLM settings.Interoperability
converts the CrewAI tool to a format compatible with AG2.UserProxyAgent
and the AssistantAgent
to utilize the CrewAI tool.
chatbot
provides results based on the web scraping operation: