## Installation
```bash
pip install wirtual-plugins-turn-detection
```
## Usage
This plugin is designed to be used with the `WirtualPipelineAgent`:
```python
from wirtual.plugins import turn_detector
agent = WirtualPipelineAgent(
...
turn_detector=turn_detector.EOUModel(),
)
```
## Running your agent
This plugin requires model files. Before starting your agent for the first time, or when building Docker images for deployment, run the following command to download the model files:
```bash
python wirtual_agent.py download-files
```
Raw data
{
"_id": null,
"home_page": "https://github.com/wirtualdev/wirtual-agents",
"name": "wirtual-plugins-turn-detection",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9.0",
"maintainer_email": null,
"keywords": "webrtc, realtime, audio, video, wirtual",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/99/6d/68f6ec4ea0927de007a4fd867d9138ff41def366de765b21987410190fa5/wirtual_plugins_turn_detection-0.0.2.tar.gz",
"platform": null,
"description": "## Installation\n\n```bash\npip install wirtual-plugins-turn-detection\n```\n\n## Usage\n\nThis plugin is designed to be used with the `WirtualPipelineAgent`:\n\n```python\nfrom wirtual.plugins import turn_detector\n\nagent = WirtualPipelineAgent(\n ...\n turn_detector=turn_detector.EOUModel(),\n)\n```\n\n## Running your agent\n\nThis plugin requires model files. Before starting your agent for the first time, or when building Docker images for deployment, run the following command to download the model files:\n\n```bash\npython wirtual_agent.py download-files\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "End of utterance detection for LiveKit Agents",
"version": "0.0.2",
"project_urls": {
"Documentation": "https://docs.wirtual.dev",
"Homepage": "https://github.com/wirtualdev/wirtual-agents",
"Source": "https://github.com/wirtualdev/wirtual-agents",
"Website": "https://wirtual.dev/"
},
"split_keywords": [
"webrtc",
" realtime",
" audio",
" video",
" wirtual"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "409d5769e291a1c82dfd516420105aeadc35c6f0f0c8de6c9ef4c836628ced7f",
"md5": "0f4bdafa283faed763119de03fcd454b",
"sha256": "46a3549df665fca97c42a96b1412f7f5a110ee49d006a3b05c3ac95b2bda1f62"
},
"downloads": -1,
"filename": "wirtual_plugins_turn_detection-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f4bdafa283faed763119de03fcd454b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 5836,
"upload_time": "2024-12-29T17:13:42",
"upload_time_iso_8601": "2024-12-29T17:13:42.628880Z",
"url": "https://files.pythonhosted.org/packages/40/9d/5769e291a1c82dfd516420105aeadc35c6f0f0c8de6c9ef4c836628ced7f/wirtual_plugins_turn_detection-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "996d68f6ec4ea0927de007a4fd867d9138ff41def366de765b21987410190fa5",
"md5": "3ea572f21a1d8eacdda4570377608c24",
"sha256": "4cc3ea2f13a72321207f34f6a96a8f944c0ac010a2045f797bc4cded8a797e3c"
},
"downloads": -1,
"filename": "wirtual_plugins_turn_detection-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "3ea572f21a1d8eacdda4570377608c24",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 5359,
"upload_time": "2024-12-29T17:13:43",
"upload_time_iso_8601": "2024-12-29T17:13:43.954591Z",
"url": "https://files.pythonhosted.org/packages/99/6d/68f6ec4ea0927de007a4fd867d9138ff41def366de765b21987410190fa5/wirtual_plugins_turn_detection-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-29 17:13:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wirtualdev",
"github_project": "wirtual-agents",
"github_not_found": true,
"lcname": "wirtual-plugins-turn-detection"
}