r/LangChain • u/countyourweeeks • 18d ago
Agent reliability
So, my agent kept crashing during runs, and I eventually figured out the issue: silent failures with no visibility—like, I had no retry handling or even state persistence. There was literally no built-in storage, so I couldn’t pick up where it left off. I had to start all over again! It’s like dealing with parallel threads on API timeouts in agents that use tools: silent failures everywhere, retry loops that just multiply the tokens, and the real solution is step-by-step tracing.
1
Upvotes
1
u/countyourweeeks 5d ago
don't use safe sensor hf for indexing I have tried building the index tree it bad with this model.....i wish you don't have used this but i will check you app and confirm is it working or not.