Get AI summaries of any video or article — Sign up free

Custom Tools — Topic Summaries

AI-powered summaries of 3 videos about Custom Tools.

3 summaries

No matches found.

Building Custom Tools and Agents with LangChain (gpt-3.5-turbo)

Sam Witteveen · 3 min read

Custom tools are the key lever for making LangChain conversational agents more useful—and the biggest practical lesson is that tool use often...

Custom ToolsLangChain AgentsReAct Tool Selection

Building a LangGraph ReAct Mini Agent

Sam Witteveen · 3 min read

A simple LangGraph pattern—one “reasoner” node plus a single prebuilt “tools” node—can replace sprawling agent graphs full of separate nodes for each...

LangGraphReActFunction Calling

Build More Effective AI AGENTS With "Code As Action"

All About AI · 2 min read

“Code as action” lets AI agents do multi-step tool work in one shot by generating and running code (including loops), instead of chaining dozens of...

Code as ActionTool CallingCode Agents