This project automates legal research and document drafting using AI agents powered by the LLaMA2 model, configured with crewai
.
- Legal Research Specialist: Conducts research on laws and precedents.
- Legal Document Drafter: Creates well-structured legal briefs.
- Input: A legal topic (e.g., "Employment Law and Discrimination").
- Tasks:
- Research relevant laws and summarize findings.
- Draft a legal brief based on the research.
- Output: A comprehensive research report and a polished legal brief.
- 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.