From ced23c7ea2f223480e1b5cfc17487365a189d23f Mon Sep 17 00:00:00 2001 From: Prasanna721 <106952318+Prasanna721@users.noreply.github.com> Date: Tue, 13 Jan 2026 05:44:44 +0000 Subject: pipecat-sdk (#669) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Changes - New documentation page: apps/docs/voice-realtime/pipecat.mdx - Installation guide for supermemory-pipecat package - Configuration with SupermemoryPipecatService and InputParams - Pipeline integration guide - How it works (Memory Retrieval, Context Enhancement) - Memory modes table (profile, query, full) - Configuration options with InputParams - Complete FastAPI voice agent example - Updated docs.json: - Added new "Voice & Realtime" group under SDKs tab with mic icon - Removed external npm/pypi link pages from SDK sidebar ### Files Changed apps/docs/voice-realtime/pipecat.mdx (new) apps/docs/docs.json (modified) ### Navigation SDKs → Voice & Realtime → Pipecat # --- apps/docs/docs.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'apps/docs/docs.json') diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 5905036a..26aff108 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -211,15 +211,13 @@ { "group": "Supermemory SDKs", "pages": [ - "memory-api/sdks/native", - "memory-api/sdks/supermemory-npm", - "memory-api/sdks/supermemory-pypi" + "memory-api/sdks/native" ] }, { "group": "OpenAI SDK", "icon": "sparkles", - "pages": ["memory-api/sdks/openai-plugins", "ai-sdk/npm"] + "pages": ["memory-api/sdks/openai-plugins"] }, { "group": "AI SDK", @@ -228,8 +226,7 @@ "ai-sdk/overview", "ai-sdk/user-profiles", "ai-sdk/memory-tools", - "ai-sdk/infinite-chat", - "ai-sdk/npm" + "ai-sdk/infinite-chat" ] }, { @@ -240,8 +237,14 @@ "memory-graph/installation", "memory-graph/quickstart", "memory-graph/api-reference", - "memory-graph/examples", - "memory-graph/npm" + "memory-graph/examples" + ] + }, + { + "group": "Voice & Realtime", + "icon": "mic", + "pages": [ + "voice-realtime/pipecat" ] } ] -- cgit v1.2.3