Galleries1
All Galleries
Default Component Gallery
v1.0.0
16 components
1 day agodefault
Gallery items marked as default () are available in the builder by default.
GalleriesDefault Component Gallery
Gallery Banner

Default Component Gallery

A default gallery containing basic components for human-in-loop conversations

AutoGen Team

16 components
v1.0.0
human-in-loop
assistant
web agents
3 teams
autogen_agentchat.teams.RoundRobinGroupChat
Default Team

A single AssistantAgent (with a calculator tool) in a RoundRobinGroupChat team.

autogen_agentchat.teams.SelectorGroupChat
Web Agent Team (Operator)

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...

autogen_agentchat.teams.SelectorGroupChat
Deep Research Team

A team with 3 agents - a Research Assistant that performs web searches and analyzes information, a Verifier that ensures research quality and complete...

4 agents
autogen_agentchat.agents.AssistantAgent
AssistantAgent

An agent that provides assistance with ability to use tools.

autogen_ext.agents.web_surfer.MultimodalWebSurfer
MultimodalWebSurfer

MultimodalWebSurfer is a multimodal agent that acts as a web surfer that can search the web and visit web pages.

autogen_agentchat.agents.AssistantAgent
AssistantAgent

An agent that provides assistance with tool use.

autogen_agentchat.agents.UserProxyAgent
UserProxyAgent

An agent that can represent a human user through an input function.

6 tools
autogen_core.tools.FunctionTool
Calculator Tool

A tool that performs basic arithmetic operations (addition, subtraction, multiplication, division).

autogen_core.tools.FunctionTool
Image Generation Tool

A tool that generates images based on a text description using OpenAI's DALL-E model. Note: Requires OpenAI API key to function.

autogen_core.tools.FunctionTool
PDF Generation Tool

A tool that generates a PDF file from a list of images.Requires the PyFPDF and pillow library to function.

autogen_core.tools.FunctionTool
Fetch Webpage Tool

A tool that fetches the content of a webpage and converts it to markdown. Requires the requests and beautifulsoup4 library to function.

autogen_core.tools.FunctionTool
Bing Search Tool

A tool that performs Bing searches using the Bing Web Search API. Requires the requests library, BING_SEARCH_KEY env variable to function.

autogen_core.tools.FunctionTool
Google Search Tool

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...

3 models
autogen_ext.models.openai.OpenAIChatCompletionClient
OpenAI GPT-4o Mini

OpenAI GPT-4o-mini

autogen_ext.models.openai.OpenAIChatCompletionClient
Mistral-7B Local

Local Mistral-7B model client for instruction-based generation (Ollama, LMStudio).

autogen_ext.models.openai.AzureOpenAIChatCompletionClient
AzureOpenAI GPT-4o-mini

GPT-4o Mini Azure OpenAI model client.

3 terminations
autogen_agentchat.conditions.TextMentionTermination
TextMentionTermination

Terminate the conversation if a specific text is mentioned.

autogen_agentchat.conditions.MaxMessageTermination
MaxMessageTermination

Terminate the conversation after a maximum number of messages have been exchanged.

autogen_agentchat.base.OrTerminationCondition
OrTerminationCondition
Maintained by the AutoGen Team.