The Big Picture
Sharing compact, distilled reasoning units (not raw execution traces) lets different AI agent systems improve together: federated semantic sharing boosts cross-framework performance while keeping local experiences private.
ON THIS PAGE
Key Findings
Agents can compress their execution experience into small, reusable semantic knowledge units, send only those to a shared federated pool, and gain collective benefits when the pool is redistributed. semantic knowledge units FedAgentKE — a lightweight workflow for distilling, aggregating, and adapting semantic units — produced consistent performance gains across multiple agent frameworks and tasks. shared federated pool Benefits grow as more heterogeneous agents join the federation, showing the approach scales without exchanging raw logs or full trajectories. Experiments used common reasoning and software-engineering benchmarks and a modern language-model backbone to demonstrate practicality.
By the Numbers
1Evaluated on GAIA: 165 tasks total (53 level-1, 86 level-2, 26 level-3) covering multi-step reasoning and tool use.
2Validated on SWE-bench Lite with 300 sampled real GitHub issue-resolution cases under standard protocol.
3FedAgentKE experiments used 3 distributed agent clients with GPT-5.4-mini backbone; SWE-bench agents had a max execution budget of 50 iterations.
Why It Matters
Engineers building multi-agent systems who want agents to learn from each other without exposing private execution logs will find this useful. Technical leads running heterogeneous agent fleets can use it to boost cross-framework performance and reduce duplicated failure modes. Researchers exploring decentralized learning for reasoning agents will see a practical direction for non-parameter-level knowledge sharing.
Test your agentsValidate against real scenarios
Key Figures

Fig 1: Figure 1: Overview of FedAgentKE. Heterogeneous agents collaboratively evolve through federated semantic knowledge synchronization across diverse frameworks and tasks.

Fig 2: Figure 2: Cross-framework agent federation results on GAIA with varying client scales. Clients are randomly instantiated from OWL and SmolAgents. All larger federations are evaluated as incremental extensions of the original 2-client federation consisting of one OWL client and one SmolAgents client.

Fig 3: Figure 3: Performance evolution across federated communication rounds on GAIA using SmolAgents.
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreYes, But...
Privacy and communication efficiency were not formally analyzed; sharing distilled semantic units reduces raw-data exposure but does not guarantee formal privacy protections. The current update rules rely on embedding-based matching and may miss complex, long-range reasoning dependencies across frameworks. Experiments cover several representative agent frameworks and benchmarks but stop short of very large, production-scale heterogeneous ecosystems — larger-scale behavior and costs remain untested.
Deep Dive
FedAgentKE offers a practical way for different AI agent frameworks to learn from each other without sharing raw execution traces. Each local agent compresses its successful (and unsuccessful) experiences into compact semantic knowledge units — short, transferable abstractions of reasoning steps or strategies. Those units are sent to a central federated pool where the server aggregates them and returns a curated set for clients to adapt locally. Iterating distillation, federated aggregation, and local adaptation lets the shared pool evolve while keeping individual execution logs on-device. The team tested this setup across common benchmarks: GAIA for multi-step reasoning and tool use (165 tasks total) and SWE-bench Lite for real GitHub issue fixes (300 cases). Experiments used three distributed clients and a modern language-model backbone. Results show consistent cross-framework and cross-task improvements, and performance rises as more heterogeneous agents join the federation. Practically, this means teams can reduce redundant failures and share successful workflows between different agent systems without centralizing raw logs. Next steps include formal privacy guarantees, more communication-efficient syncing, and richer semantic representations to capture deeper reasoning chains. GAIA federated aggregation language-model backbone
Test your agentsValidate against real scenarios
Credibility Assessment:
All authors have low h-index (≈4), no affiliations or venue prestige (arXiv preprint), and zero citations — fits ‘emerging / limited info’.