We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9f5d6 commit 4e2a9a8Copy full SHA for 4e2a9a8
3 files changed
examples/tau2_benchmark/__init__.py
@@ -1,5 +1,8 @@
1
"""Tau 2 Benchmark Examples.
2
3
This module contains examples for running the Tau 2 benchmark with different
4
-agent frameworks (smolagents, langgraph).
+agent frameworks (default, smolagents, langgraph).
5
+
6
+Usage:
7
+ uv run python examples/tau2_benchmark/tau2_benchmark.py --framework default --domain retail --limit 5
8
"""
0 commit comments