mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #569] [CLOSED] feat: add AI Fraud Investigation Agent #6204
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/569
Author: @oso95
Created: 3/8/2026
Status: ❌ Closed
Base:
main← Head:add-ai-fraud-investigation-agent📝 Commits (7)
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 docstring📊 Changes
4 files changed (+1021 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/README.md(+87 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/fraud_investigation_agent.py(+928 -0)➕
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/requirements.txt(+5 -0)📄 Description
Summary
advanced_ai_agents/single_agent_apps/ai_fraud_investigation_agent/— a new single-agent Streamlit appWhat it does
A 900 sq ft building cannot legally serve 50 children. This tool finds those mathematical impossibilities automatically.
Tech stack
anthropic/claude-sonnet-4-20250514)Test plan
requirements.txtOPENROUTER_API_KEY(free tier sufficient)GOOGLE_MAPS_API_KEYstreamlit run fraud_investigation_agent.py60612) and click Investigate🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.