chore: initial commit — chat-saiden web chat baseline

This commit is contained in:
marauder-actual
2026-05-29 13:47:34 +02:00
commit 96ba8f4b6e
28 changed files with 4852 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "chat-saiden"
version = "0.1.0"
description = "TUI-styled web chat with BT-7274 — chat.saiden.dev"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
"uvicorn[standard]>=0.32",
"websockets>=13",
"anthropic>=0.40",
"authlib>=1.3",
"itsdangerous>=2.2", # session cookie signing
"httpx>=0.27", # for authlib OAuth
"jinja2>=3.1", # template rendering
"python-multipart>=0.0.12", # form parsing
]
[tool.uv]
package = false
[tool.ruff]
line-length = 100