This commit is contained in:
Sven Lito
2025-08-12 13:27:29 +07:00
8 changed files with 466 additions and 186 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
]
[tool.setuptools.packages.find]
include = ["tools*", "providers*", "systemprompts*", "utils*"]
include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*"]
[tool.setuptools]
py-modules = ["server", "config"]
@@ -39,6 +39,7 @@ extend-exclude = '''
| \.mypy_cache
| \.tox
| \.venv
| \.zen_venv
| venv
| _build
| buck-out