init repo

This commit is contained in:
Summer Shen
2026-03-31 09:14:32 +08:00
commit 9578366e36
34 changed files with 5200 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[project]
name = "llama-agent-skills"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Summer Shen", email = "3244742300@qq.com" }
]
requires-python = ">=3.11"
dependencies = [
"llama-index-core>=0.12.0",
"llama-index-llms-openai>=0.3.0",
"python-frontmatter>=1.1.0",
]
[project.scripts]
llama-agent-skills = "llama_agent_skills:main"
[build-system]
requires = ["uv_build>=0.9.22,<0.10.0"]
build-backend = "uv_build"