@lakitu/sdk 0.1.33 → 0.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,10 +155,10 @@ COPY --chown=user:user start.sh /home/user/start.sh
155
155
  RUN chmod +x /home/user/start.sh && \\
156
156
  cd /home/user/lakitu && /home/user/.bun/bin/bun install
157
157
 
158
- # Python Playwright + curl_cffi for FlareSolverr bot bypass
159
- RUN pip3 install playwright curl_cffi && playwright install-deps chromium
158
+ # Python: crawl4ai + camoufox + playwright for stealth scraping
159
+ RUN pip3 install crawl4ai playwright camoufox curl_cffi && playwright install-deps chromium firefox
160
160
  USER user
161
- RUN playwright install chromium
161
+ RUN playwright install chromium firefox && python3 -c "from camoufox.sync_api import Camoufox; print('camoufox ok')" || true
162
162
  USER root
163
163
 
164
164
  # Create CLI tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lakitu/sdk",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Self-hosted AI agent framework for Convex + E2B with code execution",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk/index.js",