Initial commit

This commit is contained in:
2026-07-29 22:26:19 -04:00
commit 8818c79d4d
11 changed files with 2592 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "lumo-chat"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"click>=8.0",
"jinja2>=3.1",
]
[dependency-groups]
dev = [
"ruff>=0.16.0",
]