LangChain

Institution (software framework / company).

Appearances in this wiki

  • Design Considerations of Advanced Agentic AI — LangChain tools, ZERO_SHOT_REACT_DESCRIPTION ReAct agent, and StatefulMemory are the core framework components used in the CODE2 and CODE5 architectures described throughout the article.
  • How to Make Your LLM More Accurate with RAG & Fine-Tuning — LangChain named as one of the primary implementation paths for building RAG pipelines.
  • What are AI Agents? — LangChain cited as one of the framework options for building AI agents alongside “bring your own Python” and Llama Stack.
  • NVIDIA NeMo Agent Toolkit: Agent Evaluation — LangChain/LangGraph trajectory evaluator is a built-in NAT evaluator type; LangSmith evaluators (exact_match, openevals LLM-as-judge) are first-class NAT evaluator types; LangSmith EvalCallback integrates NAT evaluation results into LangSmith Datasets & Experiments UI.