Add voice control, working but need more work

This commit is contained in:
cristhian aguilera
2026-01-31 11:41:50 -03:00
parent 380c466170
commit b9798a2f46
21 changed files with 3101 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[project]
name = "dora-iobridge"
version = "0.1.0"
license = { file = "MIT" }
authors = [{ name = "Dora" }]
description = "Dora node bridging WebSocket IO to Dora topics"
requires-python = ">=3.8"
dependencies = [
"dora-rs >= 0.3.9",
"pyarrow >= 12.0.0",
"websockets >= 12.0",
]
[project.scripts]
dora-iobridge = "dora_iobridge.main:main"