From the Blog

How the Life Savor Runtime Works

The Life Savor agent is a single binary that runs on your machine. It connects to the platform, manages AI models, executes skills, and keeps everything private by default. Here's how it all fits toge…

Build Your First Skill in 30 Lines

A skill is the simplest way to extend your Life Savor agent. It's a program that reads a JSON request from stdin, does something useful, and writes a JSON response to stdout. That's it. Let's build on…