MCP server Claude CodeCodexCursor +2
An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files. Runs locally from the mcp-documents-reader Python package.
MCP server Claude CodeCodexCursor +2
An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files. Runs locally from the mcp-documents-reader Python package.
xt765/LangChain-Chinese-Comment
Agent
The main entry point for LangChain’s agent framework, which lets a language model choose tools and the order in which to use them.
xt765/LangChain-Chinese-Comment
Agent
The core classes that let a language-model agent decide what to do and run tools in a loop. The loop plans an action, runs a tool, reads the result, and repeats until it has an answer or reaches a limit.
xt765/LangChain-Chinese-Comment
Agent
An iterator that runs an agent executor one step at a time instead of returning only the final result. An iterator lets code receive each action, tool result, and final answer as it happens.
xt765/LangChain-Chinese-Comment
Agent
A list of named agent designs used by LangChain classic. Each design defines a different way for a language model to choose tools, answer questions, or keep conversation context.
xt765/LangChain-Chinese-Comment
Agent
The base module for LangChain classic agents and the executor that runs them. An agent is a program where a language model chooses tools and their order while solving a task.
xt765/LangChain-Chinese-Comment
Agent
An agent design for conversations that includes earlier messages when deciding what to say or do. It uses a prompt template with separate fields for the user, the AI, and the conversation history.
xt765/LangChain-Chinese-Comment
Agent
A formatter that turns an AI agent’s earlier actions and tool results into text or chat messages the language model can read. An AI agent is software that chooses actions and uses tools to complete a task.
xt765/LangChain-Chinese-Comment
Agent
A factory function for creating a LangChain classic agent executor from a language model, tools, and optional settings. LangChain is a framework for building applications that use language models and external tools.
xt765/LangChain-Chinese-Comment
Agent
A compatibility module that loads LangChain's built-in tools by name from the community package. A tool is an external action an agent can call, such as a search or terminal operation.
xt765/LangChain-Chinese-Comment
Agent
Functions for rebuilding agents from configuration data stored in JSON, YAML, local files, or remote URLs. Configuration data is a structured description of how an agent should be created.
xt765/LangChain-Chinese-Comment
Agent
An early LangChain agent pattern in which a language model alternates between reasoning, choosing a tool, reading its result, and eventually giving a final answer.
xt765/LangChain-Chinese-Comment
Agent
An agent for models that support function calling, where the model returns a structured request naming a tool and its parameters.
xt765/LangChain-Chinese-Comment
Agent
A parser that turns a language model’s text or message into either a tool action or a completed answer.
xt765/LangChain-Chinese-Comment
Agent
A documented schema module for turning an AI agent’s earlier actions and observations into a prompt scratchpad. A scratchpad is the working history an agent passes back to the language model.
xt765/LangChain-Chinese-Comment
Agent
An agent strategy that breaks a difficult question into smaller follow-up questions and sends each one to a search tool. It then combines the search results into a final answer.
xt765/LangChain-Chinese-Comment
Agent
An agent that calls tools with several named parameters described by a JSON Schema, a standard format for describing data fields and types.
xt765/LangChain-Chinese-Comment
Agent
Preconfigured groups of tools and setup code for agents working with specific areas such as SQL databases, CSV files, or OpenAPI-described web services.
xt765/LangChain-Chinese-Comment
Agent
Chinese-language documentation for a LangChain module that handles requests for tools that do not exist. LangChain is a framework for building applications that use language models and external tools.
xt765/LangChain-Chinese-Comment
Agent
A registry that connects named LangChain agent types—such as search or conversation agents—to the code classes that implement them.
xt765/LangChain-Chinese-Comment
Agent
Chinese-language documentation for a LangChain Classic helper that checks whether an agent's tools accept only one input. LangChain is a framework for building applications that use language models and tools.
xt765/LangChain-Chinese-Comment
Agent
An agent design that represents tool calls, intermediate results, and final answers with XML tags. XML is a text format that marks structured information with named opening and closing tags.
xt765/LangChain-Chinese-Comment
Agent
A placeholder Chinese comment document for LangChain Classic's agent trajectory evaluation chain.
xt765/LangChain-Chinese-Comment
Agent
A placeholder Chinese comment document for LangChain Classic's agent trajectory evaluation prompt.