For real. Tools schema generation and ux tweaks.

This commit is contained in:
2026-07-07 17:51:00 -07:00
parent a3d01ca1b3
commit 9a8e16143b
11 changed files with 1186 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ requires-python = ">=3.11"
dependencies = [
"pyyaml>=6.0.0",
"pydantic>=2.0.0",
"jsonschema>=4.0.0",
]
[build-system]