coworking_agent / pyproject.toml
burtenshaw
initial commit
0fdf3b6
raw
history blame
227 Bytes
[project]
name = "talk-to-sambanova"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastrtc[stt,tts]>=0.0.8.post1",
"smolagents>=1.9.2",
]