Tutorials
Step-by-step tutorials for building common agent setups with Teleon
These tutorials are step-by-step and focus on putting the Teleon library and core systems together.
Prerequisites
- Install the SDK:
pip install teleon - Create a client with
TeleonClient(api_key="tlk_live_xxx")
Tutorials
Video tutorials
Learn Teleon AI through step-by-step video guides.
Start tutorial
Support agent blueprint
Build a support agent with Cortex memory + auto-context injection, Sentinel content filtering + PII detection, and Helix runtime configuration.
Cortex
Sentinel
Helix
Start tutorial
Redact PII with Sentinel
Configure Sentinel to detect and redact PII instead of blocking.
Start tutorial
Manage an agent runtime with Helix
Register, start, scale, and check status/health using Helix runtime APIs.
Start tutorial