Zivaa is an AI chatbot agent designed to assist users with stock-related queries, enhanced with memory, human-in-the-loop safety checks, and tool integrations. Built using LangGraph and LangChain, it leverages modern agentic patterns and is fully observable via LangSmith.
- 🔁 LangGraph FSM Agent – Finite-state flow agent with modular components
- 🧠 Memory-Enabled – Retains conversation context across steps
- 🧰 Custom Tools – Real-time stock price fetching using Python tools
- 🧍 Human-in-the-Loop – Confirms stock purchase decisions
- 🔎 LangSmith Deployed – Full traceability and observability via LangSmith
Open memory.ipynb in Jupyter Notebook or VSCode and run all cells to start the LangGraph-powered agent.