From b0d3330c67b6874a1eaf23978749b26d99fbdfab Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 6 May 2025 18:01:11 -0400 Subject: Switch Python to unstable and add pydantic-ai Pydantic-ai is an agent framework that seems simple and good: well-typed with pydantic, tool usage is just an `@tool` decorator on a function, and so on. While building these I realized there were some deps they needed that were already in nixpkgs unstable, so I just switched to that instead of trying to backport all the versions and stuff. --- Omni/Bild/Deps/Python.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Omni/Bild/Deps/Python.nix') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index 3a0562d..e7c796d 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -8,6 +8,10 @@ "nltk" "ollama" "openai" + "pydantic" + "pydantic-ai" + "pydantic-ai-slim" + "pydantic-graph" "requests" "slixmpp" "sqids" -- cgit v1.2.3