Virgil is an AI Agent that uses Claude 3.7 Sonnet and was built following the How to Build an Agent guide written by Thorsten Ball.
- Install go via Homebrew with
brew install go - Install direnv via Homebrew with
brew install direnv - Sign up to Anthropic and generate an API Key
- Create a .envrc file with the following contents:
export $ANTHROPIC_API_KEY=<your-api-key>
- Run
dotenvto export your API Key - Run
go run main.goto speak with Virgil!