Skip to main content
Enhance agents with features like memory, local tools, contexts, RAI guardrails, file output, image generation, and evaluation capabilities.

Quick Start


Memory

Enable conversation memory to maintain context across messages.

Add Memory

Check Memory

Get Memory Config

Remove Memory


Local Tools

Add Python functions as tools that the agent can execute.

Add Tool

Function-Based Tool

Tool Object

Multiple Tools


Contexts

Add background information as key-value pairs.

Add Context

List Contexts

Remove Context

Multiple Contexts


RAI Guardrails

Add Responsible AI policies for content safety.

Add RAI Policy

Check RAI Policy

Remove RAI Policy


File Output

Enable agents to generate files (PDF, DOCX, etc.).

Enable File Output

Check File Output

Disable File Output


Image Generation

Enable agents to generate images.

Set Image Model

Available Models

Generate Images

Check Image Output

Disable Image Output


Evaluation Features

Enable self-reflection, bias checking, and LLM judging.

Reflection

Self-reflection helps reduce hallucinations by having the agent review its responses.

Bias Check

Check responses for potential bias.

LLM Judge

Use a third-party LLM to evaluate responses.

Groundedness

Validate responses against known facts.

Combined Example