Skip to content

Commit 0e4aa1e

Browse files
committed
chore(update): bump cli and agents
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent 0cb864c commit 0e4aa1e

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

agent-registry.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
providers:
22
# Official
3-
- location: ghcr.io/i-am-bee/beeai-platform/official/sequential-workflow:agents-v0.1.3
4-
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/chat:agents-v0.1.3
5-
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/agent-docs-creator:agents-v0.1.3
6-
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/podcast-creator:agents-v0.1.3
3+
- location: ghcr.io/i-am-bee/beeai-platform/official/sequential-workflow:agents-v0.2.14
4+
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/chat:agents-v0.2.14
5+
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/agent-docs-creator:agents-v0.2.14
6+
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/podcast-creator:agents-v0.2.14
77
# Community
8-
- location: ghcr.io/i-am-bee/beeai-platform/community/aider:agents-v0.1.3
9-
- location: ghcr.io/i-am-bee/beeai-platform/community/gpt-researcher:agents-v0.1.3
10-
- location: ghcr.io/i-am-bee/beeai-platform/community/literature-review:agents-v0.1.3
11-
- location: ghcr.io/i-am-bee/beeai-platform/community/marketing-strategy:agents-v0.1.3
12-
- location: ghcr.io/i-am-bee/beeai-platform/community/ollama-deep-researcher:agents-v0.1.3
8+
- location: ghcr.io/i-am-bee/beeai-platform/community/aider:agents-v0.2.14
9+
- location: ghcr.io/i-am-bee/beeai-platform/community/gpt-researcher:agents-v0.2.14
10+
- location: ghcr.io/i-am-bee/beeai-platform/community/literature-review:agents-v0.2.14
11+
- location: ghcr.io/i-am-bee/beeai-platform/community/marketing-strategy:agents-v0.2.14
12+
- location: ghcr.io/i-am-bee/beeai-platform/community/ollama-deep-researcher:agents-v0.2.14

apps/beeai-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beeai-cli"
3-
version = "0.2.13"
3+
version = "0.2.14"
44
description = "BeeAI CLI"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

apps/beeai-cli/src/beeai_cli/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Configuration(pydantic_settings.BaseSettings):
1919
debug: bool = False
2020
home: pathlib.Path = pathlib.Path.home() / ".beeai"
2121
agent_registry: pydantic.AnyUrl = (
22-
"https://github.com/i-am-bee/beeai-platform@release-v0.2.0#path=agent-registry.yaml"
22+
"https://github.com/i-am-bee/beeai-platform@release-v0.2.14#path=agent-registry.yaml"
2323
)
2424
admin_password: SecretStr | None = None
2525

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)