Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: microsoft/agent-framework

python-1.0.0b251216

17 Dec 00:18
6adcac2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object toai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing forWorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description inHandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: FixWorkflowAgent to include thread conversation history (#2774)
  • agent-framework-core: Fix context duplication in handoff workflows when restoring from checkpoint (#2867)
  • agent-framework-core: Fix middleware terminate flag to exit function calling loop immediately (#2868)
  • agent-framework-core: FixWorkflowAgent to emityield_output as agent response (#2866)
  • agent-framework-core: Filter framework kwargs from MCP tool invocations (#2870)
Assets2
Loading

python-1.0.0b251211

11 Dec 18:57
16230d3
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251211] - 2025-12-11

Added

  • agent-framework-core: Extend HITL support for all orchestration patterns (#2620)
  • agent-framework-core: Add factory pattern to concurrent orchestration builder (#2738)
  • agent-framework-core: Add factory pattern to sequential orchestration builder (#2710)
  • agent-framework-azure-ai: Capture file IDs from code interpreter in streaming responses (#2741)

Changed

  • agent-framework-azurefunctions: Change DurableAIAgent log level from warning to debug when invoked without thread (#2736)

Fixed

  • agent-framework-core: Added more complete parsing for mcp tool arguments (#2756)
  • agent-framework-core: Fix GroupChat ManagerSelectionResponse JSON Schema for OpenAI Structured Outputs (#2750)
  • samples: Standardize OpenAI API key environment variable naming (#2629)
Loading
IseduardoRezende, lukemurraynz, obrocki, and droideronline reacted with heart emoji
4 people reacted

python-1.0.0b251209

09 Dec 23:05
43302fb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251209] - 2025-12-09

Added

  • agent-framework-core: Support an autonomous handoff flow (#2497)
  • agent-framework-core: WorkflowBuilder registry (#2486)
  • agent-framework-a2a: Add configurable timeout support to A2AAgent (#2432)
  • samples: Added Azure OpenAI Responses File Search sample + Integration test update (#2645)
  • samples: Update fan in fan out sample to show concurrency (#2705)

Changed

  • agent-framework-azure-ai: [BREAKING] Renamedasync_credential tocredential (#2648)
  • samples: Improve sample logging (#2692)
  • samples: azureai image gen sample update (#2709)

Fixed

  • agent-framework-core: Fix DurableState schema serializations (#2670)
  • agent-framework-core: Fix context provider lifecycle agentic mode (#2650)
  • agent-framework-devui: Fix WorkflowFailedEvent error extraction (#2706)
  • agent-framework-devui: Fix DevUI fails when uploading Pdf file (#2675)
  • agent-framework-devui: Fix message serialization issue (#2674)
  • observability: Display system prompt in langfuse (#2653)
Loading

python-1.0.0b251204

04 Dec 22:21
f5786b2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251204] - 2025-12-04

Added

  • agent-framework-core: Add support for PydanticBaseModel as function call result (#2606)
  • agent-framework-core: Executor events now include I/O data (#2591)
  • samples: Inline YAML declarative sample (#2582)
  • samples: Handoff-as-agent with HITL sample (#2534)

Changed

  • agent-framework-core: [BREAKING] Support Magentic agent tool call approvals and plan stalling HITL behavior (#2569)
  • agent-framework-core: [BREAKING] Standardize orchestration outputs as list ofChatMessage; allow agent as group chat manager (#2291)
  • agent-framework-core: [BREAKING] Respond withAgentRunResponse including serialized structured output (#2285)
  • observability: Useexecutor_id andedge_group_id as span names for clearer traces (#2538)
  • agent-framework-devui: Add multimodal input support for workflows and refactor chat input (#2593)
  • docs: Update Python orchestration documentation (#2087)

Fixed

  • observability: Resolve mypy error in observability module (#2641)
  • agent-framework-core: FixAgentRunResponse.created_at returning local datetime labeled as UTC (#2590)
  • agent-framework-core: EmitExecutorFailedEvent beforeWorkflowFailedEvent when executor throws (#2537)
  • agent-framework-core: Fix MagenticAgentExecutor producingrepr string for tool call content (#2566)
  • agent-framework-core: Fixed empty text content Pydantic validation failure (#2539)
  • agent-framework-azure-ai: Added support for application endpoints in Azure AI client (#2460)
  • agent-framework-azurefunctions: Add MCP tool support (#2385)
  • agent-framework-core: Preserve MCP array items schema in Pydantic field generation (#2382)
  • agent-framework-devui: Make tool call view optional and fix links (#2243)
  • agent-framework-core: Always include output in function call result messages (#2414)
  • agent-framework-redis: Fix TypeError (#2411)
Loading

dotnet-1.0.0-preview.251204.1

05 Dec 01:07
6809510
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:python-1.0.0b251120...dotnet-1.0.0-preview.251204.1

Contributors

  • @stephentoub
  • @philliphoff
  • @javiercn
  • @dmytrostruk
  • @rogerbarreto
  • @TheovanKraay
  • @dependabot
  • @DeagleGross
  • @SergeyMenshykh
  • @peibekwe
  • @markwallace-microsoft
  • @westey-m
stephentoub, philliphoff, and 10 other contributors
Loading
shadabkhan43 reacted with thumbs up emoji
1 person reacted

dotnet-1.0.0-preview.251125.1

26 Nov 02:54
ed53ba1
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes:

  • ed53ba1 Temporarily suppress CS8002 error (#2462)
  • 0c1d12f Suppressed CS8002 for Anthropic package (#2461)
  • d302bff Updated package versions (#2455)
  • 7a4f687 Use Random.GetString in hosting IdGenerator (#2427)
  • b6c3b8d [BREAKING] Remove NotifyThreadOfNewMessagesAsync AIAgent helper (#2450)
  • 1dde579 .NET: Add Anthropic Agent Package (#2359)
  • 112410e .NET: [BREAKING] Add GetNewThread overload for taking a ChatMessageStore at thread creation time (#2429)
See More
  • a89c15d .NET: Change type of props representing continuation token (#2430)
  • 27b3a51 [BREAKING] Python: Adjust magentic event types raised. No need for custom events. (#2215)
  • c78edda fix: always include output in function call result message (#2414)
  • a610a47 .NET: Add support for background responses to A2A agent (#2381)
  • db424d5 Update to latest dotnet devcontainer and add docker in docker. (#2426)
  • c692821 Address IT failure for V2 (#2421)
  • a116eda Update to latest MEAI 10.0.1 and OpenAI 2.7.0 (#2392)
  • b66efcc remove version override for v10 packages (#2393)
  • ec08ee5 a2a sample update (#2391)
  • f9a94ce Bug fix for Redis TypeError (#2411)
  • dc2b109 .NET: Upgrade to .NET 10 (#2128)
  • b7a19b0 Added unit test for RetrieveConversationMessagesExecutor (#2388)
  • 02b8ac2 .NET: sanitize redirectUrl for logs (#2356)
  • 7148718 Redacting log data unless opting out. (#2372)
  • a7a0660 removed additional properties from messages sent to OAI responses and chat (#2344)
  • 5bdf8a7 Sample to show passing in JSON schema for structured outputs (#2362)
  • cf13e35 Updated package versions (#2360)
  • 5353b9a Update Workflow Viz sample comments (#2361)
  • ab3d898 .NET: Add unit tests for RetrieveConversationMessageExecutor executor (#2232)
  • ce738cc .NET: Add sample to show how to do RAG using Foundry's built-in service (#2324)
  • f99dca0 fix(observability): handle datetime serialization in tool results (#2248) [#2219 ]
  • 61dbacd Improve exception handling (#2337)
  • 4e339f8 added test to validate status set (#2265)
  • 1da9107 .NET: ImproveAIAgent andWorkflow registrations for DevUI integration (#2227)
  • 03b74bf Bump js-yaml from 4.1.0 to 4.1.1 in /python/packages/devui/frontend (#2230)
  • f6cd329 .NET: Post bugbash updates (#2279)
  • d503717 Clarify exception handling in ConversationId property (#1457)
  • 77247a3 .NET: Change thread_id from entity ID to GUID (#2260)
  • e413c5a .NET: Add M365 Agent SDK Hosting sample (#2221)
  • 1325979 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.435 to 13.0.0-beta.440 (#2253)
  • e7ac655 Add missing README.md (#2278)
  • e32f93d Bump Azure.AI.Projects from 1.2.0-beta.1 to 1.2.0-beta.3 (#2252)
  • fcc3f1b Python: fix anthropic code interpreter tool repr (#2244)
Loading
rwjdk, lukemurraynz, Sophaos, skyarkitekten, Eud15, and Graph2133 reacted with hooray emoji
6 people reacted

python-1.0.0b251120

21 Nov 00:08
cf13e35
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251120] - 2025-11-20

Added

  • agent-framework-core: Introducing support for declarative YAML spec (#2002)
  • agent-framework-core: Use AI Foundry evaluators for self-reflection (#2250)
  • agent-framework-core: Propagateas_tool() kwargs and add runtime context + middleware sample (#2311)
  • agent-framework-anthropic: Anthropic Foundry integration (#2302)
  • samples: M365 Agent SDK Hosting sample (#2292)
  • samples: Foundry Sample for A2A + SharePoint Samples (#2313)

Changed

  • agent-framework-azurefunctions: [BREAKING] Schema changes for Azure Functions package (#2151)
  • agent-framework-core: Move evaluation folders underevaluations (#2355)
  • agent-framework-core: Move red teaming files to their own folder (#2333)
  • agent-framework-core: "fix all" task now single source of truth (#2303)
  • agent-framework-core: Improve and clean up exception handling (#2337,#2319)
  • agent-framework-core: Clean up imports (#2318)

Fixed

  • agent-framework-azure-ai: Fix for Azure AI client (#2358)
  • agent-framework-core: Fix tool execution bleed-over in aiohttp/Bot Framework scenarios (#2314)
  • agent-framework-core:@ai_function now correctly handlesself parameter (#2266)
  • agent-framework-core: Resolve string annotations inFunctionExecutor (#2308)
  • agent-framework-core: Langfuse observability captures ChatAgent system instructions (#2316)
  • agent-framework-core: Incomplete URL substring sanitization fix (#2274)
  • observability: Handle datetime serialization in tool results (#2248)
Loading
sunnynagavo reacted with hooray emoji
1 person reacted

python-1.0.0b251117

18 Nov 02:49
1f0ffc1
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251117] - 2025-11-17

Fixed

  • agent-framework-ag-ui: Fix ag-ui state handling issues (#2289)
Loading

python-1.0.0b251114

15 Nov 00:52
c7e7020
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

[1.0.0b251114] - 2025-11-14

Added

  • samples: Bing Custom Search sample usingHostedWebSearchTool (#2226)
  • samples: Fabric and Browser Automation samples (#2207)
  • samples: Hosted agent samples (#2205)
  • samples: Azure OpenAI Responses API Hosted MCP sample (#2108)
  • samples: Bing Grounding and Custom Search samples (#2200)

Changed

  • agent-framework-azure-ai: Enhance Azure AI Search citations with complete URL information (#2066)
  • agent-framework-azurefunctions: Update samples to latest stable Azure Functions Worker packages (#2189)
  • agent-framework-azure-ai: Agent name now required forAzureAIClient (#2198)
  • build: Useuv build for packaging (#2161)
  • tooling: Pre-commit improvements (#2222)

Fixed

  • agent-framework-core: Prevent duplicate MCP tools and prompts (#1876) (#1890)
  • agent-framework-devui: Fix HIL regression (#2167)
  • agent-framework-chatkit: ChatKit sample fixes (#2174)
Loading
guygregory and 0x7c13 reacted with thumbs up emoji
2 people reacted

dotnet-1.0.0-preview.251114.1

15 Nov 11:36
45dba6b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changes:

See More

This list of changes wasauto generated.

Loading
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp