Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virgil

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.

Getting Started

  1. Install go via Homebrew with brew install go
  2. Install direnv via Homebrew with brew install direnv
  3. Sign up to Anthropic and generate an API Key
  4. Create a .envrc file with the following contents:
export $ANTHROPIC_API_KEY=<your-api-key>
  1. Run dotenv to export your API Key
  2. Run go run main.go to speak with Virgil!

About

A simple agent written in Go that uses Claude 3.7 Sonnet, built following Thorsten Ball's April 2025 guide.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages