Commit Graph

  • 1dde57981e .NET: Add Anthropic Agent Package (#2359) Roger Barreto 2025-11-25 11:53:18 +00:00
  • 112410ecd6 .NET: [BREAKING] Add GetNewThread overload for taking a ChatMessageStore at thread creation time (#2429) westey 2025-11-25 10:49:01 +00:00
  • a89c15d6e6 .NET: Change type of props representing continuation token (#2430) SergeyMenshykh 2025-11-25 09:59:43 +00:00
  • 27b3a517eb [BREAKING] Python: Adjust magentic event types raised. No need for custom events. (#2215) Evan Mattson 2025-11-25 17:24:08 +09:00
  • 1b4103dce3 Python: fix for logging setup (#2371) Eduard van Valkenburg 2025-11-25 09:19:34 +01:00
  • 2a4802eac3 Python: Fix runtime response format for responses client (#2440) Evan Mattson 2025-11-25 16:50:20 +09:00
  • e303cc963d Python: AzureAI OpenAPI + Memory Search Samples (#2390) Giles Odigwe 2025-11-24 17:17:14 -08:00
  • c78edda64f fix: always include output in function call result message (#2414) Tomek Słoma 2025-11-25 01:44:43 +01:00
  • a610a4769c .NET: Add support for background responses to A2A agent (#2381) SergeyMenshykh 2025-11-24 19:41:06 +00:00
  • bcbf1b33e8 Python: Preserve MCP array items schema in Pydantic field generation (#2382) Giles Odigwe 2025-11-24 09:16:30 -08:00
  • 9f43108ef1 Python: renamed ai search and cleanup of samples and unified import logic (#2369) Eduard van Valkenburg 2025-11-24 18:06:22 +01:00
  • db424d56f3 Update to latest dotnet devcontainer and add docker in docker. (#2426) westey 2025-11-24 15:42:53 +00:00
  • 36cc3c1db0 Merge remote-tracking branch 'upstream/main' into feature-declarative-agents-dotnet feature-declarative-agents-dotnet markwallace-microsoft 2025-11-24 15:15:36 +00:00
  • 93825265cf Merge branch 'main' into feature-featurecollections-messagestore westey 2025-11-24 14:09:06 +00:00
  • c692821869 Address IT failure for V2 (#2421) Roger Barreto 2025-11-24 14:02:32 +00:00
  • a116edaf5a Update to latest MEAI 10.0.1 and OpenAI 2.7.0 (#2392) Stephen Toub 2025-11-24 08:51:27 -05:00
  • b66efcc09d remove version override for v10 packages (#2393) Stephen Toub 2025-11-24 08:01:07 -05:00
  • 9d86adfcb2 .NET: Update AgentFeatureCollections with feedback (#2379) westey 2025-11-24 10:57:49 +00:00
  • ec08ee541d a2a sample update (#2391) Giles Odigwe 2025-11-24 02:57:00 -08:00
  • f9a94ce7b5 Bug fix for Redis TypeError (#2411) Evan Mattson 2025-11-24 19:48:33 +09:00
  • f0f1051c7d Python: make tool call view optional in DevUI + other link fixes (#2243) Victor Dibia 2025-11-23 23:22:53 -08:00
  • dc2b109b50 .NET: Upgrade to .NET 10 (#2128) Stephen Toub 2025-11-21 23:14:15 -05:00
  • ee8936d514 Python: Integration tests for Azure AI client and fixes in samples (#2387) Dmytro Struk 2025-11-21 16:31:57 -08:00
  • b7a19b0fa2 Added unit test for RetrieveConversationMessagesExecutor (#2388) Peter Ibekwe 2025-11-21 13:03:21 -08:00
  • 02b8ac277e .NET: sanitize redirectUrl for logs (#2356) Korolev Dmitry 2025-11-21 13:25:53 +01:00
  • 570bed9ff6 Merge branch 'main' into feature-featurecollections-messagestore westey 2025-11-21 11:11:32 +00:00
  • 7148718804 Redacting log data unless opting out. (#2372) westey 2025-11-21 11:09:17 +00:00
  • 4c529037b8 Python: Use Foundry evaluators to evaluate agent workflows (#2322) Salma El-Shafey 2025-11-21 11:51:44 +02:00
  • 1bf926bfc9 Python: Fix the example of multi-tier handoff workflow with specialist-to-specialist routing (#2332) Tsu-Ting 2025-11-21 10:36:35 +01:00
  • d18ce24bf8 Python: feat(mcp): add full _meta field support for CallToolResult objects (#2286) Bryan Ostdiek 2025-11-21 03:43:24 -05:00
  • a7a0660cac removed additional properties from messages sent to OAI responses and chat (#2344) Eduard van Valkenburg 2025-11-21 09:41:38 +01:00
  • 0781d4b459 Python: Add Handoff + tool approval + checkpointing sample (#2346) Evan Mattson 2025-11-21 13:13:27 +09:00
  • 5bdf8a774a Sample to show passing in JSON schema for structured outputs (#2362) Evan Mattson 2025-11-21 10:42:46 +09:00
  • cf13e35c73 Updated package versions (#2360) python-1.0.0b251120 Dmytro Struk 2025-11-20 16:07:10 -08:00
  • 5353b9a2f0 Update Workflow Viz sample comments (#2361) Tao Chen 2025-11-20 15:34:27 -08:00
  • 04e711cd55 Python: Feature/azure ai search agentic rag (search as separate package) (#2328) Farzad Sunavala 2025-11-20 22:34:46 +00:00
  • ab3d898979 .NET: Add unit tests for RetrieveConversationMessageExecutor executor (#2232) Peter Ibekwe 2025-11-20 13:47:42 -08:00
  • 02af2bc0ef Python: Remove duplicated workflow observability sample (#2357) Tao Chen 2025-11-20 13:06:12 -08:00
  • e5b63a1041 Python: Move evaluation folders to under evaluations (#2355) David Wu 2025-11-20 12:50:23 -08:00
  • b575b631c8 Python: Fix for Azure AI client (#2358) Dmytro Struk 2025-11-20 12:46:28 -08:00
  • ce738cc6bc .NET: Add sample to show how to do RAG using Foundry's built-in service (#2324) westey 2025-11-20 18:55:21 +00:00
  • eff5aee5aa .NET: Add per run / thread feature collection support and improved custom ChatMessageStore support (#2345) westey 2025-11-20 18:33:14 +00:00
  • f99dca033f fix(observability): handle datetime serialization in tool results (#2248) Hayato Kishikawa 2025-11-20 09:50:45 -08:00
  • 6ae32f007d [BREAKING] Python: Schema changes for azure functions package (#2151) Gavin Aguiar 2025-11-20 10:24:34 -06:00
  • 039e49f353 Python: small fix for logging in declarative (#2341) Eduard van Valkenburg 2025-11-20 11:31:00 +01:00
  • 61dbacd6f8 Improve exception handling (#2337) Evan Mattson 2025-11-20 18:25:09 +09:00
  • c7a8c12296 Python: Move red teaming files to its own folder (#2333) David Wu 2025-11-20 00:28:22 -08:00
  • d714b91a14 Python: Fix tool execution bleed-over in aiohttp/Bot Framework scenarios (#2314) Evan Mattson 2025-11-20 17:06:14 +09:00
  • 99689add09 Python: clean up exception (#2319) Evan Mattson 2025-11-20 09:54:07 +09:00
  • 4fcc5a4b7d Python: propagate as_tool() kwargs. Add sample for runtime context with as_tool kwargs and middleware. (#2311) Evan Mattson 2025-11-20 09:53:44 +09:00
  • 79bb87061b Python: Clean up imports (#2318) Brandon McConnell 2025-11-19 18:41:01 -05:00
  • b3e96b80ae Python: Use AI Foundry evaluators for self-reflection (#2250) David Wu 2025-11-19 10:41:21 -08:00
  • 92df9e14bf Python: Introducing support for declarative yaml spec (#2002) Eduard van Valkenburg 2025-11-19 17:33:02 +01:00
  • d2d0f46e15 Python: fix all to include the latest and made that single source of truth (#2303) Eduard van Valkenburg 2025-11-19 17:09:28 +01:00
  • 84e2c0cc22 Python: Added M365 Agent SDK Hosting sample (#2292) Dmytro Struk 2025-11-19 07:54:47 -08:00
  • 4e339f841a added test to validate status set (#2265) Eduard van Valkenburg 2025-11-19 16:54:12 +01:00
  • 34a00f1b8a Python: fix: @ai_function doesn't properly handle 'self' param (#2266) Eduard van Valkenburg 2025-11-19 16:49:50 +01:00
  • 4072c66b5f Merge branch 'main' into dmkorolev/threads dmkorolev/threads Korolev Dmitry 2025-11-19 12:58:45 +01:00
  • d5165e2532 Python: Added Foundry Sample for A2A + SharePoint Samples (#2313) Giles Odigwe 2025-11-19 03:13:47 -08:00
  • f83c39f924 Python: fix: resolve string annotations in FunctionExecutor (#2308) Gwyneth Peña-Siguenza 2025-11-19 02:26:44 -05:00
  • 037349ff90 Python: fix Langfuse observability to capture ChatAgent system instructions (#2316) claude89757 2025-11-19 15:08:27 +08:00
  • 293abf5b56 Python: fix for Incomplete URL substring sanitization (#2274) Eduard van Valkenburg 2025-11-18 23:16:58 +01:00
  • e2d2299a4f Python: Improve WorkflowBuilder doc strings with code samples (#1960) Evan Mattson 2025-11-19 07:13:17 +09:00
  • 8a7260140a Python: Anthropic foundry (#2302) Eduard van Valkenburg 2025-11-18 17:03:40 +01:00
  • 1da9107f4a .NET: Improve AIAgent and Workflow registrations for DevUI integration (#2227) Korolev Dmitry 2025-11-18 16:38:00 +01:00
  • 03b74bfad4 Bump js-yaml from 4.1.0 to 4.1.1 in /python/packages/devui/frontend (#2230) dependabot[bot] 2025-11-18 14:47:27 +01:00
  • f6cd329a32 .NET: Post bugbash updates (#2279) Roger Barreto 2025-11-18 09:50:22 +00:00
  • 1f0ffc159c Python: Fix ag-ui state handling issues (#2289) python-1.0.0b251117 Evan Mattson 2025-11-18 11:47:26 +09:00
  • 98861877bc doc dmkorolev/problems/conversation-management Korolev Dmitry 2025-11-18 01:26:58 +01:00
  • 6c8b821b2c problem: cannot operate with message store without any context Korolev Dmitry 2025-11-18 00:32:13 +01:00
  • 0c02824853 rm Korolev Dmitry 2025-11-17 21:53:35 +01:00
  • 836d22b205 comments Korolev Dmitry 2025-11-17 21:51:52 +01:00
  • 19b6f3a5d9 unblock Korolev Dmitry 2025-11-17 21:50:47 +01:00
  • d50371729a Clarify exception handling in ConversationId property (#1457) Daniel Cazzulino 2025-11-17 16:50:26 -03:00
  • e3e182b610 Merge branch 'main' into copilot/process-workflow-output-event copilot/process-workflow-output-event Chris 2025-11-17 11:36:26 -08:00
  • 77247a304e .NET: Change thread_id from entity ID to GUID (#2260) Chris Gillum 2025-11-17 11:30:45 -08:00
  • e413c5a285 .NET: Add M365 Agent SDK Hosting sample (#2221) westey 2025-11-17 19:19:52 +00:00
  • ea066771d9 Python: Updated documentation for Azure AI (#2280) Dmytro Struk 2025-11-17 11:14:07 -08:00
  • c361ad8d33 Python: Add checkpoint save and restore hooks to executor (#2097) Tao Chen 2025-11-17 10:19:01 -08:00
  • 3b80c9e50d via agent thread store Korolev Dmitry 2025-11-17 19:03:21 +01:00
  • 132597957a Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.435 to 13.0.0-beta.440 (#2253) dependabot[bot] 2025-11-17 16:41:36 +00:00
  • eebd532af9 Merge branch 'main' into copilot/process-workflow-output-event Chris 2025-11-17 08:39:40 -08:00
  • e7ac655b82 Add missing README.md (#2278) Roger Barreto 2025-11-17 16:33:00 +00:00
  • 57ca139f8c update to dependabot config for python and removed no longer supported experimental (#2269) Eduard van Valkenburg 2025-11-17 11:29:28 +01:00
  • e32f93dcb5 Bump Azure.AI.Projects from 1.2.0-beta.1 to 1.2.0-beta.3 (#2252) dependabot[bot] 2025-11-17 10:25:27 +00:00
  • fcc3f1b6c0 Python: fix anthropic code interpreter tool repr (#2244) Eduard van Valkenburg 2025-11-17 11:06:10 +01:00
  • 45dba6b825 Version bump prep for release 251114.1 (#2239) dotnet-1.0.0-preview.251114.1 Roger Barreto 2025-11-15 11:04:18 +00:00
  • e706f07868 .NET: Add Microsoft.Agents.AI.AzureAI (Azure.AI.Project 1.2) Support (#1662) Roger Barreto 2025-11-15 10:43:02 +00:00
  • 580a0c431a Python: Update hosted agent samples with agent manifests (#2240) Tao Chen 2025-11-14 17:10:57 -08:00
  • 8755dc4e1a Merge branch 'feature-foundry-agents' of https://github.com/microsoft/agent-framework into feature-foundry-agents feature-foundry-agents Roger Barreto 2025-11-15 01:05:10 +00:00
  • 3adf2ee3d5 Package descriptions Roger Barreto 2025-11-15 01:05:00 +00:00
  • 2b8291cefc Merge branch 'main' into feature-foundry-agents Roger Barreto 2025-11-15 01:04:31 +00:00
  • c7e7020c32 Python: Updated package versions (#2238) python-1.0.0b251114 Dmytro Struk 2025-11-14 16:42:41 -08:00
  • 5d913539b5 .NET: Added Computer use tool sample (#2235) Peter Ibekwe 2025-11-14 15:44:00 -08:00
  • 100a1e753e .NET: Add Conformance Integration Tests for AzureAI Package (#2237) Roger Barreto 2025-11-14 23:20:47 +00:00
  • cb1ee732ed semi working hallvictoria/python-schema Victoria Hall 2025-11-14 16:27:37 -06:00
  • 480b7fb084 Merge branch 'main' into feature-foundry-agents Chris 2025-11-14 13:59:40 -08:00
  • 4e421b86fd Merge branch 'main' into copilot/process-workflow-output-event Chris 2025-11-14 11:44:48 -08:00
  • 6e66e6836b Merge branch 'main' into feature-foundry-agents Chris 2025-11-14 11:39:07 -08:00
  • 3e84a5c4a6 Allow dotnet-format workflow on feature branches Chris 2025-11-14 11:38:43 -08:00