livekit-plugins-aws


Namelivekit-plugins-aws JSON
Version 1.2.18 PyPI version JSON
download
home_pageNone
SummaryLiveKit Agents Plugin for services from AWS
upload_time2025-11-05 19:32:40
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/06/07/4f9075abe3dcb95f5b02f993e5069d6f47c40d089627c1e49ea9af28c244/livekit_plugins_aws-1.2.18.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.18",
    "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": "801adba75f3e00eda90c8a96615e01aebd3e01d407cdeb8ce3bf640c3f853696",
                "md5": "ae2d26476e77314b00887bf42e2229c5",
                "sha256": "255a333c88b6ae2044f687b1804a8c17e92ecbfe97999214785753df6c055715"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae2d26476e77314b00887bf42e2229c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 36169,
            "upload_time": "2025-11-05T19:32:39",
            "upload_time_iso_8601": "2025-11-05T19:32:39.815001Z",
            "url": "https://files.pythonhosted.org/packages/80/1a/dba75f3e00eda90c8a96615e01aebd3e01d407cdeb8ce3bf640c3f853696/livekit_plugins_aws-1.2.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06074f9075abe3dcb95f5b02f993e5069d6f47c40d089627c1e49ea9af28c244",
                "md5": "e5e01d84d2c6b9720ffe341ec86f5bda",
                "sha256": "78e70fbb0718689de4dca1de1f880d695871669572b2921b0639bcc0c8f8dedc"
            },
            "downloads": -1,
            "filename": "livekit_plugins_aws-1.2.18.tar.gz",
            "has_sig": false,
            "md5_digest": "e5e01d84d2c6b9720ffe341ec86f5bda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 30754,
            "upload_time": "2025-11-05T19:32:40",
            "upload_time_iso_8601": "2025-11-05T19:32:40.770795Z",
            "url": "https://files.pythonhosted.org/packages/06/07/4f9075abe3dcb95f5b02f993e5069d6f47c40d089627c1e49ea9af28c244/livekit_plugins_aws-1.2.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-05 19:32:40",
    "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: 3.90880s