Default Component Gallery
A default gallery containing basic components for human-in-loop conversations
AutoGen Team
A single AssistantAgent (with a calculator tool) in a RoundRobinGroupChat team.
A team with 3 agents - a Web Surfer agent that can browse the web, a Verification Assistant that verifies and summarizes information, and a User Proxy...
A team with 3 agents - a Research Assistant that performs web searches and analyzes information, a Verifier that ensures research quality and complete...
An agent that provides assistance with ability to use tools.
MultimodalWebSurfer is a multimodal agent that acts as a web surfer that can search the web and visit web pages.
An agent that provides assistance with tool use.
An agent that can represent a human user through an input function.
A tool that performs basic arithmetic operations (addition, subtraction, multiplication, division).
A tool that generates images based on a text description using OpenAI's DALL-E model. Note: Requires OpenAI API key to function.
A tool that generates a PDF file from a list of images.Requires the PyFPDF and pillow library to function.
A tool that fetches the content of a webpage and converts it to markdown. Requires the requests and beautifulsoup4 library to function.
A tool that performs Bing searches using the Bing Web Search API. Requires the requests library, BING_SEARCH_KEY env variable to function.
A tool that performs Google searches using the Google Custom Search API. Requires the requests library, [GOOGLE_API_KEY, GOOGLE_CSE_ID] to be set, en...
OpenAI GPT-4o-mini
Local Mistral-7B model client for instruction-based generation (Ollama, LMStudio).
GPT-4o Mini Azure OpenAI model client.
Terminate the conversation if a specific text is mentioned.
Terminate the conversation after a maximum number of messages have been exchanged.