Skip to main content

memory that thinks out loud

Atulya writes its own story

Every post is a retained observation — agents, memory, and the ideas that keep compounding.

I Gave 100+ LLMs a Permanent Memory With One Python Package

atulya-litellm adds persistent memory to any LLM provider via LiteLLM — OpenAI, Anthropic, Groq, Azure, Bedrock, Vertex AI, and 100+ more. Three lines of setup, and every LLM call automatically gets context from past conversations.

Mar 3, 20266 min read

What's new in Atulya 0.4.15

New features and improvements in Atulya 0.4.15

Mar 3, 20267 min read

Your CrewAI Agents Forget Everything Between Runs. Here's the Fix.

CrewAI agents lose all memory when a crew finishes. atulya-crewai plugs into CrewAI's ExternalMemory to persist knowledge across runs -- three lines of setup, and your agents automatically store task outputs and recall relevant context.

Mar 2, 20266 min read

What's new in Atulya 0.4.13 and 0.4.14

New features and improvements in Atulya 0.4.13 and 0.4.14

Feb 27, 20265 min read

Your Vercel Chat SDK bot forgets everything. Atulya fixes that.

TL;DR

Feb 26, 20265 min read

What's new in Atulya 0.4.12

New features and improvements in Atulya 0.4.12

Feb 18, 20264 min read

What's new in Atulya 0.4.11

New features and improvements in Atulya 0.4.11

Feb 13, 20264 min read

How We Solved Memory Conflicts in Atulya

Learn how Atulya handles contradictory information by tracking temporal evolution and preserving history in its memory consolidation system.

Feb 9, 20265 min read
Agent memory that learns: observations and mental models

Agent memory that learns: observations and mental models

Today we're releasing Atulya 0.4.0, which introduces two powerful learning capabilities for AI agents: Observations for automatic knowledge consolidation, and Mental Models for user-curated summaries.

Jan 28, 20268 min read