Aulafy
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.
TerminalCode
Telegram o Discord
  -> webhook / inbox
  -> cola Redis o SQLite
  -> worker agente
  -> herramientas permitidas
  -> logs + resumen
  -> aprobacion humana si hay riesgo

acciones_auto:
  - resumir
  - buscar en documentos
  - preparar borrador
acciones_con_permiso:
  - enviar email
  - publicar
  - tocar produccion
  - modificar datos de cliente

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.