DRIFT
Design for Error Detection in Deep-Research Agents Trajectories.
File Explorer
- README.md
- ablation_prf.png
- annotation_ui_screenshot.png
- drift_overview.png
- efficiency_tradeoff.png
- f1_growth.png
- mechanism_analysis.png
- njulinkv6.jpg
- overall_macro_f1.png
- qwen_scale.png
- span_complexity.png
- telbench_pipeline.png
- ablation_prf.pdf
- drift_overview.pdf
- efficiency_tradeoff.pdf
- f1_growth.pdf
- mechanism_analysis.pdf
- overall_macro_f1.pdf
- qwen_scale.pdf
- span_complexity.pdf
- telbench_pipeline.pdf
- index.html
- styles.css
- USAGE.md
- decrypt_telbench.sh
- __init__.py
- __main__.py
- cli.py
- client.py
- data.py
- env.py
- evaluate.py
- io.py
- models.py
- prompts.py
- runner.py
- sanitize.py
- span_store.py
- utils.py
- test_release_contract.py
- .gitignore
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
