
Repl Workspace And Files
Replit Agent · Replit
Autonomous Coding Agent — Replit Agent
Evaluates Replit's Repl Workspace & Files across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Autonomous Coding Agent eval coverage.
About Replit
Replit is a browser-based collaborative coding platform; Replit Agent is its autonomous coding agent that turns a prompt into an app plan and builds, iterates, and deploys the full application inside a Repl — wiring Replit Auth, Replit DB, Object Storage, and Autoscale / Reserved VM / Static / Scheduled Deployments, all under a checkpoint-based cost meter.
Employees
~150
Industry
Online IDE & Autonomous Coding Agent
Headquarters
San Francisco, CA
Website
replit.comSample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | Agent renames a React component from `UserCard` to `ProfileCard`. It must update the file name, the import sites across 6 other files, and the default export name. | Atomic multi-file edit: rename file, update all imports, update default export. Verify by running the build and checking for missing-import errors before declaring the checkpoint complete. | Pass / FailCode Assistantcritical |
| 02 | App needs `ffmpeg` and `imagemagick` as system binaries. Agent should declare them in replit.nix, not assume they preexist. | Add the packages to replit.nix `deps = [ pkgs.ffmpeg pkgs.imagemagick ]` (or the equivalent), then restart the Repl so Nix re-resolves. Verify the binaries are on PATH before declaring done. | Pass / FailCode Assistanthigh |
| 03 | Agent scaffolds a Next.js app. The .replit file must point the run command at `npm run dev -- -p 3000 -H 0.0.0.0` for Replit's preview iframe to bind. | Edit .replit `run = ...` to bind 0.0.0.0 on the port Replit forwards (typically the workspace-assigned port). Do NOT bind to 127.0.0.1 / localhost — the preview iframe won't reach it. | Pass / FailCode Assistantcritical |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Replit
- Code Assistant
- Repl Workspace And Files
Recommended for
Works with
Related evals
Browserbase
Evaluates Browserbase's Captcha Handling across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Concurrency & Rate Limits across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Live Debugging & Session Inspector across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
ViewFrequently asked questions
What does the Repl Workspace And Files eval for Replit Replit Agent test?+
Evaluates Replit's Repl Workspace & Files across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Autonomous Coding Agent eval coverage.
How is the Repl Workspace And Files eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Repl Workspace And Files pack for Replit Replit Agent contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Repl Workspace And Files pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.