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.

LLM Agents: How to make an agent use multiple tools in conjunction

5 pointsby warthogalmost 2 years ago
I have been playing around with agents and tools using Langhchain, Claude and OpenAI. Some of the tasks I prompt are similar to:<p>`Generate an investment memo on Tesla`<p>So the agent has access to search tools and financial APIs from Yahoo. What it needs to do theoretically for this prompt is first fetch updated live data and then search for recent news perhaps and then use the LLMChain and Default LLM tool to generate an investment memo that will incorporate the findings.<p>What actually happens instead: It uses only one tool. Then the data is outdated.<p>The same idea applies to a lot of things. Did anyone figure out how to chain tools like this?

1 comment

rogerkirknessalmost 2 years ago
We have been working extensively on this and the answer is: it is just not good enough at &#x27;managing&#x27; agents yet to do this reliably. We are using AI to generate tool descriptions that get fed in, but making them collaborate is very hard.
评论 #36692581 未加载