1. Intent
Classify book, availability, reschedule, cancel, or status from natural language.
Scheduling · Ready to use
Fully manage appointments for SMBs — check real-time availability, propose optimal slots with buffers and timezones, book with confirmations, send smart reminders, and handle reschedules/cancellations with human-in-the-loop for edge cases.
Classify book, availability, reschedule, cancel, or status from natural language.
Business hours, buffers, min notice, and timezone-aware optimal slots.
Intake form fields, confirmations, calendar write, CRM contact upsert.
24h + 2h reminders; admin view of upcoming bookings and HITL queue.
Code: agents/book-wise ·
Guide: agents/book-wise/README.md
cd agents/book-wise python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt copy .env.example .env python scripts/smoke_test.py python -m src.cli serve
business_hours:
monday: { start: "09:00", end: "17:00" }
booking:
buffer_before_minutes: 10
buffer_after_minutes: 10
min_notice_hours: 2
Place before </body>. Replace the host with your BookWise VPS URL.
<!-- Matrixly BookWise widget --> <script src="https://YOUR_BOOKWISE_HOST/static/widget/embed.js" data-api="https://YOUR_BOOKWISE_HOST" data-key="pk_live_your-site-key" data-title="Book with us" async> </script>