There was an error while loading. Please reload this page.
1 parent bd1a129 commit 2446a36Copy full SHA for 2446a36
examples/tutorials/run_agent_test.sh
@@ -331,8 +331,8 @@ build_cli() {
331
# Function to get the appropriate agentex command
332
get_agentex_command() {
333
if [ "$BUILD_CLI" = true ]; then
334
- # Use the local build via rye run from repo root
335
- echo "../../rye run agentex"
+ # Use the local build via rye run (rye is in PATH)
+ echo "rye run agentex"
336
else
337
# Use the system-installed version
338
echo "uv run agentex"
0 commit comments