Roo-Code/evals
hannesrudolph d5c92801ca Remove Glama provider integration and related references
- Deleted GlamaHandler export from providers index.
- Removed Glama callback handling from ClineProvider.
- Updated tests to exclude Glama API key and model checks.
- Removed Glama-related configurations from ProfileValidator and validation functions.
- Eliminated Glama components and settings from the UI.
- Cleaned up localization files by removing Glama-specific entries.
- Updated API utility functions to exclude Glama authentication.
2025-06-02 16:59:04 -06:00
..
apps Remove Glama provider integration and related references 2025-06-02 16:59:04 -06:00
config Restore profile management work + fix #3434 (#3449) 2025-05-12 15:47:09 -04:00
packages Remove Glama provider integration and related references 2025-06-02 16:59:04 -06:00
scripts Upgrade Node.js to v20.19.2 for security enhancements (#4212) 2025-06-01 17:02:44 -04:00
.env.sample Evals (#2238) 2025-04-02 16:49:41 -07:00
.gitignore Evals (#2238) 2025-04-02 16:49:41 -07:00
.npmrc Evals (#2238) 2025-04-02 16:49:41 -07:00
.tool-versions chore(deps): update node.js to v20.19.2 (#4159) 2025-05-30 22:48:46 -04:00
Dockerfile [Evals] Headless evals with Docker (#4121) 2025-05-29 15:36:11 -07:00
package.json [Evals] Headless evals with Docker (#4121) 2025-05-29 15:36:11 -07:00
pnpm-lock.yaml fix(deps): update dependency lucide-react to ^0.511.0 (#4182) 2025-05-31 16:04:43 -04:00
pnpm-workspace.yaml Evals (#2238) 2025-04-02 16:49:41 -07:00
README.md Moved repo to new org (#3756) 2025-05-20 16:42:18 -04:00
turbo.json Evals fixes (#3851) 2025-05-22 11:41:04 -07:00

Run Roo Code Evals

Get Started

NOTE: This is MacOS only for now!

Clone the Roo Code repo:

git clone https://github.com/RooCodeInc/Roo-Code.git
cd Roo-Code

Run the setup script:

cd evals
./scripts/setup.sh

Navigate to localhost:3000 in your browser.