mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-22 19:13:17 -05:00
[PR #766] [MERGED] New Voice Agent: Live Insurance Claim Intake Agent #3693
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/766
Author: @Shubhamsaboo
Created: 5/2/2026
Status: ✅ Merged
Merged: 5/2/2026
Merged by: @Shubhamsaboo
Base:
main← Head:codex/insurance-claim-live-agent📝 Commits (2)
6bc214bfeat: add insurance claim live agent team3d0784aRemove stale insurance UI concept asset📊 Changes
13 files changed (+3888 additions, -0 deletions)
View changed files
➕
voice_ai_agents/insurance_claim_live_agent_team/.env.example(+8 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/README.md(+107 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/__init__.py(+5 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/agent.py(+238 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/assets/insurance-claim-live-agent-team-architecture.png(+0 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/examples.py(+48 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/live_demo/app.js(+667 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/live_demo/index.html(+119 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/live_demo/server.py(+963 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/live_demo/styles.css(+921 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/policies.py(+660 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/requirements.txt(+7 -0)➕
voice_ai_agents/insurance_claim_live_agent_team/schemas.py(+145 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.