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
This commit is contained in:
jinli.yl 2025-08-31 16:18:01 +08:00
parent 2fdb51ff5e
commit b2ac7cb6ca

View file

@ -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]