Skip to content

Commit a74f14c

Browse files
author
Dylan Huang
committed
use same intro from docs
1 parent a2cb35b commit a74f14c

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
[![PyPI - Version](https://img.shields.io/pypi/v/eval-protocol)](https://pypi.org/project/eval-protocol/)
44

5-
EP is an open protocol that standardizes how developers author evals for large
6-
language model (LLM) applications.
5+
EP is an open specification, Python SDK, and pytest wrapper that provides a
6+
standardized way to write evaluations for large language model (LLM)
7+
applications. Start with simple single-turn evals for model selection and prompt
8+
engineering, then scale up to complex multi-turn reinforcement learning (RL) for
9+
agents using Model Context Protocol (MCP). EP ensures consistent patterns for
10+
writing evals, storing traces, and saving results—enabling you to build
11+
sophisticated agent evaluations that work across real-world scenarios, from
12+
markdown generation tasks to customer service agents with tool calling
13+
capabilities.
714

815
## Quick Example
916

0 commit comments

Comments
 (0)