From 71c34ddd16580395952e6fb90e533c684d8954ca Mon Sep 17 00:00:00 2001 From: Connor Shorten Date: Wed, 26 Nov 2025 19:32:41 -0500 Subject: [PATCH] Fix init to accept kwargs --- hello.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index a59f1c7..79b8d0f 100644 --- a/hello.py +++ b/hello.py @@ -1,6 +1,8 @@ -from modaic import PrecompiledAgent, PrecompiledConfig from dotenv import load_dotenv +from modaic import PrecompiledAgent, PrecompiledConfig +import weaviate + load_dotenv() class EchoConfig(PrecompiledConfig):