Interactive demos — each showing a different way to embed OmniBrowser Agent into a real UI.
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-tunedWebLLMq4f16_1Model test
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.
WebLLMBYOMHuggingFaceMLC q4f16_1
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.
WebLLMHeuristicNavigationHidden tabsNew
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.