Skip to content

ManyaS-Git/AutoStream-Agentic-Sales-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I chose LangGraph because it excels at stateful, multi-turn conversations where an agent must follow a specific logic flow—identifying intent, performing RAG, and then collecting missing lead information. Unlike a linear chain, LangGraph allows for loops and conditional edges; if a user expresses high intent but hasn't provided an email, the graph 'loops' back to the collection node rather than trying to call the tool prematurely.

State Management is handled via a TypedDict that stores both the message history and a lead_data object. This ensures that once a user provides their Name, it is persisted in the state even if the next few turns are spent answering pricing questions via RAG.

About

A production-ready GenAI agent built for ServiceHive's Infix platform. Features multi-turn state management via LangGraph, RAG-powered product knowledge retrieval, and automated lead capture through intent-driven tool execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages