Skip to main content

Calera Agent Memory (calera-agent-memory)

The plug-and-play AI Memory Substrate for Python agent swarms, LangChain, and CrewAI.
Eliminates LLM context rot with sub-5ms $O(1)$ topological associative memory.


⚡ Quickstart: 3 Lines of Code

from calera_agent_memory import CaleraMemorySubstrate

# Auto-provisions a free 1,000,000-node persistent vault under Delaware UETA § 14
memory = CaleraMemorySubstrate(principal_email="developer@company.com")

# Drop directly into your agent or LLM chain
memory.save_context({"input": "Project Alpha deadline"}, {"output": "October 15, 2026"})
context = memory.load_memory_variables({"input": "When is the project due?"})
print(context["history"])

Direct Client Usage

from calera_agent_memory import CaleraMemoryClient

client = CaleraMemoryClient(api_key="your_optional_api_key")

# Claim free vault
vault_info = client.claim_free_vault("me@example.com", agent_name="my-researcher")

# Store fact into 4D topological lattice
client.store("NVDA_FY26_Rev", "Estimated at $168B based on datacenter expansion")

# Sub-5ms recall with zero token bloat
results = client.query("NVDA revenue projection")
print(results)

Key Advantages

  • Sub-5ms Recall: $O(1)$ topological graph retrieval instead of slow vector database linear scans.
  • Zero Hallucination Context: Retains exact structured relationships without semantic degradation.
  • Free 1M Node Tier: Agents can self-provision permanent memory vaults at runtime for $0.00.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calera_agent_memory-0.4.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

calera_agent_memory-0.4.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file calera_agent_memory-0.4.0.tar.gz.

File metadata

  • Download URL: calera_agent_memory-0.4.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for calera_agent_memory-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6b7e582dcc7549175a9d1864ff17efcae799d679fed352af98343db34713e074
MD5 ea51baa1191ad09f98ffdb993fcf49b3
BLAKE2b-256 0ba7ee8fbbab873d3ed0aea6b6e21ac1269994a88eb19950ecd46cfaddf95b8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for calera_agent_memory-0.4.0.tar.gz:

Publisher: publish-pypi.yml on Calera-Labs/icx-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calera_agent_memory-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for calera_agent_memory-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c0ac77b7b8fbd48e7bd7198c9484fa3541157e77c42dd40553f8732c916b3ee1
MD5 a8c628e3755f87e544c01739b930333f
BLAKE2b-256 6454f0e3af02c60d0fd2820a5ab1be87b126baf0970fec3355bf873e9956af47

See more details on using hashes here.

Provenance

The following attestation bundles were made for calera_agent_memory-0.4.0-py3-none-any.whl:

Publisher: publish-pypi.yml on Calera-Labs/icx-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page