File size: 554 Bytes
80f6a63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.11.13"
dependencies = [
    "loguru==0.7.3",
    "openai==1.108.0",
    "python-dotenv==1.1.1",
    "tree-sitter==0.25.2",
    "tree-sitter-c==0.24.1",
    "tree-sitter-rust==0.24.0",
    "langchain==0.3.27",
    "langchain-community==0.3.29",
    "langchain-core==0.3.76",
    "langchain-openai==0.3.33",
    "ipykernel==7.0.1",
    "pandas==2.3.3",
    "datasets==4.4.1"
]

[tool.uv.workspace]
members = [
    "3.11.13",
]