Skip to content
Merged
Changes from 1 commit
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 Formula/k/kagent.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kagent < Formula
desc "Kubernetes native framework for building AI agents"
homepage "https://kagent.dev"
url "https://github.com/kagent-dev/kagent/archive/refs/tags/v0.9.5.tar.gz"
sha256 "66bc5a496b84dbaec771ced49a6586444728bfd52c0c5ea0df2ab4d89a9d1b1c"
url "https://github.com/kagent-dev/kagent/archive/refs/tags/v0.9.6.tar.gz"
sha256 "64a052920de61fa8026a7b539bce0e0b51e01fc17f72eb48655f9cbf87f6f43e"
license "Apache-2.0"
head "https://github.com/kagent-dev/kagent.git", branch: "main"

Expand Down
Loading