Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 602 Bytes

Contributing

Contributions are welcome, especially if the contribution helps to advance one or more roadmap items.

Install locally

Follow these steps to get started with Cerebellum:

  1. Install dependencies:

    npm install
    
  2. Set up your environment:

    • Ensure you have Selenium webdrivers installed.
    • Set up your Anthropic API key as an environment variable:
      export ANTHROPIC_API_KEY=your_api_key_here
      
  3. Run the example:

    npx tsx example/google.ts
    
  4. Start the Typescript compiler in watch mode

    npm run watch