livekit-plugins-aws


Namelivekit-plugins-aws JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryLiveKit Agents Plugin for services from AWS
upload_time2025-08-28 00:54:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio aws livekit nova realtime sonic video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS plugin for LiveKit Agents

Support for AWS AI including Bedrock, Polly, Transcribe and optionally Nova Sonic (realtime STS model).

See [https://docs.livekit.io/agents/integrations/aws/](https://docs.livekit.io/agents/integrations/aws/) for more information.

## Installation

```bash
pip install livekit-plugins-aws

# for access to Nova Sonic
pip install livekit-plugins-aws[realtime]
```

## 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.

## Example

For an example of the realtime STS model, Nova Sonic, see: https://github.com/livekit/agents/blob/main/examples/voice_agents/realtime_joke_teller.py

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-aws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, aws, livekit, nova, realtime, sonic, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/f4/be/ec8c23765c7c982801947310078fa7d66ac51a53a167b1aa9e6cca2c831d/livekit_plugins_aws-1.2.7.tar.gz",
    "platform": null,
    "description": "# AWS plugin for LiveKit Agents\n\nSupport for AWS AI including Bedrock, Polly, Transcribe and optionally Nova Sonic (realtime STS model).\n\nSee [https://docs.livekit.io/agents/integrations/aws/](https://docs.livekit.io/agents/integrations/aws/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-aws\n\n# for access to Nova Sonic\npip install livekit-plugins-aws[realtime]\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\n## Example\n\nFor an example of the realtime STS model, Nova Sonic, see: https://github.com/livekit/agents/blob/main/examples/voice_agents/realtime_joke_teller.py\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LiveKit Agents Plugin for services from AWS",
    "version": "1.2.7",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " aws",
        " livekit",
        " nova",
        " realtime",
        " sonic",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e74b1a9ecf609ddb8fdbf172e974cd05489004752f7c8e5b91664d2ac71d2b38",
                "md5": "a9f7b409e426210406987a2c6db1c829",
                "sha256": "0fa08b2f50e99f8f13a96cdd9cfe29d45ec72beb7703e73d99e58d35d4c2c17e"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9f7b409e426210406987a2c6db1c829",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 34685,
            "upload_time": "2025-08-28T00:54:35",
            "upload_time_iso_8601": "2025-08-28T00:54:35.445327Z",
            "url": "https://files.pythonhosted.org/packages/e7/4b/1a9ecf609ddb8fdbf172e974cd05489004752f7c8e5b91664d2ac71d2b38/livekit_plugins_aws-1.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4beec8c23765c7c982801947310078fa7d66ac51a53a167b1aa9e6cca2c831d",
                "md5": "c099e7ad8f7154f4cbd2afa57deed00b",
                "sha256": "900532ddc52320a7f095a1f058d8247df3a098df966767aa97794c86e56945c4"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c099e7ad8f7154f4cbd2afa57deed00b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 29315,
            "upload_time": "2025-08-28T00:54:36",
            "upload_time_iso_8601": "2025-08-28T00:54:36.287799Z",
            "url": "https://files.pythonhosted.org/packages/f4/be/ec8c23765c7c982801947310078fa7d66ac51a53a167b1aa9e6cca2c831d/livekit_plugins_aws-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:54:36",
    "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: 1.14701s