-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Insights: microsoft/autogen
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
python-v0.6.2
published
Jul 1, 2025 -
python-v0.6.4
published
Jul 9, 2025
40 Pull requests merged by 16 people
-
Feat/OpenAI agent builtin tools 6657
#6671 merged
Jul 10, 2025 -
Update to version 0.6.4
#6784 merged
Jul 9, 2025 -
Remove duckduckgo search tools and agents
#6783 merged
Jul 9, 2025 -
Update website to 0.6.3
#6782 merged
Jul 9, 2025 -
Update version to 0.6.3
#6781 merged
Jul 9, 2025 -
Update tracing doc
#6776 merged
Jul 9, 2025 -
Remove otel semcov package from core dependencies
#6775 merged
Jul 9, 2025 -
feat: add qwen2.5vl support
#6650 merged
Jul 7, 2025 -
SingleThreadedAgentRuntime to use subclass check for factory_wrapper instead of equality
#6731 merged
Jul 7, 2025 -
Update GitHub Models url to the new url
#6759 merged
Jul 7, 2025 -
Add autogen-ext-yepcode project to community projects
#6764 merged
Jul 7, 2025 -
Add reflection for claude model in AssistantAgent
#6763 merged
Jul 7, 2025 -
Move
docs
frompython/packages/autogen-core
topython/docs
#6757 merged
Jul 7, 2025 -
Add script to automatically generate API documentation
#6755 merged
Jul 7, 2025 -
Added DuckDuckGo Search Tool and Agent in AutoGen Extensions
#6682 merged
Jul 6, 2025 -
Add tool name and description override functionality to Workbench implementations
#6690 merged
Jul 6, 2025 -
Fix GraphFlowManager termination to prevent _StopAgent from polluting conversation context
#6752 merged
Jul 6, 2025 -
Fix GraphFlow to support multiple task execution without explicit reset
#6747 merged
Jul 6, 2025 -
Fix function calling support for Llama3.3
#6750 merged
Jul 6, 2025 -
Update documentation version
#6737 merged
Jul 1, 2025 -
Update agentchat documentation with latest changes
#6735 merged
Jun 30, 2025 -
update version to 0.6.2
#6734 merged
Jun 30, 2025 -
Fix output task messages 6150
#6678 merged
Jun 30, 2025 -
Add
tool_choice
parameter toChatCompletionClient
create
andcreate_stream
methods#6697 merged
Jun 30, 2025 -
Feat/tool call loop
#6651 merged
Jun 29, 2025 -
Fix mutable default in ListMemoryConfig
#6729 merged
Jun 29, 2025 -
Introduce streaming tool and support streaming for
AgentTool
andTeamTool
.#6712 merged
Jun 29, 2025 -
Feature/agentchat message id field 6317
#6645 merged
Jun 29, 2025 -
Add support for Gemini 2.5 flash stable
#6692 merged
Jun 28, 2025 -
fix: enable function_calling for o1-2024-12-17
#6725 merged
Jun 27, 2025 -
Fix/broad exception handling #6280
#6647 merged
Jun 27, 2025 -
Fix completion tokens none issue 6352
#6665 merged
Jun 26, 2025 -
Unpin uv version to use the latest version
#6713 merged
Jun 26, 2025 -
fix serialization issue in streamablehttp mcp tools
#6721 merged
Jun 25, 2025 -
add activation group for workflow with multiple cycles
#6711 merged
Jun 25, 2025 -
add env var to disable runtime tracing
#6681 merged
Jun 20, 2025 -
Add mem0 Memory Implementation
#6510 merged
Jun 16, 2025 -
update: openai response api
#6622 merged
Jun 16, 2025 -
fix: fix self-loop in workflow
#6677 merged
Jun 16, 2025 -
fix: fix devcontainer issue with AGS
#6675 merged
Jun 14, 2025
25 Pull requests opened by 19 people
-
Make DockerCommandLineCodeExecutor the default for MagenticOne team
#6684 opened
Jun 17, 2025 -
Optimize the selection NextSpeaker mechanism of RolePlayOrchestrator …
#6688 opened
Jun 17, 2025 -
add mcp pkg
#6699 opened
Jun 19, 2025 -
Fix: Use AUTOGENSTUDIO_UI_PATH for custom UI location
#6701 opened
Jun 19, 2025 -
Add support for OllamaChatCompletionClient to WELL_KNOWN_PROVIDERS
#6709 opened
Jun 21, 2025 -
Preventative healthcare maintenance example to python/samples/healthcare_preventative
#6720 opened
Jun 25, 2025 -
fix:多source的节点跳不到的问题,例如:agent p\u\e, p->u,p->e,u->e 在运行当中,p或u无法跳到e
#6728 opened
Jun 29, 2025 -
Enhance output_content_type detection in AssistantAgent.
#6732 opened
Jun 30, 2025 -
Update AGS (Support Workbenches ++)
#6736 opened
Jun 30, 2025 -
fix: Style applied correctly
#6740 opened
Jul 2, 2025 -
upgrade protobuf autogen-core
#6742 opened
Jul 2, 2025 -
Adds Redis Memory extension class
#6743 opened
Jul 2, 2025 -
upgrade graphrag sample to v2.3+
#6744 opened
Jul 3, 2025 -
Fix TypeError: unhashable type: 'list' when using MCP Adapter with malformed schemas
#6753 opened
Jul 6, 2025 -
Sample to show using DSPy with AutoGen
#6758 opened
Jul 7, 2025 -
Create agentchat_webscraping_with_oxylabs.ipynb
#6769 opened
Jul 8, 2025 -
Expand MCP Workbench to support more MCP Client features
#6785 opened
Jul 9, 2025 -
Fix StructuredMessage validation to prevent "not registered" errors in v0.6.4
#6796 opened
Jul 11, 2025 -
Fix JSON serialization of team state by handling datetime objects in message dump
#6797 opened
Jul 11, 2025 -
Fix ImportError for trace_tool_span in MCP workbench for backward compatibility
#6798 opened
Jul 11, 2025 -
Fix OpenAI UnprocessableEntityError when AssistantAgent makes multiple tool calls
#6799 opened
Jul 11, 2025 -
Commit
#6804 opened
Jul 12, 2025 -
enhance-weather-tool.ipynb
#6805 opened
Jul 12, 2025 -
Update State doc
#6806 opened
Jul 13, 2025 -
In Add required termination condition and missing agent_e
#6809 opened
Jul 13, 2025
138 Issues closed by 6 people
-
OpenAIAgent should support other tool types as well as function
#6657 closed
Jul 10, 2025 -
OpenTelemetry is required even when tracing is disabled — should be optional
#6768 closed
Jul 9, 2025 -
Students
#6765 closed
Jul 8, 2025 -
Development
#6766 closed
Jul 8, 2025 -
Proprietor
#6767 closed
Jul 8, 2025 -
Customized ChatAgentContainer not support
#6730 closed
Jul 7, 2025 -
Autogen Studio - PrismJS DOM Clobbering vulnerability
#5823 closed
Jul 7, 2025 -
Agent Optimizer interface and DSPy backend
#6685 closed
Jul 7, 2025 -
Add `tool_choice` to `ChatCompletionClient` `create` and `create_stream` method
#6696 closed
Jul 6, 2025 -
Making `Workbench` tool names and descriptions modifiable properties to allow for optimization
#6689 closed
Jul 6, 2025 -
`GraphFlowManager` should not let `_StopAgent` speak and apply termination if no more ready agent
#6751 closed
Jul 6, 2025 -
bug: GraphFlow with termination condition automatically ends after first query.
#6746 closed
Jul 6, 2025 -
Autogen 0.4: Not able to send messages
#6745 closed
Jul 3, 2025 -
Add an agent to a team instance Dynamically
#6414 closed
Jun 30, 2025 -
AutoGen Studio: AzureOpenAI GPT-4o-mini: Resource not found
#6707 closed
Jun 30, 2025 -
Adding a `output_task_messages` to `run_stream` methods to avoid messages in `task` are included.
#6150 closed
Jun 30, 2025 -
Support repeated tool calls in a loop within `AssistantAgent`
#6268 closed
Jun 29, 2025 -
AgentChat messages should have an `id` field.
#6317 closed
Jun 29, 2025 -
Incomplete Logging in AutoGen Agent – ThoughtEvent and TextMessage Truncated or Empty
#6673 closed
Jun 28, 2025 -
Heavy use of broad Exceptions leads to incorrect error handling
#6280 closed
Jun 27, 2025 -
completion_tokens return None when result.usage is None
#6352 closed
Jun 26, 2025 -
workflow with multiple cycles stop execute
#6710 closed
Jun 25, 2025 -
AutoGen Studio: Cannot Edit and Save Default Model Configuration to use AzureOpenAIChatCompletionClient
#6717 closed
Jun 24, 2025 -
ImportError: cannot import name 'AsyncAnthropicBedrock' from 'anthropic'
#6687 closed
Jun 17, 2025 -
[Bug]: llama_index module issue
#2901 closed
Jun 16, 2025 -
[Issue]: How can I disable caching?
#3153 closed
Jun 16, 2025 -
[Bug]: ConversableAgent.generate_code_execution_reply should scan all messages not just most recent
#3304 closed
Jun 16, 2025 -
[Issue]: how to deploy the local model correctly and run the `agentchat_custom_model.ipynb`?
#3264 closed
Jun 16, 2025 -
Ollama client
#3817 closed
Jun 16, 2025 -
workflow self loop not work
#6676 closed
Jun 16, 2025 -
Workbench (aka "the tool pool") design proposal
#4721 closed
Jun 15, 2025 -
Studio devcontainer fails to run `yarn build`
#5715 closed
Jun 14, 2025 -
Configuration based agents
#5593 closed
Jun 14, 2025 -
Handling UserProxyAgent
#5599 closed
Jun 14, 2025 -
Simplify AgentChat: run_stream().to_console()
#5447 closed
Jun 14, 2025 -
Azure AI Agent
#5545 closed
Jun 14, 2025 -
logger and otel support in inprocess runtime
#5288 closed
Jun 14, 2025 -
[Issue]: Best way to call llama3.1 with function calling from a cloud provider?
#3257 closed
Jun 14, 2025 -
[Bug]: Response from calling tool (call_xxxxx) ***** Error: Object of type Book is not JSON serializable
#3441 closed
Jun 14, 2025 -
[Issue]: Integrate Web Scraper with RagProxyAgent
#3434 closed
Jun 14, 2025 -
[Issue]: How to Store Multiple Autogen Agents and Histories in Azure for Multi-User Environment
#3302 closed
Jun 14, 2025 -
[Bug]: Cannot generate drawing or visual
#3299 closed
Jun 14, 2025 -
[Bug]: Error in resuming groupchat.
#3364 closed
Jun 14, 2025 -
[Bug]: autogen studio - pop up window of sign out is covered by workflow name.
#3465 closed
Jun 14, 2025 -
[Feature Request]: Allow model aggregation in AutoGen
#3040 closed
Jun 14, 2025 -
[Feature Request]: autogen studio streaming support
#3115 closed
Jun 14, 2025 -
[Issue]: Question regarding agent behavior: is the User Proxy the only agent that can run functions?
#3023 closed
Jun 14, 2025 -
[Issue]: AttributeError: 'RetrieveUserProxyAgent' object has no attribute 'message_generator'
#3098 closed
Jun 14, 2025 -
[Issue]: Second agent does not execute the python script
#3190 closed
Jun 14, 2025 -
[Issue]: Inconsistent Agent Execution Order Between Different Machines
#3094 closed
Jun 14, 2025 -
[Bug]: GPTAssistantAgent doesn't handle "failed" status
#2833 closed
Jun 14, 2025 -
[Issue]: ConversableAgent parameter ---chat_messages
#2928 closed
Jun 14, 2025 -
[Bug]: Wrong role set in group chat
#3009 closed
Jun 14, 2025 -
[Feature Request]: Filter functions in llm_config for each agent?
#3013 closed
Jun 14, 2025 -
[Issue][Discussion]: Use of "name" field for messages
#2989 closed
Jun 14, 2025 -
[Issue]: Is there any example of SSE for streaming?
#3029 closed
Jun 14, 2025 -
[Issue]: AutoGen Studio v0.1.3 tutorial notebook is broken
#3105 closed
Jun 14, 2025 -
[.Net][API Break Change]: Deprecate `ToolCallUpdate`
#3125 closed
Jun 14, 2025 -
[Bug]: Handle CTRL+C gracefully
#3156 closed
Jun 14, 2025 -
[Feature Request]: Support for function calling and images in MessageHistoryLimiter
#3121 closed
Jun 14, 2025 -
[Feature Request]: Print to IOStream for Groq and Mistral Client
#3065 closed
Jun 14, 2025 -
[Issue]: tool-BingSearch: Function tool-BingSearch is not available. Available functions are: ClientTool
#3070 closed
Jun 14, 2025 -
[Issue]: Securely Passing Authentication Tokens in AutoGen
#3205 closed
Jun 14, 2025 -
Is this a bug? , synchronous method called within an asynchronous method?
#3113 closed
Jun 14, 2025 -
[Issue]: I want Autogen to stream out ONLY the last agent's messages. How can I do that?
#3099 closed
Jun 14, 2025 -
[Bug]: Using reviewer agent (AssistantAgent) with claude-3-5-sonnet-20240620 crashes
#3162 closed
Jun 14, 2025 -
[.NET][Feature Request]: Implement RAG Support in AutoGen for .NET
#2572 closed
Jun 14, 2025 -
[Bug]: MultmodalConversable agent fails when LLM config points to local Ollama/LLaVA proxied by LiteLLM
#2528 closed
Jun 14, 2025 -
[Bug]: Group Chat with Customized Speaker Selection Method Does Not Complete Task
#2628 closed
Jun 14, 2025 -
[.Net][Bug]: GroupChat
#2624 closed
Jun 14, 2025 -
[Bug]: OpenAI GPT-4 tool error
#2882 closed
Jun 14, 2025 -
[Issue]: pgvector query returning byts instead of string
#2667 closed
Jun 14, 2025 -
[Issue]: chat_messages usage in 2 agents with tools
#2968 closed
Jun 14, 2025 -
[Issue]: unable to make calculator example work with local models
#2953 closed
Jun 14, 2025 -
[.Net][Feature Request]: Add OpenAIAssistantAgent to connect to OpenAI Assistant
#2651 closed
Jun 14, 2025 -
[Bug]: LLamaIndexAgent tests failure
#3019 closed
Jun 14, 2025 -
[Feature Request]: we need the `StateFlow` workflow option to have consistent and higher quality results
#2691 closed
Jun 14, 2025 -
[Bug]: Support for anthropic stopped to work
#2850 closed
Jun 14, 2025 -
[Feature Request]: UserProxy should get method `is_continuation_msg`
#2743 closed
Jun 14, 2025 -
[Issue]: Would be Nice to Have a Powerful WebSurfer Team Submitted to LMSys.org
#2898 closed
Jun 14, 2025 -
[Bug]: pip install "pyautogen[long-context]" does not install what is expected
#2756 closed
Jun 14, 2025 -
[Bug]: 'GroupChatManager' object has no attribute 'resume'
#2778 closed
Jun 14, 2025 -
[Issue]: Cant find working directory
#2918 closed
Jun 14, 2025 -
Adding Azure AI search as a vector db
#3059 closed
Jun 14, 2025 -
Assistants won't call functions, only User Proxy will
#2392 closed
Jun 14, 2025 -
[Feature Request]: Add Google Gemini blocking thresholds
#2409 closed
Jun 14, 2025 -
[Feature Request]: Change the tool_choice from auto
#2462 closed
Jun 14, 2025 -
[Issue]: `reflection_with_llm` not working with ollama/llama3
#2474 closed
Jun 14, 2025 -
[Bug]: AssistantAgent class does not contain method .register_for_llm or .register_for_execution
#2397 closed
Jun 14, 2025 -
[Bug]: gemini-1.5-flash causes error
#2819 closed
Jun 14, 2025 -
[Bug]: 'OpenAIEmbeddingFunction' object has no attribute 'encode' related to pgvectordb
#2813 closed
Jun 14, 2025 -
[Issue]: In studio, how to display each agent's response in real time instead of showing all at the end?
#2797 closed
Jun 14, 2025 -
How to store output and pass it into another file
#2936 closed
Jun 14, 2025 -
[Feature Request]: Add TransformMessages support to GroupChat's nested Select Speaker conversation
#2583 closed
Jun 14, 2025 -
[Feature Request]: Custom output for streaming
#2637 closed
Jun 14, 2025 -
[Issue]: LiteLLM with Ollama function calling cannot find function
#2548 closed
Jun 14, 2025 -
[Feature Request]: Allow each message to be sent to a subset of agents in a group chat
#2544 closed
Jun 14, 2025 -
[Bug]: "Missing parameter 'tool_call_id'" with MultimodalConversableAgent after a tool call
#2550 closed
Jun 14, 2025 -
[Feature Request]: OAI_CONFIG_LIST should accept not only .json, but also .yaml
#2559 closed
Jun 14, 2025 -
[Feature Request]: only get agent message to iostream / websocket output
#2561 closed
Jun 14, 2025 -
[Feature Request]: Enable overwrite_tools in register_for_llm for GPTAssistantAgent
#2575 closed
Jun 14, 2025 -
[Bug]: Autogen is not searching in internet
#2585 closed
Jun 14, 2025 -
[Issue]: How to use IOWebsockets with Flask?
#2611 closed
Jun 14, 2025 -
[Feature Request]: llm_config with input_price and output_price
#2435 closed
Jun 14, 2025 -
[Feature Request]: Connect to the HuggingFace Hub to achieve a multimodal capability
#2577 closed
Jun 14, 2025 -
[Issue]: How to Repro GAIA Benchmark Results
#2592 closed
Jun 14, 2025 -
[Feature Request]: support cloudflare AI gateway
#2786 closed
Jun 14, 2025 -
[Feature Request]: Support Google gemini api in Autogen and Autogen Studio- Google AI Studio
#2378 closed
Jun 14, 2025 -
[Feature Request]: Add typo check to workflow
#2564 closed
Jun 14, 2025 -
[Issue]: Group-chat will not call function when using IOStream
#2824 closed
Jun 14, 2025 -
[Issue]: GroupChat user interface
#2874 closed
Jun 14, 2025 -
[Issue]: How to send output of one agent to another agent?
#2852 closed
Jun 14, 2025 -
[Feature Request]: Allow using other database types for teachability
#3066 closed
Jun 14, 2025 -
Why I can not tools desc? use react prompt
#3077 closed
Jun 14, 2025 -
[Bug]: Can not execute async function when use nested_chats pattern
#3083 closed
Jun 14, 2025 -
[Bug]: instructions of GPTAssistantAgent are not updating properly
#3101 closed
Jun 14, 2025 -
[Bug]: Websocket demo not working
#3146 closed
Jun 14, 2025 -
Code Interpreter tool calling
#3192 closed
Jun 14, 2025 -
[Issue]: Unable to run a conversation between GPT4 and a local model
#3261 closed
Jun 14, 2025 -
[Feature Request]: Support for sequence diagrams for debugging
#3288 closed
Jun 14, 2025 -
Port autogen sample from agentic cook book
#3647 closed
Jun 14, 2025 -
declarative agents
#4065 closed
Jun 14, 2025 -
Logging metrics for agents
#4172 closed
Jun 14, 2025 -
Not able to connect AzureOpenAI using custom agent's configuration LLMConfig in Autogen Studio
#4694 closed
Jun 14, 2025
18 Issues opened by 17 people
-
GraphFlow examples failing with error
#6808 opened
Jul 13, 2025 -
StructuredMessage[AgentResponse] is not registered error after upgrading to v0.6.4
#6795 opened
Jul 11, 2025 -
Group chat does not work with Anthropic model in Autogen
#6794 opened
Jul 11, 2025 -
JSON dumping of save state on teams fails because of datateimes
#6793 opened
Jul 11, 2025 -
OpenAI.UnprocessableEntityError(422) when AssistantAgent invokes multiple tool calls
#6788 opened
Jul 10, 2025 -
Autogen Studio beta
#6777 opened
Jul 9, 2025 -
[.Net] The example is outdated
#6772 opened
Jul 8, 2025 -
Is it possible change human input timeout in UserProxyAgent?
#6741 opened
Jul 2, 2025 -
Allow models that only support `json_object` to also support structured output
#6727 opened
Jun 28, 2025 -
[Bug] Tool call request format in v0.6.1 is incompatible with some OpenAI-compatible APIs
#6724 opened
Jun 27, 2025 -
TypeError: unhashable type: 'list' when using MCP Adapter
#6723 opened
Jun 26, 2025 -
GraphFlow doesn't follow conditions, ends after a single node step
#6716 opened
Jun 23, 2025 -
AzureAIChatCompletionClient does not allow you to override the api_version
#6705 opened
Jun 20, 2025 -
MagenticOne Team uses local code execution by default
#6683 opened
Jun 17, 2025 -
Azure model name
#6679 opened
Jun 16, 2025
26 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Support OpenAIAssistantAgent to use Swarm team and ability to generate HandofffMessage
#6591 commented on
Jun 30, 2025 • 2 new comments -
Add oauth token validation extension to autogen extensions
#6436 commented on
Jun 26, 2025 • 2 new comments -
Correct Async functionality with AsyncClientAPI and add embedding model support
#6660 commented on
Jun 24, 2025 • 0 new comments -
Feature/tool error handling docs
#6654 commented on
Jul 9, 2025 • 0 new comments -
Updating README.md ( Specifically Intro part of Autogen, so that any new user can know what actually Autogen is by going through it. )
#6470 commented on
Jul 7, 2025 • 0 new comments -
initial version of the convogen framework
#6447 commented on
Jul 9, 2025 • 0 new comments -
Fix: Catch TargetClosedError in PlaywrightController.sleep() to avoid crashes on download-triggered page closes
#6415 commented on
Jul 1, 2025 • 0 new comments -
Remove duplicate aliases
#6309 commented on
Jun 26, 2025 • 0 new comments -
Fix FileSurfer to locate and list files
#6275 commented on
Jun 25, 2025 • 0 new comments -
docs: add example on using Langfuse as OpenTelemetry backend
#6159 commented on
Jul 9, 2025 • 0 new comments -
Supporting Teams as Participants in a GroupChat
#5863 commented on
Jul 9, 2025 • 0 new comments -
feat: [dotnet] add agents app tests
#5432 commented on
Jun 14, 2025 • 0 new comments -
Unable to get Structured Response with Agentchat Swarm and AzureOpenAI gpt models
#6638 commented on
Jul 9, 2025 • 0 new comments -
Create a guide on custom model clients
#6641 commented on
Jul 6, 2025 • 0 new comments -
Azure Annotation Message in API response breaks streaming
#6465 commented on
Jul 1, 2025 • 0 new comments -
Provide way to explicitly "release" agent instance from memory
#5374 commented on
Jun 27, 2025 • 0 new comments -
run Autogen and GraphRAG sample, report error: ModuleNotFoundError: No module named 'graphrag.config.config_file_loader'
#6201 commented on
Jun 26, 2025 • 0 new comments -
Update GraphRAG version
#6210 commented on
Jun 26, 2025 • 0 new comments -
Update documentation to replace usage of `TextMentionTermination` that relies on models in favor of more robust conditions
#5870 commented on
Jun 24, 2025 • 0 new comments -
Error with Grok API Integration: "Only messages of role 'user' can have a name
#4715 commented on
Jun 23, 2025 • 0 new comments -
OpenAIAssistantAgent to support Swarm team and ability to generate HandofffMessage
#5496 commented on
Jun 18, 2025 • 0 new comments -
version0.5.1 -> 0.5.6 : assistantagent use mcp tools as arg output garbled text,workbench is normal. Is version 0.5.6 of the tools incompatible with the old version?
#6496 commented on
Jun 18, 2025 • 0 new comments -
Fix ollama client TODOs
#5597 commented on
Jun 16, 2025 • 0 new comments -
Improve the UX for Adding Models in AutoGen Studio
#6500 commented on
Jun 15, 2025 • 0 new comments -
cant consume openai via requests
#6538 commented on
Jun 14, 2025 • 0 new comments -
o3-mini is not o3, o1-mini is not o1
#5410 commented on
Jun 14, 2025 • 0 new comments