Human-in-the-Loop Stock Trading Agent (LangGraph)
This project demonstrates a simple Human-in-the-Loop (HITL) AI agent built with LangGraph and LangChain.
The agent can:
Retrieve the current price of a stock.
Propose a stock purchase.
Pause execution and request human approval before executing the order.
This example shows how to implement human oversight in AI decision workflows, which is important for high-risk tasks like financial transactions.