Contributions are welcome, especially if the contribution helps to advance one or more roadmap items.
Follow these steps to get started with Cerebellum:
-
Install dependencies:
npm install
-
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
-
Run the example:
npx tsx example/google.ts
-
Start the Typescript compiler in watch mode
npm run watch