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
Installs
1
GitHub Stars
5
First Seen
4 days ago
ag2-imports — ag2ai/resource-hub