-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathrequirements.txt
More file actions
34 lines (30 loc) · 1.27 KB
/
requirements.txt
File metadata and controls
34 lines (30 loc) · 1.27 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
# --- Core UI & local execution ---
ollama # local LLM runtime
streamlit==1.42.2 # Streamlit UI (pinned)
# --- Model provider SDKs ---
openai # OpenAI client
anthropic # Anthropic client
together # Together AI client
groq # Groq client
google-genai # Gemini client
mistralai # Mistral AI client
# --- Retrieval, search & scraping ---
requests # generic HTTP
serpapi # Google Search via SerpAPI
google_search_results # SerpAPI helper
firecrawl-py # URL scraping / crawling
rank_bm25 # BM25 ranking for retrieval
torch
# --- Data handling & utilities ---
tiktoken # token counting
PyMuPDF # PDF parsing
orjson # fast JSON
spacy # PII extraction / NLP
cryptography # crypto utilities
st-theme # Streamlit theming
mcp # Minions control plane (custom lib)
pyjwt # JWT utilities
gitingest # Git repository content ingestion
# --- Backend / server ---
flask # worker server
twilio # SMS / WhatsApp integration