Metadata-Version: 2.4
Name: langsmith-tool-server
Version: 0.2.9
Summary: LangSmith Tool Server (Python)
Project-URL: repository, https://github.com/langchain-ai/langsmith-tool-server
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.110.0
Requires-Dist: langchain-auth>=0.1.2
Requires-Dist: mcp>=1.3.0
Requires-Dist: orjson>=3.10.15
Requires-Dist: pydantic>=2.7.2
Requires-Dist: structlog>=20.1.0
Description-Content-Type: text/markdown

> [!IMPORTANT]  
> This is a work in progress. The API is expected to change.

# LangChain Tool Server

A dedicated tool server decouples the creation of specialized tools (e.g., for retrieving data from specific knowledge sources) from agent development. This separation enables different teams to contribute and manage tools independently. Agents can then be rapidly configured—by simply specifying a prompt and a set of accessible tools. This streamlined approach simplifies authentication and authorization and accelerates the deployment of agents into production.
