Galleries1
All Galleries
Default Component Gallery
v1.0.0
12 components
14 hours 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

12 components
v1.0.0
human-in-loop
assistant
2 teams
autogen_agentchat.teams.RoundRobinGroupChat
RoundRobinGroupChat

A team that runs a group chat with participants taking turns in a round-robin fashion to publish a message to all.

autogen_agentchat.teams.SelectorGroupChat
Web Agents (Operator)

A group chat team that have participants takes turn to publish a message to all, using a ChatCompletion model to select the next speaker after eac...

4 agents
autogen_agentchat.agents.AssistantAgent
AssistantAgent

An agent that provides assistance with tool use.

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.

1 tool
autogen_core.tools.FunctionTool
FunctionTool

Create custom tools by wrapping standard Python functions.

3 models
autogen_ext.models.openai.OpenAIChatCompletionClient
OpenAIChatCompletionClient

Chat completion client for OpenAI hosted models.

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

Example on how to use the OpenAIChatCopletionClient with local models (Ollama, vllm etc).

autogen_ext.models.openai.OpenAIChatCompletionClient
OpenAIChatCompletionClient

Chat completion client for OpenAI hosted models.

4 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
autogen_agentchat.base.OrTerminationCondition
OrTerminationCondition
Maintained by the AutoGen Team.