Skip to content

VICoach/agent-workflow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up the Project

Create a Virtual Environment

python -m venv venv

Activate the Virtual Environment

  • On Windows:
    .\venv\Scripts\activate
  • On macOS and Linux:
    source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Create a .env File

Create a .env file in the root directory of your project and add the following variables:

MODEL=your_model_name
GROQ_API_KEY=your_groq_api_key
GROQ_MODEL=your_groq_model

Testing Groq Agent

Start the Groq Agent

python groq/agent.py

Start the Groq WebSocket

python groq/ws.py

Testing the Streamlit App

Run the Streamlit App

streamlit run app/app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages