Show HN: Open-source browser for AI agents
4.5(5,000 avaliações)
Grátis
Lançado em 2026
Sobre
Hi HN, I forked chromium and built agent-browser-protocol (ABP) after noticing that most browser-agent failures aren’t really about the model misunderstanding the page. Instead, the problem is that the model is reasoning from a stale state.<p>ABP is designed to keep the acting agent synchronized with the browser at every step. After each action (click, type, etc), it freezes JavaScript execution and rendering, then captures the resulting state. It also compiles the notable events that occurred d
Pontos positivos
- +Manter o agente sincronizado com o navegador em cada etapa
- +Capturar o estado resultante após cada ação
- +Compilar eventos notáveis que ocorreram
Pontos negativos
- −Pode ser complexo de implementar
- −Requer conhecimento de desenvolvimento de software