* bump pg0 0.11.x and improve documentation * bump pg0 0.11.x and improve documentation * bump pg0 0.11.x and improve documentation * ci: test notebooks on ci * ci: test notebooks on ci * rm llms-full from repo * formatting * formatting
27 lines
877 B
Text
27 lines
877 B
Text
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import RecipeCarousel from '@site/src/components/RecipeCarousel';
|
|
|
|
# Cookbook
|
|
|
|
Practical patterns, recipes, and complete applications for building with Hindsight.
|
|
|
|
<RecipeCarousel
|
|
title="Recipes"
|
|
items={[
|
|
{ title: "Hindsight Quickstart", href: "/cookbook/recipes/quickstart" },
|
|
{ title: "Per-User Memory", href: "/cookbook/recipes/per-user-memory" },
|
|
{ title: "Support Agent with Shared Knowledge", href: "/cookbook/recipes/support-agent-shared-knowledge" },
|
|
{ title: "Hindsight Memory Demo with LiteLLM", href: "/cookbook/recipes/litellm-memory-demo" },
|
|
{ title: "Hindsight Tool Learning Demo", href: "/cookbook/recipes/tool-learning-demo" }
|
|
]}
|
|
/>
|
|
|
|
<RecipeCarousel
|
|
title="Applications"
|
|
items={[
|
|
{ title: "OpenAI Agent + Hindsight Memory Integration", href: "/cookbook/applications/openai-fitness-coach" }
|
|
]}
|
|
/>
|