Metadata-Version: 2.4
Name: swarmauri_agent_realtime
Version: 0.1.0.dev4
Summary: Provider-neutral realtime multimodal agent for Swarmauri live models.
License: Copyright 2024 Jacob Stewart
         
         Licensed under the Apache License, Version 2.0 (the "License");
         you may not use this file except in compliance with the License.
         You may obtain a copy of the License at
         
             http://www.apache.org/licenses/LICENSE-2.0
         
         Unless required by applicable law or agreed to in writing, software
         distributed under the License is distributed on an "AS IS" BASIS,
         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         See the License for the specific language governing permissions and
         limitations under the License.
License-File: LICENSE
Keywords: swarmauri,agent,realtime,audio,tools,multimodal
Author: Jacob Stewart
Author-email: jacob@swarmauri.com
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: swarmauri_base
Requires-Dist: swarmauri_core
Description-Content-Type: text/markdown

![Swarmauri](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)

[![PyPI](https://img.shields.io/pypi/v/swarmauri_agent_realtime.svg)](https://pypi.org/project/swarmauri_agent_realtime/) [![Python](https://img.shields.io/pypi/pyversions/swarmauri_agent_realtime.svg)](https://pypi.org/project/swarmauri_agent_realtime/) [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE) [![Downloads](https://static.pepy.tech/badge/swarmauri_agent_realtime)](https://pepy.tech/project/swarmauri_agent_realtime) [![Hits](https://hits.sh/github.com/swarmauri/swarmauri-sdk.svg)](https://hits.sh/github.com/swarmauri/swarmauri-sdk/)

# swarmauri_agent_realtime

## Features

- Provider-neutral live-model orchestration.
- Conversation bridging, function calls, interruption, and typed events.
- One provider connection per conversation through `LiveSessionPool`.

## Installation

`uv add swarmauri_agent_realtime` or `pip install swarmauri_agent_realtime`.

## Usage

Construct `RealtimeAgent(live_model=...)`, send typed live inputs, and consume events or use `run`/`arun` for one completed turn.

