skillagent/pyproject.toml
2026-01-16 18:20:11 +08:00

19 lines
407 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "skillagent"
version = "0.1.0"
description = "Agent + Skillkit integration module with multi-skill, multi-script support"
authors = [
{ name="Your Name", email="you@example.com" }
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic>=1.10",
"skillkit",
"aiohttp"
]