File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11providers :
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
Original file line number Diff line number Diff line change 11[project ]
22name = " beeai-cli"
3- version = " 0.2.13 "
3+ version = " 0.2.14 "
44description = " BeeAI CLI"
55readme = " README.md"
66authors = [{ name = " IBM Corp." }]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments