llama-index-instrumentation-agentops


Namellama-index-instrumentation-agentops JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summaryllama-index instrumentation agentops integration
upload_time2024-06-07 21:50:48
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LlamaIndex Instrumentation Integration: Agentops

To integrate AgentOps into your agent workflow,
simply import and initialize an `AgentOpsHandler`,
as demonstrated below. Note that all keyword arguments
anticipated by AgentOps' `AOClient` can be provided
to this client using the same keyword arguments in
`init()`.

```
from llama_index.instrumentation.agentops import AgentOpsHandler

AgentOpsHandler.init()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-instrumentation-agentops",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/12/c7/08c739116b8b521e1c6978266c6e2ab56d3458d911877d3566b71081b2ce/llama_index_instrumentation_agentops-0.1.0.tar.gz",
    "platform": null,
    "description": "# LlamaIndex Instrumentation Integration: Agentops\n\nTo integrate AgentOps into your agent workflow,\nsimply import and initialize an `AgentOpsHandler`,\nas demonstrated below. Note that all keyword arguments\nanticipated by AgentOps' `AOClient` can be provided\nto this client using the same keyword arguments in\n`init()`.\n\n```\nfrom llama_index.instrumentation.agentops import AgentOpsHandler\n\nAgentOpsHandler.init()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index instrumentation agentops integration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c025415dd36bb26880a4f6cdc0eb65a26732a0c81e275b5161e00c1f5edc476",
                "md5": "8fb656fc22e9f3f674d6a19055c8b7d1",
                "sha256": "26017c6ed08ffdce99d9d5d340eb4b3d80d14df569032491ae5d39dd19c62688"
            },
            "downloads": -1,
            "filename": "llama_index_instrumentation_agentops-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fb656fc22e9f3f674d6a19055c8b7d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 4284,
            "upload_time": "2024-06-07T21:50:46",
            "upload_time_iso_8601": "2024-06-07T21:50:46.926164Z",
            "url": "https://files.pythonhosted.org/packages/1c/02/5415dd36bb26880a4f6cdc0eb65a26732a0c81e275b5161e00c1f5edc476/llama_index_instrumentation_agentops-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12c708c739116b8b521e1c6978266c6e2ab56d3458d911877d3566b71081b2ce",
                "md5": "615acd86ddb705ae017bb37b83695c9b",
                "sha256": "4b8b3798ca2ecd80708a571cc5217080ddf203635e8ed4b5c03435813868bf57"
            },
            "downloads": -1,
            "filename": "llama_index_instrumentation_agentops-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "615acd86ddb705ae017bb37b83695c9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 3925,
            "upload_time": "2024-06-07T21:50:48",
            "upload_time_iso_8601": "2024-06-07T21:50:48.580831Z",
            "url": "https://files.pythonhosted.org/packages/12/c7/08c739116b8b521e1c6978266c6e2ab56d3458d911877d3566b71081b2ce/llama_index_instrumentation_agentops-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-07 21:50:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-instrumentation-agentops"
}
        
Elapsed time: 0.38847s