I Let an AI Control My Browser to Play Tic-Tac-Toe - LangChainJS Tutorials
LangChain·2025-12-16 16:01

Hi, this is Christian from Lchain. Many LM providers now ship their own native tools. Not just generic function calls, but tools the model specifically trained and tuned to work with like entropics computer use, web search, bash or memory tools.With the latest version of lung chains, entropic and open air provider packages, we expose these simple provider tools so that you can call these model optimized tools seamlessly and type safe with your agent without hand rolling any JSON schemas or glue code. In thi ...