Spaces:
Paused
Paused
File size: 264 Bytes
9beee9d | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [project]
name = "ai-sidekick"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.34.2",
"langchain>=0.3.26",
"langchain-community>=0.3.26",
"langgraph>=0.4.8",
]
|