AIgoose/kaze-browser
0
KAZE 風 — Browser Automation Agent
KAZE is a browser automation sub-agent for KENSHI, built on browser-use + FastAPI.
Endpoints
GET /health— liveness checkPOST /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.
