| [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", | |
| ] | |