mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-10-31 01:40:58 +00:00 
			
		
		
		
	 89db8b12f1
			
		
	
	
		89db8b12f1
		
	
	
	
	
		
			
			* Improving the readme and renaming examples dir * fix ci * updating name * nuance the wording
		
			
				
	
	
		
			5 lines
		
	
	
		
			151 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			151 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from ._group_chat_manager import GroupChatManager
 | |
| from ._orchestrator_chat import OrchestratorChat
 | |
| 
 | |
| __all__ = ["GroupChatManager", "OrchestratorChat"]
 |