PulseAugur
EN
LIVE 14:01:15

Open-source JS libraries bring AI agents directly to web browsers

Persona.js and page-agent are two open-source JavaScript libraries designed to bring AI agent capabilities directly into web browsers. Persona.js offers a themeable, framework-agnostic UI widget for AI assistants, supporting features like streaming responses, voice I/O, and tool visualization, and can integrate with various backends including OpenAI's SDK and LangGraph. Page-agent, developed by Alibaba, takes a different approach by serializing the Document Object Model (DOM) to text, allowing any text-based LLM to control web applications through tool calls without needing multimodal models or a backend infrastructure. AI

IMPACT Enables developers to embed sophisticated AI agent capabilities directly into websites and web applications with greater ease and lower cost.

RANK_REASON Open-source libraries for integrating AI agents into web applications.

Read on HN — claude cli stories →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Open-source JS libraries bring AI agents directly to web browsers

COVERAGE [2]

  1. HN — claude cli stories TIER_1 English(EN) · becomevocal ·

    Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT)

  2. dev.to — LLM tag TIER_1 English(EN) · WonderLab ·

    Open Source Project #107: page-agent — A Pure-JS GUI Agent for the Browser, No Screenshots, No Plugins, No Backend

    <h2> Introduction </h2> <blockquote> <p>"One script tag. Natural language controls your web app. No screenshots, no browser extensions, no backend, no Python."</p> </blockquote> <p>This is <strong>article #107</strong> in the "One Open Source Project a Day" series. Today's projec…