Spaces:
Sleeping
Sleeping
File size: 308 Bytes
ed3ba05 fc4afc8 ed3ba05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "deep-research"
version = "0.1.0"
description = "An app that can search the web and validate the results."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"gradio>=5.36.2",
"openai>=1.95.1",
"openai-agents>=0.1.0",
"pydantic>=2.11.7",
]
|