Skip to content

Commit 01f31a7

Browse files
committed
fix(docs): add missing SEO frontmatter to autogen integration page
autogen.md (PR #719) was added after the SEO check (PR #787) without required title and description frontmatter, causing verify-generated-files CI to fail on all branches.
1 parent f01e3a6 commit 01f31a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hindsight-docs/docs/sdks/integrations/autogen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 12
3+
title: "AutoGen Persistent Memory with Hindsight | Integration"
4+
description: "Add long-term memory to AutoGen agents with Hindsight. Provides FunctionTool instances for retain, recall, and reflect that plug directly into AutoGen's AssistantAgent."
35
---
46

57
# AutoGen

0 commit comments

Comments
 (0)