| # Custom LLM Endpoint | |
| Custom LLM Endpoint for Paperclip. | |
| ## Development | |
| ```bash | |
| pnpm install | |
| pnpm dev | |
| pnpm dev:ui | |
| pnpm test | |
| ``` | |
| The plugin uses local SDK and shared package tarballs stored in `.paperclip-sdk/` | |
| so the development package is decoupled from the Paperclip monorepo source tree. | |