ag2-imports
Installation
SKILL.md
AG2 Imports
The package name is ag2, not autogen. All imports use the ag2 namespace.
Core Agents
from ag2.agentchat import AssistantAgent, UserProxyAgent, ConversableAgent
AssistantAgent-- LLM-powered agent that generates replies.UserProxyAgent-- Proxy for human input; can also execute code.ConversableAgent-- Base class for all conversable agents.
LLM Configuration
from ag2 import LLMConfig