diff --git a/pyproject.toml b/pyproject.toml index 81039167..89d9020e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,11 +93,15 @@ litellm = [ "litellm==1.80.0", ] -core = [ - "agentscope==1.0.18", +light = [ + "agentscope==1.0.19", "flowllm[reme]>=0.2.0.10", ] +core = [ + "agentscope==1.0.19", +] + [tool.setuptools.packages.find] where = ["."] include = ["reme_ai*", "reme*", "reme4*"]