Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 846 Bytes

File metadata and controls

37 lines (34 loc) · 846 Bytes

Agent Architecture Diagram

Agent Architecture Diagram

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/HashiruG/Multi-Agent-Report-Generator.git
  2. Navigate to the project directory:
    cd Multi-Agent-Report-Generator
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    .\venv\Scripts\activate
  5. Install dependencies:
    pip install -r requirements.txt
  6. Run the server:
    python server.py
  7. Run the agent flow
    python main.py