File size: 856 Bytes
05e3517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98aa155
05e3517
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "multi-agentic-sql-generator"
version = "0.1.0"
description = "Multi-Agent SQL Generator using LangGraph and OpenAI"
readme = "README.md"
requires-python = ">=3.13"
license = {text = "MIT"}
authors = [
    {name = "Your Name", email = "[email protected]"}
]

dependencies = [
    "openai",
    "qdrant-client",
    "chainlit==2.4.1",
    "pandas",
    "matplotlib",
    "huggingface_hub",
    "google-cloud-bigquery",
    "langchain-community==0.3.14",
    "langchain-huggingface==0.1.2",
    "langchain-openai==0.2.14",
    "langchain-qdrant==0.2.0",
    "langgraph==0.2.61",
    "python-dotenv>=1.0.1",
    "websockets>=15.0",
]

[project.optional-dependencies]
dev = [
    "jupyter",
    "ipykernel",
]

[tool.setuptools]
packages = []