Fabian Affolter 2025-08-08 00:08:55 +02:00
parent f4384b38da
commit 95c433aee9

View File

@ -12,18 +12,20 @@
pytestCheckHook,
python-dotenv,
smolagents,
soundfile,
torchaudio,
}:
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.1.10";
version = "0.1.12";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-605e28p1rlJ5teCLxL/Lh8p5zV7cPuSzZWwfkE1gM5I=";
hash = "sha256-mU/zcNEHmPfSMEMgjj4u0iwmXBH2cJzGEANPxyiR1l0=";
};
build-system = [ hatchling ];
@ -35,12 +37,18 @@ buildPythonPackage rec {
];
optional-dependencies = {
audio = [
torchaudio
soundfile
];
# crewai = [ crewai ];
langchain = [
langchain
# langchain-anthropic
langgraph
];
llamaindex = [ llama-index ];
smolagents = [ smolagents ];
};
pythonImportsCheck = [ "mcpadapt" ];