u/Fuehnix

I was looking at the docs to see what I need to replace the langchain memory system with, and the link

https://python.langchain.com/docs/versions/migrating_memory/

Is just a redirect to https://docs.langchain.com/oss/python/langchain/overview

It feels insulting. It also looks like this is more than just a migration for breaking changes, it feels like a complete code rewrite would be necessary to move to 1.0, as memory was replaced by a part of an "agents" class. I don't have agents or tools, I have prompts, runnables, and langsmith traces/runtrees. I'm not using langchain for an agentic application. I'm passing around a custom version of ConversationTokenBufferMemory that I wrote to work with my multiprocessing application. So it would seem I'd have to rewrite my system to use agents instead of all of that, just so I can use memory.

I know memory has been deprecated for a while apparently (I didn't get the memo because I was using https://langchain-doc.readthedocs.io/ ), but I'm getting tired of Langchain rewriting the way you use the entire framework, breaking changes, and not updating docs. The readthedocs website is still up with no indication that any of this is deprecated or that there even is a 1.0 version.

This is for work and is already in AB testing. It needs to go into production with langsmith for observability.

u/Fuehnix — 8 days ago