Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.03 KB

File metadata and controls

58 lines (41 loc) · 1.03 KB

Installation Guide

1) Clone required repositories

git clone https://github.com/Xubqpanda/EcoClaw.git
git clone https://github.com/pinchbench/skill.git
git clone https://github.com/Xubqpanda/EcoClaw-Bench.git

2) Install prerequisites

  • Python 3.10+
  • uv package manager
  • OpenClaw/EcoClaw runtime dependencies

PinchBench side:

cd skill
uv sync

EcoClaw side:

cd EcoClaw
npm install

3) Start OpenClaw/EcoClaw runtime

Use your normal OpenClaw startup command and ensure the agent endpoint is reachable before running benchmarks.

4) Configure environment

cd EcoClaw-Bench
cp .env.example .env

Then edit .env and fill your values:

  • ECOCLAW_API_KEY
  • ECOCLAW_BASE_URL
  • ECOCLAW_MODEL
  • ECOCLAW_JUDGE

See env.md for details.

5) Run benchmark scripts (Linux)

chmod +x experiments/scripts/*.sh
./experiments/scripts/run_pinchbench_baseline.sh
./experiments/scripts/run_pinchbench_ecoclaw.sh
./experiments/scripts/compare_pinchbench_results.sh