Spaces:
Sleeping
Sleeping
[project] | |
name = "audio-agent" | |
version = "0.1.0" | |
description = "" | |
authors = [ | |
{name = "YigitSekerci",email = "[email protected]"} | |
] | |
readme = "README.md" | |
requires-python = ">=3.13,<4.0" | |
dependencies = [ | |
"langgraph (>=0.4.8,<0.5.0)", | |
"gradio (>=5.33.0,<6.0.0)", | |
"langchain-openai (>=0.3.21,<0.4.0)", | |
"langchain-mcp-adapters (>=0.1.7,<0.2.0)", | |
"dotenv (>=0.9.9,<0.10.0)", | |
"langchain (>=0.3.25,<0.4.0)" | |
] | |
[build-system] | |
requires = ["poetry-core>=2.0.0,<3.0.0"] | |
build-backend = "poetry.core.masonry.api" | |