Add the yaak.run playground API (#681)

This commit is contained in:
Gregory Schier
2026-09-15 13:55:36 -07:00
committed by GitHub
parent ae518dfb4c
commit cef569ee15
17 changed files with 1746 additions and 0 deletions
Generated
+17
View File
@@ -11600,6 +11600,23 @@ dependencies = [
"yaak-templates",
]
[[package]]
name = "yaak-playground"
version = "0.1.0"
dependencies = [
"axum",
"bytes",
"clap",
"env_logger",
"log 0.4.34",
"serde",
"serde_json",
"tokio",
"tower",
"tower-http",
"uuid",
]
[[package]]
name = "yaak-plugins"
version = "0.1.0"