Skip to content

UnfixedMold/ticket-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Agent

TODO

Environment Setup

This project uses conda for virtual environment management and pip for package dependencies.

Prerequisites

Creating the Environment

  1. Create a new conda environment with Python 3.10:

    conda create -n ticket-agent python=3.10 -y
  2. Activate the environment:

    conda activate ticket-agent
  3. Install packages from requirements.txt:

    pip install -r requirements.txt

Environment Variables

Create a .env file in the project root with:

DEEPSEEK_API_KEY=your_deepseek_api_key
OPENAI_API_KEY=your_openai_api_key
HF_TOKEN=your_huggingface_token
LANGCHAIN_API_KEY=your_langchain_api_key
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT=your_project_name

Git LFS

This project uses Git LFS for large files. Install Git LFS and set it up:

git lfs install
git lfs pull

Code Formatting

This project uses Ruff for formatting and linting:

ruff format .
ruff check --fix .

About

Playground audio distributor ticket agent with RAG, finetuning & synthetic data generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors