Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 426 Bytes

File metadata and controls

10 lines (8 loc) · 426 Bytes

When all clear on the unit and integration testing (after November 10)

Set Up: Clone this repo then...

  1. Get your anthropic key at https://www.anthropic.com/
  2. Navigate to the directory
  3. Add your Anthropic API key to the Yaml file (replace "ANTHROPIC_API_KEY" with your actual key) in this line: api_key_env_var: ANTHROPIC_API_KEY
  4. Now run in your terminal pip install -r requirements.txt and then run the agent.py