Copilot
|
14809f51dd
|
Fix GraphFlow cycle detection to properly clean up recursion state (#7026)
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-09-16 02:12:07 -07:00 |
|
Copilot
|
79d5d6ab47
|
Fix spurious </think> tags caused by empty string reasoning_content in streaming (#7025)
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-09-16 02:06:50 -07:00 |
|
SrikarMannepalli
|
5216bf3737
|
Add thinking mode support for anthropic client (#7002)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2025-09-16 01:12:51 -07:00 |
|
liuyunrui123
|
0df6be1fc1
|
fix: extra args not work to disable thinking (#7006)
|
2025-09-16 07:42:35 +00:00 |
|
gym603
|
3107855044
|
Fix message ID for correlation between streaming chunks and final mes… (#6969)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2025-08-31 08:49:05 -10:00 |
|
Justin Cechmanek
|
8e2c5f0a56
|
Support linear memory in RedisMemory (#6972)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2025-08-31 08:36:21 -10:00 |
|
Paweł Dąbrowski
|
7fbf8ab44c
|
Fix loading streaming Bedrock response with tool usage with empty argument (#6979)
|
2025-08-31 08:19:30 -10:00 |
|
Eric Zhu
|
4b5e358053
|
update version to 0.7.4 (#6955)
|
2025-08-19 11:20:09 -07:00 |
|
Ben Constable
|
2f38334c0e
|
Redis Doesn't Support Streaming (#6954)
|
2025-08-19 11:15:46 -07:00 |
|
Ben Constable
|
29a84e293c
|
Fix Redis Deserialization Error (#6952)
|
2025-08-19 08:24:19 -07:00 |
|
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 |
|
Nicolas Suzor
|
6874ff7091
|
Typo in docs for 'NoOpTracerProvider' (#6915)
|
2025-08-10 20:31:55 -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 |
|
Saverio Murgia
|
ac051ba6d0
|
docs: correct function spelling (#6849)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2025-07-27 00:29:11 -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 |
|
Dave Howard
|
f45adde638
|
In Add required termination condition and missing agent_e (#6809)
Co-authored-by: dave-howard <dave@codypy.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
|
2025-07-15 01:58:51 +00:00 |
|
Eric Zhu
|
06da36080c
|
Setup publishing for pyautogen package (#6813)
|
2025-07-14 17:34:21 -07:00 |
|