Skip to content

[codex] update Microsoft Agent Framework to 1.0.0#41

Merged
Telli merged 2 commits intomainfrom
codex/update-maf-1-0
Apr 7, 2026
Merged

[codex] update Microsoft Agent Framework to 1.0.0#41
Telli merged 2 commits intomainfrom
codex/update-maf-1-0

Conversation

@Telli
Copy link
Copy Markdown
Contributor

@Telli Telli commented Apr 5, 2026

Summary

  • update the MAF adapter package to Microsoft.Agents.AI 1.0.0
  • align adjacent Microsoft.Extensions package references used by the adapter
  • refresh README and MAF readiness notes to reflect the stable 1.0 release

Validation

  • dotnet build src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj -v minimal
  • dotnet build src/OpenClaw.Tests/OpenClaw.Tests.csproj -v minimal
  • dotnet test src/OpenClaw.Tests/OpenClaw.Tests.csproj --no-build -v minimal

@Telli Telli marked this pull request as ready for review April 5, 2026 12:08
Copilot AI review requested due to automatic review settings April 5, 2026 12:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Microsoft Agent Framework (MAF) integration to the stable 1.0.0 release and refreshes related documentation to reflect the new baseline within OpenClaw.NET’s optional orchestrator backend.

Changes:

  • Bump Microsoft.Agents.AI from 1.0.0-rc3 to 1.0.0 in the MAF adapter.
  • Align the MAF adapter’s Microsoft.Extensions.* package references to 10.0.5.
  • Update README and MAF readiness notes to reflect the stable 1.0 release and updated risk posture.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj Updates MAF + related Microsoft.Extensions.* package versions for the adapter.
README.md Documents MAF 1.0 as an optional orchestrator backend and updates the capability table entry.
docs/experiments/maf-aot-jit-readiness.md Adjusts readiness/risk notes now that MAF is no longer prerelease/RC.

@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Apr 6, 2026

🤖 Augment PR Summary

Summary: Updates the Microsoft Agent Framework (MAF) adapter from the Microsoft.Agents.AI RC to the stable 1.0.0 release.

Changes:

  • Bumps `Microsoft.Agents.AI` to 1.0.0 and aligns related `Microsoft.Extensions.*` package references used by the adapter
  • Refreshes README and MAF AOT/JIT readiness notes to reflect the stable 1.0 status

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.3" />
<PackageReference Include="Microsoft.Agents.AI" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.Extensions.* here is pinned to 10.0.5, but other projects in the solution still pin 10.0.4/10.0.3 (e.g., src/OpenClaw.Tests/OpenClaw.Tests.csproj and src/OpenClaw.SemanticKernelAdapter/OpenClaw.SemanticKernelAdapter.csproj). When building with OpenClawEnableMafExperiment=true (so this adapter is referenced), that version skew can surface as NU1605 “package downgrade” warnings which become build failures under TreatWarningsAsErrors.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@Telli Telli merged commit 0156dd4 into main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants