Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 469 Bytes

File metadata and controls

27 lines (19 loc) · 469 Bytes

Agentify Example: Tau-Bench

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