research-environments
Benchmark environments for training and evaluating language models
All Skills in This Repository (7)
Pure Emerald Level Indicatorswebsearch
Execute concurrent Google web searches via the Serper API.
open_webpage
Fetch URLs and extract complete plain text from HTML and PDF documents.
synthesize-task
Generate tiered general-agent task families with empirical pass-rate gating.
cleanup-tasks
Diagnose and repair broken general-agent task definitions failing validation.
edit
Replace an exact string in a file when it occurs exactly once.
env-sync-push
Publish changed local environment packages to the Prime Intellect Environments Hub.
env-sync-check
Compare local environment versions against the Prime Intellect Environments Hub.
Frequently Asked Questions
FAQPage SchemaHow to install research-environments?βΌ
Run `npx skills add PrimeIntellect-ai/research-environments --all -g -y` in your terminal to install all skills in this suite globally.
What are Prime Intellect research environments?βΌ
They are ready-made benchmark tasksets for training and evaluating language models on coding, math, science, terminal, and tool-use tasks.
How do I run a benchmark evaluation?βΌ
Install an environment with `uv pip install -e path/to/env`, then run `uv run eval <taskset-id>` from the repository root to score a model on its tasks.
Can I build my own custom benchmark environment?βΌ
Yes. Each environment is a small Python package exporting a Taskset, and the included evaluation skill guides your agent through smoke tests and full runs.
Do these environments work with sandboxed runtimes?βΌ
Yes. Environments can run rollouts locally, in Docker containers, or on remote Prime and Modal sandboxes with network access controls.
Related Repositories in Education & Research
View All in Education & Researchβlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides