Skip to content

Setup Sanity Check

Goal: verify your local config, model routing, and tool sandbox in ~2 minutes.

Steps

1) (Recommended) Run diagnostics:

loopforge doctor

2) Initialize once:

loopforge init

3) Create a scratch workspace:

mkdir -p loopforge-demo
cd loopforge-demo

4) Run a tiny task that writes files + runs a shell command:

loopforge agent run --workspace . --prompt "Create notes/hello.md with a short greeting. Then run shell command 'pwd && ls -la'. Save the command output to notes/env.txt. End by replying with the paths you wrote."

What to expect

  • notes/hello.md
  • notes/env.txt