langchain-compass


Namelangchain-compass JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryProviding the Compass API to langchain agents.
upload_time2025-08-15 08:47:31
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # langchain-compass

This package contains the LangChain integration with LangchainCompass

## Installation

```bash
pip install -U langchain-compass
```

And you should configure credentials by setting the following environment variables:

Import this toolkit by
```python
from langchain_compass.toolkits import LangchainCompassToolkit
```

Compass requires an API key for some features. You can set the key as an environment variable
```bash
OPENAI_API_KEY="<Your-Compass-API-KEY>"
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "langchain-compass",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/70/18/e49b62c0593d3261bdd97b1e624b0d2b594a0968ad62b678aa47cfe2195a/langchain_compass-0.4.1.tar.gz",
    "platform": null,
    "description": "# langchain-compass\n\nThis package contains the LangChain integration with LangchainCompass\n\n## Installation\n\n```bash\npip install -U langchain-compass\n```\n\nAnd you should configure credentials by setting the following environment variables:\n\nImport this toolkit by\n```python\nfrom langchain_compass.toolkits import LangchainCompassToolkit\n```\n\nCompass requires an API key for some features. You can set the key as an environment variable\n```bash\nOPENAI_API_KEY=\"<Your-Compass-API-KEY>\"\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Providing the Compass API to langchain agents.",
    "version": "0.4.1",
    "project_urls": {
        "Release Notes": "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22compass%3D%3D0%22&expanded=true",
        "Repository": "https://github.com/langchain-ai/langchain",
        "Source Code": "https://github.com/langchain-ai/langchain/tree/master/libs/partners/compass"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d24b503fe813f0a817bf3b5136c02344a585dbb888edc3a3d29e1ff6bfa8d6c",
                "md5": "a07ae0251901693645c6ec78575aad30",
                "sha256": "d3aed4a21baede6a009ca0217bc532797ef31c47d9a44433d22d4130327894d7"
            },
            "downloads": -1,
            "filename": "langchain_compass-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a07ae0251901693645c6ec78575aad30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 9735,
            "upload_time": "2025-08-15T08:47:29",
            "upload_time_iso_8601": "2025-08-15T08:47:29.304477Z",
            "url": "https://files.pythonhosted.org/packages/4d/24/b503fe813f0a817bf3b5136c02344a585dbb888edc3a3d29e1ff6bfa8d6c/langchain_compass-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7018e49b62c0593d3261bdd97b1e624b0d2b594a0968ad62b678aa47cfe2195a",
                "md5": "692c7166f8614a352b45c09a8bf1aa8e",
                "sha256": "ed2178c1f336d9a7a12b27cc97fe75a47d8f5cb69c511a5a90b16f1c0c463b04"
            },
            "downloads": -1,
            "filename": "langchain_compass-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "692c7166f8614a352b45c09a8bf1aa8e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 7298,
            "upload_time": "2025-08-15T08:47:31",
            "upload_time_iso_8601": "2025-08-15T08:47:31.877502Z",
            "url": "https://files.pythonhosted.org/packages/70/18/e49b62c0593d3261bdd97b1e624b0d2b594a0968ad62b678aa47cfe2195a/langchain_compass-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-15 08:47:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "langchain-ai",
    "github_project": "langchain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "langchain-compass"
}
        
Elapsed time: 1.10200s