Guides
In-depth guides for building production AI agents with Teleon
Use these guides to go beyond the quick start and apply Teleon’s core systems in production.
What you’ll learn
- How to enable and configure Cortex, Sentinel, and Helix from
@client.agent(...) - How Cortex scope enforcement prevents cross-tenant memory leakage
- How Sentinel validates input/output and what happens on violations (
block,flag,redact,escalate) - How Helix manages runtime concerns like health checks, scaling, and resource limits
Guides
Cortex Memory
Multi-tenant memory with scope enforcement, layers, auto-context injection, and persistent backends.
Open guide
Sentinel Guardrails
Content moderation, PII detection/redaction, compliance standards, custom policies, and audit logging.
Open guide
Helix Runtime
Run agents reliably with health checks, scaling, resource limits, and LLM runtime features.
Open guide
Teleon Library Patterns
TeleonClient, decorators, tools, LLM gateway, integrations, testing, remote agents, and errors.
Open guide