sudo, fetch me water! 🪄
Here's how to get going:
-
Get an Anthropic API key: https://console.anthropic.com/
-
Get an OpenWeather API key: https://openweathermap.org/
-
Create a
.envfile in the root directory of the project and add your keys:ANTHROPIC_API_KEY="…" OPENWEATHER_API_KEY="…"
Be sure to
chmod go-rwx .envto limit access to the file. -
Start the agent(s):
deno task start
Watch 'em go. 👀