BusinessContext (business_context.py)

Voxify-Agentic-Voice-AI · voice, prompt-context, business-config, sales-context, crm

Business context — everything the AI sales agent knows about the company. Edit these values to match YOUR business. This is the single source of truth for the agent's identity, product knowledge, and sales playbook.

"""Business context — everything the AI sales agent knows about the company.

Edit these values to match YOUR business. This is the single source of truth
for the agent's identity, product knowledge, and sales playbook.
"""

from dataclasses import dataclass, field


@dataclass
class BusinessContext:
    """Full business context for the AI sales call agent."""

    # ── Company Identity ──────────────────────────────────────────────────
    agent_name: str = "Aria"
    company_name: str = "Voxify"
    company_description: str = (
        "Voxify gives your sales pipeline a voice. We build AI voice agents "
        "that make outbound calls, qualify leads in real time, handle objections "
        "naturally, and book meetings — all while sounding completely human. "
        "From cold outre

... (truncated -- full source via MCP)

See the full source, get the GitHub permalink, and search 40K more like it.

Get a free API key