appsimple-assistant / pyproject.toml
chuckfinca's picture
Initial appsimple-assistant — curated harness demo for appsimple.io
a0b3caa
raw
history blame contribute delete
522 Bytes
[project]
name = "appsimple-assistant"
version = "0.1.0"
description = "Curated LLM assistant for appsimple.io — powered by a-simple-llm-harness"
readme = "README.md"
authors = [
{ name = "chuckfinca", email = "charles@appsimple.io" }
]
requires-python = ">=3.12"
dependencies = [
"a-simple-llm-harness",
"e2b-code-interpreter>=2.5",
"gradio>=5.0",
"huggingface-hub",
"python-dotenv",
]
[tool.uv.sources]
a-simple-llm-harness = { git = "https://github.com/chuckfinca/a-simple-llm-harness.git" }