File size: 613 Bytes
9d6b5a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core Streamlit UI
streamlit

# LangChain Framework & Integrations
# NOTE: LangChain releases often, pin versions for stability
langchain
langchain-core
langchain-openai
langchain-groq
langchain-google-genai
langchain-anthropic

# Web Search Client
tavily-python

# Data Validation
pydantic

# Retry Logic
tenacity

# UML Diagram Generation (Requires Java runtime)
plantuml

# Environment Variable Loading
python-dotenv

# Typing Helpers (Often a dependency, but good to include explicitly)
typing-extensions

# HTTP Clients (Often dependencies of LLM/API clients, pin for stability)
httpx
requests

nest_asyncio