[项目边界]:完成全双工Agent入口和配置冻结,包含run-agent-live入口、配置校验和迁移文档
This commit is contained in:
@@ -15,6 +15,11 @@ dependencies = []
|
||||
[project.optional-dependencies]
|
||||
audio = ["numpy>=1.26", "sounddevice>=0.4.7"]
|
||||
speech = ["numpy>=1.26", "sounddevice>=0.4.7", "sherpa-onnx>=1.13.3"]
|
||||
full-duplex = ["numpy>=1.26", "sounddevice>=0.4.7"]
|
||||
streaming-stt = ["faster-whisper>=1.0"]
|
||||
memory = ["faiss-cpu>=1.8", "numpy>=1.26"]
|
||||
browser = ["playwright>=1.44"]
|
||||
agent-tools = ["playwright>=1.44"]
|
||||
ui = ["PySide6>=6.7"]
|
||||
test = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user