Commit Graph

  • 5d355ac507 Python: Fix HandoffBuilder silently dropping context_provider during agent cloning (#3721) Copilot 2026-02-07 08:23:45 +09:00
  • a17f13598b [BREAKING] Python: Merge send_responses into run method (#3720) Evan Mattson 2026-02-07 07:32:38 +09:00
  • 15256bb616 Python: [BREAKING] Renamed AgentProtocol to SupportsAgentRun (#3717) Dmytro Struk 2026-02-06 09:53:21 -08:00
  • ac17adb595 .NET: Introduce Core implementation methods for session methods on AIAgent (#3699) westey 2026-02-06 13:25:20 +00:00
  • c26a773657 .NET: Support primitives and arrays for SO (#3696) SergeyMenshykh 2026-02-06 09:27:45 +00:00
  • 0f3f4dbcaf [BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690) Evan Mattson 2026-02-06 16:47:20 +09:00
  • 09f59b21ad Python: [BREAKING] Renamed AgentRunContext to AgentContext (#3714) Dmytro Struk 2026-02-05 22:47:51 -08:00
  • c609b14f63 Python: Fix GroupChat orchestrator message cleanup issue (#3712) Ben Thomas 2026-02-05 19:50:37 -08:00
  • f96772f6e8 Updated package versions (#3715) dotnet-1.0.0-preview.260205.1 Dmytro Struk 2026-02-05 18:08:55 -08:00
  • 1f8e70d7ad Python: Added internal kwargs filtering for Anthropic client (#3544) Dmytro Struk 2026-02-05 15:34:26 -08:00
  • 3dc59c83b5 Python: [BREAKING] Moved to a single get_response and run API (#3379) Eduard van Valkenburg 2026-02-05 21:09:58 +01:00
  • 9991eb6e88 .NET: Add decorator for structured output support (#3694) SergeyMenshykh 2026-02-05 18:50:51 +00:00
  • d1205896a1 Fix subworkflow duplicate request info events (#3689) Tao Chen 2026-02-05 08:51:04 -08:00
  • ec82ed15d2 .NET: [BREAKING] Provide agent and session to AIContextProvider & ChatHistoryProvider (#3695) westey 2026-02-05 15:58:41 +00:00
  • 2b66ca03b2 .NET: Fix Error 404 Agent Hosted MCP (#3678) Roger Barreto 2026-02-05 13:39:59 +00:00
  • aa88195dcd .NET: [BREAKING] Remove UserInputRequests property (#3682) westey 2026-02-05 12:07:07 +00:00
  • eaad042241 .NET: Python: Add AGENTS.md files and update coding standards (#3644) Eduard van Valkenburg 2026-02-05 11:27:46 +01:00
  • de80543302 .NET: Adding AgentRunContext to allow accessing agent run info in external downstream components (#3476) westey 2026-02-05 09:45:24 +00:00
  • 9e51e2f0bc Python: fix(claude): handle API errors in run_stream() method (#3653) Dineshsuriya D 2026-02-05 11:10:32 +05:30
  • 0daa7700c6 [BREAKING] Python: Move orchestrations to dedicated package (#3685) Evan Mattson 2026-02-05 12:05:13 +09:00
  • 10afb86213 [BREAKING] Python: Refactor SharedState to State with sync methods and superstep caching (#3667) Evan Mattson 2026-02-05 10:42:52 +09:00
  • 4e25917644 Python: Fix AG-UI message handling and MCP tool double-call bug (#3635) Evan Mattson 2026-02-05 09:52:19 +09:00
  • a971d24f1e [BREAKING] Python: Fix workflow as agent streaming output (#3649) Tao Chen 2026-02-04 16:16:45 -08:00
  • 907654a489 [BREAKING] Obsoleting ReflectingExecutor in favor of source gen (#3380) Ben Thomas 2026-02-04 12:07:43 -08:00
  • 1e20c69cbd .NET:[Breaking] Add support for structured output (#3658) SergeyMenshykh 2026-02-04 19:47:36 +00:00
  • 5e565dbec0 Rename 3rdPartyThreadStorage sample to 3rdPartyChatHistoryStorage (#3643) westey 2026-02-04 18:58:22 +00:00
  • a2d1e69652 .NET: [BREAKING] Rename session state json param (#3681) westey 2026-02-04 18:54:10 +00:00
  • de78348d76 .NET: Add .NET Anthropic Claude Skills sample (#3497) Copilot 2026-02-04 17:49:49 +00:00
  • e8902c0d11 .NET: Improve unit test coverage for Microsoft.Agents.AI.Abstractions (#3381) Copilot 2026-02-04 17:43:31 +00:00
  • 6255abd687 .NET: [BREAKING] Move AgentSession.Serialize to AIAgent (#3650) westey 2026-02-04 15:52:15 +00:00
  • d742364d81 Fix workflow cancellation not propagating to active executors (#3663) Evan Mattson 2026-02-05 00:29:29 +09:00
  • 2c2800aad4 Python: Adjust workflows TypeVars from prefix to suffix naming convention (#3661) Evan Mattson 2026-02-04 20:07:23 +09:00
  • 0709f6df06 Merge branch 'main' into feature-so SergeyMenshykh 2026-02-04 10:49:12 +00:00
  • 838a7fd61d Python: [BREAKING] Types API Review improvements (#3647) Eduard van Valkenburg 2026-02-04 11:13:23 +01:00
  • ef798629e5 Potential fix for code scanning alert no. 49: Clear-text logging of sensitive information (#3573) Evan Mattson 2026-02-04 15:57:08 +09:00
  • 5c6cf4fc92 Python: fix(claude): preserve $defs in JSON schema for nested Pydantic models (#3655) Dineshsuriya D 2026-02-04 12:04:26 +05:30
  • 06d43ee130 Fix: Skip model_deployment_name validation for application endpoints (#3621) Prasath 2026-02-04 08:04:50 +05:30
  • 96d3f2a55e Python: Fix broken Content API imports in Python samples (#3639) Copilot 2026-02-03 22:48:26 +00:00
  • f56218fa1e Python: Add explicit input, output, and workflow_output parameters to @handler, @executor and request_info (#3472) Evan Mattson 2026-02-04 07:47:40 +09:00
  • 8d939f8ffa Fix AzureAIClient dropping agent instructions (Responses API) (#3636) Evan Mattson 2026-02-03 23:39:44 +09:00
  • 6fdf6111e6 .NET: [BREAKING] Rename GetNewSession to CreateSession (#3501) westey 2026-02-03 11:33:50 +00:00
  • 405bd6fb4b Python: Filter response_format from MCP tool call kwargs (#3494) Giles Odigwe 2026-02-02 23:15:50 -08:00
  • 73033c300f Python: Updated instructions/system_message logic in GitHub Copilot agent (#3625) Dmytro Struk 2026-02-02 21:40:35 -08:00
  • 98cd72839e Update readme (#3576) Dmytro Struk 2026-02-02 08:24:31 -08:00
  • 39e6bffa3b AI triage bot initial commit for testing ai-triage-bot Evan Mattson 2026-02-02 13:23:50 +09:00
  • 184ee9d518 Fix AzureAIAgentClient dropping agent instructions in sequential workflows (#3563) Evan Mattson 2026-02-01 01:05:35 -08:00
  • e4a49c60cf Update sub sample to have more than 1 nested level. shkr/durable_workflow Shyju Krishnankutty 2026-01-30 18:42:52 -08:00
  • 5519533c60 sub workflow support Shyju Krishnankutty 2026-01-30 18:11:46 -08:00
  • 2f7250fe0f Python: Add tests to Purview Package (#3513) Rishabh Chawla 2026-01-30 15:08:39 -08:00
  • 2a5186c8b4 Update integration test paths to match new durable directory structure copilot/move-samples-to-durable-directory copilot-swe-agent[bot] 2026-01-30 22:36:51 +00:00
  • 9843355c83 Move Python durable samples to durable directory copilot-swe-agent[bot] 2026-01-30 22:25:01 +00:00
  • 493891620d Python: Replaced obsolete create_response method in samples (#3542) Dmytro Struk 2026-01-30 14:22:00 -08:00
  • 6f480cac10 Initial plan copilot-swe-agent[bot] 2026-01-30 22:20:39 +00:00
  • c067cebf03 Updating MCP endpoint parameters to use snake case gaaguiar/mcp_case_fix Gavin Aguiar 2026-01-30 15:34:33 -06:00
  • f3e0be9555 Python: Disable mem0 telemetry by default (#3506) Giles Odigwe 2026-01-30 13:17:52 -08:00
  • 8b475afe17 Python: Add BaseAgent implementation for Claude Agent SDK (#3509) python-1.0.0b260130 Dmytro Struk 2026-01-30 10:11:41 -08:00
  • 0fcf075ea7 Python: Add sample on how to share a thread between agents in a workflow (#3405) Tao Chen 2026-01-30 10:07:58 -08:00
  • ff7041b990 .NET: Workflows - Support fidelity when converting to and from ChatMessage in declarative workflows (#3505) Peter Ibekwe 2026-01-30 09:14:24 -08:00
  • 924211a518 .Net: Update Anthropic and Anthropic.Foundry package versions (#3517) Copilot 2026-01-30 08:48:19 -08:00
  • cd7661bbb7 Python: Fix dependencies for durabletask (#3493) Laveesh Rohra 2026-01-30 08:38:49 -08:00
  • 3df8fe3c3f .NET: Delete AgentResponse.{Try}Deserialize<T> methods (#3518) SergeyMenshykh 2026-01-30 14:30:41 +00:00
  • 0a0de4ac21 Python: Add coverage threshold gate for PR checks (#3392) (#3510) Tao Chen 2026-01-29 15:58:52 -08:00
  • 96f30bdf57 .NET: Consolidate durable agent samples into Durable/Agents folder (#3471) Shyju Krishnankutty 2026-01-29 15:15:14 -08:00
  • e5cddecf04 Python: Add core types and agents unit tests (#3470) Giles Odigwe 2026-01-29 11:50:13 -08:00
  • 81a317714f Python: Add core utilities unit tests (#3487) Giles Odigwe 2026-01-29 10:35:00 -08:00
  • d418794b1e Python: Add observability unit tests to improve coverage (#3469) Giles Odigwe 2026-01-29 10:33:39 -08:00
  • f6c4e078ec Python: Improved AzureAI Package Test Coverage (#3452) Giles Odigwe 2026-01-29 10:32:53 -08:00
  • 51e941ff3a Updated peibekwe/messaging-handling-fix Chris Rickman 2025-12-22 16:23:13 -08:00
  • 474b31393d Update durabletask package (#3492) Laveesh Rohra 2026-01-28 13:41:37 -08:00
  • 1226828ec2 Python: added generic types to ChatOptions and ChatResponse/AgentResponse for Response Format (#3305) Eduard van Valkenburg 2026-01-28 22:23:02 +01:00
  • 1f8463f9bb Update code owners (#3491) python-1.0.0b260128 dotnet-1.0.0-preview.260128.1 Laveesh Rohra 2026-01-28 12:58:18 -08:00
  • 75a8335af5 .NET - [Breaking]: Update Declarative Object Model + Dependencies (#3017) Chris 2026-01-28 12:00:37 -08:00
  • 45a020be43 .NET: Python: [BREAKING] Renamed Github to GitHub (#3486) Dmytro Struk 2026-01-28 11:58:31 -08:00
  • fa74f27030 .Net: Adding copilot cli to the codespaces definition (#3479) Roger Barreto 2026-01-28 18:46:26 +00:00
  • 739edc7307 [BREAKING] Python: Add factory pattern to GroupChat and Magentic (#3224) Tao Chen 2026-01-28 09:00:20 -08:00
  • a7d924a7d2 Python: [BREAKING] changed AIFunction to FunctionTool and @ai_function to @tool (#3413) Eduard van Valkenburg 2026-01-28 15:53:53 +01:00
  • 15b43f2abe .NET: Improve unit test coverage for Microsoft.Agents.AI.AzureAI to 85.6% (#3383) Copilot 2026-01-28 11:54:25 +00:00
  • d8a1a3977f Simplify Shyju Krishnankutty 2026-01-27 21:20:07 -08:00
  • d0ad92af7a Minor cleanups Shyju Krishnankutty 2026-01-27 21:00:45 -08:00
  • 45050a2b08 Minor cleanup Shyju Krishnankutty 2026-01-27 19:38:08 -08:00
  • e64fb4a435 Fix visibility of new types Shyju Krishnankutty 2026-01-27 19:16:51 -08:00
  • c82bab4d0e Minor cleanups Shyju Krishnankutty 2026-01-27 14:01:49 -08:00
  • 4245561013 .NET: Add tests for subworkflow shared state behavior (#3444) Jacob Alber 2026-01-27 16:45:27 -05:00
  • 8add9748ef Introduce some interfaces, Shyju Krishnankutty 2026-01-27 13:35:21 -08:00
  • 787becfc9f Python: Merge durabletask changes into main (#3420) python-1.0.0b260127 dotnet-1.0.0-preview.260127.1 Laveesh Rohra 2026-01-27 13:08:05 -08:00
  • c860385a8c Add C# GroupChat tool approval sample for multi-agent orchestrations (#3374) Copilot 2026-01-27 20:43:51 +00:00
  • 715072b1dd Added GitHub Copilot project to release solution file (#3468) Dmytro Struk 2026-01-27 12:15:10 -08:00
  • 5ef12a2341 fix: FileSystemJsonCheckpointStore does not flush to disk on Checkpoint creation (#3439) Jacob Alber 2026-01-27 14:53:40 -05:00
  • e6ce398b41 Expose metadata from A2AAgent and seal AIAgentMetadata (#3417) westey 2026-01-27 19:05:24 +00:00
  • e82d9f5e45 .NET: Add AIAgent implementation for GitHub Copilot SDK (#3395) Copilot 2026-01-27 18:51:56 +00:00
  • 968621e817 Updated package versions (#3462) Dmytro Struk 2026-01-27 10:16:55 -08:00
  • bc3bc40dcc Updated package versions (#3459) Dmytro Struk 2026-01-27 09:46:59 -08:00
  • 72a85b2ea0 ci: Unblock Merge queue by disabling DurableTask TTL tests (#3464) Jacob Alber 2026-01-27 12:02:19 -05:00
  • 6b55de8438 Cleanup. Shyju Krishnankutty 2026-01-26 21:17:16 -08:00
  • 06b921cc47 minor cleanup Shyju Krishnankutty 2026-01-26 19:25:31 -08:00
  • 35caf28239 Expose internal items to Microsoft.Agents.AI.DurableTask. Other minor cleanups Shyju Krishnankutty 2026-01-26 17:26:52 -08:00
  • 420e7b6038 WIP - Replace Kahns level based with loop(like in-proc) Shyju Krishnankutty 2026-01-26 14:19:40 -08:00
  • 407fb3025e Python: Add BaseAgent implementation for GitHub Copilot SDK (#3404) Dmytro Struk 2026-01-26 10:09:04 -08:00
  • cf6e0070b4 Cleanup Shyju Krishnankutty 2026-01-26 09:44:08 -08:00
  • a3a9147e61 .NET: [BREAKING] Rename AgentThread to AgentSession (#3430) westey 2026-01-26 16:30:25 +00:00