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.
pip install -r requirements.txt
python main.py
See graph.py
, nodes/
, and schema.py
for how LangGraph is used.