supermemory/packages/agent-framework-python/tests
Dhravya Shah 42f308b224 feat(python-sdks): SDK-level cross-source memory deduplication
Port the normalized, priority-ordered (static > dynamic > search) profile
deduplication into the Python SDKs, injecting one owned memory block per
request that replaces the prior block rather than accumulating. Dedup is
request-local (no shared state), so it stays correct under concurrency.

Covers OpenAI, Agent Framework (middleware + context provider), Cartesia,
and Pipecat.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-18 08:14:00 -07:00
..
__init__.py Add Supermemory integration for Microsoft Agent Framework (#775) 2026-03-10 01:49:45 +00:00
test_connection.py Add Supermemory integration for Microsoft Agent Framework (#775) 2026-03-10 01:49:45 +00:00
test_context_provider.py feat(python-sdks): SDK-level cross-source memory deduplication 2026-08-18 08:14:00 -07:00
test_middleware.py feat(python-sdks): SDK-level cross-source memory deduplication 2026-08-18 08:14:00 -07:00
test_tools.py Add Supermemory integration for Microsoft Agent Framework (#775) 2026-03-10 01:49:45 +00:00
test_utils.py feat(python-sdks): SDK-level cross-source memory deduplication 2026-08-18 08:14:00 -07:00