🎙️ Ultra-Realistic English Voice & Autonomous Multi-Agent Gateway

How AgentBlessWeb Works &
Connects With Autonomous Agents

Explore the end-to-end architecture connecting websites, autonomous agent swarms, and developer IDEs. Listen to the narration in 100% human-like Indian English natural voices or trace the animated flowchart below.

🎙️

Ultra-Realistic English Natural Voice Narration

Currently playing: Indian English Executive Female (Neerja Expressive)

overview_en.mp3 0:00 / 0:28
⬇ Download MP3
Interactive System Lifecycle

The 6-Stage Autonomous Execution Pipeline

Click any node or hit Start Walkthrough to trace how requests flow from clients to Claude 3.5 Sonnet and real-world tools.

PIPELINE STAGE: Stage 1 of 6 · Request Ingestion
01 INGESTION
🌐🤖
Client & Agent Sources
02 GATEWAY
🛡️⚡
Protocol & Auth Router
03 CORE AI
🧠⚙️
Claude 3.5 Sonnet Core
04 DISPATCH
💼🔍
Sub-Agent Network
05 EXECUTION
🛠️📅
Real-World Tool Calling
06 DELIVERY
🎙️📦
Output & Natural Voice
🌐

Stage 1: Multi-Modal Request Ingestion

Requests arrive via four standardized entryways: (1) Human visitors chatting through the embeddable Web Widget (`POST /api/chat`), (2) External autonomous agents using the A2A Protocol (`POST /a2a/message`), (3) Claude Desktop and Cursor calling tools via Model Context Protocol (`POST /mcp`), or (4) Crawler agents discovering endpoints via `/.well-known/agent-card.json`.

/api/chat /a2a/message /mcp (JSON-RPC) /.well-known/agent-card.json
Voice Engine Reference

🎙️ Natural English Diction Best Practices

Formatting guidelines for abbreviations, currencies, and numbers to guarantee human-like speech output.

Raw Text / Symbol Spoken Form (Natural Human Script) Explanation
₹18.4M "eighteen point four crore rupees" Prevents model from saying raw letters "M" or Dollar equivalents.
₹18,42,650 "eighteen lakh, forty-two thousand, six hundred and fifty rupees" Correct South Asian numbering cadence (Lakhs & Crores).
₹4,850 "four thousand, eight hundred and fifty rupees" Natural currency unit phrasing.
+35% / 65% "plus thirty-five percent" / "sixty-five percent" Spells out symbols to preserve conversational rhythm.
SLA / QR / UPI "S. L. A." / "Q. R." / "U. P. I." Spaced with periods so the TTS engine pronounces each letter instead of a single word.
SOS "S. O. S. emergency alert" Clear context delivery.
HVAC / STP "air conditioning and ventilation" / "water treatment plant" Expansion of enterprise acronyms.
Integration Protocols

4 Ways To Connect With This Agent Hub

From machine-to-machine autonomy to drag-and-drop website chat widgets.

Machine-to-Machine 🤖

1. Agent-to-Agent (A2A)

Directly connect your external AI agents (LangChain, AutoGen, CrewAI) to offload specialized domain tasks like SEO auditing or sales booking.

POST /a2a/message
x-api-key
Open Standard 🔌

2. Model Context Protocol (MCP)

Equip Claude Desktop, Cursor, or any MCP-compatible LLM host with this project's real tools using Anthropic's open standard JSON-RPC 2.0 interface.

POST /mcp
x-api-key
Universal Discovery 🧭

3. Agent Card Specification

Allows decentralized agent discovery networks, registries, and crawler spiders to inspect capabilities, version, sub-agents, and authentication rules.

GET /.well-known/agent-card.json
Public
Open Live Agent Card
Client & Web 💬

4. Web Chat & REST API

Power client-facing websites, mobile applications, or custom frontends with a high-throughput chat endpoint and embeddable widget.

POST /api/chat
Rate Limited
Sub-Agents Roster

5 Specialized Autonomous Sub-Agents

Each agent has a tailored system directive, strict guardrails, and access to dedicated real-world tools.

💼

Sales Agent

agent: sales

Qualifies prospect requirements, checks pricing against the live service catalog, saves leads, generates Stripe payment links, and emails confirmations.

get_services create_lead send_email create_payment_link
🔍

SEO Agent

agent: seo

Fetches live target websites in real-time, analyzes on-page HTML signals (title, H1, meta descriptions, alt text, mobile viewport), and provides audit reports.

audit_website get_services
📅

Booking Agent

agent: booking

Inspects Calendly for available discovery call slots, provisions single-use scheduling links, syncs Google Calendar events, and sends Twilio SMS notifications.

check_availability book_discovery_call create_calendar_event send_sms
✍️

Content Agent

agent: content

Drafts high-converting website copy, SEO meta titles, meta descriptions, and blog ideas, automatically saving finalized copy for the human team.

save_content get_services
📊

Reporting Agent

agent: reporting

Summarizes recent lead pipelines, pulls live visitor metrics from Google Analytics 4 (GA4), and posts notifications directly to the team's Slack channel.

get_recent_leads get_website_analytics send_slack_message
Interactive Console

Test The Live Backend

Send a prompt directly to Claude 3.5 Sonnet and observe real-time tool execution.

Endpoint: POST /api/chat
💼 Check Services & Pricing 🔍 Run Live SEO Audit 📅 Schedule Discovery Call ✍️ Draft Hero Copy 📊 View Lead Summary
👋 Welcome! I am connected to the live agent cluster. You can ask about our services, run an instant live SEO audit on any URL, or test sub-agent handoffs. How can I help you today?
System Ready · Bless Web Designs Hub