opentelemetry-instrumentation-crewai


Nameopentelemetry-instrumentation-crewai JSON
Version 0.44.1 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry crewAI instrumentation
upload_time2025-08-04 08:40:00
maintainerNone
docs_urlNone
authorGal Kleinman
requires_python<4,>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenTelemetry CrewAI Instrumentation

<a href="https://pypi.org/project/opentelemetry-instrumentation-crewai/">
    <img src="https://badge.fury.io/py/opentelemetry-instrumentation-crewai.svg">
</a>

This library allows tracing agentic workflows implemented with crewAI framework [crewAI library](https://github.com/crewAIInc/crewAI).

## Installation

```bash
pip install opentelemetry-instrumentation-crewai
```

## Example usage

```python
from opentelemetry.instrumentation.crewai import CrewAIInstrumentor

CrewAIInstrumentor().instrument()
```

## Privacy

**By default, this instrumentation logs prompts, completions, and embeddings to span attributes**. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.

However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.

To disable logging, set the `TRACELOOP_TRACE_CONTENT` environment variable to `false`.

```bash
TRACELOOP_TRACE_CONTENT=false
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-crewai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Gal Kleinman",
    "author_email": "gal@traceloop.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/d7/86482bb40bf12a097885c6bb8e1034ff6fabc2b0f30d63add6dc8ac85e4d/opentelemetry_instrumentation_crewai-0.44.1.tar.gz",
    "platform": null,
    "description": "# OpenTelemetry CrewAI Instrumentation\n\n<a href=\"https://pypi.org/project/opentelemetry-instrumentation-crewai/\">\n    <img src=\"https://badge.fury.io/py/opentelemetry-instrumentation-crewai.svg\">\n</a>\n\nThis library allows tracing agentic workflows implemented with crewAI framework [crewAI library](https://github.com/crewAIInc/crewAI).\n\n## Installation\n\n```bash\npip install opentelemetry-instrumentation-crewai\n```\n\n## Example usage\n\n```python\nfrom opentelemetry.instrumentation.crewai import CrewAIInstrumentor\n\nCrewAIInstrumentor().instrument()\n```\n\n## Privacy\n\n**By default, this instrumentation logs prompts, completions, and embeddings to span attributes**. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.\n\nHowever, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.\n\nTo disable logging, set the `TRACELOOP_TRACE_CONTENT` environment variable to `false`.\n\n```bash\nTRACELOOP_TRACE_CONTENT=false\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry crewAI instrumentation",
    "version": "0.44.1",
    "project_urls": {
        "Repository": "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-crewai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83cb4ac575e4130818c09b359e1178a65b77dca5c41fff9469c56edd51b6a5d0",
                "md5": "5f2750ab00724fe4b5ea09f24d14a591",
                "sha256": "427ae104207b467b65e1193390c89cffb04a06dc0a94736ee6f1528be14920ae"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_crewai-0.44.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f2750ab00724fe4b5ea09f24d14a591",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 6195,
            "upload_time": "2025-08-04T08:39:24",
            "upload_time_iso_8601": "2025-08-04T08:39:24.701081Z",
            "url": "https://files.pythonhosted.org/packages/83/cb/4ac575e4130818c09b359e1178a65b77dca5c41fff9469c56edd51b6a5d0/opentelemetry_instrumentation_crewai-0.44.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ad786482bb40bf12a097885c6bb8e1034ff6fabc2b0f30d63add6dc8ac85e4d",
                "md5": "351d5040e661b48dba78d060edc223c1",
                "sha256": "b752625bc3b562896bab0dd64acc02df0dab19b83cecbdaecb463181c00a8623"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_crewai-0.44.1.tar.gz",
            "has_sig": false,
            "md5_digest": "351d5040e661b48dba78d060edc223c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 4625,
            "upload_time": "2025-08-04T08:40:00",
            "upload_time_iso_8601": "2025-08-04T08:40:00.399691Z",
            "url": "https://files.pythonhosted.org/packages/3a/d7/86482bb40bf12a097885c6bb8e1034ff6fabc2b0f30d63add6dc8ac85e4d/opentelemetry_instrumentation_crewai-0.44.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 08:40:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "traceloop",
    "github_project": "openllmetry",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opentelemetry-instrumentation-crewai"
}
        
Elapsed time: 0.65955s