livekit-plugins-aws


Namelivekit-plugins-aws JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryLiveKit Agents Plugin for services from AWS
upload_time2025-03-06 17:22:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit aws
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins AWS

Agent Framework plugin for services from AWS.

- aws polly for tts
- aws transcribe for stt
- aws bedrock for llm

## Installation

```bash
pip install livekit-plugins-aws
```

## Pre-requisites

You'll need to specify an AWS Access Key and a Deployment Region. They can be set as environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION`, respectively.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-aws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit, aws",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/42/89983da0304e9e305fb858c8400d793b192ce060b108e31a16ee982cf0a3/livekit_plugins_aws-0.1.1.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins AWS\n\nAgent Framework plugin for services from AWS.\n\n- aws polly for tts\n- aws transcribe for stt\n- aws bedrock for llm\n\n## Installation\n\n```bash\npip install livekit-plugins-aws\n```\n\n## Pre-requisites\n\nYou'll need to specify an AWS Access Key and a Deployment Region. They can be set as environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_DEFAULT_REGION`, respectively.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "LiveKit Agents Plugin for services from AWS",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit",
        " aws"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6739760f45b459e14c3144ab23e2a6c047be2f4460fff00a7a76733f64897def",
                "md5": "5976f5534e8c3683f8f32f761df7b5e1",
                "sha256": "32df2b6b56e51ac5a332f17809285dbe2709d656b423644eddf575a5c2f8319e"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5976f5534e8c3683f8f32f761df7b5e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 14745,
            "upload_time": "2025-03-06T17:21:09",
            "upload_time_iso_8601": "2025-03-06T17:21:09.815393Z",
            "url": "https://files.pythonhosted.org/packages/67/39/760f45b459e14c3144ab23e2a6c047be2f4460fff00a7a76733f64897def/livekit_plugins_aws-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "914289983da0304e9e305fb858c8400d793b192ce060b108e31a16ee982cf0a3",
                "md5": "95d77f43e3bc1f6435fc1f5453af4336",
                "sha256": "6635a4cec63bf149314b59734b11e9e5471a89bff4ef69f5868fb410920f9e45"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95d77f43e3bc1f6435fc1f5453af4336",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 11668,
            "upload_time": "2025-03-06T17:22:20",
            "upload_time_iso_8601": "2025-03-06T17:22:20.829553Z",
            "url": "https://files.pythonhosted.org/packages/91/42/89983da0304e9e305fb858c8400d793b192ce060b108e31a16ee982cf0a3/livekit_plugins_aws-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-06 17:22:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-aws"
}
        
Elapsed time: 0.48548s