We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd034f5 commit 1f36eacCopy full SHA for 1f36eac
pantheon_cli/__init__.py
@@ -1,6 +1,6 @@
1
"""Pantheon-CLI: Command Line Interface for Pantheon Agent Framework"""
2
3
-__version__ = "0.1.1"
+__version__ = "0.1.3"
4
5
# Entry point function for CLI command
6
def cli_main():
pyproject.toml
@@ -4,8 +4,8 @@ description = "Command Line Interface for Pantheon - A framework for building di
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
7
- "pantheon-agents",
8
- "pantheon-toolsets",
+ "pantheon-agents>=0.3.2",
+ "pantheon-toolsets>=0.5.3",
9
"fire>=0.7.0",
10
"rich>=13.9.4",
11
"rich-pyfiglet",
0 commit comments