supermemory/packages/openai-sdk-python/src/supermemory_openai
Dhravya 348483d5e8
feat(openai-sdk-python): 7-tool parity (#1430)
## Summary
- Expand `SupermemoryTools` from 2 tools to 7 (matches `@supermemory/tools`)
- Add `memory_forget` via shared HTTP helper
- Add document list/add/delete and get_profile tool surfaces
- Expand tests for new tools and execution paths

Stacked on #1429

## Test plan
- [x] `uv run pytest tests/test_tools.py::TestMemoryOperationsUnit`

Made with [Cursor](https://cursor.com)
2026-09-01 04:34:18 +00:00
..
__init__.py feat(openai-sdk-python): 7-tool parity (#1430) 2026-09-01 04:34:18 +00:00
exceptions.py add openai middleware functionality for python sdk (#546) 2025-11-11 02:16:34 +00:00
middleware.py fix(openai-sdk-python): migrate to v4 Supermemory APIs (#1429) 2026-09-01 04:34:18 +00:00
tools.py feat(openai-sdk-python): 7-tool parity (#1430) 2026-09-01 04:34:18 +00:00
utils.py fix(openai-sdk-python): migrate to v4 Supermemory APIs (#1429) 2026-09-01 04:34:18 +00:00