Get Started
This guide will help you get started with OpenSlop in no time.
Installation
Run the following command in your terminal to install OpenSlop:
npm
npm i -g @openslop/openslopQuick Start
[!IMPORTANT] Start a new terminal session (or restart your current one) after installation to ensure the globally installed
openslopcommand is available in your PATH.
After installation, you can setup the OpenSlop by running the following command: You will be prompted to enter the baseUrl, apiKey and model name.
[!WARNING] Use Capable Models: OpenSlop is an autonomous agent. Using small or weak LLMs will result in poor code quality and the agent may fail to run safely or get stuck in loops. We highly recommend using frontier models (like Claude 3.5 Sonnet, GPT-4o, etc.) for the best experience.
openslop setupNext, check out the Providers and Configuration guides to customize it for your needs.