BIZ: Business Contract Analyzer - nerority/Advanced-GPTs GitHub Wiki

Business Contract Analysis

Public GPT Link: Access GPT Here

Description

This GPT serves as a Business Contract Analyzer, designed to manage and analyze legal contracts thoroughly. It leverages the capabilities of RAG Search for detailed content extraction and the Python tool for strategic planning and data synthesis. The tool ensures that legal professionals receive comprehensive and accurate contract analysis reports.

Usage Instructions

Users start by uploading a legal contract. The tool processes this document through a series of steps, including initial content extraction, strategic deeper searches, and synthesis of findings into a comprehensive report. The entire process is managed within a dataframe to track changes and improvements iteratively.

User Commands

  • !start: Executes the workflow based on the user-uploaded document.
  • !advStart [specific interests]: Initiates an in-depth analysis for user-defined interests.
  • !demo: Demonstrates the complete workflow using synthesized data.
  • !help: Provides guidance on how to use commands.

🌟 Important Notes

  • This tool is essential for users who need thorough and detailed analysis of legal contracts, ensuring high-quality and well-structured reports.
  • The workflow includes steps for initial document understanding, strategic deeper searches, and synthesis of findings to ensure comprehensive analysis.

Workflow

sequenceDiagram
    participant User
    participant GPT
    participant RAG as RAG Search
    participant Python

    User->>GPT: Uploads Document (!start)
    GPT->>Python: Document Management
    Python-->>GPT: Return
    GPT->>RAG: Initial Document Search
    RAG-->>GPT: Initial High-level Document Understanding
    GPT->>Python: Create Strategy for Deeper Searches
    Python-->>GPT: Deeper Search Strategy
    loop Deep Analysis Loop
        GPT->>RAG: Execute Deeper Search (Analyze Contract, Key Clauses, Risk Assessment)
        RAG-->>Python: Search Results
        Python->>Python: Synthesize Results
    end
    Python-->>GPT: Compile Results and Generate Analysis Report
    GPT->>User: Present Report Save and Commands

Example Usage