awm(tool, public)
A portable, scoped agent memory.
Name
awm — A portable, scoped agent memory.
The problem it solves
An agent that forgets everything between sessions re-derives the same facts forever; one that remembers everything globally leaks context across projects.
Instead of trusting / you check
- instead of trusting
- that memory stayed in its lane
- you check
- tenant:user:project scopes, so a write cannot cross a boundary
Adopt it alone
Give one agent a memory scoped to one project and watch it stop re-asking.
Install
pip install awm
Where it sits in the path
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.