Skip to main content
New to RAXE? Start with the Quickstart and learn how detection works.

Overview

RAXE provides RaxeConversationGuard for automatic security scanning of AutoGen multi-agent conversations. The integration uses AutoGen’s hook system to intercept messages without modifying your agent code.

Installation

Quick Start

Configuration

Multi-Agent Scenarios

Register Multiple Agents

GroupChat

Error Handling

Callbacks

Best Practices

Monitor threats before enabling blocking:
Ensure all agents are protected:
Catch exceptions for user-friendly responses:

AutoGen v0.4+ (Wrapper-based)

For AutoGen v0.4+ which uses the async message-based API, use wrap_agent():

Supported Versions

What’s Next

Production Checklist

Deploy RAXE safely to production

Custom Rules

Create detection rules for your specific use case