Research · paper · added 6 Apr 2026
Paper Analysis: Agentic Federated Learning
A research note, not a framework evaluation. It carries no architecture score and is not part of the directory or the comparison table.
A position/vision paper (authors' own framing: *"we demonstrate the viability of integrating LM-Agents into FL with a proof-of-concept"*) proposing Agentic-FL: replacing static federated learning coordination protocols with LLM-based agents. The central argument is that existing FL solutions address isolated concerns (client selection, aggregation, privacy, communication) with fixed algorithms that cannot adapt to the dynamics of real FL environments. The paper claims LM-agents enable holistic, simultaneous management of all these concerns through contextual reasoning.
Noted
- Only K-Agent is implemented; the full Agentic-FL framework (Server Orchestrator, Client Gatekeeper) has no code
- Experiments max out at 25 clients (main) / 50 clients (appendix) — far below real-world FL deployments
- No Docker container; Ollama local inference setup is non-trivial for most cloud CI environments
- Standard error = σ/√n = 14% / √3 ≈ 8.1%
- 95% confidence interval width ≈ ±16.2 percentage points
- Minimum detectable effect (80% power, α=0.05, two-tailed t-test, n=3 per group) ≈ ±22 percentage points