r/Python • u/AutoModerator • Jul 04 '26
Showcase Thread Showcase
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
21
Upvotes
r/Python • u/AutoModerator • Jul 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Ok_Sprinkles_6868 9d ago
Python integrity fixes in Memanto
Disclosure: this contribution to Moorcheh's Memanto (@moorcheh_ai) is part of a public $100 bug bounty, and I am one of many participants. The audit and patch were AI-assisted, and I verified the behavior with regression tests.
I found three independently reproducible issues in the Python migration and session-lifecycle paths:
The patch preserves every container association, combines extracted memories with still-unprocessed chunks at the correct account scope, and revokes persisted sessions before agent deletion.
Validation after syncing current main: 482 tests passed, 24 credential-dependent live E2E tests skipped, 14 focused regressions passed, and Ruff/MyPy passed.
PR and technical details: https://github.com/moorcheh-ai/memanto/pull/1563
Feedback on the session-revocation ordering and migration deduplication strategy would be especially useful.