FraudLens AI: An Autonomous Graph Agent That Investigates Financial Crime A team at a hackathon built FraudLens AI, an agentic triage system that investigates financial crime by combining a LangGraph agent, a TigerGraph entity graph with GraphRAG memory, and a Django/React dashboard that streams the agent's reasoning over Server-Sent Events. The system runs GSQL queries to pull the connected subgraph around a flagged entity and compute its blast radius, grounding the LLM's reasoning in graph structure rather than text similarity, and writes finished case summaries back into the graph as long-term memory. Fraud rarely looks like fraud in a single row of data. It shows up in the connections: a shared IP address, a reused device, a chain of accounts that all trace back to one bad actor. Investigators still find those connections by hand, cross-referencing CSVs and relational tables. One synthetic identity cluster can take hours to untangle, and by the time the ring is mapped, the money has moved. For the Hackathon , we built FraudLens AI to close that gap. It is an agentic triage system that: FraudLens has four layers. A React + Tailwind dashboard is the investigator's workspace. A Django backend streams the agent's reasoning live over Server-Sent Events. A LangGraph agent runs the investigation loop. TigerGraph is both the knowledge engine and the long-term case memory. flowchart LR classDef trigger fill: EF4444,stroke: 7F1D1D,stroke-width:2px,color: fff classDef frontend fill: 3B82F6,stroke: 1E3A8A,stroke-width:2px,color: fff classDef backend fill: 10B981,stroke: 064E3B,stroke-width:2px,color: fff classDef ai fill: 8B5CF6,stroke: 4C1D95,stroke-width:2px,color: fff classDef db fill: F59E0B,stroke: 78350F,stroke-width:2px,color: fff classDef out fill: 0EA5E9,stroke: 0C4A6E,stroke-width:2px,color: fff ML "ML Fraud Model