✨ Widget Demo
Click the chat bubble at the bottom-right to start a conversation with the agent.
The widget connects to the agent harness via WebSocket and supports session history, typing indicators, and staff handoff.
📋 Features
Real-time WebSocket
Session persistence
Typing indicators
Staff escalation
RAG knowledge base
Conversation tagging
OpenRouter provider
🔌 Embed on your site
Add this snippet to any HTML page:
<script src="/widget/widget.js"></script>
<script>
BuildersHomeChat.init({
serverUrl: 'https://your-server.com',
title: 'BuildersHome Chat',
position: 'bottom-right',
});
</script>
Zero dependencies. Just a single script tag.