Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 584 Bytes

README.md

File metadata and controls

43 lines (21 loc) · 584 Bytes

Yahoo Finance and Wikipedia Integrated Knowledge Agent

This repository contains a Python application that leverages LangChain to create a multi-agent system capable of answering queries using the Yahoo Finance News Tool and Wikipedia.

Environment Variables

OPENAI_API_KEY

Run Locally

Clone the project

  git clone https://github.com/aysenurcftc/FinanceWikiAgent.git

Go to the project directory

  cd FinanceWikiAgent

Install dependencies

    pipenv install

Start the project

   pipenv run python main.py