Memory engine and app that is extremely fast, scalable. The Memory API for the AI era.
332 matches across 12 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | packages/tools/test/claude-memory-examples.ts | 249 | -H "Authorization: Bearer YOUR_API_KEY" \\ |
| HIGH | packages/tools/test/claude-memory-examples.ts | 265 | -H "Authorization: Bearer YOUR_API_KEY" \\ |
| HIGH | packages/tools/test/claude-memory-examples.ts | 276 | -H "Authorization: Bearer YOUR_API_KEY" \\ |
| HIGH | packages/tools/test/claude-memory-examples.ts | 287 | -H "Authorization: Bearer YOUR_API_KEY" \\ |
| HIGH | packages/tools/test/claude-memory-examples.ts | 301 | -H "Authorization: Bearer YOUR_API_KEY" |
| HIGH | packages/agent-framework-python/README.md | 236 | api_key="your-api-key", |
| HIGH | packages/agent-framework-python/README.md | 260 | api_key="your-api-key", # Or set SUPERMEMORY_API_KEY env var |
| HIGH | packages/agent-framework-python/README.md | 282 | api_key="your-api-key", # Or set SUPERMEMORY_API_KEY env var |
| HIGH | packages/docs-test/tests/integrations/ai-sdk.ts | 90 | const tools = supermemoryTools("YOUR_API_KEY") |
| HIGH | packages/openai-sdk-python/README.md | 272 | search_tool = create_search_memories_tool("your-api-key") |
| HIGH | packages/openai-sdk-python/README.md | 273 | add_tool = create_add_memory_tool("your-api-key") |
| HIGH | packages/openai-sdk-python/README.md | 274 | fetch_tool = create_fetch_memory_tool("your-api-key") |
| HIGH | packages/ai-sdk/README.md | 187 | const tools = supermemoryTools('your-api-key', { |
| HIGH | packages/ai-sdk/README.md | 236 | const searchTool = searchMemoriesTool('your-api-key', { |
| HIGH | skills/supermemory/references/api-reference.md | 16 | Authorization: Bearer YOUR_API_KEY |
| HIGH | skills/supermemory/references/api-reference.md | 34 | Authorization: Bearer YOUR_API_KEY |
| HIGH | skills/supermemory/references/api-reference.md | 52 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 114 | Authorization: Bearer YOUR_API_KEY |
| HIGH | skills/supermemory/references/api-reference.md | 165 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 237 | Authorization: Bearer YOUR_API_KEY |
| HIGH | skills/supermemory/references/api-reference.md | 255 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 392 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 474 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 481 | -H "Authorization: Bearer YOUR_API_KEY" |
| HIGH | skills/supermemory/references/api-reference.md | 504 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 520 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 537 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | skills/supermemory/references/api-reference.md | 564 | -H "Authorization: Bearer YOUR_API_KEY" \ |
| HIGH | apps/web/components/connect-ai-modal.tsx | 666 | manualApiKey || "your-api-key-here", |
| HIGH | apps/web/components/mcp-modal/mcp-detail-view.tsx | 518 | const snippet = buildMcpUrlRemoteJson("your-api-key-here") |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/ui/components/chart.tsx | 308 | function getPayloadConfigFromPayload( |
| LOW | packages/tools/test/claude-memory-real-example.ts | 16 | export async function handleClaudeMemoryToolCall( |
| LOW | packages/tools/src/mastra/processor.ts | 351 | export function createSupermemoryProcessor( |
| LOW | packages/tools/src/mastra/processor.ts | 383 | export function createSupermemoryOutputProcessor( |
| LOW | packages/tools/src/mastra/processor.ts | 420 | export function createSupermemoryProcessors( |
| LOW | packages/tools/src/openai/tools.ts | 238 | export function createSearchMemoriesFunction( |
| LOW | packages/tools/src/openai/tools.ts | 353 | export function createDocumentListFunction( |
| LOW | packages/tools/src/openai/tools.ts | 397 | export function createDocumentDeleteFunction( |
| LOW | packages/tools/src/openai/tools.ts | 427 | export function createDocumentAddFunction( |
| LOW | packages/tools/src/openai/tools.ts | 469 | export function createMemoryForgetFunction( |
| LOW | packages/agent-framework-python/tests/test_utils.py | 29 | def test_deduplication_priority(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_utils.py | 47 | def test_empty_strings_filtered(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_middleware.py | 93 | def test_uses_connection_client(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_middleware.py | 98 | def test_conversation_id_from_connection(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_middleware.py | 104 | def test_auto_generated_conversation_id(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_middleware.py | 110 | def test_entity_context_from_connection(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 18 | def test_accepts_api_key_param(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 27 | def test_default_container_tag(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 31 | def test_custom_container_tag(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 35 | def test_auto_generates_conversation_id(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 41 | def test_custom_conversation_id(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 53 | def test_entity_context_default_none(self) -> None: |
| LOW | …ckages/agent-framework-python/tests/test_connection.py | 57 | def test_shared_client_instance(self) -> None: |
| LOW | …/agent-framework-python/tests/test_context_provider.py | 21 | def test_uses_connection_client(self) -> None: |
| LOW | …/agent-framework-python/tests/test_context_provider.py | 43 | def test_store_conversations_default(self) -> None: |
| LOW | …/agent-framework-python/tests/test_context_provider.py | 48 | def test_conversation_id_from_connection(self) -> None: |
| LOW | …/agent-framework-python/tests/test_context_provider.py | 54 | def test_entity_context_from_connection(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_tools.py | 15 | def test_create_tools_instance(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_tools.py | 20 | def test_create_tools_with_custom_tag(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_tools.py | 25 | def test_get_tools_returns_list(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_tools.py | 41 | def test_uses_connection_client(self) -> None: |
| LOW | packages/agent-framework-python/tests/test_tools.py | 46 | def test_shares_custom_id_with_connection(self) -> None: |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 240 | def _extract_query_from_context(self, context: Any) -> str: |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 281 | def _extract_conversation_from_context(self, context: Any) -> str: |
| LOW | …mework-python/src/supermemory_agent_framework/utils.py | 136 | def convert_profile_to_markdown(data: dict[str, Any]) -> str: |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 72 | def _get_conversation_content(messages: Any) -> str: |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 359 | async def wait_for_background_tasks( |
| LOW | packages/memory-graph/src/canvas/renderer.ts | 21 | function nodeMatchesDocumentHighlights( |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 184 | def _enhance_context_with_memories( |
| LOW | packages/docs-test/tests/python/user_profiles.py | 26 | def test_profile_with_memories(): |
| LOW | packages/docs-test/tests/integrations/openai-sdk.py | 8 | def test_openai_with_supermemory(): |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 288 | def _extract_conversation_from_history(self, history: list) -> List[Dict[str, str]]: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 337 | async def _enrich_event_with_memories(self, event: Any) -> tuple[Any, Optional[str]]: |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 79 | def mock_supermemory_response(): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 103 | def test_with_supermemory_basic(self, mock_openai_client): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 118 | def test_with_supermemory_with_options(self, mock_openai_client): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 136 | def test_missing_api_key_raises_error(self, mock_openai_client): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 148 | def test_wrapper_delegates_attributes(self, mock_openai_client): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 167 | async def test_memory_injection_profile_mode( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 208 | async def test_memory_injection_query_mode( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 241 | async def test_memory_injection_full_mode( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 279 | async def test_existing_system_prompt_enhancement( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 322 | async def test_empty_memories_do_not_modify_messages( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 384 | async def test_add_memory_always_mode( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 418 | async def test_add_memory_never_mode( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 449 | def test_sync_client_compatibility(self, mock_openai_client, mock_openai_response): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 473 | def test_sync_client_in_async_context(self, mock_openai_client, mock_openai_response): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 504 | def test_sync_client_memory_addition_error_handling(self, mock_openai_client, mock_openai_response): |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 538 | async def test_supermemory_api_error_handling( |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 562 | async def test_no_user_message_handling( |
| 71 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/agent-framework-python/tests/test_utils.py | 5 | |
| LOW | …ckages/agent-framework-python/tests/test_middleware.py | 3 | |
| LOW | …/agent-framework-python/tests/test_context_provider.py | 3 | |
| LOW | packages/agent-framework-python/tests/test_tools.py | 3 | |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 10 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 3 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 7 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 7 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 7 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 7 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 14 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 14 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 19 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 23 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 23 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 23 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 23 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 23 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …ork-python/src/supermemory_agent_framework/__init__.py | 31 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 28 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 36 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 37 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 37 | |
| LOW | …pipecat-sdk-python/src/supermemory_pipecat/__init__.py | 37 | |
| LOW | packages/docs-test/tests/python/sdk.py | 1 | |
| LOW | packages/docs-test/tests/python/user_profiles.py | 1 | |
| LOW | packages/docs-test/tests/python/search.py | 1 | |
| LOW | packages/docs-test/tests/python/quickstart.py | 1 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 34 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 42 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 42 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 42 | |
| LOW | …rtesia-sdk-python/src/supermemory_cartesia/__init__.py | 42 | |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 6 | |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 7 | |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 7 | |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/tools.py | 19 | |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/tools.py | 19 | |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/tools.py | 19 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| LOW | …s/openai-sdk-python/src/supermemory_openai/__init__.py | 3 | |
| 23 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …mework-python/src/supermemory_agent_framework/tools.py | 90 | except Exception as error: |
| LOW | …mework-python/src/supermemory_agent_framework/tools.py | 113 | except Exception as error: |
| LOW | …mework-python/src/supermemory_agent_framework/tools.py | 141 | except Exception as error: |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 121 | except Exception as e: |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 190 | except Exception as e: |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 215 | except Exception as error: |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 336 | except Exception as e: |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 419 | except Exception: |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 115 | except Exception as e: |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 161 | except Exception as e: |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 181 | except Exception as e: |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 319 | except Exception as e: |
| LOW | …es/pipecat-sdk-python/src/supermemory_pipecat/utils.py | 48 | except Exception: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/utils.py | 48 | except Exception: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 141 | except Exception as e: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 190 | except Exception as e: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 227 | except Exception as e: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 370 | except Exception as e: |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 437 | except Exception as e: |
| LOW | packages/openai-sdk-python/README.md | 381 | except Exception as e: |
| LOW | packages/openai-sdk-python/test_integration.py | 68 | except Exception as e: |
| LOW | packages/openai-sdk-python/test_integration.py | 118 | except Exception as e: |
| LOW | packages/openai-sdk-python/test_integration.py | 137 | except Exception as e: |
| LOW | packages/openai-sdk-python/test_integration.py | 171 | except Exception as e: |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/tools.py | 208 | except Exception as error: |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/tools.py | 244 | except Exception as error: |
| LOW | …openai-sdk-python/src/supermemory_openai/middleware.py | 256 | except Exception as error: |
| LOW | …openai-sdk-python/src/supermemory_openai/middleware.py | 291 | except Exception as e: |
| LOW | …openai-sdk-python/src/supermemory_openai/middleware.py | 472 | except Exception as e: |
| LOW | apps/docs/migration/mem0-migration-script.py | 110 | except Exception as e: |
| LOW | apps/docs/migration/mem0-migration-script.py | 221 | except Exception as e: |
| LOW | apps/docs/migration/mem0-migration-script.py | 259 | except Exception as e: |
| LOW | apps/docs/migration/mem0-migration-script.py | 330 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/tools/test/claude-memory-real-example.ts | 81 | // Step 1: Make initial request to Claude |
| LOW | packages/tools/test/claude-memory-real-example.ts | 118 | // Step 2: Handle any tool calls |
| LOW | packages/tools/test/claude-memory-real-example.ts | 149 | // Step 3: Send tool results back to Claude if there were any |
| LOW | packages/tools/test/with-supermemory/unit.test.ts | 195 | // Step 1: New turn (user message last) |
| LOW | packages/tools/test/with-supermemory/unit.test.ts | 207 | // Step 2: Continuation (assistant/tool after user) |
| LOW | apps/docs/migration/mem0-migration-script.py | 74 | # Step 1: Create export job |
| LOW | apps/docs/migration/mem0-migration-script.py | 83 | # Step 2: Wait for export to complete |
| LOW | apps/docs/migration/mem0-migration-script.py | 87 | # Step 3: Retrieve the exported data using the correct method |
| LOW | apps/docs/migration/mem0-migration-script.py | 91 | # Step 4: Save backup |
| LOW | apps/docs/migration/mem0-migration-script.py | 286 | # Step 1: Export from Mem0 |
| LOW | apps/docs/migration/mem0-migration-script.py | 301 | # Step 2: Import to Supermemory |
| LOW | apps/docs/migration/mem0-migration-script.py | 307 | # Step 3: Verify migration |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 240 | |
| LOW | …on/src/supermemory_agent_framework/context_provider.py | 281 | |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 37 | |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 72 | |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 389 | |
| LOW | …k-python/src/supermemory_agent_framework/middleware.py | 269 | |
| LOW | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 270 | |
| LOW | …es/pipecat-sdk-python/src/supermemory_pipecat/utils.py | 15 | |
| LOW | …es/pipecat-sdk-python/src/supermemory_pipecat/utils.py | 90 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/utils.py | 15 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/utils.py | 90 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 194 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 264 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 288 | |
| LOW | …/cartesia-sdk-python/src/supermemory_cartesia/agent.py | 374 | |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 735 | |
| LOW | packages/openai-sdk-python/tests/test_middleware.py | 773 | |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/utils.py | 80 | |
| LOW | …ages/openai-sdk-python/src/supermemory_openai/utils.py | 125 | |
| LOW | …openai-sdk-python/src/supermemory_openai/middleware.py | 330 | |
| LOW | …openai-sdk-python/src/supermemory_openai/middleware.py | 422 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | apps/web/components/timeline-view.tsx | 16 | // ─── Time period helpers ───────────────────────────────────────────────────── |
| MEDIUM | apps/web/components/timeline-view.tsx | 37 | // ─── Document type helpers ──────────────────────────────────────────────────── |
| MEDIUM | apps/web/components/timeline-view.tsx | 137 | // ─── Grouped data structures ───────────────────────────────────────────────── |
| MEDIUM | apps/web/components/timeline-view.tsx | 189 | // ─── Individual timeline card ───────────────────────────────────────────────── |
| MEDIUM | apps/web/components/timeline-view.tsx | 301 | // ─── Collapsed group card ───────────────────────────────────────────────────── |
| MEDIUM | apps/web/components/timeline-view.tsx | 484 | // ─── Main TimelineView ──────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …/pipecat-sdk-python/src/supermemory_pipecat/service.py | 123 | Retrieve relevant memories from Supermemory. Args: query: The search query for memory retrieval. |
| HIGH | …openai-sdk-python/src/supermemory_openai/middleware.py | 626 | Wraps an OpenAI client with SuperMemory middleware to automatically inject relevant memories into the system pr |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/openai-sdk-python/tests/test_tools.py | 281 | # self, |
| LOW | packages/openai-sdk-python/tests/test_tools.py | 301 | |
| LOW | packages/openai-sdk-python/tests/test_tools.py | 321 | |
| LOW | skills/supermemory/references/sdk-guide.md | 141 | // dynamic: string[] // Array of dynamic memories (recent context) |
| LOW | skills/supermemory/references/sdk-guide.md | 161 | threshold=float # Optional: relevance threshold (0-1, default 0.5) |
| LOW | skills/supermemory/references/sdk-guide.md | 221 | // results: Array<{ |
| LOW | apps/web/README.md | 1 | # supermemory Consumer |
| LOW | apps/browser-extension/README.md | 1 | ## supermemory Browser Extension |
| LOW | apps/docs/README.md | 1 | # supermemory Docs |
| LOW | apps/memory-graph-playground/next-env.d.ts | 1 | /// <reference types="next" /> |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/tools/test/claude-memory-examples.ts | 235 | // Example usage: |
| LOW | packages/tools/src/claude-memory-simple-example.ts | 60 | // Example usage |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | packages/openai-sdk-python/test_integration.py | 150 | # Create a fake OpenAI client for testing |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | apps/docs/migration/mem0-migration-script.py | 136 | # Check if content exists |