Skip to main content
PostgreSQL provides durable storage for your Agents - conversation history survives server restarts, and you can query past interactions. Essential for production Agents that need reliable persistence.

Quick Start

1

Simple Usage

Multi-Agent with Shared Database

Multiple Agents can share conversation context:

Agent with Database Tools

Give your Agent direct database access:

Agent Analytics & Logging

Track Agent performance in PostgreSQL:

Agent Knowledge Base in PostgreSQL

Store and query Agent knowledge:

Environment Variables

Redis

Fast caching for Agents

Sessions

Agent session management