Commit Graph

1043 Commits

Author SHA1 Message Date
Eric Zhu
2f3981dffb Update version to 0.7.2 (#6947) 2025-08-19 00:55:45 -07:00
Eric Zhu
0c33b1140a Ensure task runner tools are always strict (#6946) 2025-08-19 00:26:22 -07:00
Eric Zhu
d4dd4a26ca Update OpenAIAgent to reflect gap in supporting custom function tool (#6943) 2025-08-19 00:23:37 -07:00
Eric Zhu
fbc7888d75 Add model info for gpt-5 (#6945) 2025-08-19 00:11:09 -07:00
Alexey Pelykh
898d83e783 Fix OpenAIAgent function tool schema (#6936)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-19 04:59:18 +00:00
Tejas Dharani
a666c65047 fix: Add proper serialization to RedisStore for complex objects (#6905)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-18 21:51:25 -07:00
fiow123
c715876a95 Extend pydantic model capability for anyOf/oneOf item typing (#6925)
Co-authored-by: Finn Cartwright (MSTIC DS&AI) <fcartwright@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-11 12:13:21 -04:00
Eric Zhu
c145ace39a Add warning for MCP server docs (#6901) 2025-08-06 17:51:48 -04:00
Justin Cechmanek
6a22249998 Adds support for JSON and MARKDOWN in Redis agent memory (#6897)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-06 21:27:06 +00:00
Eric Zhu
27c3d3b58d Update version 0.7.2 (#6895) 2025-08-06 17:16:48 -04:00
Copilot
ec5da1ef7b Fix structured logging serialization data loss with SerializeAsAny annotations (#6889)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-05 12:32:05 -04:00
Eric Zhu
9cb067e6ab Add parallel_tool_call to openai model client config (#6888) 2025-08-02 19:28:33 -05:00
Copilot
3e30f9e05d Add documentation warnings for AgentTool/TeamTool parallel tool calls limitation (#6883)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-01 19:19:32 -05:00
Eric Zhu
c1e4ae6819 Add approval_func option to CodeExecutorAgent (#6886) 2025-08-01 19:13:38 -05:00
Copilot
ca3d693b19 Make DockerCommandLineCodeExecutor the default for MagenticOne team (#6684)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: husseinmozannar <25182234+husseinmozannar@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
2025-07-29 15:31:42 -07:00
Eric Zhu
7865151a58 Remove assistant related methods from OpenAIAgent (#6866) 2025-07-29 19:24:17 +00:00
Eric Zhu
e85eea88f2 Update OpenAIAssistantAgent doc (#6870) 2025-07-28 01:52:10 -07:00
Eric Zhu
1ca7419213 Update version to 0.7.1 (#6868) 2025-07-28 01:31:26 -07:00
Eric Zhu
7d627f45ca Bring back OpenAIAssistantAgent (#6867) 2025-07-28 01:29:06 -07:00
Eric Zhu
d6ec7b85e3 Update version to 0.7.0 (#6865) 2025-07-27 23:23:50 -07:00
Eric Zhu
98e6bba168 Supporting Teams as Participants in a GroupChat (#5863) 2025-07-27 22:59:09 -07:00
4shen0ne
2618496f72 fix: use ```sh consistently (#6864) 2025-07-27 22:53:29 -07:00
Eric Zhu
b33b688991 Update installation guide in _openai_assistant_agent.py (#6863) 2025-07-27 17:59:11 -07:00
4shen0ne
75c8a198bd fix: load agent correctly in test service (#6860) 2025-07-28 00:55:31 +00:00
Victor Dibia
f00d1eef9e upgrade graphrag sample to v2.3+ (#6744)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-27 02:04:40 -07:00
Copilot
5f1c69d049 Add include_name_in_message parameter to make name field optional in OpenAI messages (#6845)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-27 00:39:39 -07:00
Brian Fox
ac28510c42 Add support for "format": "json" in JSON schemas (#6846)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-27 07:15:48 +00:00
Justin Cechmanek
3b139c6539 Adds Redis Memory extension class (#6743) 2025-07-25 21:54:22 -07:00
Saverio Murgia
e26bb1c850 fix: use correct format when adding memory to mem0 (#6831)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-23 22:46:59 +00:00
Copilot
7c536a8c95 Fix OpenAI UnprocessableEntityError when AssistantAgent makes multiple tool calls (#6799)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-20 00:30:42 -07:00
Eric Zhu
ae024e262d Deprecating openai assistant agent. Apply version conditioned import for open ai version < 1.83 (#6827) 2025-07-17 16:37:20 -07:00
Tyler Payne
413d8f158c Expand MCP Workbench to support more MCP Client features (#6785)
Co-authored-by: Tyler Payne <tylerpayne@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2025-07-17 08:11:08 -07:00
lo5twind
aa131bb7f7 feat: add timeout for http tools (#6818)
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2025-07-16 13:06:06 -07:00
Victor Dibia
b2cef7f47c Update AGS (Support Workbenches ++) (#6736)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-07-16 10:03:02 -07:00
Victor Dibia
d094a3fd47 Upgrade_mcp_version (#6814)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-07-16 09:26:55 -07:00
Copilot
ca39adc358 Fix JSON serialization of team state by handling datetime objects in message dump (#6797)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-14 19:05:53 -07:00
Eric Zhu
06da36080c Setup publishing for pyautogen package (#6813) 2025-07-14 17:34:21 -07:00
Tejas Dharani
25d732876e Feat/OpenAI agent builtin tools 6657 (#6671)
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-10 10:29:20 -07:00
Eric Zhu
9f2c5aa1be Update to version 0.6.4 (#6784) 2025-07-09 10:46:23 -07:00
Eric Zhu
af85eb26c2 Remove duckduckgo search tools and agents (#6783) 2025-07-09 10:32:23 -07:00
Eric Zhu
0a2971c54a Update version to 0.6.3 (#6781) 2025-07-09 09:21:44 -07:00
Eric Zhu
f881d8a80d Remove otel semcov package from core dependencies (#6775) 2025-07-08 18:03:58 -07:00
Ryan Sousa
203323fb3e feat: add qwen2.5vl support (#6650)
Co-authored-by: Victor Dibia <victordibia@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-07 23:13:02 +00:00
Zen
4ccac43b02 SingleThreadedAgentRuntime to use subclass check for factory_wrapper instead of equality (#6731)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-07 16:02:06 -07:00
Sean Goedecke
02e6574566 Update GitHub Models url to the new url (#6759)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-07 15:49:41 -07:00
Eric Zhu
d2619049f3 Add reflection for claude model in AssistantAgent (#6763) 2025-07-07 15:13:52 -07:00
Eric Zhu
4a3634d6da Move docs from python/packages/autogen-core to python/docs (#6757) 2025-07-06 21:31:36 -07:00
Eric Zhu
89841b6aaf Add script to automatically generate API documentation and remove hard-coded RST files; fix API docs (#6755) 2025-07-06 18:38:39 -07:00
VARAD SRIVASTAVA
13f9a73519 Added DuckDuckGo Search Tool and Agent in AutoGen Extensions (#6682)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-06 15:59:55 -07:00
Copilot
0bd99ee516 Add tool name and description override functionality to Workbench implementations (#6690)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-07-06 13:39:05 -07:00