Skip to content

Commit 9b59a01

Browse files
committed
bump: v0.7.1
Signed-off-by: Tomas Pilar <thomas7pilar@gmail.com>
1 parent 737d60f commit 9b59a01

26 files changed

Lines changed: 38 additions & 38 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/i-am-bee/agentstack/agents/chat:0.7.1-rc3
3-
- location: ghcr.io/i-am-bee/agentstack/agents/rag:0.7.1-rc3
4-
- location: ghcr.io/i-am-bee/agentstack/agents/canvas:0.7.1-rc3
5-
- location: ghcr.io/i-am-bee/agentstack/agents/form:0.7.1-rc3
2+
- location: ghcr.io/i-am-bee/agentstack/agents/chat:0.7.1
3+
- location: ghcr.io/i-am-bee/agentstack/agents/rag:0.7.1
4+
- location: ghcr.io/i-am-bee/agentstack/agents/canvas:0.7.1
5+
- location: ghcr.io/i-am-bee/agentstack/agents/form:0.7.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.7.1-rc3"
3+
version = "0.7.1"
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.7.1-rc3"
3+
version = "0.7.1"
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.7.1-rc3"
3+
version = "0.7.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: 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.7.1-rc3"
3+
version = "0.7.1"
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.7.1-rc3"
3+
version = "0.7.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)