Remove the duplicated prompt framework

This commit is contained in:
2026-07-28 14:07:59 +00:00
parent e13610481d
commit 5a00ca81a2
106 changed files with 9 additions and 12839 deletions

6
go.mod
View File

@@ -4,8 +4,10 @@ go 1.25.5
require (
gitea.maximumdirect.net/eric/promptkit v0.1.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/text v0.14.0 // indirect
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
golang.org/x/text v0.14.0 // indirect
)