File size: 420 Bytes
0fb0b85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "agents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "langchain>=0.3",
    "langchain-openai>=0.3",
    "langchain-chroma>=0.2",
    "langchain-text-splitters>=0.3",
    "chromadb>=0.6",
    "datasets>=3.0",
    "python-dotenv>=1.0",
    "fastapi>=0.115",
    "python-socketio>=5.11",
    "uvicorn[standard]>=0.32",
]