vision-agents-plugins-getstream


Namevision-agents-plugins-getstream JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryGetStream video/voice integration for Vision Agents
upload_time2025-10-22 01:51:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords ai agents getstream realtime streaming video voice agents
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GetStream Plugin

A plugin for Stream Agents that provides GetStream integration.

## Installation

```bash
pip install vision-agents-plugins-getstream
```

## Usage

```python
from vision_agents.plugins import getstream

# Use the plugin
```

## Development

This plugin follows the standard Stream Agents plugin structure.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vision-agents-plugins-getstream",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AI, agents, getstream, realtime, streaming, video, voice agents",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/46/04/de74a2f8d5cb443787669cdec3cee79b20e32afd348468bd0785c5b86d3d/vision_agents_plugins_getstream-0.1.8.tar.gz",
    "platform": null,
    "description": "# GetStream Plugin\n\nA plugin for Stream Agents that provides GetStream integration.\n\n## Installation\n\n```bash\npip install vision-agents-plugins-getstream\n```\n\n## Usage\n\n```python\nfrom vision_agents.plugins import getstream\n\n# Use the plugin\n```\n\n## Development\n\nThis plugin follows the standard Stream Agents plugin structure.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "GetStream video/voice integration for Vision Agents",
    "version": "0.1.8",
    "project_urls": {
        "Documentation": "https://visionagents.ai/",
        "Source": "https://github.com/GetStream/Vision-Agents",
        "Website": "https://visionagents.ai/"
    },
    "split_keywords": [
        "ai",
        " agents",
        " getstream",
        " realtime",
        " streaming",
        " video",
        " voice agents"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50c1a79af1a83051c75ed1f29107b777bfd00b9b74dbd219d65e267ca57b9adf",
                "md5": "746aa35437efd24d9ff1eaff2d5cc3e2",
                "sha256": "a351c29fe094830dc9495b7d83e78bd541b0f5fcc8337767b5c1217d70d378af"
            },
            "downloads": -1,
            "filename": "vision_agents_plugins_getstream-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "746aa35437efd24d9ff1eaff2d5cc3e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19719,
            "upload_time": "2025-10-22T01:51:07",
            "upload_time_iso_8601": "2025-10-22T01:51:07.542272Z",
            "url": "https://files.pythonhosted.org/packages/50/c1/a79af1a83051c75ed1f29107b777bfd00b9b74dbd219d65e267ca57b9adf/vision_agents_plugins_getstream-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4604de74a2f8d5cb443787669cdec3cee79b20e32afd348468bd0785c5b86d3d",
                "md5": "ba5ed8cbf5630af2391f214e03b98b0b",
                "sha256": "54b9e5ae8d44cca73cd226ebbd16f00c135449c40901485f5b02ca1e88a79317"
            },
            "downloads": -1,
            "filename": "vision_agents_plugins_getstream-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "ba5ed8cbf5630af2391f214e03b98b0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8656,
            "upload_time": "2025-10-22T01:51:08",
            "upload_time_iso_8601": "2025-10-22T01:51:08.439506Z",
            "url": "https://files.pythonhosted.org/packages/46/04/de74a2f8d5cb443787669cdec3cee79b20e32afd348468bd0785c5b86d3d/vision_agents_plugins_getstream-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 01:51:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GetStream",
    "github_project": "Vision-Agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vision-agents-plugins-getstream"
}
        
Elapsed time: 4.38414s