From b2ac7cb6ca303d23905708941cb8b390fcba52d0 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Sun, 31 Aug 2025 16:18:01 +0800 Subject: [PATCH] build(experiencemaker): add FlowLLM dependency and update package data- Add FlowLLM as a dependency (version >= 0.1.3) - Update package data to include all YAML files in the config directory --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66fef6bc..46faf9f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - + "flowllm>=0.1.3", ] [tool.setuptools.packages.find] @@ -28,7 +28,8 @@ exclude = ["memoryscope*"] [tool.setuptools.package-data] experiencemaker = [ - "config/*.yaml", + "config/*.yaml", + "**/*.yaml", ] [project.scripts]