xt765

61 mods across 4 repositories, 73 stars between them.

xt765/mcp_documents_reader

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.

23 5mo ago A tokens not measured original MIT

__init__

02

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.

20 1mo ago A 0 tokens original MIT

agent

03

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.

20 1mo ago A 0 tokens original MIT

agent_iterator

04

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.

20 1mo ago A 0 tokens original MIT

agent_types

05

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.

20 1mo ago A 0 tokens original MIT

base

06

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.

20 1mo ago A 0 tokens original MIT

conversational

07

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.

20 1mo ago A 0 tokens original MIT

format_scratchpad

08

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.

20 1mo ago A 0 tokens original MIT

initialize

09

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.

20 1mo ago A 0 tokens original MIT

load_tools

10

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.

20 1mo ago A 0 tokens original MIT

loading

11

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.

20 1mo ago A 0 tokens original MIT

mrkl

12

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.

20 1mo ago A 0 tokens original MIT

openai_functions

13

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.

20 1mo ago A 0 tokens original MIT

schema

15

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.

20 1mo ago A 0 tokens original MIT

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.

20 1mo ago A 0 tokens original MIT

structured_chat

17

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.

20 1mo ago A 0 tokens original MIT

toolkits

18

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.

20 1mo ago A 0 tokens original MIT

tools

19

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.

20 1mo ago A 0 tokens original MIT

types

20

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.

20 1mo ago A 0 tokens original MIT

utils

21

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.

20 1mo ago A 0 tokens original MIT

xml

22

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.

20 1mo ago A 0 tokens original MIT