INTERMEDIATE

Course 02: Going Deeper

Move from a working agent to a genuinely useful one. Connect real tools, build real automations, run it 24/7.

1
MODULE 01

Module 1: Running 24/7 — Moving to a Server

If your agent is running on your laptop, it goes offline when you close the lid. That's fine for testing. It's not fine for an assistant you actually rely on....

Start
2
MODULE 02

Module 2: Connecting Gmail

This is one of the most useful things you can do. Once your agent can read your email, it stops being a chatbot and starts being an actual assistant....

View
3
MODULE 03

Module 3: Connecting Google Calendar

Calendar access turns your agent into something that actually understands your day. Once it knows your schedule, it can give you context-aware help instead of generic answers....

View
4
MODULE 04

Module 4: Building Real Automations with Cron

Cron jobs are scheduled tasks. You define when something runs and what it does. Your agent handles the rest....

View
5
MODULE 05

Module 5: The Heartbeat Pattern

Crons fire at a set time regardless of what's happening. The heartbeat is different — it's your agent checking in regularly, looking for anything that needs attention, and only mes...

View
6
MODULE 06

Module 6: Skills — Extending What Your Agent Can Do

Out of the box, your agent can think, remember, and talk. Skills are how you give it new abilities — specific tools and integrations bundled up so your agent knows how to use them....

View
7
MODULE 07

Module 7: Memory That Actually Works

Memory is the thing most people underinvest in and then wonder why their agent feels dumb. Let's fix that....

View
8
MODULE 08

Module 8: Security — Locking Down Your Setup

Your agent has access to your email, your calendar, your files, and the internet. That's exactly what makes it useful — and exactly what makes security matter....

View
9
MODULE 09

Module 9: Monitoring and Maintenance

A running agent that you never check on will eventually break silently. This module is about making sure that doesn't happen — and catching it fast when it does....

View

Haven't done Course 01?

Start there. Course 01 gets you set up and running. Course 02 assumes you have a working agent.

Start with Course 01 →