livekit-plugins-aws


Namelivekit-plugins-aws JSON
Version 1.2.17 PyPI version JSON
download
home_pageNone
SummaryLiveKit Agents Plugin for services from AWS
upload_time2025-10-29 15:45:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords ai audio aws livekit nova realtime sonic video voice
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": "ai, audio, aws, livekit, nova, realtime, sonic, video, voice",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/7d/90/e1baead1512126d045e3a91d1c120bfbc11a651096040c235019c8be8572/livekit_plugins_aws-1.2.17.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.17",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "ai",
        " audio",
        " aws",
        " livekit",
        " nova",
        " realtime",
        " sonic",
        " video",
        " voice"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d01d1b722bee98736d6e5329b54ef982a2239afdd668d431c2df17e7ee2ae7d",
                "md5": "7914aa389835f5b0bc142c189ff0596b",
                "sha256": "6414ddc4e7133fa4cb02da8c5d106425d8252e30ae645af58b92be74fd3b2dd6"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7914aa389835f5b0bc142c189ff0596b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 36169,
            "upload_time": "2025-10-29T15:45:31",
            "upload_time_iso_8601": "2025-10-29T15:45:31.128034Z",
            "url": "https://files.pythonhosted.org/packages/4d/01/d1b722bee98736d6e5329b54ef982a2239afdd668d431c2df17e7ee2ae7d/livekit_plugins_aws-1.2.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d90e1baead1512126d045e3a91d1c120bfbc11a651096040c235019c8be8572",
                "md5": "9ad72a84d7e98aff89c47739c8a67d32",
                "sha256": "a4320271b41a5b8dd1ead5852e434f139cb361ed4f6c1d43d8be48d32e912af2"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.17.tar.gz",
            "has_sig": false,
            "md5_digest": "9ad72a84d7e98aff89c47739c8a67d32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 30754,
            "upload_time": "2025-10-29T15:45:31",
            "upload_time_iso_8601": "2025-10-29T15:45:31.974317Z",
            "url": "https://files.pythonhosted.org/packages/7d/90/e1baead1512126d045e3a91d1c120bfbc11a651096040c235019c8be8572/livekit_plugins_aws-1.2.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 15:45:31",
    "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.29969s