Trajectory logs not saved in webeval/scripts/webvoyager.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 603
- PR merge metrics
- No merged PRs in 30d
Description
Running Fara on webvoyager tasks is working and I am seeing sequences of Thought/Action being logged, but this information isn't saved anywhere. Seems like this information is meant to be saved to web_surfer.log, but those files are empty for me.
I followed installation and eval steps and am using vllm to serve the model locally.
python webvoyager.py \
--model_endpoint /tmp/fara_endpoint/ \
--eval_oai_config ../endpoint_configs_gpt4o/dev/ \
--out_url /my/save/path \
--processes 1 \
--run_id 1 \
--max_rounds 100
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in webeval/scripts/webvoyager.py and reproduce the command from the issue with vllm serving the model locally. Trace where Thought/Action sequences are emitted and where web_surfer.log is expected to be written; done means the trajectory logs are persisted in the expected output location rather than remaining empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100