mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
Move the standalone evals framework from the project root into the openjarvis package. Rewrite all ~50+ import statements from 'from evals.' to 'from openjarvis.evals.' across the package, CLI, and tests. Remove the evals-specific pyproject.toml (no longer a standalone package). Update ruff per-file-ignores paths and fix line-length violations introduced by the longer import paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>