[PR #766] [MERGED] New Voice Agent: Live Insurance Claim Intake Agent #3693

Closed
opened 2026-05-02 02:21:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: codex/insurance-claim-live-agent


📝 Commits (2)

  • 6bc214b feat: add insurance claim live agent team
  • 3d0784a Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/766 **Author:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Created:** 5/2/2026 **Status:** ✅ Merged **Merged:** 5/2/2026 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `codex/insurance-claim-live-agent` --- ### 📝 Commits (2) - [`6bc214b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/6bc214b6faa4014ac95dd62a22b12c4627bc6d35) feat: add insurance claim live agent team - [`3d0784a`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/3d0784a7ff99da64de9d9644e0781e471f395963) Remove stale insurance UI concept asset ### 📊 Changes **13 files changed** (+3888 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 02:21:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#3693