Commit Graph

  • fee6f1b862 Merge branch 'main' into dev/dotnet_workflow/add_handoff_sample dev/dotnet_workflow/add_handoff_sample Jacob Alber 2026-04-16 13:04:51 -04:00
  • f853370621 docs: Add Handoff sample to readme Jacob Alber 2026-04-16 12:42:28 -04:00
  • c14beedb3a test: Add Handoff composability test (#5208) Jacob Alber 2026-04-16 12:36:09 -04:00
  • 8f03c4cee8 fixup: PR comments Jacob Alber 2026-04-16 12:28:33 -04:00
  • 2c9f543100 feat: Add Handoff sample Jacob Alber 2026-04-13 13:38:30 -04:00
  • 99627e41d2 Merge branch 'main' into feature-harness westey 2026-04-16 16:46:17 +01:00
  • d0ac1d83bc .NET: Add context window size compaction strategy for harness (#5304) westey 2026-04-16 16:44:45 +01:00
  • 482ea9d036 Merge branch 'main' into copilot/add-error-checking-workflow-samples Jacob Alber 2026-04-16 11:38:56 -04:00
  • 43d98974d3 fix: propagate A2A metadata with namespaced key in additional_properties (#5240) (#5256) Kartik Madan 2026-04-16 16:22:39 +01:00
  • 60da0ffb48 .NET: Improve local release build perf by only formatting for one build target framework (#5266) westey 2026-04-16 16:21:33 +01:00
  • 30d8439d14 Merge branch 'main' into dev/dotnet_workflow/add_handoff_composability_test dev/dotnet_workflow/add_handoff_composability_test Jacob Alber 2026-04-16 08:58:01 -04:00
  • 8f5a6ec4a1 Fix AgentFrameworkResponseHandlerTests: implement session methods in test mock agents Roger Barreto 2026-04-16 13:35:10 +01:00
  • 518e90e114 Add Dockerfiles, README, agent yamls and bearer token support to Hosted-Workflow-Handoff Roger Barreto 2026-04-16 13:05:47 +01:00
  • 7c9ed7f5d6 Remove FoundryResponsesRepl and empty FoundryResponsesHosting directory Roger Barreto 2026-04-16 12:44:41 +01:00
  • 77529dc3ea Rename Hosted-Workflows to Hosted-Workflow-Simple, Hosted-WorkflowHandoff to Hosted-Workflow-Handoff Roger Barreto 2026-04-16 12:43:03 +01:00
  • e6dfdd46f2 Move FoundryResponsesHosting to responses/Hosted-WorkflowHandoff, use GetResponsesClient Roger Barreto 2026-04-16 12:38:29 +01:00
  • a2044829b1 .NET: Update Microsoft.Extensions.AI to 10.5.0 and OpenAI to 2.10.0 and remove unused refs (#5269) westey 2026-04-16 12:03:51 +01:00
  • 10077bdb13 Use placeholder for AGENT_NAME in Hosted-FoundryAgent .env.example Roger Barreto 2026-04-16 12:02:51 +01:00
  • 98d3a81ed4 Remove launchSettings, use .env for port configuration Roger Barreto 2026-04-16 11:42:59 +01:00
  • d49d546bb4 Restructure FoundryHostedAgents samples into invocations/ and responses/ Roger Barreto 2026-04-16 11:04:31 +01:00
  • 435c66e9c9 Python: Handle url_citation annotations in FoundryChatClient streaming responses (#5071) Giles Odigwe 2026-04-16 02:33:04 -07:00
  • 52d50be9e0 Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0 (#5279) Roger Barreto 2026-04-16 10:19:36 +01:00
  • 030ef3a115 Merge branch 'feature/responses-hosting' of https://github.com/microsoft/agent-framework into hosted-agent-adapter Roger Barreto 2026-04-16 09:54:54 +01:00
  • 53fec2a989 Add Invocations protocol samples (hosted echo agent + client) (#5278) Roger Barreto 2026-04-16 09:43:13 +01:00
  • d20f9b5f97 Add AgentExecutorResponse.with_text() to preserve conversation history through custom executors (#5255) Kartik Madan 2026-04-16 09:39:19 +01:00
  • 87a8fa2a9d .NET: Fix intermittent checkpoint-restore race in in-process workflow runs (#5134) Peter Ibekwe 2026-04-15 21:20:45 -07:00
  • 892d88df28 Merge branch 'main' into feature/python-foundry-hosted-agent-vnext Tao Chen 2026-04-15 20:59:51 -07:00
  • 8f7fd9525d Python: Add OpenAI types to default checkpoint encoding allow list (#5297) Tao Chen 2026-04-15 20:58:28 -07:00
  • 69697065ab Python: Add context_providers and description to workflow.as_agent() (#4651) Chinedum Echeta 2026-04-16 03:47:29 +01:00
  • fe4cd3cddc Revert to public MCP server and skip on transient upstream errors (#5296) Evan Mattson 2026-04-16 11:46:49 +09:00
  • 611230cc8e Python: improve misc-integration test robustness (#5295) Evan Mattson 2026-04-16 11:34:28 +09:00
  • 93306f5f5b Register AgentSessionStore in test DI setups alliscode 2026-04-15 18:05:12 -07:00
  • f112150cfb Python: bump misc-integration retry delay to 30s (#5293) Evan Mattson 2026-04-16 10:03:00 +09:00
  • bc303d87f4 Fix dotnet format: add Async suffix to test methods (IDE1006), fix encoding and style alliscode 2026-04-15 17:45:22 -07:00
  • 8d30cadc83 Fix CHARSET: add UTF-8 BOM to Hosted-LocalTools and Hosted-Workflows alliscode 2026-04-15 17:20:15 -07:00
  • c1ea834e1f Fix IDE0009: add 'this' qualification in all HostedAgentsV2 samples alliscode 2026-04-15 17:14:01 -07:00
  • e751779da4 Fix IDE0009: add 'this' qualification in DevTemporaryTokenCredential alliscode 2026-04-15 17:05:22 -07:00
  • 5af3d47062 Fixing small issues. alliscode 2026-04-15 16:33:27 -07:00
  • 4739d1ec9c Bump Azure.AI.AgentServer packages to 1.0.0-beta.1/beta.21 and fix breaking API changes alliscode 2026-04-15 14:48:34 -07:00
  • 930d47789a Add Hosted-McpTools sample with dual MCP pattern Roger Barreto 2026-04-15 15:11:05 +01:00
  • 8b49a0a207 Removing extra using samples Roger Barreto 2026-04-13 19:50:11 +01:00
  • e70f20622a Adding LocalTools + Workflow samples Roger Barreto 2026-04-13 16:59:18 +01:00
  • 0949260d16 Version bump Roger Barreto 2026-04-13 16:30:13 +01:00
  • 28f3d178e1 Address text rag sample working Roger Barreto 2026-04-13 16:20:18 +01:00
  • ebb3483a2c Foundry Agent Hosting Roger Barreto 2026-04-13 15:29:36 +01:00
  • 9e820aaad7 Update chat client agent for contributor and devs Roger Barreto 2026-04-13 15:11:26 +01:00
  • a4519045a4 Using updates Roger Barreto 2026-04-13 11:21:17 +01:00
  • ac6a0e3d95 Adding SessionStorage and SessionManagement, improving samples to align Consumption vs Hosting Roger Barreto 2026-04-11 17:45:52 +01:00
  • 990330e198 ChatClientAgent working Roger Barreto 2026-04-11 13:03:55 +01:00
  • 3ef5436537 Hosting Samples update Roger Barreto 2026-04-11 12:05:44 +01:00
  • 3984ef4ef1 Hosting Samples update Roger Barreto 2026-04-11 11:36:00 +01:00
  • bf779f2029 Hosting Samples update Roger Barreto 2026-04-11 11:35:53 +01:00
  • d0fc7499b7 Hosting Samples update Roger Barreto 2026-04-11 10:57:16 +01:00
  • 3a2617997e Add UserAgent middleware tests for Foundry hosting Roger Barreto 2026-04-09 15:40:54 +01:00
  • cf4a3f6914 Bump hosted internal package version Roger Barreto 2026-04-09 09:46:10 +01:00
  • 34eeea165d Address breaking changes in 260408 Roger Barreto 2026-04-09 09:30:43 +01:00
  • 6e834fcac2 Renaming and merging hosting extensions. (#5091) Ben Thomas 2026-04-03 16:35:44 -07:00
  • a25502b7c8 Catch agent errors and emit response.failed with real error message alliscode 2026-04-03 11:17:21 -07:00
  • afce5665e2 Fix model override bug and add client REPL sample alliscode 2026-04-02 19:44:44 -07:00
  • eccdcffc6c Fix CA1873: guard LogWarning with IsEnabled check alliscode 2026-04-02 16:39:13 -07:00
  • 226abebac2 Bump OpenTelemetry packages to fix NU1109 downgrade errors alliscode 2026-04-02 15:14:43 -07:00
  • 4a2e25573f Bump package version to 0.9.0-hosted.260402.2 alliscode 2026-04-02 15:08:34 -07:00
  • 838fd7f4d0 Move Foundry Responses hosting into Microsoft.Agents.AI.Foundry package alliscode 2026-04-02 13:31:58 -07:00
  • 4dd3a30875 Add hosted package version suffix (0.9.0-hosted) to distinguish from mainline alliscode 2026-04-02 10:59:50 -07:00
  • 5368e530a8 Update Azure.AI.AgentServer packages to 1.0.0-alpha.20260401.5 alliscode 2026-04-02 08:54:14 -07:00
  • 15e36efe39 Clean up tests and sample formatting alliscode 2026-04-02 08:51:05 -07:00
  • e5c1203f4d Bump System.ClientModel to 1.10.0 for Azure.Core 1.52.0 compat alliscode 2026-04-01 08:29:42 -07:00
  • 12251b1e69 Add Azure AI Foundry Responses hosting adapter alliscode 2026-03-31 14:57:00 -07:00
  • 548dfb10b6 .NET: Bump Azure.AI.AgentServer packages to 1.0.0-beta.1/beta.21 and fix br… (#5287) Ben Thomas 2026-04-15 16:34:28 -07:00
  • ff05c22c58 Python: add experimental file history provider (#5248) Eduard van Valkenburg 2026-04-16 00:23:37 +02:00
  • eab7f09d03 Forward provider config to SessionConfig in GitHubCopilotAgent (fixes #5190) (#5195) S3rj 2026-04-16 00:08:01 +02:00
  • 3225a59fd3 Python: Upgrade agentserver packages (#5284) Tao Chen 2026-04-15 14:16:37 -07:00
  • 2aa792fc36 Fix new types feature/python-foundry-upgrade-agentserver-packages Tao Chen 2026-04-15 14:01:04 -07:00
  • 218ad88f19 Upgrade agentserver packages Tao Chen 2026-04-15 13:38:17 -07:00
  • 9e3983e547 Move samples (#5281) Tao Chen 2026-04-15 11:33:15 -07:00
  • 68b93641b6 Python: Bump agent-framework-devui to 1.0.0b260414 for release (#5259) python-devui-1.0.0b260414 Giles Odigwe 2026-04-15 11:22:15 -07:00
  • 383a2afca2 Python: Refine samples and upgrade packages (#5261) Tao Chen 2026-04-15 10:46:19 -07:00
  • 2b251d904f Python: Fix reasoning replay when store=False (#5250) Eduard van Valkenburg 2026-04-15 19:30:12 +02:00
  • 7417eeb7e6 .NET: Use IA2AClientFactory to create A2AClient (#5277) SergeyMenshykh 2026-04-15 17:29:36 +01:00
  • 5b16684930 Add Hosted-McpTools sample with dual MCP pattern Roger Barreto 2026-04-15 15:11:05 +01:00
  • 9d89353818 .NET: Add sample to show how to build a harness (#5268) westey 2026-04-15 14:58:28 +01:00
  • 6ad9279f0f .NET: Fix stream reconnection for A2AAgent (#5275) SergeyMenshykh 2026-04-15 14:45:11 +01:00
  • c1bbaeb31d Move A2A samples from 04-hosting to 02-agents (#5267) SergeyMenshykh 2026-04-15 12:08:21 +01:00
  • 6173e63f0b update a2a agent to the latest a2a sdk (#5257) SergeyMenshykh 2026-04-15 11:08:05 +01:00
  • b4c853ec1b .NET: Add a ModeProvider for managing agent modes (#5247) westey 2026-04-15 09:17:59 +01:00
  • 0402b1aac4 Merge branch 'main' into feature/python-foundry-hosted-agent-vnext Tao Chen 2026-04-14 10:32:14 -07:00
  • b5b146f79f Merge branch 'main' into copilot/add-error-checking-workflow-samples Jacob Alber 2026-04-14 08:40:53 -04:00
  • 407a48616b Merge branch 'main' into dev/dotnet_workflow/add_handoff_composability_test Jacob Alber 2026-04-14 08:40:46 -04:00
  • 673f3d9214 .NET: Add a TODO AIContextProvider (#5233) westey 2026-04-14 12:07:55 +01:00
  • 1be497eed6 Address PR comments Jacob Alber 2026-04-14 06:32:18 -04:00
  • 76dd0b79b1 test: Add Handoff composability test Jacob Alber 2026-04-10 08:59:41 -04:00
  • 485af07b8c Python: Add GeminiChatClient (#4847) Björn Holtvogt 2026-04-14 12:18:26 +02:00
  • 3ecbe3897b Merge branch 'main' into copilot/add-error-checking-workflow-samples Jacob Alber 2026-04-14 06:08:49 -04:00
  • 64c68ca857 Python: Skip get_final_response in OTel _finalize_stream when stream errored (#5232) Dineshsuriya D 2026-04-14 15:00:31 +05:30
  • 98e17764a4 Python: Fix DevUI streaming memory growth and add cross-platform regression coverage (#5221) Eduard van Valkenburg 2026-04-14 11:27:52 +02:00
  • 7bb0feca59 Python: Move InMemory history provider injection to the first invocation (#5236) Tao Chen 2026-04-14 00:13:42 -07:00
  • f183f888a3 Python: AG-UI deterministic state updates from tool results (#5201) Evan Mattson 2026-04-14 13:58:09 +09:00
  • 3c31ac28b5 Python: Fix HandoffBuilder dropping function-level middleware when cloning agents (#5220) Evan Mattson 2026-04-14 13:52:03 +09:00
  • 1b95e8585d Python: Add allowed_checkpoint_types support to CosmosCheckpointStorage for parity with FileCheckpointStorage (#5202) Evan Mattson 2026-04-14 11:20:55 +09:00
  • 72c3461668 fix: wrap long line to satisfy ruff E501 feature/similarity-ground-truth Chetan Toshniwal 2026-04-13 18:06:08 -07:00