Name | langchain-cli-v2 JSON |
Version |
0.1.11
JSON |
| download |
home_page | None |
Summary | CLI for developing and deploying LangChain tool servers |
upload_time | 2025-09-10 19:52:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
langchain
tools
cli
mcp
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# LangChain CLI
A command-line interface for developing and deploying LangChain tool servers.
## Installation
```bash
pip install -e .
```
## Quick Start
```bash
# Create a new toolkit
langchain tools new my-toolkit
cd my-toolkit
# Start local development server
langchain tools serve --reload
# Deploy to production
langchain tools deploy --server https://tools.company.com
```
## Commands
### `langchain tools new <name>`
Create a new toolkit project with standard structure.
### `langchain tools serve`
Start a local development server with auto-reload. No database persistence.
### `langchain tools deploy`
Deploy current toolkit to a remote tool server with version management.
## Development
Install in development mode:
```bash
pip install -e .
```
Raw data
{
"_id": null,
"home_page": null,
"name": "langchain-cli-v2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "langchain, tools, cli, mcp",
"author": null,
"author_email": "LangChain <support@langchain.com>",
"download_url": "https://files.pythonhosted.org/packages/ef/b0/17e12bd501fff435ff8250e4ebabb76549a2ad3ed6a4d1f09c38f11a67a8/langchain_cli_v2-0.1.11.tar.gz",
"platform": null,
"description": "# LangChain CLI\n\nA command-line interface for developing and deploying LangChain tool servers.\n\n## Installation\n\n```bash\npip install -e .\n```\n\n## Quick Start\n\n```bash\n# Create a new toolkit\nlangchain tools new my-toolkit\ncd my-toolkit\n\n# Start local development server\nlangchain tools serve --reload\n\n# Deploy to production\nlangchain tools deploy --server https://tools.company.com\n```\n\n## Commands\n\n### `langchain tools new <name>`\nCreate a new toolkit project with standard structure.\n\n### `langchain tools serve`\nStart a local development server with auto-reload. No database persistence.\n\n### `langchain tools deploy`\nDeploy current toolkit to a remote tool server with version management.\n\n## Development\n\nInstall in development mode:\n```bash\npip install -e .\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CLI for developing and deploying LangChain tool servers",
"version": "0.1.11",
"project_urls": {
"Documentation": "https://docs.langchain.com/cli",
"Homepage": "https://github.com/langchain/langchain-cli",
"Repository": "https://github.com/langchain/langchain-cli"
},
"split_keywords": [
"langchain",
" tools",
" cli",
" mcp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3d342f0cba71cbdd59cb62bb67e513c535481e384c8186e4d800bf89ec33bf1e",
"md5": "b75efeff1f6f3d48300b9f77d920b2df",
"sha256": "960c2666c5dc8944d23ac96f858b8c07821a735d335c394dc4d2063bc831fb5d"
},
"downloads": -1,
"filename": "langchain_cli_v2-0.1.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b75efeff1f6f3d48300b9f77d920b2df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 11303,
"upload_time": "2025-09-10T19:52:14",
"upload_time_iso_8601": "2025-09-10T19:52:14.800462Z",
"url": "https://files.pythonhosted.org/packages/3d/34/2f0cba71cbdd59cb62bb67e513c535481e384c8186e4d800bf89ec33bf1e/langchain_cli_v2-0.1.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "efb017e12bd501fff435ff8250e4ebabb76549a2ad3ed6a4d1f09c38f11a67a8",
"md5": "f40b65e04f773009bfad36145fa53535",
"sha256": "71b79a0c3d79d40190bd1347678025128826ea9dcd5020d8cfa7bf4923c14248"
},
"downloads": -1,
"filename": "langchain_cli_v2-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "f40b65e04f773009bfad36145fa53535",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8500,
"upload_time": "2025-09-10T19:52:16",
"upload_time_iso_8601": "2025-09-10T19:52:16.024792Z",
"url": "https://files.pythonhosted.org/packages/ef/b0/17e12bd501fff435ff8250e4ebabb76549a2ad3ed6a4d1f09c38f11a67a8/langchain_cli_v2-0.1.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 19:52:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "langchain",
"github_project": "langchain-cli",
"github_not_found": true,
"lcname": "langchain-cli-v2"
}