Skip to content

Commit 56e39f8

Browse files
committed
bump: v0.8.1-rc4
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent 64810ab commit 56e39f8

24 files changed

Lines changed: 36 additions & 36 deletions

File tree

agent-registry.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
providers:
2-
- location: ghcr.io/kagenti/adk/agents/chat:0.8.1-rc3
3-
- location: ghcr.io/kagenti/adk/agents/rag:0.8.1-rc3
4-
- location: ghcr.io/kagenti/adk/agents/canvas:0.8.1-rc3
5-
- location: ghcr.io/kagenti/adk/agents/form:0.8.1-rc3
2+
- location: ghcr.io/kagenti/adk/agents/chat:0.8.1-rc4
3+
- location: ghcr.io/kagenti/adk/agents/rag:0.8.1-rc4
4+
- location: ghcr.io/kagenti/adk/agents/canvas:0.8.1-rc4
5+
- location: ghcr.io/kagenti/adk/agents/form:0.8.1-rc4

agents/canvas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "canvas"
3-
version = "0.8.1-rc3"
3+
version = "0.8.1-rc4"
44
description = "Agent with canvas extension."
55
authors = [
66
{ name = "IBM Corp." },

agents/canvas/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chat"
3-
version = "0.8.1-rc3"
3+
version = "0.8.1-rc4"
44
description = "AI-powered conversational system with memory and tools."
55
authors = [
66
{ name = "IBM Corp." },

agents/chat/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/deepagents_content_builder/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "content-builder"
3-
version = "0.8.1-rc3"
3+
version = "0.8.1-rc4"
44
description = "A content writer agent configured entirely through files on disk"
55
authors = [
66
{ name = "IBM Corp." },

agents/deepagents_content_builder/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/form/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "form"
3-
version = "0.8.1-rc3"
3+
version = "0.8.1-rc4"
44
description = "Agent with structured input."
55
authors = [
66
{ name = "IBM Corp." },

agents/form/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/langgraph-reflection/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langgraph-reflection"
3-
version = "0.8.1-rc3"
3+
version = "0.8.1-rc4"
44
description = "Reflection agent that writes essays and reflects on them using LangGraph"
55
authors = [
66
{ name = "IBM Corp." },

0 commit comments

Comments
 (0)