A lightweight AI-agent built to read, summarise and analyse legal documents (e.g., statutes) and return structured JSON reports.
- Extract text from a PDF of a legal act or statute.
- Summarise the act into key bullet-points (purpose, definitions, eligibility, obligations, enforcement etc.).
- Extract major legislative sections (definitions, obligations, reporting, payments/entitlements, enforcement).
- Run a set of rule-checks against the act, e.g.
- Does the Act define key terms?
- Does it specify eligibility criteria?
- Does it specify responsibilities of the administering authority?
- Does it include enforcement or penalties?
- Does it include payment/entitlement structure?
- Does it include record-keeping or reporting requirements?
- Clone the repository
git clone https://github.com/sobhan2204/Lawsuit_AI_Agent.git cd Lawsuit_AI_Agent