Skip to content

A conversational Form-Filling Agent built using LangGraph and LangChain. It interactively collects user information such as name, age, and email. The agent manages conversation state across turns and intelligently prompts the user for any missing details in a natural, chatbot-style flow.

Notifications You must be signed in to change notification settings

ceodaniyal/form-filling-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 LangGraph Form-Filling Agent

A simple form-filling assistant built using LangGraph that:

  • Extracts fields (name, age, email) from natural language input.
  • Asks for missing information.
  • Marks form as complete when all required fields are filled.

📦 Setup

pip install -r requirements.txt

🚀 Run

python main.py

🧩 Project Structure

See graph.py, nodes/, and schema.py for how LangGraph is used.

About

A conversational Form-Filling Agent built using LangGraph and LangChain. It interactively collects user information such as name, age, and email. The agent manages conversation state across turns and intelligently prompts the user for any missing details in a natural, chatbot-style flow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published