Skip to main content
These examples demonstrate different agent patterns. Use them as starting points for your own implementations.

Security Guard

A patrol agent that monitors for intruders and sends email alerts.
Key pattern: the prompt includes a specific route, clear behavior guidelines, and explicit edge-case handling.
A task-focused agent that finds and collects specific items.
Key pattern: single-purpose objective with a concrete procedure and practical fallback rules.
An interactive agent that engages with visitors and provides guided tours.
Key pattern: gaze-enabled social interaction with route and dialogue structure.
A minimal agent that monitors quietly and only engages when addressed.
Key pattern: minimal skill set with a restrained prompt for passive behavior.

Combining Patterns

These examples represent reusable patterns you can mix depending on your use case: patrol + alert, search + manipulate, navigate + interact, and observe + respond. In practice, most production agents combine at least two of these patterns. For chess-specific setup and calibration: