Chains, memory, and agents with LangChain + GPT-4o mini
A LangChain prompt | model | parser chain summarizes any page.
prompt | model | parser
A tool-using agent with get_price, check_stock, and apply_discount tools.
get_price
check_stock
apply_discount
A chatbot that remembers the conversation — the history is re-sent every turn.