mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 17:05:58 -05:00
[PR #570] [MERGED] feat: add AI Fraud Investigation Agent #6205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/570
Author: @oso95
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/17/2026
Merged by: @Shubhamsaboo
Base:
main← Head:add-ai-fraud-investigation-agent📝 Commits (10+)
ced4acbfeat: add AI Fraud Investigation Agent0d99dc4fix: critical runtime fixes for fraud investigation demo679e118docs: update model ID in README to correct OpenRouter formate07b534fix: address remaining code review issues in demo8d7afdffeat: enable compress_tool_results to prevent context overflow on large investigationsbdaa556fix: add missing state field to check_business_registration exception returnf3fc9e5chore: remove unused base64 import and fix stale get_street_view docstringf8d68a0fix: local testing fixes and demo polishf509228Update README for AI Fraud Investigation Agent762d654Update package versions in requirements.txt📊 Changes
4 files changed (+1042 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/README.md(+100 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/fraud_investigation_agent.py(+935 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/requirements.txt(+6 -0)📄 Description
Summary
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/— a single-agent Streamlit appWhat it does
(sqft × 0.65) ÷ 35A 900 sq ft building cannot legally serve 50 children. This agent finds those mathematical impossibilities automatically.
Tech stack
Test plan
pip install -r requirements.txtstreamlit run fraud_investigation_agent.py60623) and click Investigate🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.