-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (53 loc) · 1.38 KB
/
Copy pathpyproject.toml
File metadata and controls
55 lines (53 loc) · 1.38 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[project]
name = "agent-engineering-stack"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"crewai>=1.6.1",
"crewai-tools>=1.6.1",
"faiss-cpu>=1.14.2",
"fastapi>=0.136.3",
"jieba>=0.42.1",
"langchain[openai]>=1.3.4",
"langchain-community>=0.4.2",
"langchain-core>=1.4.1",
"langchain-openai>=1.2.2",
"langfuse",
"langgraph>=1.2.4",
"langsmith>=0.8.9",
"llama-index>=0.14.22",
"llama-index-embeddings-huggingface>=0.7.0",
"llama-index-embeddings-openai>=0.6.0",
"llama-index-llms-openai>=0.7.9",
"llama-index-retrievers-bm25>=0.7.1",
"mcp[cli]>=1.27.2",
"openai>=2.41.0",
"openpyxl>=3.1.5",
"pandas>=3.0.3",
"pydantic>=2.13.4",
"pymupdf>=1.27.2.3",
"pypdf>=6.13.1",
"pytest>=9.0.3",
"python-dotenv>=1.2.2",
"pyyaml>=6.0.3",
"rank-bm25>=0.2.2",
"sentence-transformers>=5.5.1",
"uvicorn>=0.49.0",
"langchain-deepseek>=1.1.0",
"langchain-huggingface>=1.2.2",
"streamlit>=1.58.0",
"chromadb>=1.1.1",
"psycopg2-binary>=2.9.12",
"pgvector>=0.4.2",
"pymilvus[milvus-lite]>=3.0.0",
"qdrant-client>=1.18.0",
"pinecone>=9.1.0",
"opensearch-py>=3.2.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]