AgentMonitor: A Plug-and-Play Framework for Predictive and Secure Multi-Agent Systems
Chi-Min Chan, Jianxuan Yu, Weize Chen, Chunyang Jiang, Xinyu Liu,, Weijie Shi, Zhiyuan Liu, Wei Xue, Yike Guo

TL;DR
AgentMonitor is a framework that predicts multi-agent system performance before execution and enhances security by detecting malicious agents, improving safety and reliability in LLM-based multi-agent systems.
Contribution
It introduces a novel predictive framework that estimates MAS performance beforehand and applies real-time security corrections, addressing configuration and security challenges.
Findings
XGBoost model achieves 0.89 Spearman correlation in-domain
Reduces harmful content by 6.2%
Increases helpful content by 1.8%
Abstract
The rapid advancement of large language models (LLMs) has led to the rise of LLM-based agents. Recent research shows that multi-agent systems (MAS), where each agent plays a specific role, can outperform individual LLMs. However, configuring an MAS for a task remains challenging, with performance only observable post-execution. Inspired by scaling laws in LLM development, we investigate whether MAS performance can be predicted beforehand. We introduce AgentMonitor, a framework that integrates at the agent level to capture inputs and outputs, transforming them into statistics for training a regression model to predict task performance. Additionally, it can further apply real-time corrections to address security risks posed by malicious agents, mitigating negative impacts and enhancing MAS security. Experiments demonstrate that an XGBoost model achieves a Spearman correlation of 0.89…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection
MethodsMixing Adam and SGD
