For those of you wondering about transient agents ...
# general-english
a
For those of you wondering about transient agents (and why they are powerful) here is a one liner of just one use case (of many) 🙂
Copy code
VAPI HITS WEBHOOK -> Check CALLING number -> hit DB to get details about that specific CALLING number -> update the transient agent LLM prompt with specific context of the caller, voice, transcriber, etc based upon the DB data -> Initiate the agent and now it's running with custom details for the SPECIFIC caller
7 Views