Skip to content

chakrateja70/financial_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Instructions

1. Create a Virtual Environment

Create a virtual environment using Python 3.12:

python3.12 -m venv venv

2. Activate the Virtual Environment

Activate the virtual environment:

On Windows:

venv\Scripts\activate

On macOS/Linux:

source venv/bin/activate

3. Install Required Packages

Install all required dependencies:

pip install -r requirements.txt

4. Set Up the .env File

Ensure your .env file contains the following API keys:

  • PHIDATA_API_KEY (for Phidata services)
  • GROQ_API_KEY (for Groq services)

Example .env file:

PHIDATA_API_KEY=your_phidata_api_key_here 

GROQ_API_KEY=your_groq_api_key_here

5. Run the Agent

After setting up the virtual environment and installing the dependencies, execute the financial_agent.py file to run the agent:

python financial_agent.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages