Skip to content
Courses/Agents and automation/Project: 24/7 agent with inbox

Project: 24/7 agent with inbox

The final project is a homegrown agent that receives tasks, classifies them, executes only what's safe, and leaves delicate items pending human approval.

  • Set up a simple architecture with inbox, worker, and logs.
  • Separate automatic responses, drafts, and actions requiring approval.
  • Control costs, loops, secrets, and permissions in an always-on agent.
Terminal
Telegram or Discord
  -> webhook / inbox
  -> Redis or SQLite queue
  -> agent worker
  -> allowed tools
  -> logs + summary
  -> human approval if there is risk

auto_actions:
  - summarize
  - search documents
  - prepare draft
actions_requiring_permission:
  - send email
  - publish
  - touch production
  - modify customer data

Recommended stack

  • Mini PC or Mac: best if you need local files or Ollama.
  • Small VPS: best for webhooks and constant availability.
  • Telegram or Discord: simple entry point for tasks and approvals.
  • SQLite: sufficient for small queue, auditing, and state.
  • Ollama or cloud provider: decide based on privacy, cost, and quality.
Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue