From 7f6bf11aab11576581d4c8398ebd53a5bd2f2b98 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Tue, 24 Mar 2026 22:18:12 +0800 Subject: [PATCH] refactor(pyproject.toml): move flowllm dependency from core to litellm extra --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a43f021..ececfe6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ classifiers = [ keywords = ["llm", "memory", "experience", "memoryscope", "ai", "mcp", "http", "reme", "personal"] dependencies = [ - "flowllm[reme]>=0.2.0.10", "sqlite-vec>=0.1.6", "prompt_toolkit>=3.0.52", "rich>=14.2.0", @@ -81,6 +80,7 @@ full = [ litellm = [ "litellm==1.80.0", + "flowllm[reme]>=0.2.0.10", ] light = [