Guides
Static references for installing EYG, writing programs, using effects, and embedding the runtime.
Writing tests with aok
Write tests for EYG packages using the aok test package.
vimeo
Work with the Vimeo API to manage videos.
tavily
Work with the Tavily API to perform web searches and retrieve data.
EYG syntax guide
Syntax reference for the EYG text representation.
ollama
Manage a running ollama instance; start stop and list active models
netlify
Work with the Netlify API to manage sites and deployments.
modifying text files
How to write, append to, and patch file contents using the edit module.
locate me
When a user makes a location specific query (what is the weather tomorrow) or asks for anything relative to their location.
json
Decode and parse JSON strings with EYG.
install a prebuilt binary
How to install the eyg CLI from a prebuilt binary.
install from source
How to compile and install the eyg CLI from source.
http fetch
Create and dispatch HTTP requests.
github
Work with the GitHub API to manage repositories, issues, and other resources.
File resolution
How EYG resolves imports and filesystem paths in CLI programs.
explore the file system
How to list directory contents, find files and read file contents.
Embedding EYG in Gleam programs
How to use EYG as an embedded scripting language in Gleam.
dnsimple
Work with the DNSimple API to manage domains and integrations.
CLI effects reference
Reference for effects implemented by the eyg CLI .
Builtins reference
Reference of every builtin function defined.
Effect access policies
Add policies for calling side effects with the overlay access package.