Skip to content

Commit dc407ff

Browse files
BrewTestBotbotantony
authored andcommitted
kagent 0.7.5
1 parent 7632f18 commit dc407ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/k/kagent.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kagent < Formula
22
desc "Kubernetes native framework for building AI agents"
33
homepage "https://kagent.dev"
4-
url "https://github.com/kagent-dev/kagent/archive/refs/tags/v0.7.4.tar.gz"
5-
sha256 "8400dd140b0966ce952d79fdd6ea8372d5d6971ff651fbf8b7e6cbb751b0397c"
4+
url "https://github.com/kagent-dev/kagent/archive/refs/tags/v0.7.5.tar.gz"
5+
sha256 "d1c5c5ed40bc46d0df15f0c1dd642c263bcc63fa58035134ee1ecc1621b750bb"
66
license "Apache-2.0"
77
head "https://github.com/kagent-dev/kagent.git", branch: "main"
88

@@ -46,7 +46,7 @@ def install
4646
cd "dice" do
4747
pid = spawn bin/"kagent", "run", "--config", testpath/"config.yaml", err: "test.log"
4848
sleep 3
49-
assert_match "Error: failed to start docker-compose", File.read("test.log")
49+
assert_match "failed to start docker-compose", File.read("test.log")
5050
ensure
5151
Process.kill "TERM", pid
5252
Process.wait pid

0 commit comments

Comments
 (0)