Agentify Example: Tau-Bench

October 17, 2025 · View on GitHub

Example code for agentifying Tau-Bench using A2A and MCP standards.

Project Structure

src/
├── green_agent/    # Assessment manager agent
├── white_agent/    # Target agent being tested
└── launcher.py     # Evaluation coordinator

Installation

uv sync

Usage

First, configure .env with OPENAI_API_KEY=..., then

# Launch complete evaluation
uv run python main.py launch