Commit Graph

  • 0283fd00a1 .NET: Fix hosted agent crash after tool call by rooting session store under $HOME (#6231) (#6714) Roger Barreto 2026-06-24 19:55:08 +01:00
  • 5627dc0493 docs: Add Python session identity ADR (#6630) Eduard van Valkenburg 2026-06-24 19:42:45 +02:00
  • 9ca6987a09 Reset resume flag in a finally so it can't leak across runs Tao Chen 2026-06-24 10:26:54 -07:00
  • 439bee46b1 Nest runtime-storage clear under the owns_run guard Tao Chen 2026-06-24 10:18:49 -07:00
  • 080a959402 Collapse runtime-storage ownership into the active-run weakref Tao Chen 2026-06-24 10:09:18 -07:00
  • 1df47667ea Python: surface cache and reasoning token counts for the Bedrock and Gemini connectors (#6640) Yufeng He 2026-06-25 01:09:01 +08:00
  • fcda092fa4 Scope runtime checkpoint storage to its owning run Tao Chen 2026-06-24 09:56:04 -07:00
  • 91f639a694 Python: Explicitly emit available_resources and available_scripts in skill content (#6694) Giles Odigwe 2026-06-24 08:42:58 -07:00
  • a9e5f6d798 .NET: .NET Foundry: add CreateMcpTool projectConnectionId overload (#6703) Roger Barreto 2026-06-24 13:40:47 +01:00
  • ea7ae1cc00 .NET: [BREAKING] Support archive-type skills in AgentMcpSkillsSource (#6631) SergeyMenshykh 2026-06-24 13:12:08 +01:00
  • e049bb5691 .NET: Add IncludeDetailedErrors option for skill script execution (#6680) SergeyMenshykh 2026-06-24 11:59:55 +01:00
  • dd4b7ff475 .NET: Fix SearchDirectoriesForSkills to stop recursing after finding SKILL.md (#6686) SergeyMenshykh 2026-06-24 09:35:11 +01:00
  • 714016a035 Refactor runner/workflow responsibilities, add concurrency guards, and fix checkpoint ancestry bug Tao Chen 2026-06-23 17:28:58 -07:00
  • d5c15f2fe1 .NET/Python: Purview: prefer token principal for user identity (#6693) Taisir Hassan 2026-06-23 17:16:44 -07:00
  • 4cf7ace446 Python: track dependency maintenance PR creation (#6665) Eduard van Valkenburg 2026-06-24 02:09:56 +02:00
  • f3f1d4f969 fix unit tests feature/python-add-workflow-reset Tao Chen 2026-06-23 16:28:16 -07:00
  • 5fff0df2af Python: Add load_dotenv to get-started samples and fix chat_response_… (#6691) Amit Dhawan 2026-06-24 04:41:08 +05:30
  • acb28a63b5 Python: Fix MCP metadata and tool name handling (#6656) Eduard van Valkenburg 2026-06-23 23:00:12 +02:00
  • f2d02e58b3 Python: Add hosting core and Responses channel (#6580) Eduard van Valkenburg 2026-06-23 22:56:46 +02:00
  • 36420c515e Python: Align serialized tool format to OTel GenAI tool def format (#6556) Tao Chen 2026-06-23 13:47:18 -07:00
  • 1109d0bf64 Get date suffix up to date with release date (#6690) dotnet-1.11.0 Peter Ibekwe 2026-06-23 11:58:19 -07:00
  • fee3840579 Merge branch 'main' into local-branch-python-add-reset-to-workflow Tao Chen 2026-06-23 11:39:20 -07:00
  • d70cd670b7 Address PR comments Peter Ibekwe 2026-06-23 10:05:08 -07:00
  • db4b4c2736 Cache serialized tools feature/python-6300 Tao Chen 2026-06-23 09:54:07 -07:00
  • ad654b523a Merge branch 'main' into local-branch-6300 Tao Chen 2026-06-23 09:21:26 -07:00
  • e030fb53de .NET: Replace the symlink index entries with regular file entries (#6687) Peter Ibekwe 2026-06-23 09:16:23 -07:00
  • 9b878c0b79 Fixed broken links. peibekwe/pipeline-fix Peter Ibekwe 2026-06-23 08:59:49 -07:00
  • e6ebba1884 Add ADR 0029: Skills over MCP implementation design options (#6679) SergeyMenshykh 2026-06-23 16:51:05 +01:00
  • eb09232cff replace the symlink index entries with regular file entries Peter Ibekwe 2026-06-23 08:45:48 -07:00
  • 7051a4920d Python: Add MCP as a hard dep in Foundry Hosting (#6634) Tao Chen 2026-06-23 08:07:05 -07:00
  • 15df1152fc .NET: Add sample for per-run refreshable MCP authentication headers (#6624) Roger Barreto 2026-06-23 16:03:44 +01:00
  • a2018b40f9 Python: [BREAKING] Require approval for file-access tools with read-only auto-approval (#6599) westey 2026-06-23 10:51:12 +01:00
  • e4b89373f1 .NET: Explicitly emit available_resources and available_scripts in skill content (#6672) SergeyMenshykh 2026-06-23 10:51:10 +01:00
  • 88f0b23fb0 .NET: Change A2A default session store to NoopAgentSessionStore (#6635) SergeyMenshykh 2026-06-23 09:55:59 +01:00
  • 9ba6b3a94e Remove unnecessary declarative logging (#6677) Peter Ibekwe 2026-06-22 17:35:12 -07:00
  • 2999f7416f Update package release version (#6673) Peter Ibekwe 2026-06-22 15:13:50 -07:00
  • 09791533cf .NET: Emit execute_tool spans by placing OpenTelemetry below FunctionInvokingChatClient (#6667) Roger Barreto 2026-06-22 23:09:29 +01:00
  • 82b1e43356 Fix formatting taochen/add-mcp-dep-to-foundry-hosting Tao Chen 2026-06-22 15:03:30 -07:00
  • be456bf8d9 Fix formatting Tao Chen 2026-06-22 13:59:08 -07:00
  • e6db2676a4 Merge branch 'main' into local-branch-add-mcp-as-a-hard-dep-in-foundry-hosting Tao Chen 2026-06-22 13:34:32 -07:00
  • 2204414935 Pin GitHub SDK Tao Chen 2026-06-22 13:23:18 -07:00
  • 9d8a244833 Merge branch 'main' into local-branch-add-mcp-as-a-hard-dep-in-foundry-hosting Tao Chen 2026-06-22 13:02:48 -07:00
  • 7f2e19ca2f Python: Ensure spans created inside sync preparations in streaming call are correctly nested (#6552) Tao Chen 2026-06-22 12:46:11 -07:00
  • 8059955d14 Fix issue with resuming checkpoint after package version upgrade Peter Ibekwe 2026-06-22 11:18:47 -07:00
  • 7b6f582b13 Python: Agent Harness blog post accompanying samples part 1 (#6605) westey 2026-06-22 18:33:36 +01:00
  • dc60722cee .NET: Project ToolExecution events as FunctionCallContent/FunctionResultContent in GitHubCopilotAgent streaming (#6228) Giles Odigwe 2026-06-22 09:45:03 -07:00
  • 9e4e4a8fab Fix typing feature/python-5559 Tao Chen 2026-06-22 08:42:23 -07:00
  • 7b5ef68abc Merge branch 'main' into local-branch-5559 Tao Chen 2026-06-22 08:25:44 -07:00
  • 2f5a76ab1d Fix issue with resuming checkpoint after package version upgrade (#6636) Peter Ibekwe 2026-06-22 08:18:22 -07:00
  • a7381d8bef Python: stabilize dependency maintenance final checks (#6662) Eduard van Valkenburg 2026-06-22 16:23:29 +02:00
  • d108d4b549 Python: [BREAKING] Integrate looping into HarnessAgent (#6607) westey 2026-06-22 14:14:30 +01:00
  • fd160a7782 Python: fix dependency maintenance cutoff (#6658) Eduard van Valkenburg 2026-06-22 13:46:26 +02:00
  • ad3c1535c4 fix: propagate EnableSensitiveData to auto-wired inner OpenTelemetryChatClient (#6096) Copilot 2026-06-22 10:27:13 +00:00
  • fe28319800 Merge branch 'main' into copilot/red-green-unit-tests-issue-5873 copilot/red-green-unit-tests-issue-5873 Roger Barreto 2026-06-22 11:14:05 +01:00
  • 10b7d08bff .NET: fix(hosting): emit url_citation annotation events from streamed AI Search responses (#6649) 安妮的心动录 2026-06-22 18:10:02 +08:00
  • fc3111c391 Python: Add FoundryAgent conversation session helper (#6623) Eduard van Valkenburg 2026-06-22 10:41:15 +02:00
  • 098e521586 .NET: Bring Hosted-Toolbox sample to parity with sibling hosting samples (#6633) Roger Barreto 2026-06-20 10:31:19 +01:00
  • 7435dd48d0 Python: harden Hyperlight output capture against symlinks (#6601) Eduard van Valkenburg 2026-06-20 00:43:38 +02:00
  • 148f57020a Python: host MAF workflows on a standalone Durable Task worker (#6418) Ahmed Muhsin 2026-06-19 17:21:08 -05:00
  • c3bcc8bcb0 Add MCP as a hard dep in Foundry Hosting Tao Chen 2026-06-19 11:56:02 -07:00
  • 89d19a2370 .NET: Migrate 01-get-started samples to Foundry as canonical default (#6555) Ben Thomas 2026-06-19 08:17:12 -07:00
  • c815902344 .NET: InProcessRunnerContext bugfix for workflows (#6551) Peter Ibekwe 2026-06-19 07:09:36 -07:00
  • 074ac68a6c .NET: Harden fan-in barrier checkpoint state and extend resume coverage (#6574) Peter Ibekwe 2026-06-19 06:33:26 -07:00
  • d049d94b49 Python: consolidate dependency maintenance workflow (#6570) Eduard van Valkenburg 2026-06-19 11:41:35 +02:00
  • 41995e265d Build(deps): Bump anthropic from 0.80.0 to 0.107.1 in /python (#6396) dependabot[bot] 2026-06-19 17:53:17 +09:00
  • 2adacb3034 Bump aiohttp from 3.13.4 to 3.14.1 in /python (#6395) dependabot[bot] 2026-06-19 17:53:08 +09:00
  • 6e3836698b Bump Anthropic.Foundry from 0.5.0 to 0.6.0 (#6057) dependabot[bot] 2026-06-19 17:52:48 +09:00
  • 0d3e3504f0 Build(deps): Bump mistralai from 2.4.2 to 2.4.9 in /python (#6393) dependabot[bot] 2026-06-19 17:45:29 +09:00
  • 2ba97ebcca Bump openai from 2.24.0 to 2.43.0 in /python (#6394) dependabot[bot] 2026-06-19 17:45:17 +09:00
  • 2d0555c537 Python: re-role trailing assistant message to user for Anthropic compatibility (fixes #5008) (#6207) hanhan761 2026-06-19 14:25:34 +08:00
  • 5145d50be8 Python: Fix AG-UI tool history replay sanitization  (#6581) Evan Mattson 2026-06-19 15:01:01 +09:00
  • 7f7c88bfa5 Build(deps): Bump python-multipart from 0.0.26 to 0.0.32 in /python (#6406) dependabot[bot] 2026-06-19 10:00:26 +09:00
  • bcef77af6a .NET: (Durable): Scope workflow status/respond endpoints to route workflow name (#6608) Shyju Krishnankutty 2026-06-18 17:01:15 -07:00
  • c9498cbded Address Copilot review feedback: fix duplicate XML doc, make IsOrchestrationOwnedByWorkflow non-throwing, drop misleading Async suffix in test name kshyju/workflow-runid-scope-fix Shyju Krishnankutty 2026-06-18 16:18:13 -07:00
  • 738c4c85b0 Add changelog. Shyju Krishnankutty 2026-06-18 14:51:34 -07:00
  • ce5f6d5cd2 Scope workflow status/respond endpoints to route workflow. Shyju Krishnankutty 2026-06-18 13:50:16 -07:00
  • 54a30571aa Dotnet - Add support for Foundry Adaptive evals (#6267) Ben Thomas 2026-06-18 13:50:28 -07:00
  • dc445592ed Python: [BREAKING] Port FileMemoryProvider and integrate FileMemoryProvider & FileAccess into the harness agent (#6547) westey 2026-06-18 21:15:46 +01:00
  • 92823e9e61 .NET: [BREAKING] Require approval for FileAccessProvider tools with auto-approval rules (#6521) westey 2026-06-18 19:55:22 +01:00
  • 7a491f8e76 Python: Add hosting channel ADRs and spec (#6578) Eduard van Valkenburg 2026-06-18 20:29:24 +02:00
  • 015e3bcd3b .NET: Enabling sequential orchestration to pass entire conversation or only previous output. (#6554) Ben Thomas 2026-06-18 10:53:47 -07:00
  • 6e95517659 Python: Split type checkers by target (pyright source, 5 checkers on tests/samples) (#6443) Eduard van Valkenburg 2026-06-18 17:06:20 +02:00
  • 97bb1d588a Migrate to using issue type bug instead of label bug. (#6595) Evan Mattson 2026-06-18 23:47:00 +09:00
  • 1fc57c45ee .NET: Bump Azure.AI.Projects to 2.1.0-beta.3 (#6542) Roger Barreto 2026-06-18 14:58:22 +01:00
  • b3f8aaa9d7 Python: adjust coverage report handoff (#6576) Evan Mattson 2026-06-18 21:35:45 +09:00
  • c22fc8d653 Build(deps): Bump esbuild, @tailwindcss/vite, @vitejs/plugin-react and vite (#6503) dependabot[bot] 2026-06-18 13:35:48 +02:00
  • a3131b8130 Build(deps): Bump esbuild, @vitejs/plugin-react and vite (#6501) dependabot[bot] 2026-06-18 13:35:40 +02:00
  • 3d46595111 Python: Bump prek from 0.4.3 to 0.4.5 in /python (#6527) dependabot[bot] 2026-06-18 10:09:11 +00:00
  • 205f7bcca8 Python: Bump pytest from 9.0.3 to 9.1.0 across /python workspace (#6524) dependabot[bot] 2026-06-18 10:08:10 +00:00
  • 2048289fb0 Build(deps): Bump pydantic-monty from 0.0.17 to 0.0.18 in /python (#6392) dependabot[bot] 2026-06-18 10:05:13 +00:00
  • 699916d639 Python: Add WebSearchDisplayObserver to harness console (#6572) westey 2026-06-18 10:42:30 +01:00
  • 1ba5cd3f44 .NET: Scope argument-based standing approvals correctly in ToolApprovalAgent (#6486) (#6487) Roger Barreto 2026-06-18 10:13:24 +01:00
  • 1519e50f2f Harden archive extraction guard so path containment is statically recognized (#6564) (#6565) Roger Barreto 2026-06-18 10:12:00 +01:00
  • b55992bb67 Bump Python package versions for 1.9.0 release (#6583) python-1.9.0 Evan Mattson 2026-06-18 18:01:17 +09:00
  • e8cec71ed8 Use issue type for triage workflow (#6577) Evan Mattson 2026-06-18 14:48:00 +09:00
  • d7e63d7d0e Fix Foundry aiohttp dependency (#6567) Eduard van Valkenburg 2026-06-18 04:03:16 +02:00
  • f59d5c67d8 Python: Adopt azure-ai-contentunderstanding to_llm_input in CU context provider (#5796) Changjian Wang 2026-06-18 09:57:41 +08:00
  • c2ee27ee67 Merge branch 'main' into sreagent/docs-identifier-guidance-20260614 Evan Mattson 2026-06-18 10:39:46 +09:00
  • 27cd845fd1 Address PR comment peibekwe/workflow-fan-in-barrier Peter Ibekwe 2026-06-17 16:06:31 -07:00
  • 54427806fa Harden fan-in barrier checkpoint state and extend resume coverage Peter Ibekwe 2026-06-17 15:48:53 -07:00