TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to make LangChain agents faster?

2 pointsby warthogalmost 2 years ago
Langchain agents works not bad with multiple tools however until the final output is given, the response times are usually around 40 seconds. Has anyone tried out an architecture that made them much more faster without compromising on the output quality?

1 comment

foolishbardalmost 2 years ago
I have been using sllim (note: I am the author) which allows me to easily parallelize the network requests to speed up agents.<p>It is only helpful with distributed chains (like tree of thoughts) and doesn&#x27;t help with sequential chains.<p>link: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36913492">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36913492</a>