Files
NexQuant/requirements.txt
T
you-n-g 4f0b2be7a7 feat: init pydantic ai agent & context 7 mcp (#1240)
* feat: init pydantic ai agent & context 7 mcp

* feat: integrate MCP documentation search into data science pipeline evaluation

* fix: disable MCP documentation search and update related docstrings and defaults

* lint

* fix: correct prompt formatting and conditional blocks in pipeline_eval section

* lint

* feat: add query method to PAIAgent for synchronous agent execution

* fix: apply nest_asyncio for agent and update context7 query method

* lint

* lint

* lint

* lint

* docs: update MCP folder docstring and rename test class in test_pydantic.py

* refactor: centralize completion kwargs logic and update pydantic_ai integration

* fixbug

* typo

* fix: bug triggered by padantic-ai version backtracking.

---------

Co-authored-by: Linlang <Lv.Linlang@hotmail.com>
2025-09-13 10:25:02 +08:00

74 lines
1.0 KiB
Plaintext

# Requirements for runtime.
pydantic-settings
python-Levenshtein
scikit-learn
filelock
loguru
fire
fuzzywuzzy
openai
litellm>=1.73 # to support `from litellm import get_valid_models`
azure.identity
pyarrow
rich
tqdm
typer
numpy # we use numpy as default data format. So we have to install numpy
pandas # we use pandas as default data format. So we have to install pandas
pandarallel # parallelize pandas
matplotlib
langchain
langchain-community
tiktoken
pymupdf # Extract shotsreens from pdf
# PDF related
pypdf
azure-ai-formrecognizer
# factor implementations
tables
# CI Fix Tool
tree-sitter-python
tree-sitter
python-dotenv
# infrastructure related.
docker
# demo related
streamlit>=1.47 # to support input_c.text_area(..., height="content", ...)
plotly
st-theme
randomname
flask
flask-cors
networkx
# kaggle crawler
selenium
kaggle
nbformat # also used for notebook conversion
# tool
setuptools-scm
seaborn
azure.ai.inference
# data folder desc
humanize
genson
# mlflow
mlflow
azureml-mlflow
types-pytz
# Agent
pydantic-ai-slim[mcp,openai]
nest-asyncio