Agent trajectory

The sequential path of states, actions, and observations executed by an LLM Agent to achieve a specific goal.

Context Engineering

The optimization of the trajectory through Langchain context engineering:

  • Definition: The art and science of filling the context window with the precise information required at each step of the agent’s trajectory.
  • Key Components:
  • Implementation: Frameworks such as LangGraph provide the infrastructure to manage these context transitions and strategies.

Backlinks:

  • 2026 04 14 Langchain context engineering

Source Notes