First commit, empty project env

This commit is contained in:
2025-03-10 14:25:19 +00:00
commit 15105d5507
9 changed files with 5421 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "eng-assistant"
version = "0.1.0"
description = "A prototype engineering assistant AI agent"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.4.0",
"diffusers>=0.32.2",
"open-webui>=0.5.20",
"openai>=1.65.5",
"safetensors>=0.5.3",
"torch>=2.6.0",
]