Skip to content

Commit 1a0b222

Browse files
committed
bump: v0.8.1
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent 7d022bd commit 1a0b222

24 files changed

Lines changed: 687 additions & 651 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-rc5
3-
- location: ghcr.io/kagenti/adk/agents/rag:0.8.1-rc5
4-
- location: ghcr.io/kagenti/adk/agents/canvas:0.8.1-rc5
5-
- location: ghcr.io/kagenti/adk/agents/form:0.8.1-rc5
2+
- location: ghcr.io/kagenti/adk/agents/chat:0.8.1
3+
- location: ghcr.io/kagenti/adk/agents/rag:0.8.1
4+
- location: ghcr.io/kagenti/adk/agents/canvas:0.8.1
5+
- location: ghcr.io/kagenti/adk/agents/form:0.8.1

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-rc5"
3+
version = "0.8.1"
44
description = "Agent with canvas extension."
55
authors = [
66
{ name = "IBM Corp." },

agents/canvas/uv.lock

Lines changed: 66 additions & 62 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-rc5"
3+
version = "0.8.1"
44
description = "AI-powered conversational system with memory and tools."
55
authors = [
66
{ name = "IBM Corp." },

agents/chat/uv.lock

Lines changed: 66 additions & 62 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-rc5"
3+
version = "0.8.1"
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: 69 additions & 65 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-rc5"
3+
version = "0.8.1"
44
description = "Agent with structured input."
55
authors = [
66
{ name = "IBM Corp." },

agents/form/uv.lock

Lines changed: 66 additions & 62 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-rc5"
3+
version = "0.8.1"
44
description = "Reflection agent that writes essays and reflects on them using LangGraph"
55
authors = [
66
{ name = "IBM Corp." },

0 commit comments

Comments
 (0)