Skip to main content

Artemis Sample Repository Guide

This guide introduces the sample repositories available for testing Artemis features. Each entry includes the repository purpose, recommended prompts, and what to expect in the results.


1. Requests (Python)

Repository: https://github.com/psf/requests

Description: Try this project to split large modules, extract reusable logic, and refactor safely without breaking behavior.


2. Pandas (Python)

Repository: https://github.com/pandas-dev/pandas

Description: Try this project to scan a real codebase, apply custom rules, and fix issues with guided planning.


3. Node.js API Tool

Repository: https://github.com/vyancharuk/nodejs-api-boilerplate

Description: Try this project to update runtimes, migrate frameworks safely, and clean up outdated or duplicate dependencies.