UNPKG

@ejazullah/smart-browser-automation

Version:

A smart AI-driven browser automation library and REST API server using MCP (Model Context Protocol) and LangChain for multi-step task execution. Includes both programmatic library usage and HTTP API server for remote automation.

11 lines (7 loc) 312 B
'use strict' const { readFileSync, writeFileSync } = require('node:fs') const { transcode } = require('node:buffer') const buffer = transcode ? transcode(readFileSync('./undici-fetch.js'), 'utf8', 'latin1') : readFileSync('./undici-fetch.js') writeFileSync('./undici-fetch.js', buffer.toString('latin1'))