Skip to content

MADA User Guide

This user guide will cover installation, configuration, and usage of MADA.

What is MADA?

MADA is a framework designed to facilitate collaboration between multiple specialized agents within a unified system. Built on the Agent Framework, MADA supports multiple orchestration modes for coordinating how agents work together. MADA provides CLI, Gradio, and OpenAI-compatible interfaces for interacting with the configured agent team.

How Does MADA Work?

MADA begins by reading your configuration, which specifies the model, the agents, and the optional orchestration mode. If you are using the Gradio run mode, you can also provide interface settings for customizing the Gradio web application UI.

After orchestration is initialized, MADA waits for user input. The configured orchestration mode determines how specialists coordinate to process requests. Responses are streamed back through the chosen interface.