Skip to content
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/a2aproject/a2a-go v0.3.3
github.com/agentplexus/omnillm v0.9.0
github.com/agentplexus/omniobserve v0.4.0
github.com/agentplexus/omniserp v0.6.0
github.com/agentplexus/omniserp v0.7.0
github.com/cloudwego/eino v0.7.15
github.com/danielgtaylor/huma/v2 v2.34.1
github.com/go-chi/chi/v5 v5.2.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/agentplexus/omnillm v0.9.0 h1:frL5nEcATlcUOJYqBYSqZB1Ba/pRWIzda7ID1mR
github.com/agentplexus/omnillm v0.9.0/go.mod h1:2ZmGwLt2SdmYtwT9+kPt0vlLHyQFy7NtMjXMZQbkLhI=
github.com/agentplexus/omniobserve v0.4.0 h1:bJcWOx0uRHyP/QONO+4uVrvqSauKDsa66y4fq90BWpc=
github.com/agentplexus/omniobserve v0.4.0/go.mod h1:Wcf9Agw+OsvXMgC7YzUPfgw3R3mdzwlDFHoohdawSEI=
github.com/agentplexus/omniserp v0.6.0 h1:e2CViWNOSVd8vnLoW1hUVkm3V7n+/v6dqmVHspedaZI=
github.com/agentplexus/omniserp v0.6.0/go.mod h1:zmNjAaiHC4Y1CBqoamVGVBv6ZqOz30qdrQJ2eIg+OIw=
github.com/agentplexus/omniserp v0.7.0 h1:23TiYDQfb+IlmAopLavpptJ/pR8aiGzvXIdPYk6kmeE=
github.com/agentplexus/omniserp v0.7.0/go.mod h1:zBnvqf+2ni0jG+u3hwpefi3o1BwAb5wYEyykqee/zCY=
github.com/airbrake/gobrake v3.6.1+incompatible/go.mod h1:wM4gu3Cn0W0K7GUuVWnlXZU11AGBXMILnrdOU8Kn00o=
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
Expand Down
Loading