Skip to content

samidhm/agentic-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs329-homework2

Here we are collecting a set of tools to make it easier to evaluate tool-use and agentic LLM techniques.

Setup

1. Download anaconda from https://www.anaconda.com/ and install
2. Create a new environment, and install the repo:

```bash
conda create -n cs329a-hw2 python=3.10 -y
conda activate cs329a-hw2
pip install -e .  # Run this from root of the repo.

This will make sure the package is installed with requirements, so you can import functionality from cs329_hw2.

Make sure you have the OPENAI_API_KEY, ANTHROPIC_API_KEY, TOGETHER_API_KEY, GOOGLE_API_KEY, and ALPHA_VANTAGE_KEY environment variables set.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.4%
  • Python 29.6%