add-bpf-capability (#1)

1) add-bpf-capability
2) Not so clean but for now it's okay to start with

Co-authored-by: Harshavardhan Musanalli <harshavmb@gmail.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-10-22 08:16:40 +00:00
parent 1f01c38881
commit f69e1dbc66
25 changed files with 3273 additions and 26 deletions

11
go.mod
View File

@@ -1,5 +1,12 @@
module nannyagentv2
go 1.23
go 1.23.0
require github.com/sashabaranov/go-openai v1.32.0
toolchain go1.24.2
require (
github.com/cilium/ebpf v0.19.0
github.com/sashabaranov/go-openai v1.32.0
)
require golang.org/x/sys v0.31.0 // indirect