Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 821 Bytes

Readme.md

File metadata and controls

21 lines (16 loc) · 821 Bytes

Legal Document Automation

This project automates legal research and document drafting using AI agents powered by the LLaMA2 model, configured with crewai.

Features

  • Legal Research Specialist: Conducts research on laws and precedents.
  • Legal Document Drafter: Creates well-structured legal briefs.

Workflow

  1. Input: A legal topic (e.g., "Employment Law and Discrimination").
  2. Tasks:
    • Research relevant laws and summarize findings.
    • Draft a legal brief based on the research.
  3. Output: A comprehensive research report and a polished legal brief.

Setup

  • Start the LLaMA2 model locally (http://localhost:11434/v1).
  • Install dependencies: crewai, langchain_openai.
  • Run the script to generate results.

This project simplifies legal workflows using AI collaboration.