Self-evaluating interview for AI coders
Stars
600
Forks
35
Watchers
600
Open Issues
32
Overall repository health assessment
No package.json found
This might not be a Node.js project
192
commits
5
commits
2
commits
1
commits
1
commits
1
commits
1
commits
feat: add script to convert IFEval JSONL to interview JSON format
2cc7f75View on GitHubfeat: Default --parallel to half the available CPU cores
cf189c4View on GitHubfix: handle Queue.Empty exception more explicitly in evaluate.py
bfe8219View on GitHubrefactor: Improve file processing with pre-computed output filenames and skipping existing outputs
46e2b81View on GitHubDon't spawn more threads then needed for the workload.
7dd7dfeView on GitHubre-evaluate all senior results with improved code extractor, this fixes several cases of NO_CODE when multiple code blocks are returned and the wrong one was selected
d73dcb2View on GitHubrefactor: Replace batch processing with async queue-based worker approach
4747072View on GitHubrefactor: Align stop_sandbox interface with start_sandbox, generate sandbox name internally
a56dcedView on GitHub