Skip to the content.

Getting Started

Installation

# Clone the repository
git clone git@github.com:stxnext/deep-next.git
cd deep-next

# Install dependencies
make install_venv

# Test the installation
make test_unit

Example Usage

# Process a single issue
poetry run python -m deep_next.core.entrypoint \
  --problem-statement "Add type hints in file.py" \
  --hints "The error occurs in file.py" \
  --root-dir /path/to/repository

Requirements

Back to Home