Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5f364ccea 
							
						 
					 
					
						
						
							
							Add code executor modules in API doc and minor doc fixes ( #4579 )  
						
						... 
						
						
						
						* Add code executor modules
* minor fixes
* minor fixes
* minor
* minor grammar
* underlines
* code check 
						
						
					 
					
						2024-12-05 15:57:02 -08:00 
						 
				 
			
				
					
						
							
							
								gagb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac363344da 
							
						 
					 
					
						
						
							
							Update user guide ( #4560 )  
						
						... 
						
						
						
						* Update user guide
* Fix typos
* Move the file to correct dir
* update notebook, add runnable code to catch bugs, improve text on inner messages
* update icons in tutorial
* Reduce references to future concepts
---------
Co-authored-by: Victor Dibia <victor.dibia@gmail.com> 
						
						
					 
					
						2024-12-05 14:37:33 -08:00 
						 
				 
			
				
					
						
							
							
								gagb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fd47b95d8 
							
						 
					 
					
						
						
							
							Remove WIP banner from landing ( #4575 )  
						
						
						
						
					 
					
						2024-12-05 13:47:57 -08:00 
						 
				 
			
				
					
						
							
							
								Leonardo Pinheiro 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4018a129f8 
							
						 
					 
					
						
						
							
							Refactor code executor namespace ( #4538 )  
						
						... 
						
						
						
						* refactor code exec namespaces
* delete code exec init
* update conflicts
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com> 
						
						
					 
					
						2024-12-05 07:01:59 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9af450a59f 
							
						 
					 
					
						
						
							
							Move local code exec to ext, uplevel components ( #4557 )  
						
						
						
						
					 
					
						2024-12-04 20:21:46 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc6765b189 
							
						 
					 
					
						
						
							
							API documentation page flattening  ( #4556 )  
						
						... 
						
						
						
						* API documentation page refactor
* Fix links and unused pages
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com> 
						
						
					 
					
						2024-12-04 18:24:07 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e615059345 
							
						 
					 
					
						
						
							
							Remove extract_markdown_code_blocks from core API ( #4554 )  
						
						
						
						
					 
					
						2024-12-04 17:13:43 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b878763f8 
							
						 
					 
					
						
						
							
							Move grpc runtimes to ext, flatten application ( #4553 )  
						
						... 
						
						
						
						* Move grpc runtimes to ext, flatten application
* rename to grpc
* fmt 
						
						
					 
					
						2024-12-04 16:23:20 -08:00 
						 
				 
			
				
					
						
							
							
								Victor Dibia 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							777f2abbd7 
							
						 
					 
					
						
						
							
							Load and Save state in AgentChat ( #4436 )  
						
						... 
						
						
						
						1. convert dataclass types to pydantic basemodel 
2. add save_state and load_state for ChatAgent
3. state types for AgentChat
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-12-04 16:14:41 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d85a607da9 
							
						 
					 
					
						
						
							
							Move LLMUsageTracker to a cookbook ( #4549 )  
						
						... 
						
						
						
						* Move LLMUsageTracker to a cookbook
* rename, add to index
* fmt and remove test
* Update python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/llm-usage-logger.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix missing quotation marks in notebook
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> 
						
						
					 
					
						2024-12-04 14:49:39 -08:00 
						 
				 
			
				
					
						
							
							
								Vaibhav Balloli 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a448c10b9 
							
						 
					 
					
						
						
							
							Update index.md ( #4548 )  
						
						
						
						
					 
					
						2024-12-04 14:24:32 -08:00 
						 
				 
			
				
					
						
							
							
								Gerardo Moreno 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							39ff183fad 
							
						 
					 
					
						
						
							
							Core API example showing multiple agents concurrently ( #4461 )  
						
						... 
						
						
						
						* Core API example showing multiple agents concurrently (#4427 )
* Apply feedback
* Add different topics for closure agent example
* Address feedback
* Mypy fix
* Modify import path based on refactoring
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-12-04 10:39:26 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3022369eeb 
							
						 
					 
					
						
						
							
							Flatten core base and components ( #4513 )  
						
						... 
						
						
						
						* Flatten core base and components
* remove extra files
* dont export from deprecated locations
* format
* fmt 
						
						
					 
					
						2024-12-03 17:00:44 -08:00 
						 
				 
			
				
					
						
							
							
								gagb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6706dce577 
							
						 
					 
					
						
						
							
							Improves tutorial ( #4507 )  
						
						... 
						
						
						
						* Change nav depth
* Remove repetitive module names
* Increase nav depth
* Decrease base font size of docs
* Improve docs
* Undo css change 
						
						
					 
					
						2024-12-03 16:54:53 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32aa452af8 
							
						 
					 
					
						
						
							
							Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions ( #4512 )  
						
						
						
						
					 
					
						2024-12-03 15:24:25 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50e84b945e 
							
						 
					 
					
						
						
							
							Move handoff to base in agentchat ( #4509 )  
						
						
						
						
					 
					
						2024-12-03 14:34:55 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50fea44539 
							
						 
					 
					
						
						
							
							Update allowed values for agent and topic type ( #4484 )  
						
						... 
						
						
						
						* allowed_type_values
* add return for post init
* Update python/packages/autogen-core/src/autogen_core/base/_agent_id.py
* Update python/packages/autogen-core/src/autogen_core/base/_topic.py
* Merge branch 'main' into allowed_type_values
* lint 
						
						
					 
					
						2024-12-03 10:12:42 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							954ba84fe7 
							
						 
					 
					
						
						
							
							Change base agent to use on message impl ( #4485 )  
						
						... 
						
						
						
						* Change base agent to use on message impl
* update doc
* Update
* Merge branch 'main' into on_msg_impl 
						
						
					 
					
						2024-12-03 10:04:12 -08:00 
						 
				 
			
				
					
						
							
							
								Ryan Sweet 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c09de8d47 
							
						 
					 
					
						
						
							
							HelloAgents App Host with xlang sample ( #4395 )  
						
						... 
						
						
						
						* adds a python xlang sample and aspire code to host it
* fixes message delivery on dotnet runtime 
						
						
					 
					
						2024-12-03 08:09:02 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95dfe7bf22 
							
						 
					 
					
						
						
							
							Core doc edits, mostly visibility of private methods ( #4457 )  
						
						
						
						
					 
					
						2024-12-02 14:36:00 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							732391859d 
							
						 
					 
					
						
						
							
							Update code_lint.py ( #4470 )  
						
						
						
						
					 
					
						2024-12-02 16:42:28 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b58f6e7d5 
							
						 
					 
					
						
						
							
							Remove unused agent props ( #4453 )  
						
						
						
						
					 
					
						2024-12-02 13:15:23 -08:00 
						 
				 
			
				
					
						
							
							
								gagb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f02aac78fb 
							
						 
					 
					
						
						
							
							Improve docs ( #4428 )  
						
						... 
						
						
						
						* Change nav depth
* Remove repetitive module names
* Increase nav depth 
						
						
					 
					
						2024-11-29 16:50:40 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f70869f236 
							
						 
					 
					
						
						
							
							update dev8 ( #4417 )  
						
						
						
						
					 
					
						2024-11-27 14:39:31 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4067f6c0a 
							
						 
					 
					
						
						
							
							Migrate Python distributed runtime to use cloud events for event ( #4407 )  
						
						... 
						
						
						
						* Cloud event publishing
* Implement cloud event receiving
* impl host servicer and 
						
						
					 
					
						2024-11-27 08:32:03 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd77ccbd7b 
							
						 
					 
					
						
						
							
							Serialize to Proto.Any for python serializer ( #4404 )  
						
						
						
						
					 
					
						2024-11-27 07:32:01 -08:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4e6d0d977 
							
						 
					 
					
						
						
							
							Add grpcio back to deps ( #4402 )  
						
						... 
						
						
						
						* Add grpcio back to deps
* Update uv lock 
						
						
					 
					
						2024-11-27 09:08:14 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d3bc948a1 
							
						 
					 
					
						
						
							
							Replatform closure agent on base agent ( #4389 )  
						
						... 
						
						
						
						* Replatform closure agent on base agent
* Fix mypy
* update agentcaht
--------- 
						
						
					 
					
						2024-11-26 16:33:37 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45f16f534b 
							
						 
					 
					
						
						
							
							Fix deprecated usages ( #4374 )  
						
						
						
						
					 
					
						2024-11-26 16:31:23 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df183be35a 
							
						 
					 
					
						
						
							
							Add special topic for agent direct messaging ( #4385 )  
						
						... 
						
						
						
						* Add special topic for agent direct messaging
* move to base
* update sub counts
* Fix tests 
						
						
					 
					
						2024-11-26 17:01:25 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf80b1bc14 
							
						 
					 
					
						
						
							
							Add request_id parameter ( #4384 )  
						
						
						
						
					 
					
						2024-11-26 16:09:14 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f07e5bea5 
							
						 
					 
					
						
						
							
							Add type prefix subscription ( #4383 )  
						
						... 
						
						
						
						* Add type prefix subscription
* update example
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com> 
						
						
					 
					
						2024-11-26 15:58:26 -05:00 
						 
				 
			
				
					
						
							
							
								peterychang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74bcd5e0f6 
							
						 
					 
					
						
						
							
							add protobuf serialization test ( #4224 )  
						
						... 
						
						
						
						* add protobuf serialization test
* proto file regeneration
---------
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com> 
						
						
					 
					
						2024-11-26 15:37:40 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a02e2ba4b 
							
						 
					 
					
						
						
							
							Update version to dev7 ( #4359 )  
						
						... 
						
						
						
						* Update version to dev7
* update other references 
						
						
					 
					
						2024-11-25 14:09:41 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c1cabf07e 
							
						 
					 
					
						
						
							
							Add tool to check example in docstrings ( #4353 )  
						
						... 
						
						
						
						* Add tool to check example in docstrings
* update lock
* add task
* add ignored message
* add example check CI 
						
						
					 
					
						2024-11-25 16:10:45 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c8b656588 
							
						 
					 
					
						
						
							
							Fix examples in docstrings ( #4356 )  
						
						... 
						
						
						
						* Fix examples in docstrings
* formatting
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/agents/_openai_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update python/packages/autogen-ext/src/autogen_ext/models/_reply_chat_completion_client.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Formattinggp
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-25 16:07:45 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8347881776 
							
						 
					 
					
						
						
							
							Fix intervention handler none check ( #4351 )  
						
						... 
						
						
						
						* Fix none check
* fix func
* fmt, lint
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-25 15:50:52 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b967fc79a 
							
						 
					 
					
						
						
							
							Update pyright and mypy ( #4348 )  
						
						... 
						
						
						
						* Update pyright and mypy
* fmt 
						
						
					 
					
						2024-11-25 15:08:36 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bdd9c83b0 
							
						 
					 
					
						
						
							
							Add note for min python version ( #4347 )  
						
						... 
						
						
						
						Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-25 10:19:57 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9209b2ffc1 
							
						 
					 
					
						
						
							
							Remove duplicate model info ( #4346 )  
						
						... 
						
						
						
						Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-25 10:17:24 -08:00 
						 
				 
			
				
					
						
							
							
								Gerardo Moreno 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b2d42d420 
							
						 
					 
					
						
						
							
							Termination Conditions Tutorial ( #4334 ) ( #4339 )  
						
						... 
						
						
						
						* Termination Conditions Tutorial (#4334 )
* Fix format
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/termination.ipynb
* update docs
* update doc
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-25 10:09:06 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2ae4d1203 
							
						 
					 
					
						
						
							
							Add warnings for deprecated azure oai config changes ( #4317 )  
						
						... 
						
						
						
						* Add warnings for deprecated azure oai config changes
* Update docs and usages, simplify capabilities 
						
						
					 
					
						2024-11-25 09:34:52 -08:00 
						 
				 
			
				
					
						
							
							
								Kartik Ramesh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08383445fd 
							
						 
					 
					
						
						
							
							Fix typo in Agent Runtime Environments doc ( #4336 )  
						
						... 
						
						
						
						Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> 
						
						
					 
					
						2024-11-24 20:52:51 -05:00 
						 
				 
			
				
					
						
							
							
								Jack Gerrits 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01dc56b244 
							
						 
					 
					
						
						
							
							Make grpc an optional dependency ( #4315 )  
						
						... 
						
						
						
						* Make grpc an optional dependency
* add note to the runtime docs
* update version
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-23 22:36:30 -08:00 
						 
				 
			
				
					
						
							
							
								Gerardo Moreno 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02ef110e10 
							
						 
					 
					
						
						
							
							Selector Group Chat Tutorial ( #4112 ) ( #4326 )  
						
						... 
						
						
						
						* Selector Group Chat Tutorial (#4112 )
* update doc
* update
* Add custom selector function
* Update doc
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-23 21:36:32 -08:00 
						 
				 
			
				
					
						
							
							
								Pramod Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							caeab68f4b 
							
						 
					 
					
						
						
							
							task: added warning when none is called in intervention handler ( #4149 )  
						
						... 
						
						
						
						* task: added warning when none is called in intervention handler
* add leading underscore to indicate private to _warn_if_none method in intervention.py
* address comment of returning Any for result in intervention.py
* Update intervention.py to remove redundant name change
* Format and lint
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com> 
						
						
					 
					
						2024-11-23 18:26:37 -05:00 
						 
				 
			
				
					
						
							
							
								Leonardo Pinheiro 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac53961bc8 
							
						 
					 
					
						
						
							
							Delete autogen-ext refactor deprecations ( #4305 )  
						
						... 
						
						
						
						* delete files and update dependencies
* add explicit config exports
* ignore mypy error on nb
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> 
						
						
					 
					
						2024-11-22 11:29:39 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c1ec7108a 
							
						 
					 
					
						
						
							
							Misc doc fixes ( #4300 )  
						
						... 
						
						
						
						* Misc doc fixes
* Update _console.py
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> 
						
						
					 
					
						2024-11-21 19:24:12 -05:00 
						 
				 
			
				
					
						
							
							
								Gerardo Moreno 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ffa42ba44 
							
						 
					 
					
						
						
							
							Swarm Tutorial ( #4146 )  
						
						... 
						
						
						
						* Swarm Tutorial
* Include 2 swarm example, add svgs
* Include latest Swarm changes & Eric changes
* Update docs to remove UserProxyAgent
* Include latest Console changes
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> 
						
						
					 
					
						2024-11-20 21:03:39 -05:00 
						 
				 
			
				
					
						
							
							
								Eric Zhu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b7658a9da 
							
						 
					 
					
						
						
							
							Move openai assistant agent to autogen-ext; add on_messages_stream ( #4268 )  
						
						
						
						
					 
					
						2024-11-19 01:42:11 -05:00