Hi OpenClaw team,
The docs mention using @openclaw/sdk for external apps:
https://docs.openclaw.ai/concepts/openclaw-sdk
But pnpm add @openclaw/sdk fails with a 404 from npm:
[ERR_PNPM_FETCH_404] GET https://registry.npmjs.org/@openclaw%2Fsdk: Not Found - 404
I also noticed that in the repo packages/sdk/package.json appears to be marked as private:
"name": "@openclaw/sdk"
"version": "0.0.0-private"
"private": true
Is this SDK currently available for external use, or is the documentation describing a future/planned API?
For now, what is the recommended way to trigger an OpenClaw agent from a Next.js backend/server action?