How AG2 Works
Getting under the hood
If you’re wanting to develop new agents, agent capabilities, or understand the flow of an AG2 workflow, this is the right section for you.
This section involves diving into AG2’s source code, if that doesn’t sound like what you are after, check out our Basic and Advanced concept sections under User Guide.
Sections:
-
Chat workflow with initiate_chat
-
How ConversableAgent generates its reply with generate_reply
-
How to update agent and message state using hooks
Ready to start building your own agents and tools? Check out our guides for creating a tool and creating an agent.