Commit Graph

  • d98520d0ca WIP Shyju Krishnankutty 2026-01-26 08:21:02 -08:00
  • bbe096a764 Workaround for devcontainer expired key issue (#3432) westey 2026-01-26 14:02:06 +00:00
  • cec8bd348e .NET: Improve unit test coverage for Microsoft.Agents.AI.Anthropic (#3382) Copilot 2026-01-26 13:11:15 +00:00
  • 12f7e71f76 .NET: Improve unit test coverage for Microsoft.Agents.AI.AzureAI.Persistent (#3384) Copilot 2026-01-26 11:23:16 +00:00
  • ffb2468945 Optimizations. Shyju Krishnankutty 2026-01-24 16:41:20 -08:00
  • 6224bce853 Working demos Shyju Krishnankutty 2026-01-22 22:09:33 -08:00
  • 774a83cf53 Conditional edge routing sample. Shyju Krishnankutty 2026-01-22 21:27:53 -08:00
  • d4d03def47 Minor cleanup Shyju Krishnankutty 2026-01-22 17:11:30 -08:00
  • eec89baaec Remove unused files. Shyju Krishnankutty 2026-01-22 09:16:11 -08:00
  • 63a2283033 Cleanup Shyju Krishnankutty 2026-01-21 20:19:23 -08:00
  • 61e37cdc6e minor cleanup. Shyju Krishnankutty 2026-01-21 17:55:21 -08:00
  • 97ac897dff Minor cleanup. MCP tool works. Shyju Krishnankutty 2026-01-21 17:39:53 -08:00
  • ce96daf05a WIP-Run workflow as mcp tool. Shyju Krishnankutty 2026-01-21 15:28:24 -08:00
  • 261f050bad WIP Shyju Krishnankutty 2026-01-21 10:49:10 -08:00
  • ebeeeeb421 Minor cleanups Shyju Krishnankutty 2026-01-20 20:20:15 -08:00
  • fcd7aa0b77 Move relevant stuff to DurableTask project from Hosting.AzureFunctions Shyju Krishnankutty 2026-01-20 16:22:19 -08:00
  • 56314f96f5 Shared state support using durable entity. Shyju Krishnankutty 2026-01-20 08:56:12 -08:00
  • 0fb395f5a1 Register one orchestration per workflow. Shyju Krishnankutty 2026-01-15 16:26:20 -08:00
  • 1b3c67df96 Minor cleanup/reorg Shyju Krishnankutty 2026-01-15 15:15:08 -08:00
  • 5dfcfedf1e Minor cleanups Shyju Krishnankutty 2026-01-15 11:43:28 -08:00
  • cf1c61760d cleanup Shyju Krishnankutty 2026-01-15 11:10:46 -08:00
  • 6f69299f4a WIP Shyju Krishnankutty 2026-01-15 07:49:07 -08:00
  • 8b21180cf2 working e2e orchestration completion. Shyju Krishnankutty 2026-01-14 16:18:21 -08:00
  • 2fd9a5916a WIP. runs all executors/agents in workflow sequantially. Shyju Krishnankutty 2026-01-14 12:33:54 -08:00
  • 8b7aef63a6 wip Shyju Krishnankutty 2026-01-13 19:38:26 -08:00
  • 5090ec393e WIP Shyju Krishnankutty 2026-01-12 17:26:36 -08:00
  • 536364131d WIP Shyju Krishnankutty 2026-01-12 09:06:27 -08:00
  • 330c2607ad update package versions (#3421) python-1.0.0b260123 Giles Odigwe 2026-01-23 15:40:20 -08:00
  • 6e8c7c42c8 .NET: [BREAKING] feat: Improve Agent hosting inside Workflows (#3142) Jacob Alber 2026-01-23 14:45:29 -05:00
  • 172423aab7 .NET: Python: Merge main into feature-durabletask branch (#3385) feature-durabletask-python Laveesh Rohra 2026-01-23 10:31:54 -08:00
  • 52da946efd minor tweaks dwf2 Shyju Krishnankutty 2026-01-23 10:16:31 -08:00
  • 21e00c054b .NET: Rename ChatMessageStore to ChatHistoryProvider (#3375) westey 2026-01-23 15:49:01 +00:00
  • 859ac0939d Minor cleanup Shyju Krishnankutty 2026-01-23 07:48:31 -08:00
  • c40e5a9020 Fid http URL for test shkr/dwf1 Shyju Krishnankutty 2026-01-23 07:05:02 -08:00
  • 9e57dc7dbe Update instructions to require automatically building and formatting (#3412) westey 2026-01-23 14:23:22 +00:00
  • 90164a6bc1 .NET: Allow overriding the ChatMessageStore to be used per agent run. (#3330) westey 2026-01-23 12:44:29 +00:00
  • 7b8777d1fc Python: add(azure-ai): support reasoning config for AzureAIClient (#3403) Evan Mattson 2026-01-23 18:37:23 +09:00
  • a97bc322ac Python: Azure AI mapping HostedImageGenerationTool to ImageGenTool (#3263) Giles Odigwe 2026-01-22 22:11:16 -08:00
  • 12256b59aa Working demos Shyju Krishnankutty 2026-01-22 22:09:33 -08:00
  • e8b32ca337 Python: Prefer runtime kwargs for conversation_id in OpenAI Responses client (#3312) Giles Odigwe 2026-01-22 22:05:00 -08:00
  • e229dfa7e5 Python: Added tests for OpenAI content types + Unit test improvement (#3259) Giles Odigwe 2026-01-22 22:04:36 -08:00
  • 50c2539f3a Python: fix(core): filter out internal args when passing kwargs to MCP tools (#3292) Evan Mattson 2026-01-23 15:03:10 +09:00
  • 04fdf25019 Conditional edge routing sample. Shyju Krishnankutty 2026-01-22 21:27:53 -08:00
  • 5436354a83 Python: [BREAKING] simplify ag-ui run logic, fix mcp bugs, fix anthropic client issues in ag-ui (#3322) Evan Mattson 2026-01-23 14:10:46 +09:00
  • 29fb22f7d8 Minor cleanup Shyju Krishnankutty 2026-01-22 17:11:30 -08:00
  • 9f893a32a6 Adding ReflectExecutors method to Workflow. (#3389) Shyju Krishnankutty 2026-01-22 15:21:22 -08:00
  • b072df32c5 Python: Fix azurefunctions MCP tool invocation to use correct agent (#3339) Gavin Aguiar 2026-01-22 16:36:44 -06:00
  • ad4b732741 Adding ReflectExecutors method to Workflow. shkr/api_changes Shyju Krishnankutty 2026-01-22 12:07:03 -08:00
  • 87c9d74bd7 Python: Fix: Verify types during checkpoint deserialization to prevent marker spoofing (#3243) Copilot 2026-01-22 20:07:39 +01:00
  • 38fc0b8e08 Remove unused files. Shyju Krishnankutty 2026-01-22 09:16:11 -08:00
  • 958e6d27ce .NET: Improve unit test coverage for Microsoft.Agents.AI.OpenAI (#3349) Copilot 2026-01-22 16:48:52 +00:00
  • 9a37411dc1 .NET: Joslat fix sample issue (#3270) Jose Luis Latorre Millas 2026-01-22 17:23:17 +01:00
  • ea7818d390 Python: .NET: Executor source gen for workflow executor routing (#3131) Ben Thomas 2026-01-22 08:02:12 -08:00
  • 4940d0ef36 fix: Subworkflows do not work well with HostAsAgent (#3240) Jacob Alber 2026-01-22 11:01:47 -05:00
  • f47645cdc8 .NET: [Breaking] Allow passing auth token credential to cosmosdb extensions (#3250) SergeyMenshykh 2026-01-22 11:30:58 +00:00
  • 2cf4980d77 Adding feature collections ADR (#3332) westey 2026-01-22 09:17:32 +00:00
  • 34114f8d7b Cleanup Shyju Krishnankutty 2026-01-21 20:19:23 -08:00
  • 89285a5f1c Set min version of dependent azure-ai-projects to 2.0.0b3 (#3347) Darren Cohen 2026-01-21 19:56:25 -08:00
  • 38c8f3ec18 minor cleanup. Shyju Krishnankutty 2026-01-21 17:55:21 -08:00
  • 6a49da6f1c Minor cleanup. MCP tool works. Shyju Krishnankutty 2026-01-21 17:39:53 -08:00
  • d3bfbcbf52 WIP-Run workflow as mcp tool. Shyju Krishnankutty 2026-01-21 15:28:24 -08:00
  • ff839435a2 Fix imports for durabletask (#3345) Laveesh Rohra 2026-01-21 14:38:37 -08:00
  • e032133748 Python: Add integration tests for durabletask package (#3317) Laveesh Rohra 2026-01-21 14:31:24 -08:00
  • 588e0bc0b2 WIP Shyju Krishnankutty 2026-01-21 10:49:10 -08:00
  • b4a71f00a3 Updated package versions (#3335) dotnet-1.0.0-preview.260121.1 Dmytro Struk 2026-01-21 10:40:36 -08:00
  • d9f0329edd TTL gaaguiar/ttl Gavin Aguiar 2026-01-21 11:02:19 -06:00
  • 082f39e77e Python: feat(anthropic): Add response_format support for structured outputs (#3301) Sukeesh 2026-01-21 20:38:13 +05:30
  • 6f1ab66795 .NET: Fix DebuggerDisplay attribute in AIAgent.cs to reference existing properties (#2985) Copilot 2026-01-21 13:50:59 +00:00
  • d402d92a47 Bump pyasn1 from 0.6.1 to 0.6.2 in /python (#3257) dependabot[bot] 2026-01-21 12:56:40 +00:00
  • d55dd5f253 .NET: Improve readme for agents V2 (#3285) Roger Barreto 2026-01-21 12:55:11 +00:00
  • 88e0ee1a2c Python: Fix local MCP tools with AzureAIProjectAgentProvider (#3315) Giles Odigwe 2026-01-21 04:43:05 -08:00
  • aa6579f38c .NET: Update Conversation Sample to use Conversation Id instead (#3180) Roger Barreto 2026-01-21 12:15:13 +00:00
  • 41cc34421f .NET: Add sample to show multiple AIContextProvider usage (#3284) westey 2026-01-21 11:42:16 +00:00
  • eac8baac09 .Net: Fix DebuggerDisplay attribute to reference existing property (#3326) Copilot 2026-01-21 11:42:01 +00:00
  • 77236bf0ec Bump tomli from 2.3.0 to 2.4.0 in /python (#3182) dependabot[bot] 2026-01-21 06:38:12 +01:00
  • 00650f2525 Minor cleanups Shyju Krishnankutty 2026-01-20 20:20:15 -08:00
  • 6d7690e485 Python: fix(ag-ui): properly handle json serialize with handoff workflows as agent (#3275) Evan Mattson 2026-01-21 11:43:14 +09:00
  • 6b5437e4ec Python: fix(core): handle anyio cancel scope errors during MCP connection cleanup (#3277) Evan Mattson 2026-01-21 10:49:07 +09:00
  • 530f8b389a Move relevant stuff to DurableTask project from Hosting.AzureFunctions Shyju Krishnankutty 2026-01-20 16:22:19 -08:00
  • db8a59bd3d .NET: Durable Agent samples and automated validation for non-Azure Functions (#3042) Chris Gillum 2026-01-20 14:45:10 -08:00
  • 83e6229c11 Python: [Breaking] Simplified Content types to a single class with classmethod constructors. (#3252) Eduard van Valkenburg 2026-01-20 23:09:39 +01:00
  • 73761aa4a3 .NET: Pass AdditionalProperties from parent to child when exposing an agent as a FunctionTool (#3219) westey 2026-01-20 18:20:08 +00:00
  • 742937194a .NET: Update Microsoft.Extensions.AI.* packages to 10.2.0 (#3211) Copilot 2026-01-20 17:52:58 +00:00
  • 8c3182e4e8 Shared state support using durable entity. Shyju Krishnankutty 2026-01-20 08:56:12 -08:00
  • 74401266e6 Improve PR number handling in workflow (#3302) Mark Wallace 2026-01-20 14:05:15 +00:00
  • f8c84d4ee6 Python: Fix: Add system_instructions to ChatClient LLM span tracing (#3164) claude89757 2026-01-20 22:04:31 +08:00
  • 3ec881509c .NET: Delete sync extension methods for agent (#3291) westey 2026-01-20 11:24:58 +00:00
  • 8ee379d344 Bump tar from 7.4.3 to 7.5.3 in /python/packages/devui/frontend (#3267) dependabot[bot] 2026-01-20 07:26:34 +00:00
  • 2a43caefaa Bump ruff from 0.14.11 to 0.14.13 in /python (#3287) dependabot[bot] 2026-01-20 07:26:06 +00:00
  • f54248b79f Bump uv from 0.9.25 to 0.9.26 in /python (#3288) dependabot[bot] 2026-01-20 08:25:45 +01:00
  • 0f29637b86 fix #3171, ensure proper form rendering for int (#3201) Victor Dibia 2026-01-19 23:25:12 -08:00
  • e0b9be7e08 Python: fix(declarative): Fix MCP tool connection not passed from YAML to Azure AI agent creation API (#3248) Evan Mattson 2026-01-20 16:24:20 +09:00
  • 83e8965c8e Python: [BREAKING] Make response_format validation errors visible to users (#3274) Dmytro Struk 2026-01-19 09:20:46 -08:00
  • 3c1be2a713 Update ignored checks in merge-gatekeeper workflow Mark Wallace 2026-01-19 16:17:24 +00:00
  • 467d3a60ed Bump actions/setup-dotnet from 5.0.1 to 5.1.0 (#3273) dependabot[bot] 2026-01-19 15:58:02 +00:00
  • 3243652df6 Python: Filter conversation_id when passing kwargs to agent as tool (#3266) Dmytro Struk 2026-01-19 04:54:06 -08:00
  • 915df3b404 Python: Added rai_config to Azure AI agent creation (#3265) Dmytro Struk 2026-01-19 04:51:27 -08:00
  • f87e55ba33 Python: Fixed use_agent_middleware calling private _normalize_messages (#3264) Dmytro Struk 2026-01-19 04:50:14 -08:00
  • 9bfa1a913c Python: Fixed Azure chat client for asynchronous filtering (#3260) Dmytro Struk 2026-01-19 04:49:23 -08:00
  • cd77193742 Python: Merge main into feature-durabletask-python branch (#3261) Laveesh Rohra 2026-01-16 16:59:49 -08:00