Python toolkit for building production-ready LLM applications. Modular utilities for prompts, RAG, agents, structured outputs, and multi-provider support.
Was this section helpful?
Agents, LangChain Team, 2024 (LangChain) - The official documentation for developing and using agents and tools within the LangChain framework, providing practical guidance and examples for implementing the agentic loop.
Tool use, OpenAI, 2024 (OpenAI) - Explains how OpenAI models can be prompted to use external tools by generating structured JSON calls, which is a fundamental mechanism for LLM agents to interact with the environment.