CoolFace
Apppublic

AIgoose/kaze-browser

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

KAZE 風 — Browser Automation Agent

KAZE is a browser automation sub-agent for KENSHI, built on browser-use + FastAPI.

Endpoints

  • GET /health — liveness check
  • POST /run — synchronous task (returns result inline)
  • POST /run/async — async task (returns job ID, webhooks back to KENSHI)
  • GET /job/{job_id} — poll job status

Usage

KAZE is invoked by KENSHI via the /browse Telegram command. It is not intended for direct use.