init code

This commit is contained in:
Christoph K.
2026-02-25 07:30:06 +01:00
parent 270eb56ac8
commit 797657c56b
7 changed files with 403 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module llm-agent
go 1.25.7
require (
github.com/openai/openai-go v1.12.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)