Supermemory tools on npm
Check out the NPM page for more details
Supermemory AI SDK
Check out the PyPI page for more details
Installation
Quick Start
Configuration
Memory Tools Configuration
Available Tools
Search Memories
Search through user memories using semantic search:Add Memory
Store new information in memory:Fetch Memory
Retrieve specific memory by ID:Individual Tools
Use tools separately for more granular control:Complete Chat Example
Here’s a complete example showing a multi-turn conversation with memory:Error Handling
Handle errors gracefully in your applications:API Reference
Python SDK
SupermemoryTools
Constructor
get_tool_definitions()
- Get OpenAI function definitionssearch_memories(information_to_get, limit, include_full_docs)
- Search user memoriesadd_memory(memory)
- Add new memoryfetch_memory(memory_id)
- Fetch specific memory by IDexecute_tool_call(tool_call)
- Execute individual tool call