-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·65 lines (51 loc) · 833 Bytes
/
requirements.txt
File metadata and controls
executable file
·65 lines (51 loc) · 833 Bytes
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
56
57
58
59
60
61
62
63
64
# requirements.txt
# --- GUI / Editor Dependencies ---
customtkinter
pygments
copy
time
re
io
logging
base64
functools
operator
# --- Core Engine & Proc Agent Dependencies ---
argparse
typing
pdb
# networking
requests
socket
sys
# For AI model providers
openai
groq
hugchat
# For Retrieval-Augmented Generation (RAG)
# Note: faiss-cpu is specified to avoid needing a GPU/CUDA setup
faiss-cpu
sentence-transformers
numpy
# For data parsing and manipulation
beautifulsoup4
lxml
json-repair
json
lxml
xml
html
urllib
# --- For SMB (Windows/Samba file share) agents ---
pysmb
# --- For S3 (AWS and S3-compatible object storage) agents ---
boto3
# --- For Database Connector Agents ---
# For MySQL / MariaDB
mysql-connector-python
# For PostgreSQL
psycopg2-binary
# For Oracle DB
oracledb
# For Microsoft SQL Server
pyodbc