OmniBrowser Agent ← Back to Docs

Live Examples

See the agent in action

Interactive demos — each showing a different way to embed OmniBrowser Agent into a real UI.

Planner Model Test
Planner Model Test
Tests the fine-tuned omnibrowser-planner-1p5b-q4f16_1-MLC model directly. Loads via WebLLM, runs a 5-prompt self-test, and validates that each output is a correct AgentAction JSON.
Fine-tuned WebLLM q4f16_1 Model test
Custom Model Demo
Custom Model Demo
Load your own Hugging Face quantized model via WebLLM appConfig, wire it into createWebLLMBridge, and run the agent on a local DOM task.
WebLLM BYOM HuggingFace MLC q4f16_1
Doc Viewer Demo
Doc Viewer Demo
A documentation viewer with hidden tabs and a side chat panel. Ask about any section by name and the agent navigates to it — switching tabs and scrolling automatically.
WebLLM Heuristic Navigation Hidden tabs New
Chatbot Demo
Chatbot Demo
A chat-style interface where you type a goal and watch the agent plan and execute actions on a live CRM and task manager. Supports WebLLM AI planning and heuristic fallback.
WebLLM Heuristic CRM Task Manager Reflection loop