init repo
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user