DEPRECATED: this package has been renamed to total-agent-memory. Install total-agent-memory instead. This shim re-exports the new package with a DeprecationWarning.
Project description
claude-total-memory (DEPRECATED — renamed to total-agent-memory)
This package has been renamed. Please install:
pip install total-agent-memory
This release (claude-total-memory==11.3.0) is a thin compatibility
shim that depends on total-agent-memory>=12.0.0 and re-exports it,
so:
pip install claude-total-memorykeeps working (pulls in the new package automatically).import claude_total_memory,from claude_total_memory.server import …,from claude_total_memory.lookup import …keep working with aDeprecationWarning.- The
claude-total-memoryandctm-lookupCLI binaries keep working — they're entry-points that delegate to the renamed package.
Migration:
| Before | After |
|---|---|
pip install claude-total-memory |
pip install total-agent-memory |
from claude_total_memory import x |
from total_agent_memory import x |
claude-total-memory --help |
total-agent-memory --help (or tam --help) |
ctm-lookup "query" |
tam-lookup "query" (or lookup-memory "query") |
CLAUDE_MEMORY_DIR=/path |
TAM_MEMORY_DIR=/path |
~/.claude-memory/ |
~/.tam/ (auto-migrated on first run) |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claude_total_memory-11.3.0.tar.gz.
File metadata
- Download URL: claude_total_memory-11.3.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6978b0de29e891acb050e61ca0ea887035153bffa139e933aac234bb993b7fe7
|
|
| MD5 |
6570a998af9671e4fd95d70860b9e600
|
|
| BLAKE2b-256 |
1636199a0139565327a570d55a3476088dceeeeabba9f9bebada2590d6d92976
|
File details
Details for the file claude_total_memory-11.3.0-py3-none-any.whl.
File metadata
- Download URL: claude_total_memory-11.3.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f8bd1ca4b35eafc1ab4ef43c90fa7660fdda80c6a43813ee8567f61ac8bbc65
|
|
| MD5 |
5e50bc7e29be34fcbc2f1907caa25773
|
|
| BLAKE2b-256 |
5bd59bbf5b419ba666fd3dcb53fb878583f443382b05f05ac94a1dadc7a5d7ed
|