Rohit Ghumare

How do you found agentmemory so far? happy to help!

80 views

Add a comment

Replies

Best
Mia Taylor

Really like the direction so far , especially the focus on making memory actually useful for agents instead of just storing context endlessly . Feels practical , which is rare in this space.

Thomas Hall

One thing I noticed while trying different agent frameworks is that , memory , often becomes just more noise over time. Agentmemory feels more intentional compared to a lot of tools in this space. Curious how you're thinking about memory decay or relevance ranking as conversations get longer?

Rohit Ghumare
@thomas_hall5 there is decay algo already.
Rohit Ghumare
@mia_taylor2 nice to hear this.
Zoe Alexandra

Tried it briefly , feels clean and easy to get stared with. How you're handling memory relevance over time , especially when the context starts scaling up ?

Rohit Ghumare
@zoe_alexandra it's just KV store.
Faisal Javaid
it has more practical implications than simply storing memory, which sometimes create a un-intended noise in tools.
Rohit Ghumare
Pranav Prakash

Been using it for 2 weeks, and I definitely see improvements.

One thing I wish AgentMemory had -- team collab in some way. AgentMemory should have some way to export relevant memories to filesystem which can be committed to git. Also, some way to import them. This is something we want to try out internally in a few weeks once our devs all have used it some time and memories have evolved.

Rohit Ghumare
@pranavprakash I think skillkit.sh can do this in agentmemory
Alper Tayfur

HELLO @rohit_ghumare Really promising so far — I like that it tackles one of the biggest pain points with coding agents: losing useful project context across sessions without bloating the context window. The searchable memory + visibility into what the agent remembers feels especially valuable. 👏

Rohit Ghumare
Chetan Jariwala
Haven't tried yet... currently have supermemory and obsidian hybrid system for Hermes. I'm tempted to use Agent memory without complicating my current system. any suggestions?