llmtraces


Namellmtraces JSON
Version 0.0.1.dev0 PyPI version JSON
download
home_page
SummaryEnd-to-end observability with built-in security guardrails.
upload_time2024-02-01 22:18:54
maintainer
docs_urlNone
authorWhyLabs.ai
requires_python>=3.8,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # llm-traceguard

**llm-traceguard** is an open-source Python library that provides Open Telemetry integration with Large Language Models (LLMs). It is designed to facilitate tracing and safeguarding applications that leverage LLMs, ensuring better monitoring and reliability.

## Features

- Easy integration with Open Telemetry for LLM applications.
- Real-time tracing and monitoring of LLM-based systems.
- Enhanced safeguards and insights for your LLM applications.

## Installation

To install **llm-traceguard**, simply use pip:

```bash
pip install llm-traceguard
```

## Usage 🚀

Here's a basic example of how to use **llm-traceguard** in your project:

```python
import llm_traceguard

llm_traceguard.instrument()
```

## Requirements 📋

- Python 3.8 or higher
- opentelemetry-api
- opentelemetry-sdk

## Contributing 👐

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

## License 📄

**llm-traceguard** is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more details.

## Contact 📧

For support or any questions, feel free to contact us at support@whylabs.ai.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "llmtraces",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "WhyLabs.ai",
    "author_email": "support@whylabs.ai",
    "download_url": "https://files.pythonhosted.org/packages/21/6e/77d28678604860d65a869dbc3ab4d648c3f11a326fa123845f72f4881d52/llmtraces-0.0.1.dev0.tar.gz",
    "platform": null,
    "description": "# llm-traceguard\n\n**llm-traceguard** is an open-source Python library that provides Open Telemetry integration with Large Language Models (LLMs). It is designed to facilitate tracing and safeguarding applications that leverage LLMs, ensuring better monitoring and reliability.\n\n## Features\n\n- Easy integration with Open Telemetry for LLM applications.\n- Real-time tracing and monitoring of LLM-based systems.\n- Enhanced safeguards and insights for your LLM applications.\n\n## Installation\n\nTo install **llm-traceguard**, simply use pip:\n\n```bash\npip install llm-traceguard\n```\n\n## Usage \ud83d\ude80\n\nHere's a basic example of how to use **llm-traceguard** in your project:\n\n```python\nimport llm_traceguard\n\nllm_traceguard.instrument()\n```\n\n## Requirements \ud83d\udccb\n\n- Python 3.8 or higher\n- opentelemetry-api\n- opentelemetry-sdk\n\n## Contributing \ud83d\udc50\n\nContributions are welcome! For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.\n\n## License \ud83d\udcc4\n\n**llm-traceguard** is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more details.\n\n## Contact \ud83d\udce7\n\nFor support or any questions, feel free to contact us at support@whylabs.ai.",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "End-to-end observability with built-in security guardrails.",
    "version": "0.0.1.dev0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f078f04c2528ac5da9d1a420dd2678ae75c3be89af71239b09847bc7346a7937",
                "md5": "9299595dc92d61214a7af40fb5b62435",
                "sha256": "5044e18e9d6101366b992c3ddadb61bba666451124ea5c19355f1a8ff9c24355"
            },
            "downloads": -1,
            "filename": "llmtraces-0.0.1.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9299595dc92d61214a7af40fb5b62435",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 11261,
            "upload_time": "2024-02-01T22:18:52",
            "upload_time_iso_8601": "2024-02-01T22:18:52.596745Z",
            "url": "https://files.pythonhosted.org/packages/f0/78/f04c2528ac5da9d1a420dd2678ae75c3be89af71239b09847bc7346a7937/llmtraces-0.0.1.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "216e77d28678604860d65a869dbc3ab4d648c3f11a326fa123845f72f4881d52",
                "md5": "fef85ac9fbf1538894b0caafdcf74402",
                "sha256": "f5504035b7f45142db607a73bf100956e2f6338fe182c0545883e6471a1eeaf2"
            },
            "downloads": -1,
            "filename": "llmtraces-0.0.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "fef85ac9fbf1538894b0caafdcf74402",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 10075,
            "upload_time": "2024-02-01T22:18:54",
            "upload_time_iso_8601": "2024-02-01T22:18:54.202433Z",
            "url": "https://files.pythonhosted.org/packages/21/6e/77d28678604860d65a869dbc3ab4d648c3f11a326fa123845f72f4881d52/llmtraces-0.0.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 22:18:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llmtraces"
}
        
Elapsed time: 0.17864s