Workflow
How Agents Use Context Engineering
LangChainยท2025-11-12 16:36

Hey, this is Lance from Langchain. I want to talk of a few general context engineering principles and how they show up in various popular agents like manis like cloud code and also in our recently released deep agents package and CLI. So first agent can be simply thought of as an LLM calling tools in a loop. An LLM kind of makes a tool call.Tool is executed. observation from a tool goes back to the LM and this continues until some termination condition. Now the length of tasks that AI agents can perform is ...