File size: 668 Bytes
0aa6283 | 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 | # ---- Core UI ---- streamlit # ---- Agent Orchestration / LLM Stack ---- langgraph langchain langchain-community langchain-openai openai # ---- Database (TiDB via MySQL protocol) ---- SQLAlchemy PyMySQL cryptography certifi # SSL CA bundle for TiDB # ---- Serialization / Hashing (LangGraph deps) ---- ormsgpack xxhash # ---- Pydantic v2 line (required by langchain-openai/openai) ---- pydantic pydantic-core # ---- Utilities ---- tenacity requests markdownify # ---- Search (optional tool for your agent) ---- duckduckgo-search bcrypt plotly python-dotenv requests huggingface_hub==0.34.4 # frontend requirements.txt (add this line) mysql-connector-python |