This project demonstrates how to implement AI Hooks (LangChain Callbacks) using a Flutter frontend and a Python FastAPI backend.
The purpose of this project is to understand the AI execution lifecycle, including:
- on_llm_start()
- on_llm_end()
- on_chain_error()