From d7678df7e0d0eb15a1c8c34404f88bf10d2b4158 Mon Sep 17 00:00:00 2001 From: telli Date: Sun, 5 Apr 2026 00:19:05 -0700 Subject: [PATCH 1/2] update maf to 1.0.0 --- README.md | 3 ++- docs/experiments/maf-aot-jit-readiness.md | 2 +- .../OpenClaw.MicrosoftAgentFrameworkAdapter.csproj | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2420272..bb09b3a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ OpenClaw.NET takes a different path: - **48 native tools** covering file ops, sessions, memory, web search, messaging, home automation, databases, email, calendar, and more - **9 channel adapters** (Telegram, SMS, WhatsApp, Teams, Slack, Discord, Signal, email, webhooks) with DM policy, allowlists, and signature validation - **Native LLM providers out of the box** for **OpenAI**, **Claude / Anthropic**, and **Gemini**, plus Azure OpenAI, Ollama, and OpenAI-compatible endpoints +- **Optional Microsoft Agent Framework 1.0 orchestrator backend** in the MAF-enabled artifacts, with `native` still the default orchestrator - **Review-first self-evolving workflows** that can propose profile updates, automation drafts, and skill drafts from repeated successful sessions - A foundation for **production-oriented agent infrastructure in .NET** @@ -151,7 +152,7 @@ Supports JS/TS bridge plugins, native dynamic .NET plugins (`jit` mode), and sta | **Gmail Pub/Sub** | Email event triggers via Google Pub/Sub push notifications | | **mDNS/Bonjour** | Local network service discovery | | **Semantic Kernel** | Host SK tools/agents behind the gateway | -| **MAF Orchestrator** | Microsoft Agent Framework backend (optional) | +| **MAF Orchestrator** | Microsoft Agent Framework 1.0 backend (optional) | | **MCP** | Model Context Protocol facade for tools, resources, prompts | ## Architecture diff --git a/docs/experiments/maf-aot-jit-readiness.md b/docs/experiments/maf-aot-jit-readiness.md index 3e6d1b5..a843e18 100644 --- a/docs/experiments/maf-aot-jit-readiness.md +++ b/docs/experiments/maf-aot-jit-readiness.md @@ -70,7 +70,7 @@ Representative findings from the new completion work: ## Remaining Intentional Differences - The supported packaging model is intentionally two deliverable families: standard and MAF-enabled. -- MAF package risk remains a dependency-management concern because Microsoft Agent Framework is still prerelease/RC software. +- MAF package risk now centers on normal upstream dependency changes and API evolution rather than prerelease/RC churn. Neither of those differences changes OpenClaw’s runtime ownership model or weakens security defaults. diff --git a/src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj b/src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj index 90c4129..e5c02f3 100644 --- a/src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj +++ b/src/OpenClaw.MicrosoftAgentFrameworkAdapter/OpenClaw.MicrosoftAgentFrameworkAdapter.csproj @@ -17,10 +17,10 @@ - - - - - + + + + + From ffdfe4ba3e4802e29b01fc35f242bd1dd6ac9d4c Mon Sep 17 00:00:00 2001 From: telli Date: Mon, 6 Apr 2026 23:58:55 -0700 Subject: [PATCH 2/2] align maf dependency versions --- .../OpenClaw.SemanticKernelAdapter.csproj | 8 ++++---- src/OpenClaw.Tests/OpenClaw.Tests.csproj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/OpenClaw.SemanticKernelAdapter/OpenClaw.SemanticKernelAdapter.csproj b/src/OpenClaw.SemanticKernelAdapter/OpenClaw.SemanticKernelAdapter.csproj index 6c4d47e..d95da68 100644 --- a/src/OpenClaw.SemanticKernelAdapter/OpenClaw.SemanticKernelAdapter.csproj +++ b/src/OpenClaw.SemanticKernelAdapter/OpenClaw.SemanticKernelAdapter.csproj @@ -23,9 +23,9 @@ - - - - + + + + diff --git a/src/OpenClaw.Tests/OpenClaw.Tests.csproj b/src/OpenClaw.Tests/OpenClaw.Tests.csproj index 7a0137d..c94a0de 100644 --- a/src/OpenClaw.Tests/OpenClaw.Tests.csproj +++ b/src/OpenClaw.Tests/OpenClaw.Tests.csproj @@ -35,7 +35,7 @@ - +