mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-30 09:20:18 +00:00
* initial assistant client draft * expose assistants client * initial openai assistant agentchat draft * update file search * add delete methods and fix typing * add tool execution * fix tool call and add docstring * abstract tools and support thread management * add tests * removed unused typevars * add unsaved test changes * test typing fixes --------- Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
AutoGen AgentChat
Package structure
agentsare the building blocks for creating agents and built-in agents.teamsare the building blocks for creating teams of agents and built-in teams, such as group chats.loggingcontains logging utilities.