22 lines
501 B
TOML
22 lines
501 B
TOML
[project]
|
|
name = "llama-agent-skills"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = []
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"llama-index-core>=0.12.0",
|
|
"llama-index-llms-openai>=0.7.5",
|
|
"python-frontmatter>=1.1.0",
|
|
"python-dotenv>=1.0.0",
|
|
"llama-index-llms-openai-like>=0.7.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
llama-agent-skills = "llama_agent_skills:main"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.22,<0.10.0"]
|
|
build-backend = "uv_build"
|