From b631caead09e5c3d96bd747a308db8b6869e826f Mon Sep 17 00:00:00 2001 From: agora-builder Date: Tue, 21 Jul 2026 22:58:25 +0200 Subject: [PATCH] docs: add inspeximus to community session implementations Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/sessions/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sessions/index.md b/docs/sessions/index.md index 8916f85fab..c36448bf6b 100644 --- a/docs/sessions/index.md +++ b/docs/sessions/index.md @@ -687,6 +687,7 @@ The community has developed additional session implementations: | Package | Description | |---------|-------------| | [openai-django-sessions](https://pypi.org/project/openai-django-sessions/) | Django ORM-based sessions for any Django-supported database (PostgreSQL, MySQL, SQLite, and more) | +| [inspeximus](https://pypi.org/project/inspeximus/) | File-backed sessions with no server and no dependencies; the same store can erase one user's turns and leave a signed tombstone in their place | If you've built a session implementation, please feel free to submit a documentation PR to add it here!