[PR #42] [MERGED] #Proj 5 - AI Legal Agent Team #116

Closed
opened 2025-11-06 14:33:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/42
Author: @Madhuvod
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @Shubhamsaboo

Base: mainHead: ai-legal-agents


📝 Commits (2)

  • 23526f9 Working implementation of the project AI Legal Agent Team
  • a61502e added video file

📊 Changes

3 files changed (+400 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_legal_agent_team/README.md (+60 -0)
ai_agent_tutorials/ai_legal_agent_team/main.py (+335 -0)
ai_agent_tutorials/ai_legal_agent_team/requirements.txt (+5 -0)

📄 Description

Everything works well. we just have a tiny issue which is mentioned at the end!

A Quick Short summary for @Shubhamsaboo :

this has 3 agents - Legal Researcher, Contract Analyst, Legal Strategist ; and a Agent Team with all of these called Team lead

and when a user gets to select an analysis type, where it has a pre defined query - and a particular agent will run when called the respective analysis type

  • Contract Review - Done by Contract Analyst
  • Legal Research - Done by Legal Researcher
  • Risk Assessment - Done by Legal Strategist, Contract Analyst
  • Compliance Check - Done by Legal Strategist, Legal Researcher, Contract Analyst
  • Custom Queries - Done by Agent Team - Legal Researcher, Legal Strategist, Contract Analyst

The final response has 3 tabs - Detailed analysis, key points, Recommendations

The tiny issue: after every response, we get a some dict type info regarding the response in the first 2-3 lines in the detailed analysis tab. and this isn't impacting the response, I figured out various ways to remove/filter this out but it just doesn't go as doesn't come always - it doesn't come for key points tab and other tabs sometimes. couldn't find if this is actually a problem or nah. lmk if its fine or its necessary to remove it. will put some more time on it. the image:


🔄 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/42 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `ai-legal-agents` --- ### 📝 Commits (2) - [`23526f9`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/23526f9b745923bdb5e8991d59f17757f10bf78f) Working implementation of the project AI Legal Agent Team - [`a61502e`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a61502e59d075e6c930e5afab9ef2f89c0130b71) added video file ### 📊 Changes **3 files changed** (+400 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_legal_agent_team/README.md` (+60 -0) ➕ `ai_agent_tutorials/ai_legal_agent_team/main.py` (+335 -0) ➕ `ai_agent_tutorials/ai_legal_agent_team/requirements.txt` (+5 -0) </details> ### 📄 Description Everything works well. we just have a tiny issue which is mentioned at the end! A Quick Short summary for @Shubhamsaboo : this has 3 agents - Legal Researcher, Contract Analyst, Legal Strategist ; and a Agent Team with all of these called Team lead and when a user gets to select an analysis type, where it has a pre defined query - and a particular agent will run when called the respective analysis type - Contract Review - Done by Contract Analyst - Legal Research - Done by Legal Researcher - Risk Assessment - Done by Legal Strategist, Contract Analyst - Compliance Check - Done by Legal Strategist, Legal Researcher, Contract Analyst - Custom Queries - Done by Agent Team - Legal Researcher, Legal Strategist, Contract Analyst The final response has 3 tabs - Detailed analysis, key points, Recommendations The tiny issue: after every response, we get a some dict type info regarding the response in the first 2-3 lines in the detailed analysis tab. and this isn't impacting the response, I figured out various ways to remove/filter this out but it just doesn't go as doesn't come always - it doesn't come for key points tab and other tabs sometimes. couldn't find if this is actually a problem or nah. lmk if its fine or its necessary to remove it. will put some more time on it. the image: --- <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 2025-11-06 14:33:20 -06: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#116