mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-15 15:03:51 -05:00
[PR #42] [MERGED] #Proj 5 - AI Legal Agent Team #116
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/42
Author: @Madhuvod
Created: 12/10/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @Shubhamsaboo
Base:
main← Head:ai-legal-agents📝 Commits (2)
23526f9Working implementation of the project AI Legal Agent Teama61502eadded 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
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.