Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/agentplexus/agentkit

go 1.24.11
go 1.25.5

require (
github.com/a2aproject/a2a-go v0.3.5
github.com/agentplexus/go-opik v0.5.1
github.com/agentplexus/go-phoenix v0.1.1
github.com/agentplexus/omnillm v0.11.0
github.com/agentplexus/omniobserve v0.5.0
github.com/agentplexus/omnivault v0.2.0
github.com/agentplexus/omnivault v0.2.1
github.com/agentplexus/vaultguard v0.2.0
github.com/cloudwego/eino v0.7.25
github.com/go-playground/validator/v10 v10.30.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/agentplexus/omnillm v0.11.0 h1:kjmdmmu0wDVLqrfcECMTLw+hkTvVSvN+FIpQea
github.com/agentplexus/omnillm v0.11.0/go.mod h1:vJ2I0U/p8n9wtX4vT2pni/seRqhnbdKknrZwEdAb5ZU=
github.com/agentplexus/omniobserve v0.5.0 h1:Tkt4CurVWQF6mHOq4pEHR7xBQdCqiloretSqmpoPrNk=
github.com/agentplexus/omniobserve v0.5.0/go.mod h1:Hm3cfaxXcBxMGPjIE0aM7dxz2MoVAxL7F/lpx69mbXw=
github.com/agentplexus/omnivault v0.2.0 h1:2Irg07HT4vg2TekocJoUfjyekUdtKcQm/alNEnUngRk=
github.com/agentplexus/omnivault v0.2.0/go.mod h1:r+sr3yTymLn/sU/BjcXtrKouEuKpHOl21G0q254h04o=
github.com/agentplexus/omnivault v0.2.1 h1:7Inras4SbRrQIEguDvvr0SKc11pvBOmWKKuGUdcdXeg=
github.com/agentplexus/omnivault v0.2.1/go.mod h1:zS5AsNGKNuRRMyA4vSJZXmV1F4lOhAGeZD50kKOpLlk=
github.com/agentplexus/posture v0.2.0 h1:YstmU3QELdYI+YYa5mquqaRURR+eF6/Atn8vYIFcYRc=
github.com/agentplexus/posture v0.2.0/go.mod h1:VzVmJd/Ls6pm+wwOuBznukDVoJmfbCPHZME8gbmlpCA=
github.com/agentplexus/vaultguard v0.2.0 h1:uypEenCcJhJIes+fHsXHThBRXAV4ia0LCfOiupHTJWs=
Expand Down
Loading